[ Apr 29 20:51:57 Enabled. ] [ Apr 29 20:51:57 Rereading configuration. ] [ Apr 29 20:51:58 Rereading configuration. ] [ Apr 29 20:52:10 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 29 20:52:10 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.29 20:52:11.415281 [ 1 ] {} Application: Will watch for the process with pid 26451 2026.04.29 20:52:11.415727 [ 1 ] {} Application: Forked a child process to watch 2026.04.29 20:52:11.894224 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 26451 2026.04.29 20:52:11.895009 [ 1 ] {} Application: starting up 2026.04.29 20:52:11.895163 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.04.29 20:52:11.989466 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.04.29 20:52:12.016856 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.04.29 20:52:12.016935 [ 1 ] {} Application: Initializing DateLUT. 2026.04.29 20:52:12.016956 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.04.29 20:52:12.017011 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.04.29 20:52:12.017548 [ 1 ] {} Application: Initializing interserver credentials. 2026.04.29 20:52:12.019705 [ 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.29 20:52:12.020539 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.29 20:52:12.021353 [ 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.29 20:52:12.021401 [ 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.29 20:52:12.021440 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.04.29 20:52:12.022120 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.29 20:52:12.023148 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.04.29 20:52:12.028801 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.29 20:52:12.029522 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.29 20:52:12.030791 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.29 20:52:12.030883 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.29 20:52:12.031919 [ 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.29 20:52:12.032356 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.29 20:52:12.036387 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.29 20:52:12.036656 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.04.29 20:52:12.041558 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.04.29 20:52:12.041972 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.04.29 20:52:12.042416 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.04.29 20:52:12.042776 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.04.29 20:52:12.044185 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.04.29 20:52:12.044209 [ 1 ] {} Application: Loading metadata from /data/ 2026.04.29 20:52:12.044273 [ 125 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:52:12.044334 [ 125 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:52:12.052177 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.04.29 20:52:12.052197 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000146302 sec 2026.04.29 20:52:12.052241 [ 1 ] {} ReferentialDeps: No tables 2026.04.29 20:52:12.052277 [ 1 ] {} LoadingDeps: No tables 2026.04.29 20:52:12.052936 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.04.29 20:52:12.053510 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.04.29 20:52:12.064896 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.04.29 20:52:12.064936 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.04.29 20:52:12.065013 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.04.29 20:52:12.065026 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.04.29 20:52:12.065060 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.04.29 20:52:12.065127 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.04.29 20:52:12.069284 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.04.29 20:52:12.069327 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.04.29 20:52:12.069372 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.04.29 20:52:12.069530 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.04.29 20:52:12.069569 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.04.29 20:52:12.069581 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.04.29 20:52:12.069662 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.04.29 20:52:12.069674 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.04.29 20:52:12.069703 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.04.29 20:52:12.069778 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.04.29 20:52:12.091970 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.04.29 20:52:12.093563 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.04.29 20:52:12.093646 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000101552 sec 2026.04.29 20:52:12.093659 [ 1 ] {} ReferentialDeps: No tables 2026.04.29 20:52:12.093669 [ 1 ] {} LoadingDeps: No tables 2026.04.29 20:52:12.093694 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.04.29 20:52:12.093888 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.04.29 20:52:12.093978 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.04.29 20:52:12.093992 [ 1 ] {} Application: Loaded metadata. 2026.04.29 20:52:12.094002 [ 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.29 20:52:12.094012 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.04.29 20:52:12.097757 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.29 20:52:12.097959 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.75 MiB (RSS), difference: 91.98 MiB 2026.04.29 20:52:12.099412 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.2721e-05 sec. 2026.04.29 20:52:12.099795 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.04.29 20:52:12.101049 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.04.29 20:52:12.101068 [ 1 ] {} Application: Ready for connections. 2026.04.29 20:52:12.144523 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54776 2026.04.29 20:52:12.145421 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.145481 [ 3 ] {} TCP-Session: 143f6ba1-23e9-493d-9136-93bc56a1cb75 Authenticating user 'default' from [fd00:1122:3344:101::a]:54776 2026.04.29 20:52:12.145508 [ 3 ] {} TCP-Session: 143f6ba1-23e9-493d-9136-93bc56a1cb75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.145579 [ 3 ] {} TCP-Session: 143f6ba1-23e9-493d-9136-93bc56a1cb75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.145674 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 20:52:12.145700 [ 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.29 20:52:12.145771 [ 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.29 20:52:12.146247 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54597 2026.04.29 20:52:12.146382 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.146391 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43319 2026.04.29 20:52:12.146414 [ 4 ] {} TCP-Session: 9457e859-53ea-491e-9000-88a307f4349c Authenticating user 'default' from [fd00:1122:3344:101::a]:54597 2026.04.29 20:52:12.146403 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48017 2026.04.29 20:52:12.146549 [ 4 ] {} TCP-Session: 9457e859-53ea-491e-9000-88a307f4349c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.146572 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55937 2026.04.29 20:52:12.146590 [ 4 ] {} TCP-Session: 9457e859-53ea-491e-9000-88a307f4349c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.146605 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.146693 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49574 2026.04.29 20:52:12.146702 [ 5 ] {} TCP-Session: 5fdbb76e-749c-4689-a245-35594d88ec7a Authenticating user 'default' from [fd00:1122:3344:101::a]:43319 2026.04.29 20:52:12.146789 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.146817 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.146833 [ 5 ] {} TCP-Session: 5fdbb76e-749c-4689-a245-35594d88ec7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.146869 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.146909 [ 5 ] {} TCP-Session: 5fdbb76e-749c-4689-a245-35594d88ec7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.146868 [ 255 ] {} TCP-Session: eba13f93-6227-4a6d-a9ae-ba0a59cabc6f Authenticating user 'default' from [fd00:1122:3344:101::a]:55937 2026.04.29 20:52:12.146936 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38573 2026.04.29 20:52:12.146988 [ 255 ] {} TCP-Session: eba13f93-6227-4a6d-a9ae-ba0a59cabc6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.146977 [ 256 ] {} TCP-Session: 4b47c677-548c-40a4-b66e-62f7442fb5fd Authenticating user 'default' from [fd00:1122:3344:101::a]:49574 2026.04.29 20:52:12.147061 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39323 2026.04.29 20:52:12.147154 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.147103 [ 255 ] {} TCP-Session: eba13f93-6227-4a6d-a9ae-ba0a59cabc6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.147093 [ 256 ] {} TCP-Session: 4b47c677-548c-40a4-b66e-62f7442fb5fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.147263 [ 257 ] {} TCP-Session: bcfa0fc7-732e-46ce-abb9-1132563f24d2 Authenticating user 'default' from [fd00:1122:3344:101::a]:38573 2026.04.29 20:52:12.147284 [ 256 ] {} TCP-Session: 4b47c677-548c-40a4-b66e-62f7442fb5fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.146858 [ 254 ] {} TCP-Session: 77111de7-0e57-4738-8d25-c629ff62fac3 Authenticating user 'default' from [fd00:1122:3344:101::a]:48017 2026.04.29 20:52:12.147342 [ 257 ] {} TCP-Session: bcfa0fc7-732e-46ce-abb9-1132563f24d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.147310 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.147388 [ 254 ] {} TCP-Session: 77111de7-0e57-4738-8d25-c629ff62fac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.147415 [ 257 ] {} TCP-Session: bcfa0fc7-732e-46ce-abb9-1132563f24d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.147449 [ 258 ] {} TCP-Session: 6a17787a-8edb-4422-9943-ba9b2908796f Authenticating user 'default' from [fd00:1122:3344:101::a]:39323 2026.04.29 20:52:12.147433 [ 254 ] {} TCP-Session: 77111de7-0e57-4738-8d25-c629ff62fac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.147523 [ 258 ] {} TCP-Session: 6a17787a-8edb-4422-9943-ba9b2908796f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.147593 [ 258 ] {} TCP-Session: 6a17787a-8edb-4422-9943-ba9b2908796f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.551576 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59857 2026.04.29 20:52:12.551709 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.551833 [ 259 ] {} TCP-Session: 78300500-3aea-44cd-a7ef-e98024d0230c Authenticating user 'default' from [fd00:1122:3344:101::b]:59857 2026.04.29 20:52:12.551852 [ 259 ] {} TCP-Session: 78300500-3aea-44cd-a7ef-e98024d0230c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.551863 [ 259 ] {} TCP-Session: 78300500-3aea-44cd-a7ef-e98024d0230c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.551984 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 20:52:12.552020 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.29 20:52:12.552098 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.29 20:52:12.552546 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56927 2026.04.29 20:52:12.552628 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56177 2026.04.29 20:52:12.552717 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63801 2026.04.29 20:52:12.552806 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61598 2026.04.29 20:52:12.552928 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48633 2026.04.29 20:52:12.553024 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.553061 [ 261 ] {} TCP-Session: dcd7acc5-9dd3-4598-8367-42b428d89cc7 Authenticating user 'default' from [fd00:1122:3344:101::b]:56177 2026.04.29 20:52:12.553080 [ 261 ] {} TCP-Session: dcd7acc5-9dd3-4598-8367-42b428d89cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553092 [ 261 ] {} TCP-Session: dcd7acc5-9dd3-4598-8367-42b428d89cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553119 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.553172 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48102 2026.04.29 20:52:12.553209 [ 260 ] {} TCP-Session: ccd99705-874f-4262-89b0-dd7c7cbb6986 Authenticating user 'default' from [fd00:1122:3344:101::b]:56927 2026.04.29 20:52:12.553270 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.553278 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.553305 [ 260 ] {} TCP-Session: ccd99705-874f-4262-89b0-dd7c7cbb6986 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553323 [ 263 ] {} TCP-Session: c3dac643-6ace-4515-af36-898a2b25e49d Authenticating user 'default' from [fd00:1122:3344:101::b]:61598 2026.04.29 20:52:12.553315 [ 264 ] {} TCP-Session: 08b1d36a-9a8a-4589-8c70-318d88ed5387 Authenticating user 'default' from [fd00:1122:3344:101::b]:48633 2026.04.29 20:52:12.553368 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.553387 [ 260 ] {} TCP-Session: ccd99705-874f-4262-89b0-dd7c7cbb6986 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553415 [ 263 ] {} TCP-Session: c3dac643-6ace-4515-af36-898a2b25e49d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553449 [ 262 ] {} TCP-Session: 4590b157-824a-4839-9bd6-3100041435f6 Authenticating user 'default' from [fd00:1122:3344:101::b]:63801 2026.04.29 20:52:12.553414 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.553506 [ 263 ] {} TCP-Session: c3dac643-6ace-4515-af36-898a2b25e49d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553498 [ 262 ] {} TCP-Session: 4590b157-824a-4839-9bd6-3100041435f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553472 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42119 2026.04.29 20:52:12.553601 [ 265 ] {} TCP-Session: b1e2cbd2-bf87-4c33-9b60-a47c2128bc75 Authenticating user 'default' from [fd00:1122:3344:101::b]:48102 2026.04.29 20:52:12.553601 [ 262 ] {} TCP-Session: 4590b157-824a-4839-9bd6-3100041435f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553402 [ 264 ] {} TCP-Session: 08b1d36a-9a8a-4589-8c70-318d88ed5387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553726 [ 265 ] {} TCP-Session: b1e2cbd2-bf87-4c33-9b60-a47c2128bc75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553789 [ 264 ] {} TCP-Session: 08b1d36a-9a8a-4589-8c70-318d88ed5387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553803 [ 265 ] {} TCP-Session: b1e2cbd2-bf87-4c33-9b60-a47c2128bc75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.553830 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:12.553930 [ 266 ] {} TCP-Session: 87ebc07b-d030-4923-9a87-9ab9d37f7aef Authenticating user 'default' from [fd00:1122:3344:101::b]:42119 2026.04.29 20:52:12.553953 [ 266 ] {} TCP-Session: 87ebc07b-d030-4923-9a87-9ab9d37f7aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:12.554031 [ 266 ] {} TCP-Session: 87ebc07b-d030-4923-9a87-9ab9d37f7aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.000158 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.86 MiB, peak 116.86 MiB, free memory in arenas 0.00 B, will set to 119.47 MiB (RSS), difference: 2.61 MiB 2026.04.29 20:52:13.511417 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52122 2026.04.29 20:52:13.511668 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:13.511749 [ 267 ] {} TCP-Session: f72a656a-a95e-493f-a401-75b8602b7035 Authenticating user 'default' from [fd00:1122:3344:101::c]:52122 2026.04.29 20:52:13.511774 [ 267 ] {} TCP-Session: f72a656a-a95e-493f-a401-75b8602b7035 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.511789 [ 267 ] {} TCP-Session: f72a656a-a95e-493f-a401-75b8602b7035 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.511923 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 20:52:13.511956 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.29 20:52:13.512043 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.29 20:52:13.512483 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43097 2026.04.29 20:52:13.512678 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:13.512699 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37743 2026.04.29 20:52:13.512712 [ 268 ] {} TCP-Session: 2a39b190-b8c3-4f74-9823-ac2e78f87c89 Authenticating user 'default' from [fd00:1122:3344:101::c]:43097 2026.04.29 20:52:13.512765 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:32775 2026.04.29 20:52:13.512701 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54281 2026.04.29 20:52:13.512829 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42141 2026.04.29 20:52:13.512914 [ 268 ] {} TCP-Session: 2a39b190-b8c3-4f74-9823-ac2e78f87c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.512972 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:13.512992 [ 268 ] {} TCP-Session: 2a39b190-b8c3-4f74-9823-ac2e78f87c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513061 [ 270 ] {} TCP-Session: 65c9de0e-7d26-4e34-bf70-4ebbdb276c0d Authenticating user 'default' from [fd00:1122:3344:101::c]:37743 2026.04.29 20:52:13.513066 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39123 2026.04.29 20:52:13.513185 [ 270 ] {} TCP-Session: 65c9de0e-7d26-4e34-bf70-4ebbdb276c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513199 [ 270 ] {} TCP-Session: 65c9de0e-7d26-4e34-bf70-4ebbdb276c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513245 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45469 2026.04.29 20:52:13.513278 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:13.513385 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:13.513390 [ 272 ] {} TCP-Session: b57c8601-a542-45d3-a60b-c0c8be028710 Authenticating user 'default' from [fd00:1122:3344:101::c]:42141 2026.04.29 20:52:13.513442 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:13.513418 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:13.513425 [ 271 ] {} TCP-Session: 367ea8d2-8580-48d8-8211-5b25e233a133 Authenticating user 'default' from [fd00:1122:3344:101::c]:32775 2026.04.29 20:52:13.513512 [ 272 ] {} TCP-Session: b57c8601-a542-45d3-a60b-c0c8be028710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513543 [ 271 ] {} TCP-Session: 367ea8d2-8580-48d8-8211-5b25e233a133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513534 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:13.513613 [ 272 ] {} TCP-Session: b57c8601-a542-45d3-a60b-c0c8be028710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513657 [ 274 ] {} TCP-Session: 433840d0-0b00-4741-ab13-e2bde3cce5af Authenticating user 'default' from [fd00:1122:3344:101::c]:45469 2026.04.29 20:52:13.513629 [ 271 ] {} TCP-Session: 367ea8d2-8580-48d8-8211-5b25e233a133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513541 [ 273 ] {} TCP-Session: 67ae75f4-a427-40ef-8bbc-2d1a3689eaf5 Authenticating user 'default' from [fd00:1122:3344:101::c]:39123 2026.04.29 20:52:13.513739 [ 274 ] {} TCP-Session: 433840d0-0b00-4741-ab13-e2bde3cce5af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513529 [ 269 ] {} TCP-Session: 230dff9f-69c4-433d-89e3-565dd589ee14 Authenticating user 'default' from [fd00:1122:3344:101::c]:54281 2026.04.29 20:52:13.513811 [ 273 ] {} TCP-Session: 67ae75f4-a427-40ef-8bbc-2d1a3689eaf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513836 [ 274 ] {} TCP-Session: 433840d0-0b00-4741-ab13-e2bde3cce5af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513830 [ 269 ] {} TCP-Session: 230dff9f-69c4-433d-89e3-565dd589ee14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513911 [ 273 ] {} TCP-Session: 67ae75f4-a427-40ef-8bbc-2d1a3689eaf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:13.513927 [ 269 ] {} TCP-Session: 230dff9f-69c4-433d-89e3-565dd589ee14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.203384 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51794 2026.04.29 20:52:14.207463 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:14.207614 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Authenticating user 'default' from [fd00:1122:3344:101::d]:51794 2026.04.29 20:52:14.207638 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.207650 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.207858 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 20:52:14.207900 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.29 20:52:14.207993 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.29 20:52:14.216795 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35659 2026.04.29 20:52:14.216885 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57424 2026.04.29 20:52:14.217126 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61368 2026.04.29 20:52:14.217140 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55292 2026.04.29 20:52:14.217135 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:14.217226 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41859 2026.04.29 20:52:14.217303 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Authenticating user 'default' from [fd00:1122:3344:101::d]:35659 2026.04.29 20:52:14.217334 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.217347 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.217347 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63517 2026.04.29 20:52:14.217490 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65237 2026.04.29 20:52:14.218709 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:14.218790 [ 278 ] {} TCP-Session: 02bbc896-04ce-4c20-b744-2dc8406159ba Authenticating user 'default' from [fd00:1122:3344:101::d]:55292 2026.04.29 20:52:14.218849 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33983 2026.04.29 20:52:14.218853 [ 278 ] {} TCP-Session: 02bbc896-04ce-4c20-b744-2dc8406159ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.218892 [ 278 ] {} TCP-Session: 02bbc896-04ce-4c20-b744-2dc8406159ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.218982 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:14.219018 [ 283 ] {} TCP-Session: 71efe14f-a50d-4b5f-8772-cf69147d7f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:33983 2026.04.29 20:52:14.219040 [ 283 ] {} TCP-Session: 71efe14f-a50d-4b5f-8772-cf69147d7f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.219169 [ 283 ] {} TCP-Session: 71efe14f-a50d-4b5f-8772-cf69147d7f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.220857 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:14.220913 [ 282 ] {} TCP-Session: 296e5145-9700-4a5d-a720-51cd564eca67 Authenticating user 'default' from [fd00:1122:3344:101::d]:65237 2026.04.29 20:52:14.220924 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:14.220997 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:14.221000 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:14.221019 [ 282 ] {} TCP-Session: 296e5145-9700-4a5d-a720-51cd564eca67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.221065 [ 279 ] {} TCP-Session: 37bd6140-254f-4ebd-9bfe-9458631ee73f Authenticating user 'default' from [fd00:1122:3344:101::d]:61368 2026.04.29 20:52:14.221035 [ 277 ] {} TCP-Session: 761fd992-d807-40a3-8ad7-e2e6fa270432 Authenticating user 'default' from [fd00:1122:3344:101::d]:57424 2026.04.29 20:52:14.221037 [ 280 ] {} TCP-Session: 1e3408b0-e3c6-49f2-84a9-25bbc39b5a13 Authenticating user 'default' from [fd00:1122:3344:101::d]:41859 2026.04.29 20:52:14.221182 [ 279 ] {} TCP-Session: 37bd6140-254f-4ebd-9bfe-9458631ee73f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.221164 [ 277 ] {} TCP-Session: 761fd992-d807-40a3-8ad7-e2e6fa270432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.221150 [ 282 ] {} TCP-Session: 296e5145-9700-4a5d-a720-51cd564eca67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.221297 [ 279 ] {} TCP-Session: 37bd6140-254f-4ebd-9bfe-9458631ee73f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.221283 [ 277 ] {} TCP-Session: 761fd992-d807-40a3-8ad7-e2e6fa270432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.221281 [ 280 ] {} TCP-Session: 1e3408b0-e3c6-49f2-84a9-25bbc39b5a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.221026 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:14.221449 [ 280 ] {} TCP-Session: 1e3408b0-e3c6-49f2-84a9-25bbc39b5a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.221475 [ 281 ] {} TCP-Session: fb945271-83a5-48c0-b5e5-135750c9001f Authenticating user 'default' from [fd00:1122:3344:101::d]:63517 2026.04.29 20:52:14.221560 [ 281 ] {} TCP-Session: fb945271-83a5-48c0-b5e5-135750c9001f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.221573 [ 281 ] {} TCP-Session: fb945271-83a5-48c0-b5e5-135750c9001f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:14.229301 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.232355 [ 275 ] {66f86c44-60e1-4999-944c-96695e60a84e} executeQuery: (from [fd00:1122:3344:101::d]:51794) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:52:14.302702 [ 275 ] {66f86c44-60e1-4999-944c-96695e60a84e} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51794) (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.29 20:52:14.303763 [ 275 ] {66f86c44-60e1-4999-944c-96695e60a84e} 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.29 20:52:14.304067 [ 275 ] {66f86c44-60e1-4999-944c-96695e60a84e} TCPHandler: Processed in 0.081041418 sec. 2026.04.29 20:52:14.306543 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.306744 [ 276 ] {9ea90678-38c2-49dc-9543-a6ca9420abe1} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:52:14.307213 [ 276 ] {9ea90678-38c2-49dc-9543-a6ca9420abe1} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35659) (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.29 20:52:14.307480 [ 276 ] {9ea90678-38c2-49dc-9543-a6ca9420abe1} 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.29 20:52:14.307747 [ 276 ] {9ea90678-38c2-49dc-9543-a6ca9420abe1} TCPHandler: Processed in 0.001374017 sec. 2026.04.29 20:52:14.312473 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.313381 [ 275 ] {f88039f6-8aa5-45d0-a106-c67b0cce76c1} executeQuery: (from [fd00:1122:3344:101::d]:51794) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.04.29 20:52:14.314046 [ 275 ] {f88039f6-8aa5-45d0-a106-c67b0cce76c1} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.04.29 20:52:14.324431 [ 275 ] {f88039f6-8aa5-45d0-a106-c67b0cce76c1} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.04.29 20:52:14.324529 [ 275 ] {f88039f6-8aa5-45d0-a106-c67b0cce76c1} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000133321 sec 2026.04.29 20:52:14.324544 [ 275 ] {f88039f6-8aa5-45d0-a106-c67b0cce76c1} ReferentialDeps: No tables 2026.04.29 20:52:14.324555 [ 275 ] {f88039f6-8aa5-45d0-a106-c67b0cce76c1} LoadingDeps: No tables 2026.04.29 20:52:14.324613 [ 275 ] {f88039f6-8aa5-45d0-a106-c67b0cce76c1} DatabaseAtomic (oximeter): Starting up tables. 2026.04.29 20:52:14.325316 [ 275 ] {f88039f6-8aa5-45d0-a106-c67b0cce76c1} TCPHandler: Processed in 0.012962146 sec. 2026.04.29 20:52:14.325478 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.325643 [ 275 ] {47799d4b-f7d9-45f6-8e55-ac2b99a720e9} executeQuery: (from [fd00:1122:3344:101::d]:51794) /* 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.29 20:52:14.325857 [ 275 ] {47799d4b-f7d9-45f6-8e55-ac2b99a720e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.04.29 20:52:14.330964 [ 275 ] {47799d4b-f7d9-45f6-8e55-ac2b99a720e9} StoragePolicy (default): Storage policy default created, total volumes 1 2026.04.29 20:52:14.339291 [ 275 ] {47799d4b-f7d9-45f6-8e55-ac2b99a720e9} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa): Loading data parts 2026.04.29 20:52:14.341740 [ 275 ] {47799d4b-f7d9-45f6-8e55-ac2b99a720e9} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa): There are no data parts 2026.04.29 20:52:14.349076 [ 275 ] {47799d4b-f7d9-45f6-8e55-ac2b99a720e9} TCPHandler: Processed in 0.023647013 sec. 2026.04.29 20:52:14.349378 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.349568 [ 275 ] {15fe012f-cef2-462d-afaa-354c31c41d5a} executeQuery: (from [fd00:1122:3344:101::d]:51794) /* 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.29 20:52:14.349708 [ 275 ] {15fe012f-cef2-462d-afaa-354c31c41d5a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.04.29 20:52:14.359953 [ 275 ] {15fe012f-cef2-462d-afaa-354c31c41d5a} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Loading data parts 2026.04.29 20:52:14.360275 [ 275 ] {15fe012f-cef2-462d-afaa-354c31c41d5a} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): There are no data parts 2026.04.29 20:52:14.362015 [ 275 ] {15fe012f-cef2-462d-afaa-354c31c41d5a} TCPHandler: Processed in 0.012690803 sec. 2026.04.29 20:52:14.362174 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.362413 [ 275 ] {6b7aff15-450a-4712-807a-7d80a69c52e1} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.362457 [ 275 ] {6b7aff15-450a-4712-807a-7d80a69c52e1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.04.29 20:52:14.364406 [ 275 ] {6b7aff15-450a-4712-807a-7d80a69c52e1} oximeter.measurements_i8 (1193b848-95fa-4fb6-b599-aa770b7a3bb2): Loading data parts 2026.04.29 20:52:14.364546 [ 275 ] {6b7aff15-450a-4712-807a-7d80a69c52e1} oximeter.measurements_i8 (1193b848-95fa-4fb6-b599-aa770b7a3bb2): There are no data parts 2026.04.29 20:52:14.365875 [ 275 ] {6b7aff15-450a-4712-807a-7d80a69c52e1} TCPHandler: Processed in 0.003753158 sec. 2026.04.29 20:52:14.366091 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.366249 [ 275 ] {b8531191-f3bb-4672-a21c-713d94859bb4} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.366364 [ 275 ] {b8531191-f3bb-4672-a21c-713d94859bb4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.04.29 20:52:14.368150 [ 275 ] {b8531191-f3bb-4672-a21c-713d94859bb4} oximeter.measurements_u8 (15f22a8b-be28-45cb-ad59-1c858652a417): Loading data parts 2026.04.29 20:52:14.368343 [ 275 ] {b8531191-f3bb-4672-a21c-713d94859bb4} oximeter.measurements_u8 (15f22a8b-be28-45cb-ad59-1c858652a417): There are no data parts 2026.04.29 20:52:14.369666 [ 275 ] {b8531191-f3bb-4672-a21c-713d94859bb4} TCPHandler: Processed in 0.003625567 sec. 2026.04.29 20:52:14.369815 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.370050 [ 275 ] {08edccc1-2d35-4693-93f9-02bb3ac89922} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.370092 [ 275 ] {08edccc1-2d35-4693-93f9-02bb3ac89922} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.04.29 20:52:14.372020 [ 275 ] {08edccc1-2d35-4693-93f9-02bb3ac89922} oximeter.measurements_i16 (688cdb23-7be4-4805-b471-e2e7eb16c616): Loading data parts 2026.04.29 20:52:14.372149 [ 275 ] {08edccc1-2d35-4693-93f9-02bb3ac89922} oximeter.measurements_i16 (688cdb23-7be4-4805-b471-e2e7eb16c616): There are no data parts 2026.04.29 20:52:14.373693 [ 275 ] {08edccc1-2d35-4693-93f9-02bb3ac89922} TCPHandler: Processed in 0.00392745 sec. 2026.04.29 20:52:14.373903 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.374054 [ 275 ] {4c7f2f5d-c124-450a-83b5-0c5a073d13fa} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.374174 [ 275 ] {4c7f2f5d-c124-450a-83b5-0c5a073d13fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.04.29 20:52:14.375974 [ 275 ] {4c7f2f5d-c124-450a-83b5-0c5a073d13fa} oximeter.measurements_u16 (2c21f39b-5385-48fa-b6bd-0b535682dd75): Loading data parts 2026.04.29 20:52:14.376152 [ 275 ] {4c7f2f5d-c124-450a-83b5-0c5a073d13fa} oximeter.measurements_u16 (2c21f39b-5385-48fa-b6bd-0b535682dd75): There are no data parts 2026.04.29 20:52:14.377613 [ 275 ] {4c7f2f5d-c124-450a-83b5-0c5a073d13fa} TCPHandler: Processed in 0.003759719 sec. 2026.04.29 20:52:14.377754 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.377950 [ 275 ] {48e3021e-fae9-419c-9ecf-a16230472845} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.378028 [ 275 ] {48e3021e-fae9-419c-9ecf-a16230472845} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.04.29 20:52:14.379988 [ 275 ] {48e3021e-fae9-419c-9ecf-a16230472845} oximeter.measurements_i32 (17b63de1-c40e-4467-91b0-e9c9ad0aa5f2): Loading data parts 2026.04.29 20:52:14.380125 [ 275 ] {48e3021e-fae9-419c-9ecf-a16230472845} oximeter.measurements_i32 (17b63de1-c40e-4467-91b0-e9c9ad0aa5f2): There are no data parts 2026.04.29 20:52:14.382075 [ 275 ] {48e3021e-fae9-419c-9ecf-a16230472845} TCPHandler: Processed in 0.004370296 sec. 2026.04.29 20:52:14.382309 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.382460 [ 275 ] {8da61977-e775-40eb-a130-5d0abf3fe46c} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.382583 [ 275 ] {8da61977-e775-40eb-a130-5d0abf3fe46c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.04.29 20:52:14.384745 [ 275 ] {8da61977-e775-40eb-a130-5d0abf3fe46c} oximeter.measurements_u32 (4bee12f3-d508-4298-9028-2ee4828b56ff): Loading data parts 2026.04.29 20:52:14.384896 [ 275 ] {8da61977-e775-40eb-a130-5d0abf3fe46c} oximeter.measurements_u32 (4bee12f3-d508-4298-9028-2ee4828b56ff): There are no data parts 2026.04.29 20:52:14.386475 [ 275 ] {8da61977-e775-40eb-a130-5d0abf3fe46c} TCPHandler: Processed in 0.004213464 sec. 2026.04.29 20:52:14.386620 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.386811 [ 275 ] {ac27c591-9739-4e99-95ae-863db39a72fd} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.386891 [ 275 ] {ac27c591-9739-4e99-95ae-863db39a72fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.04.29 20:52:14.388777 [ 275 ] {ac27c591-9739-4e99-95ae-863db39a72fd} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): Loading data parts 2026.04.29 20:52:14.388896 [ 275 ] {ac27c591-9739-4e99-95ae-863db39a72fd} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): There are no data parts 2026.04.29 20:52:14.390220 [ 275 ] {ac27c591-9739-4e99-95ae-863db39a72fd} TCPHandler: Processed in 0.003650437 sec. 2026.04.29 20:52:14.390431 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.390582 [ 275 ] {e6db6b72-b4ff-4019-a8f8-26a871b0a2ce} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.390694 [ 275 ] {e6db6b72-b4ff-4019-a8f8-26a871b0a2ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.04.29 20:52:14.392516 [ 275 ] {e6db6b72-b4ff-4019-a8f8-26a871b0a2ce} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Loading data parts 2026.04.29 20:52:14.392640 [ 275 ] {e6db6b72-b4ff-4019-a8f8-26a871b0a2ce} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): There are no data parts 2026.04.29 20:52:14.394079 [ 275 ] {e6db6b72-b4ff-4019-a8f8-26a871b0a2ce} TCPHandler: Processed in 0.003697777 sec. 2026.04.29 20:52:14.394221 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.394372 [ 275 ] {66683f43-e55f-4f3e-85b5-230070396a0e} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.394487 [ 275 ] {66683f43-e55f-4f3e-85b5-230070396a0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.04.29 20:52:14.396349 [ 275 ] {66683f43-e55f-4f3e-85b5-230070396a0e} oximeter.measurements_f32 (df552c55-32f8-4526-ac2d-a1d9a1518033): Loading data parts 2026.04.29 20:52:14.396473 [ 275 ] {66683f43-e55f-4f3e-85b5-230070396a0e} oximeter.measurements_f32 (df552c55-32f8-4526-ac2d-a1d9a1518033): There are no data parts 2026.04.29 20:52:14.397787 [ 275 ] {66683f43-e55f-4f3e-85b5-230070396a0e} TCPHandler: Processed in 0.003614796 sec. 2026.04.29 20:52:14.397999 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.398155 [ 275 ] {e583e3ae-8b44-4496-9ac6-cd04376cd3cf} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.398273 [ 275 ] {e583e3ae-8b44-4496-9ac6-cd04376cd3cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.04.29 20:52:14.400149 [ 275 ] {e583e3ae-8b44-4496-9ac6-cd04376cd3cf} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Loading data parts 2026.04.29 20:52:14.400280 [ 275 ] {e583e3ae-8b44-4496-9ac6-cd04376cd3cf} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): There are no data parts 2026.04.29 20:52:14.401682 [ 275 ] {e583e3ae-8b44-4496-9ac6-cd04376cd3cf} TCPHandler: Processed in 0.003731998 sec. 2026.04.29 20:52:14.401818 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.401968 [ 275 ] {935d94fc-2542-4891-bacb-c6fb3d908062} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.402088 [ 275 ] {935d94fc-2542-4891-bacb-c6fb3d908062} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.04.29 20:52:14.404216 [ 275 ] {935d94fc-2542-4891-bacb-c6fb3d908062} oximeter.measurements_string (3729a454-b317-4d01-81f8-d330b9c37947): Loading data parts 2026.04.29 20:52:14.404351 [ 275 ] {935d94fc-2542-4891-bacb-c6fb3d908062} oximeter.measurements_string (3729a454-b317-4d01-81f8-d330b9c37947): There are no data parts 2026.04.29 20:52:14.405792 [ 275 ] {935d94fc-2542-4891-bacb-c6fb3d908062} TCPHandler: Processed in 0.004023331 sec. 2026.04.29 20:52:14.406020 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.406174 [ 275 ] {05166448-b50e-4bb3-a7f3-f7ea727440c4} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.406293 [ 275 ] {05166448-b50e-4bb3-a7f3-f7ea727440c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.04.29 20:52:14.408372 [ 275 ] {05166448-b50e-4bb3-a7f3-f7ea727440c4} oximeter.measurements_bytes (2d490158-c4f0-4fd0-9b3f-f0d48e2085ab): Loading data parts 2026.04.29 20:52:14.408508 [ 275 ] {05166448-b50e-4bb3-a7f3-f7ea727440c4} oximeter.measurements_bytes (2d490158-c4f0-4fd0-9b3f-f0d48e2085ab): There are no data parts 2026.04.29 20:52:14.409831 [ 275 ] {05166448-b50e-4bb3-a7f3-f7ea727440c4} TCPHandler: Processed in 0.003860539 sec. 2026.04.29 20:52:14.410047 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.410208 [ 275 ] {143777ae-41de-4d12-a58e-e05efd9233dd} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.410323 [ 275 ] {143777ae-41de-4d12-a58e-e05efd9233dd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.04.29 20:52:14.412758 [ 275 ] {143777ae-41de-4d12-a58e-e05efd9233dd} oximeter.measurements_cumulativei64 (846acc7d-33df-41e4-b06b-24c286f88249): Loading data parts 2026.04.29 20:52:14.413069 [ 275 ] {143777ae-41de-4d12-a58e-e05efd9233dd} oximeter.measurements_cumulativei64 (846acc7d-33df-41e4-b06b-24c286f88249): There are no data parts 2026.04.29 20:52:14.415017 [ 275 ] {143777ae-41de-4d12-a58e-e05efd9233dd} TCPHandler: Processed in 0.005018995 sec. 2026.04.29 20:52:14.415167 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.415418 [ 275 ] {dd1f26eb-d4f7-47f5-92e7-4b9b8830549e} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.415544 [ 275 ] {dd1f26eb-d4f7-47f5-92e7-4b9b8830549e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.04.29 20:52:14.417487 [ 275 ] {dd1f26eb-d4f7-47f5-92e7-4b9b8830549e} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Loading data parts 2026.04.29 20:52:14.417626 [ 275 ] {dd1f26eb-d4f7-47f5-92e7-4b9b8830549e} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): There are no data parts 2026.04.29 20:52:14.419198 [ 275 ] {dd1f26eb-d4f7-47f5-92e7-4b9b8830549e} TCPHandler: Processed in 0.004081872 sec. 2026.04.29 20:52:14.419344 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.419505 [ 275 ] {58c42667-ab0d-4eb5-8ad5-1197405503eb} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.419671 [ 275 ] {58c42667-ab0d-4eb5-8ad5-1197405503eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.04.29 20:52:14.421600 [ 275 ] {58c42667-ab0d-4eb5-8ad5-1197405503eb} oximeter.measurements_cumulativef32 (40a54b93-5889-4e5d-9da2-51578c178c61): Loading data parts 2026.04.29 20:52:14.421733 [ 275 ] {58c42667-ab0d-4eb5-8ad5-1197405503eb} oximeter.measurements_cumulativef32 (40a54b93-5889-4e5d-9da2-51578c178c61): There are no data parts 2026.04.29 20:52:14.423121 [ 275 ] {58c42667-ab0d-4eb5-8ad5-1197405503eb} TCPHandler: Processed in 0.003826889 sec. 2026.04.29 20:52:14.423340 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.423502 [ 275 ] {1b5ea1ac-5ff4-4ddf-bb24-f772e434e6d8} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.423621 [ 275 ] {1b5ea1ac-5ff4-4ddf-bb24-f772e434e6d8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.04.29 20:52:14.425514 [ 275 ] {1b5ea1ac-5ff4-4ddf-bb24-f772e434e6d8} oximeter.measurements_cumulativef64 (43dfeefd-83ec-451e-9583-b08797facbc7): Loading data parts 2026.04.29 20:52:14.425842 [ 275 ] {1b5ea1ac-5ff4-4ddf-bb24-f772e434e6d8} oximeter.measurements_cumulativef64 (43dfeefd-83ec-451e-9583-b08797facbc7): There are no data parts 2026.04.29 20:52:14.427230 [ 275 ] {1b5ea1ac-5ff4-4ddf-bb24-f772e434e6d8} TCPHandler: Processed in 0.00393892 sec. 2026.04.29 20:52:14.427380 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.427687 [ 275 ] {1c747678-abe5-429e-98a5-bad884d534b9} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.427824 [ 275 ] {1c747678-abe5-429e-98a5-bad884d534b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.04.29 20:52:14.430001 [ 275 ] {1c747678-abe5-429e-98a5-bad884d534b9} oximeter.measurements_histogrami8 (32ddf494-95f9-4014-99f0-ac1067a48c44): Loading data parts 2026.04.29 20:52:14.430143 [ 275 ] {1c747678-abe5-429e-98a5-bad884d534b9} oximeter.measurements_histogrami8 (32ddf494-95f9-4014-99f0-ac1067a48c44): There are no data parts 2026.04.29 20:52:14.432048 [ 275 ] {1c747678-abe5-429e-98a5-bad884d534b9} TCPHandler: Processed in 0.004717441 sec. 2026.04.29 20:52:14.432340 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.432550 [ 275 ] {14150e42-f1a5-422a-937f-e4feb043d2cc} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.432677 [ 275 ] {14150e42-f1a5-422a-937f-e4feb043d2cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.04.29 20:52:14.435246 [ 275 ] {14150e42-f1a5-422a-937f-e4feb043d2cc} oximeter.measurements_histogramu8 (a99d200f-acde-4759-b0a6-5f18e806cf37): Loading data parts 2026.04.29 20:52:14.435458 [ 275 ] {14150e42-f1a5-422a-937f-e4feb043d2cc} oximeter.measurements_histogramu8 (a99d200f-acde-4759-b0a6-5f18e806cf37): There are no data parts 2026.04.29 20:52:14.436900 [ 275 ] {14150e42-f1a5-422a-937f-e4feb043d2cc} TCPHandler: Processed in 0.004610479 sec. 2026.04.29 20:52:14.437045 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.437343 [ 275 ] {e8f1cb53-b45f-47ad-95a2-da711355373f} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.437472 [ 275 ] {e8f1cb53-b45f-47ad-95a2-da711355373f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.04.29 20:52:14.439846 [ 275 ] {e8f1cb53-b45f-47ad-95a2-da711355373f} oximeter.measurements_histogrami16 (dcc478da-11a2-4fec-b4fb-6ec4277389d6): Loading data parts 2026.04.29 20:52:14.439978 [ 275 ] {e8f1cb53-b45f-47ad-95a2-da711355373f} oximeter.measurements_histogrami16 (dcc478da-11a2-4fec-b4fb-6ec4277389d6): There are no data parts 2026.04.29 20:52:14.441379 [ 275 ] {e8f1cb53-b45f-47ad-95a2-da711355373f} TCPHandler: Processed in 0.004383396 sec. 2026.04.29 20:52:14.441590 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.441796 [ 275 ] {ab83d913-7259-4ec9-ba32-a13c4dfcf4f8} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.441915 [ 275 ] {ab83d913-7259-4ec9-ba32-a13c4dfcf4f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.04.29 20:52:14.443941 [ 275 ] {ab83d913-7259-4ec9-ba32-a13c4dfcf4f8} oximeter.measurements_histogramu16 (b0d0f309-c2bb-4eec-8df8-afd72e7ab646): Loading data parts 2026.04.29 20:52:14.444177 [ 275 ] {ab83d913-7259-4ec9-ba32-a13c4dfcf4f8} oximeter.measurements_histogramu16 (b0d0f309-c2bb-4eec-8df8-afd72e7ab646): There are no data parts 2026.04.29 20:52:14.445825 [ 275 ] {ab83d913-7259-4ec9-ba32-a13c4dfcf4f8} TCPHandler: Processed in 0.004284875 sec. 2026.04.29 20:52:14.446020 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.446317 [ 275 ] {f330c503-8c3f-4537-bac5-296dca38c075} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.446446 [ 275 ] {f330c503-8c3f-4537-bac5-296dca38c075} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.04.29 20:52:14.449120 [ 275 ] {f330c503-8c3f-4537-bac5-296dca38c075} oximeter.measurements_histogrami32 (7dc7759f-c3e8-4300-87ad-36cec3b0cef7): Loading data parts 2026.04.29 20:52:14.449259 [ 275 ] {f330c503-8c3f-4537-bac5-296dca38c075} oximeter.measurements_histogrami32 (7dc7759f-c3e8-4300-87ad-36cec3b0cef7): There are no data parts 2026.04.29 20:52:14.451006 [ 275 ] {f330c503-8c3f-4537-bac5-296dca38c075} TCPHandler: Processed in 0.005041985 sec. 2026.04.29 20:52:14.451262 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.451478 [ 275 ] {6dbdd563-b2e7-4f2c-bb91-58e19007c468} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.451611 [ 275 ] {6dbdd563-b2e7-4f2c-bb91-58e19007c468} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.04.29 20:52:14.453644 [ 275 ] {6dbdd563-b2e7-4f2c-bb91-58e19007c468} oximeter.measurements_histogramu32 (ce7ecba4-0cec-4dc7-8f08-29ff48573e5f): Loading data parts 2026.04.29 20:52:14.453828 [ 275 ] {6dbdd563-b2e7-4f2c-bb91-58e19007c468} oximeter.measurements_histogramu32 (ce7ecba4-0cec-4dc7-8f08-29ff48573e5f): There are no data parts 2026.04.29 20:52:14.455269 [ 275 ] {6dbdd563-b2e7-4f2c-bb91-58e19007c468} TCPHandler: Processed in 0.004056382 sec. 2026.04.29 20:52:14.455411 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.455658 [ 275 ] {bd489cfd-c19a-4439-b3bf-34b7c354c3e6} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.455773 [ 275 ] {bd489cfd-c19a-4439-b3bf-34b7c354c3e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.04.29 20:52:14.457800 [ 275 ] {bd489cfd-c19a-4439-b3bf-34b7c354c3e6} oximeter.measurements_histogrami64 (9ee907c8-75a1-4163-826b-c5ed67edfd52): Loading data parts 2026.04.29 20:52:14.457924 [ 275 ] {bd489cfd-c19a-4439-b3bf-34b7c354c3e6} oximeter.measurements_histogrami64 (9ee907c8-75a1-4163-826b-c5ed67edfd52): There are no data parts 2026.04.29 20:52:14.459257 [ 275 ] {bd489cfd-c19a-4439-b3bf-34b7c354c3e6} TCPHandler: Processed in 0.00389467 sec. 2026.04.29 20:52:14.459464 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.459677 [ 275 ] {f2117d62-21d0-4ccf-ab2f-46e7e58c6219} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.459795 [ 275 ] {f2117d62-21d0-4ccf-ab2f-46e7e58c6219} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.04.29 20:52:14.461739 [ 275 ] {f2117d62-21d0-4ccf-ab2f-46e7e58c6219} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Loading data parts 2026.04.29 20:52:14.461896 [ 275 ] {f2117d62-21d0-4ccf-ab2f-46e7e58c6219} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): There are no data parts 2026.04.29 20:52:14.463259 [ 275 ] {f2117d62-21d0-4ccf-ab2f-46e7e58c6219} TCPHandler: Processed in 0.003845699 sec. 2026.04.29 20:52:14.463396 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.463645 [ 275 ] {cc10510a-58f0-41e1-8daf-774fe5276624} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.463762 [ 275 ] {cc10510a-58f0-41e1-8daf-774fe5276624} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.04.29 20:52:14.465878 [ 275 ] {cc10510a-58f0-41e1-8daf-774fe5276624} oximeter.measurements_histogramf32 (989a9551-667d-466d-839c-6d856e731592): Loading data parts 2026.04.29 20:52:14.466033 [ 275 ] {cc10510a-58f0-41e1-8daf-774fe5276624} oximeter.measurements_histogramf32 (989a9551-667d-466d-839c-6d856e731592): There are no data parts 2026.04.29 20:52:14.467392 [ 275 ] {cc10510a-58f0-41e1-8daf-774fe5276624} TCPHandler: Processed in 0.004046302 sec. 2026.04.29 20:52:14.467622 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.467838 [ 275 ] {138807e4-5168-4637-b182-1fc199220a8f} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.468029 [ 275 ] {138807e4-5168-4637-b182-1fc199220a8f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.04.29 20:52:14.470281 [ 275 ] {138807e4-5168-4637-b182-1fc199220a8f} oximeter.measurements_histogramf64 (7804c7b6-1742-4734-b844-d257c9d9761d): Loading data parts 2026.04.29 20:52:14.470474 [ 275 ] {138807e4-5168-4637-b182-1fc199220a8f} oximeter.measurements_histogramf64 (7804c7b6-1742-4734-b844-d257c9d9761d): There are no data parts 2026.04.29 20:52:14.471913 [ 275 ] {138807e4-5168-4637-b182-1fc199220a8f} TCPHandler: Processed in 0.004398017 sec. 2026.04.29 20:52:14.472121 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.472348 [ 275 ] {16beedfa-b578-4362-b416-6d33a32ab597} executeQuery: (from [fd00:1122:3344:101::d]:51794) /* 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.29 20:52:14.472479 [ 275 ] {16beedfa-b578-4362-b416-6d33a32ab597} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.04.29 20:52:14.474657 [ 275 ] {16beedfa-b578-4362-b416-6d33a32ab597} oximeter.fields_bool (d9f807c6-e931-427b-a577-978bbcd4e9cf): Loading data parts 2026.04.29 20:52:14.474798 [ 275 ] {16beedfa-b578-4362-b416-6d33a32ab597} oximeter.fields_bool (d9f807c6-e931-427b-a577-978bbcd4e9cf): There are no data parts 2026.04.29 20:52:14.477084 [ 275 ] {16beedfa-b578-4362-b416-6d33a32ab597} TCPHandler: Processed in 0.005018144 sec. 2026.04.29 20:52:14.477230 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.477523 [ 275 ] {829901a7-1b91-494a-b018-e2bd25639bfd} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.477643 [ 275 ] {829901a7-1b91-494a-b018-e2bd25639bfd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.04.29 20:52:14.479668 [ 275 ] {829901a7-1b91-494a-b018-e2bd25639bfd} oximeter.fields_i8 (6f3eb94c-79ef-4a85-b52c-9e314c02a0fd): Loading data parts 2026.04.29 20:52:14.479807 [ 275 ] {829901a7-1b91-494a-b018-e2bd25639bfd} oximeter.fields_i8 (6f3eb94c-79ef-4a85-b52c-9e314c02a0fd): There are no data parts 2026.04.29 20:52:14.481489 [ 275 ] {829901a7-1b91-494a-b018-e2bd25639bfd} TCPHandler: Processed in 0.004308065 sec. 2026.04.29 20:52:14.481625 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.481775 [ 275 ] {547a59bd-c571-4372-81a5-dff90982d4cc} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.481903 [ 275 ] {547a59bd-c571-4372-81a5-dff90982d4cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.04.29 20:52:14.483899 [ 275 ] {547a59bd-c571-4372-81a5-dff90982d4cc} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Loading data parts 2026.04.29 20:52:14.484034 [ 275 ] {547a59bd-c571-4372-81a5-dff90982d4cc} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): There are no data parts 2026.04.29 20:52:14.485390 [ 275 ] {547a59bd-c571-4372-81a5-dff90982d4cc} TCPHandler: Processed in 0.003815499 sec. 2026.04.29 20:52:14.485534 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.485774 [ 275 ] {d667aa8c-1e53-44de-95f9-dd2d63501ebc} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.485892 [ 275 ] {d667aa8c-1e53-44de-95f9-dd2d63501ebc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.04.29 20:52:14.487791 [ 275 ] {d667aa8c-1e53-44de-95f9-dd2d63501ebc} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Loading data parts 2026.04.29 20:52:14.487939 [ 275 ] {d667aa8c-1e53-44de-95f9-dd2d63501ebc} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): There are no data parts 2026.04.29 20:52:14.489479 [ 275 ] {d667aa8c-1e53-44de-95f9-dd2d63501ebc} TCPHandler: Processed in 0.003995881 sec. 2026.04.29 20:52:14.489622 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.489776 [ 275 ] {4840f695-25c4-4184-a839-fbea48547019} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.489905 [ 275 ] {4840f695-25c4-4184-a839-fbea48547019} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.04.29 20:52:14.491941 [ 275 ] {4840f695-25c4-4184-a839-fbea48547019} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Loading data parts 2026.04.29 20:52:14.492158 [ 275 ] {4840f695-25c4-4184-a839-fbea48547019} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): There are no data parts 2026.04.29 20:52:14.493489 [ 275 ] {4840f695-25c4-4184-a839-fbea48547019} TCPHandler: Processed in 0.003942861 sec. 2026.04.29 20:52:14.493674 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.493864 [ 275 ] {b8679bcd-e9b9-410a-8a2f-cf91e282b2c3} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.493990 [ 275 ] {b8679bcd-e9b9-410a-8a2f-cf91e282b2c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.04.29 20:52:14.496028 [ 275 ] {b8679bcd-e9b9-410a-8a2f-cf91e282b2c3} oximeter.fields_i32 (b4530cb5-c967-4c74-8371-5b8214b5e8d0): Loading data parts 2026.04.29 20:52:14.496157 [ 275 ] {b8679bcd-e9b9-410a-8a2f-cf91e282b2c3} oximeter.fields_i32 (b4530cb5-c967-4c74-8371-5b8214b5e8d0): There are no data parts 2026.04.29 20:52:14.497641 [ 275 ] {b8679bcd-e9b9-410a-8a2f-cf91e282b2c3} TCPHandler: Processed in 0.003977841 sec. 2026.04.29 20:52:14.497785 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.497940 [ 275 ] {276679d9-5923-4b23-be40-ffdd91b4ab31} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.498064 [ 275 ] {276679d9-5923-4b23-be40-ffdd91b4ab31} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.04.29 20:52:14.500132 [ 275 ] {276679d9-5923-4b23-be40-ffdd91b4ab31} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Loading data parts 2026.04.29 20:52:14.500290 [ 275 ] {276679d9-5923-4b23-be40-ffdd91b4ab31} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): There are no data parts 2026.04.29 20:52:14.501642 [ 275 ] {276679d9-5923-4b23-be40-ffdd91b4ab31} TCPHandler: Processed in 0.00390612 sec. 2026.04.29 20:52:14.501947 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.502100 [ 275 ] {efe98aac-53d8-46b7-826d-bd0b24bc292b} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.502238 [ 275 ] {efe98aac-53d8-46b7-826d-bd0b24bc292b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.04.29 20:52:14.504259 [ 275 ] {efe98aac-53d8-46b7-826d-bd0b24bc292b} oximeter.fields_i64 (8cebc5ae-f3f2-4550-9ab4-305bc9e206ea): Loading data parts 2026.04.29 20:52:14.504491 [ 275 ] {efe98aac-53d8-46b7-826d-bd0b24bc292b} oximeter.fields_i64 (8cebc5ae-f3f2-4550-9ab4-305bc9e206ea): There are no data parts 2026.04.29 20:52:14.505916 [ 275 ] {efe98aac-53d8-46b7-826d-bd0b24bc292b} TCPHandler: Processed in 0.004028862 sec. 2026.04.29 20:52:14.506064 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.506267 [ 275 ] {58b711e1-ab16-4171-8c61-93567d3e998f} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.506351 [ 275 ] {58b711e1-ab16-4171-8c61-93567d3e998f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.04.29 20:52:14.508628 [ 275 ] {58b711e1-ab16-4171-8c61-93567d3e998f} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Loading data parts 2026.04.29 20:52:14.508779 [ 275 ] {58b711e1-ab16-4171-8c61-93567d3e998f} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): There are no data parts 2026.04.29 20:52:14.510368 [ 275 ] {58b711e1-ab16-4171-8c61-93567d3e998f} TCPHandler: Processed in 0.004355496 sec. 2026.04.29 20:52:14.510605 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.510759 [ 275 ] {ef00a078-02a4-4724-a0e4-35666fb0ca8f} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.510884 [ 275 ] {ef00a078-02a4-4724-a0e4-35666fb0ca8f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.04.29 20:52:14.512831 [ 275 ] {ef00a078-02a4-4724-a0e4-35666fb0ca8f} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Loading data parts 2026.04.29 20:52:14.513091 [ 275 ] {ef00a078-02a4-4724-a0e4-35666fb0ca8f} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): There are no data parts 2026.04.29 20:52:14.514414 [ 275 ] {ef00a078-02a4-4724-a0e4-35666fb0ca8f} TCPHandler: Processed in 0.00388016 sec. 2026.04.29 20:52:14.514548 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.514772 [ 275 ] {932cac5b-59c5-4d3d-9b2e-2a540d42ffbc} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.514874 [ 275 ] {932cac5b-59c5-4d3d-9b2e-2a540d42ffbc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.04.29 20:52:14.516796 [ 275 ] {932cac5b-59c5-4d3d-9b2e-2a540d42ffbc} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Loading data parts 2026.04.29 20:52:14.516932 [ 275 ] {932cac5b-59c5-4d3d-9b2e-2a540d42ffbc} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): There are no data parts 2026.04.29 20:52:14.518324 [ 275 ] {932cac5b-59c5-4d3d-9b2e-2a540d42ffbc} TCPHandler: Processed in 0.003796299 sec. 2026.04.29 20:52:14.518500 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.518652 [ 275 ] {8187a787-8700-4d90-b35e-df07c86ee92d} executeQuery: (from [fd00:1122:3344:101::d]:51794) 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.29 20:52:14.518757 [ 275 ] {8187a787-8700-4d90-b35e-df07c86ee92d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.04.29 20:52:14.520599 [ 275 ] {8187a787-8700-4d90-b35e-df07c86ee92d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Loading data parts 2026.04.29 20:52:14.520798 [ 275 ] {8187a787-8700-4d90-b35e-df07c86ee92d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): There are no data parts 2026.04.29 20:52:14.522149 [ 275 ] {8187a787-8700-4d90-b35e-df07c86ee92d} TCPHandler: Processed in 0.003698098 sec. 2026.04.29 20:52:14.522307 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.522661 [ 275 ] {9266cb38-1961-4b4a-93d7-7101bb1dab95} executeQuery: (from [fd00:1122:3344:101::d]:51794) /* 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.29 20:52:14.522846 [ 275 ] {9266cb38-1961-4b4a-93d7-7101bb1dab95} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.04.29 20:52:14.524981 [ 275 ] {9266cb38-1961-4b4a-93d7-7101bb1dab95} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): Loading data parts 2026.04.29 20:52:14.525372 [ 275 ] {9266cb38-1961-4b4a-93d7-7101bb1dab95} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): There are no data parts 2026.04.29 20:52:14.526911 [ 275 ] {9266cb38-1961-4b4a-93d7-7101bb1dab95} TCPHandler: Processed in 0.00465361 sec. 2026.04.29 20:52:14.527142 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:14.527585 [ 276 ] {5ddf419b-16ef-4fdb-8716-9b8f29fa2bb3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.04.29 20:52:14.528925 [ 276 ] {5ddf419b-16ef-4fdb-8716-9b8f29fa2bb3} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.04.29 20:52:14.539989 [ 285 ] {5ddf419b-16ef-4fdb-8716-9b8f29fa2bb3} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:14.540196 [ 285 ] {5ddf419b-16ef-4fdb-8716-9b8f29fa2bb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:14.544958 [ 285 ] {5ddf419b-16ef-4fdb-8716-9b8f29fa2bb3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:14.545492 [ 285 ] {5ddf419b-16ef-4fdb-8716-9b8f29fa2bb3} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa): 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.29 20:52:14.545898 [ 276 ] {5ddf419b-16ef-4fdb-8716-9b8f29fa2bb3} executeQuery: Read 1 rows, 16.00 B in 0.018447 sec., 54.209356534937925 rows/sec., 867.35 B/sec. 2026.04.29 20:52:14.546166 [ 276 ] {5ddf419b-16ef-4fdb-8716-9b8f29fa2bb3} TCPHandler: Processed in 0.019132755 sec. 2026.04.29 20:52:15.000195 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 127.35 MiB, peak 127.35 MiB, free memory in arenas 0.00 B, will set to 139.63 MiB (RSS), difference: 12.28 MiB 2026.04.29 20:52:19.570231 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.04.29 20:52:19.570264 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.04.29 20:52:19.570339 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.04.29 20:52:19.570405 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.04.29 20:52:19.620436 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Loading data parts 2026.04.29 20:52:19.620762 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): There are no data parts 2026.04.29 20:52:19.620907 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Loading data parts 2026.04.29 20:52:19.621360 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): There are no data parts 2026.04.29 20:52:19.628191 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:19.628234 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:19.633759 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:19.634354 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:52:19.634486 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.04.29 20:52:19.660625 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:19.660796 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:19.667012 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:19.668196 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:52:19.671386 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.04.29 20:52:20.000225 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 144.76 MiB, peak 148.76 MiB, free memory in arenas 0.00 B, will set to 153.87 MiB (RSS), difference: 9.11 MiB 2026.04.29 20:52:22.070200 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.04.29 20:52:22.070423 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.04.29 20:52:22.106752 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Loading data parts 2026.04.29 20:52:22.106937 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): There are no data parts 2026.04.29 20:52:22.135742 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:22.135877 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:22.137672 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:22.138240 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:52:22.138533 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.04.29 20:52:23.000178 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 158.09 MiB, peak 158.09 MiB, free memory in arenas 0.00 B, will set to 155.11 MiB (RSS), difference: -2.98 MiB 2026.04.29 20:52:26.849728 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40516 2026.04.29 20:52:26.850209 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:26.850348 [ 286 ] {} TCP-Session: 53ad6f90-259a-4285-bfd1-04463d39f767 Authenticating user 'default' from [fd00:1122:3344:101::e]:40516 2026.04.29 20:52:26.850370 [ 286 ] {} TCP-Session: 53ad6f90-259a-4285-bfd1-04463d39f767 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.850382 [ 286 ] {} TCP-Session: 53ad6f90-259a-4285-bfd1-04463d39f767 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.850519 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.29 20:52:26.850545 [ 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.29 20:52:26.850657 [ 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.29 20:52:26.851065 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60890 2026.04.29 20:52:26.851247 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63794 2026.04.29 20:52:26.851260 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37185 2026.04.29 20:52:26.851295 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52371 2026.04.29 20:52:26.851420 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59755 2026.04.29 20:52:26.851423 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:26.851556 [ 287 ] {} TCP-Session: d7824977-e82a-4496-84ee-99bd38fb0cbf Authenticating user 'default' from [fd00:1122:3344:101::e]:60890 2026.04.29 20:52:26.851574 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39167 2026.04.29 20:52:26.851580 [ 287 ] {} TCP-Session: d7824977-e82a-4496-84ee-99bd38fb0cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.851697 [ 287 ] {} TCP-Session: d7824977-e82a-4496-84ee-99bd38fb0cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.851698 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59214 2026.04.29 20:52:26.851839 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53718 2026.04.29 20:52:26.852063 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:26.852093 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:26.852148 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:26.852189 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:26.852266 [ 292 ] {} TCP-Session: 50796c28-1d0a-452b-aa43-a897064ab944 Authenticating user 'default' from [fd00:1122:3344:101::e]:39167 2026.04.29 20:52:26.852269 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:26.852315 [ 292 ] {} TCP-Session: 50796c28-1d0a-452b-aa43-a897064ab944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852322 [ 290 ] {} TCP-Session: 62110d6f-30db-4236-82d4-9126135636b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52371 2026.04.29 20:52:26.852342 [ 292 ] {} TCP-Session: 50796c28-1d0a-452b-aa43-a897064ab944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852335 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:26.852366 [ 294 ] {} TCP-Session: 905a58f5-e85e-46f1-a6a2-03e89039a888 Authenticating user 'default' from [fd00:1122:3344:101::e]:53718 2026.04.29 20:52:26.852386 [ 290 ] {} TCP-Session: 62110d6f-30db-4236-82d4-9126135636b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852404 [ 294 ] {} TCP-Session: 905a58f5-e85e-46f1-a6a2-03e89039a888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852409 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:26.852415 [ 290 ] {} TCP-Session: 62110d6f-30db-4236-82d4-9126135636b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852420 [ 294 ] {} TCP-Session: 905a58f5-e85e-46f1-a6a2-03e89039a888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852461 [ 293 ] {} TCP-Session: 4105b8d3-2168-4d1a-b14c-b3fc078d80f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:59214 2026.04.29 20:52:26.852338 [ 291 ] {} TCP-Session: 98a9e246-472b-422c-97cc-a5e49e106db1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59755 2026.04.29 20:52:26.852496 [ 293 ] {} TCP-Session: 4105b8d3-2168-4d1a-b14c-b3fc078d80f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852330 [ 289 ] {} TCP-Session: 5743e545-4287-4db4-b449-70de210a3b27 Authenticating user 'default' from [fd00:1122:3344:101::e]:63794 2026.04.29 20:52:26.852521 [ 293 ] {} TCP-Session: 4105b8d3-2168-4d1a-b14c-b3fc078d80f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852516 [ 291 ] {} TCP-Session: 98a9e246-472b-422c-97cc-a5e49e106db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852538 [ 289 ] {} TCP-Session: 5743e545-4287-4db4-b449-70de210a3b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852561 [ 291 ] {} TCP-Session: 98a9e246-472b-422c-97cc-a5e49e106db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852575 [ 289 ] {} TCP-Session: 5743e545-4287-4db4-b449-70de210a3b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852404 [ 288 ] {} TCP-Session: 38e9d185-7223-4bdd-b0d7-def5432e2e0f Authenticating user 'default' from [fd00:1122:3344:101::e]:37185 2026.04.29 20:52:26.852624 [ 288 ] {} TCP-Session: 38e9d185-7223-4bdd-b0d7-def5432e2e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.852637 [ 288 ] {} TCP-Session: 38e9d185-7223-4bdd-b0d7-def5432e2e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.853381 [ 286 ] {} TCP-Session: 53ad6f90-259a-4285-bfd1-04463d39f767 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:26.853549 [ 286 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} executeQuery: (from [fd00:1122:3344:101::e]:40516) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:52:26.853958 [ 286 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:52:26.854239 [ 286 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:52:26.857020 [ 286 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:52:26.864461 [ 295 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} AggregatingTransform: Aggregating 2026.04.29 20:52:26.864604 [ 295 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} Aggregator: Aggregation method: without_key 2026.04.29 20:52:26.865371 [ 295 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004291435 sec. (233.022 rows/sec., 9.10 KiB/sec.) 2026.04.29 20:52:26.865395 [ 295 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} Aggregator: Merging aggregated data 2026.04.29 20:52:26.865426 [ 295 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.04.29 20:52:26.866633 [ 286 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} executeQuery: Read 1 rows, 40.00 B in 0.013137 sec., 76.12087995737231 rows/sec., 2.97 KiB/sec. 2026.04.29 20:52:26.866825 [ 286 ] {783f7630-3ab6-441e-afe2-74f82f868ed7} TCPHandler: Processed in 0.013593404 sec. 2026.04.29 20:52:26.869873 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:26.869906 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:26.869928 [ 286 ] {} TCP-Session: 53ad6f90-259a-4285-bfd1-04463d39f767 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.869934 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:26.869941 [ 294 ] {} TCP-Session: 905a58f5-e85e-46f1-a6a2-03e89039a888 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.869958 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:26.869985 [ 289 ] {} TCP-Session: 5743e545-4287-4db4-b449-70de210a3b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.869995 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:26.870018 [ 287 ] {} TCP-Session: d7824977-e82a-4496-84ee-99bd38fb0cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.870032 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:26.870055 [ 288 ] {} TCP-Session: 38e9d185-7223-4bdd-b0d7-def5432e2e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.870057 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:26.870083 [ 290 ] {} TCP-Session: 62110d6f-30db-4236-82d4-9126135636b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.870078 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:26.870110 [ 292 ] {} TCP-Session: 50796c28-1d0a-452b-aa43-a897064ab944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.870008 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:26.870148 [ 293 ] {} TCP-Session: 4105b8d3-2168-4d1a-b14c-b3fc078d80f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:26.870193 [ 291 ] {} TCP-Session: 98a9e246-472b-422c-97cc-a5e49e106db1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:27.001166 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 155.46 MiB, peak 163.54 MiB, free memory in arenas 0.00 B, will set to 159.27 MiB (RSS), difference: 3.81 MiB 2026.04.29 20:52:27.044886 [ 29 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:52:27.044922 [ 29 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:52:27.134594 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 491 entries to flush up to offset 979 2026.04.29 20:52:27.135304 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:27.135345 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:27.136003 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:27.136502 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:52:27.136669 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 979 2026.04.29 20:52:27.171502 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.04.29 20:52:27.190170 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:27.190232 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:27.196937 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:27.198214 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:52:27.201517 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.04.29 20:52:28.001158 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 159.91 MiB, peak 163.91 MiB, free memory in arenas 0.00 B, will set to 162.08 MiB (RSS), difference: 2.17 MiB 2026.04.29 20:52:28.258380 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39024 2026.04.29 20:52:28.258508 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.258537 [ 286 ] {} TCP-Session: b5dba308-a21c-4fb0-b336-8de6f188cffc Authenticating user 'default' from [fd00:1122:3344:101::e]:39024 2026.04.29 20:52:28.258559 [ 286 ] {} TCP-Session: b5dba308-a21c-4fb0-b336-8de6f188cffc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.258572 [ 286 ] {} TCP-Session: b5dba308-a21c-4fb0-b336-8de6f188cffc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.258765 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49867 2026.04.29 20:52:28.258821 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37803 2026.04.29 20:52:28.258841 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40143 2026.04.29 20:52:28.258873 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60234 2026.04.29 20:52:28.258907 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56313 2026.04.29 20:52:28.258917 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.258958 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.258882 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44633 2026.04.29 20:52:28.258998 [ 288 ] {} TCP-Session: 4df0b6fa-1022-4439-be2c-c26f6b7758f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:37803 2026.04.29 20:52:28.259004 [ 286 ] {} TCP-Session: b5dba308-a21c-4fb0-b336-8de6f188cffc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:28.259033 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.259039 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.259071 [ 294 ] {} TCP-Session: 7914e4fb-7635-435a-9122-d9e0a6e99475 Authenticating user 'default' from [fd00:1122:3344:101::e]:56313 2026.04.29 20:52:28.259072 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.259093 [ 289 ] {} TCP-Session: 4efc8276-5d7f-4179-96e0-e640ce20f6e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:40143 2026.04.29 20:52:28.259106 [ 294 ] {} TCP-Session: 7914e4fb-7635-435a-9122-d9e0a6e99475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259117 [ 293 ] {} TCP-Session: 5585e247-378b-440a-b87f-6ea8020e0021 Authenticating user 'default' from [fd00:1122:3344:101::e]:44633 2026.04.29 20:52:28.259135 [ 289 ] {} TCP-Session: 4efc8276-5d7f-4179-96e0-e640ce20f6e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259144 [ 294 ] {} TCP-Session: 7914e4fb-7635-435a-9122-d9e0a6e99475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259156 [ 293 ] {} TCP-Session: 5585e247-378b-440a-b87f-6ea8020e0021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259175 [ 289 ] {} TCP-Session: 4efc8276-5d7f-4179-96e0-e640ce20f6e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259198 [ 293 ] {} TCP-Session: 5585e247-378b-440a-b87f-6ea8020e0021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259044 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.259212 [ 286 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} executeQuery: (from [fd00:1122:3344:101::e]:39024) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:52:28.259249 [ 292 ] {} TCP-Session: 37665fa7-0baf-4470-95bf-1828e9f0b453 Authenticating user 'default' from [fd00:1122:3344:101::e]:60234 2026.04.29 20:52:28.259029 [ 288 ] {} TCP-Session: 4df0b6fa-1022-4439-be2c-c26f6b7758f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259281 [ 292 ] {} TCP-Session: 37665fa7-0baf-4470-95bf-1828e9f0b453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259291 [ 288 ] {} TCP-Session: 4df0b6fa-1022-4439-be2c-c26f6b7758f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259299 [ 292 ] {} TCP-Session: 37665fa7-0baf-4470-95bf-1828e9f0b453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.258987 [ 287 ] {} TCP-Session: 8311abbc-f7af-4f8c-845a-2209de75a902 Authenticating user 'default' from [fd00:1122:3344:101::e]:49867 2026.04.29 20:52:28.258851 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52407 2026.04.29 20:52:28.259375 [ 287 ] {} TCP-Session: 8311abbc-f7af-4f8c-845a-2209de75a902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.258837 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57035 2026.04.29 20:52:28.259403 [ 287 ] {} TCP-Session: 8311abbc-f7af-4f8c-845a-2209de75a902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259547 [ 286 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:52:28.259607 [ 286 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:52:28.259632 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.259635 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.259672 [ 290 ] {} TCP-Session: 5f72ed11-42f5-4c76-9d66-e9fda1cdb600 Authenticating user 'default' from [fd00:1122:3344:101::e]:57035 2026.04.29 20:52:28.259691 [ 291 ] {} TCP-Session: 0e877fd3-49aa-4552-8d8c-4f9b4fd29245 Authenticating user 'default' from [fd00:1122:3344:101::e]:52407 2026.04.29 20:52:28.259697 [ 290 ] {} TCP-Session: 5f72ed11-42f5-4c76-9d66-e9fda1cdb600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259718 [ 291 ] {} TCP-Session: 0e877fd3-49aa-4552-8d8c-4f9b4fd29245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259730 [ 290 ] {} TCP-Session: 5f72ed11-42f5-4c76-9d66-e9fda1cdb600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259743 [ 291 ] {} TCP-Session: 0e877fd3-49aa-4552-8d8c-4f9b4fd29245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.259906 [ 286 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:52:28.260812 [ 311 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} AggregatingTransform: Aggregating 2026.04.29 20:52:28.260871 [ 311 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} Aggregator: Aggregation method: without_key 2026.04.29 20:52:28.260911 [ 311 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000906212 sec. (1103.495 rows/sec., 43.11 KiB/sec.) 2026.04.29 20:52:28.260929 [ 311 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} Aggregator: Merging aggregated data 2026.04.29 20:52:28.262265 [ 286 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} executeQuery: Read 1 rows, 40.00 B in 0.003118 sec., 320.71840923669015 rows/sec., 12.53 KiB/sec. 2026.04.29 20:52:28.262382 [ 286 ] {ccca1626-836e-47ee-9139-d526f9aecc1e} TCPHandler: Processed in 0.003538496 sec. 2026.04.29 20:52:28.262516 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.262544 [ 286 ] {} TCP-Session: b5dba308-a21c-4fb0-b336-8de6f188cffc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.262553 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.262575 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.262593 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.262615 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.262634 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.262649 [ 288 ] {} TCP-Session: 4df0b6fa-1022-4439-be2c-c26f6b7758f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.262659 [ 292 ] {} TCP-Session: 37665fa7-0baf-4470-95bf-1828e9f0b453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.262667 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.262686 [ 289 ] {} TCP-Session: 4efc8276-5d7f-4179-96e0-e640ce20f6e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.262717 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.262728 [ 291 ] {} TCP-Session: 0e877fd3-49aa-4552-8d8c-4f9b4fd29245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.262690 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.262751 [ 293 ] {} TCP-Session: 5585e247-378b-440a-b87f-6ea8020e0021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.262588 [ 290 ] {} TCP-Session: 5f72ed11-42f5-4c76-9d66-e9fda1cdb600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.262796 [ 294 ] {} TCP-Session: 7914e4fb-7635-435a-9122-d9e0a6e99475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.262626 [ 287 ] {} TCP-Session: 8311abbc-f7af-4f8c-845a-2209de75a902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389097 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62916 2026.04.29 20:52:28.389227 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.389256 [ 286 ] {} TCP-Session: 48346b39-1cd9-422f-a312-68483cb6592a Authenticating user 'default' from [fd00:1122:3344:101::e]:62916 2026.04.29 20:52:28.389279 [ 286 ] {} TCP-Session: 48346b39-1cd9-422f-a312-68483cb6592a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389293 [ 286 ] {} TCP-Session: 48346b39-1cd9-422f-a312-68483cb6592a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389552 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41452 2026.04.29 20:52:28.389567 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62039 2026.04.29 20:52:28.389593 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55784 2026.04.29 20:52:28.389600 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34342 2026.04.29 20:52:28.389664 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45465 2026.04.29 20:52:28.389689 [ 286 ] {} TCP-Session: 48346b39-1cd9-422f-a312-68483cb6592a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:28.389703 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.389708 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.389744 [ 290 ] {} TCP-Session: cfa092f7-ff1f-4f19-b244-acf3fe497301 Authenticating user 'default' from [fd00:1122:3344:101::e]:55784 2026.04.29 20:52:28.389765 [ 288 ] {} TCP-Session: b62cff24-f5d2-4a9e-9b5f-072f719c23ee Authenticating user 'default' from [fd00:1122:3344:101::e]:62039 2026.04.29 20:52:28.389780 [ 290 ] {} TCP-Session: cfa092f7-ff1f-4f19-b244-acf3fe497301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389789 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.389808 [ 288 ] {} TCP-Session: b62cff24-f5d2-4a9e-9b5f-072f719c23ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389807 [ 290 ] {} TCP-Session: cfa092f7-ff1f-4f19-b244-acf3fe497301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389837 [ 288 ] {} TCP-Session: b62cff24-f5d2-4a9e-9b5f-072f719c23ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389834 [ 289 ] {} TCP-Session: 47e40d4c-9015-43b0-b479-62fdb216d6ee Authenticating user 'default' from [fd00:1122:3344:101::e]:34342 2026.04.29 20:52:28.389869 [ 286 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} executeQuery: (from [fd00:1122:3344:101::e]:62916) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:52:28.389889 [ 289 ] {} TCP-Session: 47e40d4c-9015-43b0-b479-62fdb216d6ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389786 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.389912 [ 289 ] {} TCP-Session: 47e40d4c-9015-43b0-b479-62fdb216d6ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389682 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.389933 [ 293 ] {} TCP-Session: e52715be-0396-4755-9bcd-6c70ea8826f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:45465 2026.04.29 20:52:28.389659 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48544 2026.04.29 20:52:28.389975 [ 293 ] {} TCP-Session: e52715be-0396-4755-9bcd-6c70ea8826f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389971 [ 287 ] {} TCP-Session: dd17a58a-8a76-4883-a55a-60ad5ecc5f9d Authenticating user 'default' from [fd00:1122:3344:101::e]:41452 2026.04.29 20:52:28.390010 [ 293 ] {} TCP-Session: e52715be-0396-4755-9bcd-6c70ea8826f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389649 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49762 2026.04.29 20:52:28.390037 [ 287 ] {} TCP-Session: dd17a58a-8a76-4883-a55a-60ad5ecc5f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.390040 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.390075 [ 287 ] {} TCP-Session: dd17a58a-8a76-4883-a55a-60ad5ecc5f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.389667 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37800 2026.04.29 20:52:28.390111 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.390104 [ 294 ] {} TCP-Session: 3fbce511-fd4a-442d-aed4-5ea9b3b3a5d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:48544 2026.04.29 20:52:28.390155 [ 291 ] {} TCP-Session: 753d695b-2d21-4902-b8f4-b90cd01c1bcd Authenticating user 'default' from [fd00:1122:3344:101::e]:49762 2026.04.29 20:52:28.390179 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:52:28.390188 [ 291 ] {} TCP-Session: 753d695b-2d21-4902-b8f4-b90cd01c1bcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.390209 [ 292 ] {} TCP-Session: 88997ebd-ad27-4ae2-95b6-f6fb8693fac3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37800 2026.04.29 20:52:28.390216 [ 291 ] {} TCP-Session: 753d695b-2d21-4902-b8f4-b90cd01c1bcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.390250 [ 292 ] {} TCP-Session: 88997ebd-ad27-4ae2-95b6-f6fb8693fac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.390181 [ 294 ] {} TCP-Session: 3fbce511-fd4a-442d-aed4-5ea9b3b3a5d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.390273 [ 292 ] {} TCP-Session: 88997ebd-ad27-4ae2-95b6-f6fb8693fac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.390292 [ 294 ] {} TCP-Session: 3fbce511-fd4a-442d-aed4-5ea9b3b3a5d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.390180 [ 286 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:52:28.390372 [ 286 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:52:28.390648 [ 286 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:52:28.391549 [ 301 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} AggregatingTransform: Aggregating 2026.04.29 20:52:28.391594 [ 301 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} Aggregator: Aggregation method: without_key 2026.04.29 20:52:28.391632 [ 301 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000887141 sec. (1127.217 rows/sec., 44.03 KiB/sec.) 2026.04.29 20:52:28.391652 [ 301 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} Aggregator: Merging aggregated data 2026.04.29 20:52:28.393046 [ 286 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} executeQuery: Read 1 rows, 40.00 B in 0.003232 sec., 309.4059405940594 rows/sec., 12.09 KiB/sec. 2026.04.29 20:52:28.393171 [ 286 ] {bb6e850f-0686-4b2e-b7e4-4f2486357bf6} TCPHandler: Processed in 0.003655967 sec. 2026.04.29 20:52:28.393301 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.393344 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.393357 [ 286 ] {} TCP-Session: 48346b39-1cd9-422f-a312-68483cb6592a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.393374 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.393388 [ 291 ] {} TCP-Session: 753d695b-2d21-4902-b8f4-b90cd01c1bcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.393396 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.393419 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.393438 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.393451 [ 288 ] {} TCP-Session: b62cff24-f5d2-4a9e-9b5f-072f719c23ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.393468 [ 292 ] {} TCP-Session: 88997ebd-ad27-4ae2-95b6-f6fb8693fac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.393475 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.393494 [ 287 ] {} TCP-Session: dd17a58a-8a76-4883-a55a-60ad5ecc5f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.393510 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.393535 [ 293 ] {} TCP-Session: e52715be-0396-4755-9bcd-6c70ea8826f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.393455 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:52:28.393565 [ 290 ] {} TCP-Session: cfa092f7-ff1f-4f19-b244-acf3fe497301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.393412 [ 294 ] {} TCP-Session: 3fbce511-fd4a-442d-aed4-5ea9b3b3a5d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:28.393597 [ 289 ] {} TCP-Session: 47e40d4c-9015-43b0-b479-62fdb216d6ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:52:29.986250 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:29.986465 [ 275 ] {1dd0762a-706a-47c0-9ae6-7455f506a78d} executeQuery: (from [fd00:1122:3344:101::d]:51794) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'kstat_sampler:samples_dropped', '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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.04.29 20:52:29.989252 [ 275 ] {1dd0762a-706a-47c0-9ae6-7455f506a78d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:52:29.989311 [ 275 ] {1dd0762a-706a-47c0-9ae6-7455f506a78d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:52:29.992021 [ 275 ] {1dd0762a-706a-47c0-9ae6-7455f506a78d} TCPHandler: Processed in 0.005900535 sec. 2026.04.29 20:52:30.008515 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.008644 [ 275 ] {9f2c7c28-5750-404e-80e4-1abff2f6479a} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.29 20:52:30.008695 [ 275 ] {9f2c7c28-5750-404e-80e4-1abff2f6479a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:52:30.012040 [ 275 ] {9f2c7c28-5750-404e-80e4-1abff2f6479a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.012089 [ 275 ] {9f2c7c28-5750-404e-80e4-1abff2f6479a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.012757 [ 275 ] {9f2c7c28-5750-404e-80e4-1abff2f6479a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.013146 [ 275 ] {9f2c7c28-5750-404e-80e4-1abff2f6479a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): 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.29 20:52:30.013309 [ 275 ] {9f2c7c28-5750-404e-80e4-1abff2f6479a} executeQuery: Read 15 rows, 2.62 KiB in 0.004703 sec., 3189.45354029343 rows/sec., 556.91 KiB/sec. 2026.04.29 20:52:30.013352 [ 275 ] {9f2c7c28-5750-404e-80e4-1abff2f6479a} TCPHandler: Processed in 0.004911943 sec. 2026.04.29 20:52:30.013484 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.013587 [ 275 ] {10d38a94-40b1-45ec-a6f3-bf99fcee0f8b} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:52:30.013632 [ 275 ] {10d38a94-40b1-45ec-a6f3-bf99fcee0f8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:52:30.014196 [ 275 ] {10d38a94-40b1-45ec-a6f3-bf99fcee0f8b} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.014230 [ 275 ] {10d38a94-40b1-45ec-a6f3-bf99fcee0f8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.014675 [ 275 ] {10d38a94-40b1-45ec-a6f3-bf99fcee0f8b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.015093 [ 275 ] {10d38a94-40b1-45ec-a6f3-bf99fcee0f8b} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:52:30.015229 [ 275 ] {10d38a94-40b1-45ec-a6f3-bf99fcee0f8b} executeQuery: Read 6 rows, 501.00 B in 0.001665 sec., 3603.6036036036035 rows/sec., 293.85 KiB/sec. 2026.04.29 20:52:30.015265 [ 275 ] {10d38a94-40b1-45ec-a6f3-bf99fcee0f8b} TCPHandler: Processed in 0.001836813 sec. 2026.04.29 20:52:30.015382 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.015481 [ 275 ] {d2503c52-58cf-47c3-b579-2340c6078b01} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:52:30.015523 [ 275 ] {d2503c52-58cf-47c3-b579-2340c6078b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:52:30.017395 [ 275 ] {d2503c52-58cf-47c3-b579-2340c6078b01} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.017430 [ 275 ] {d2503c52-58cf-47c3-b579-2340c6078b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.018172 [ 275 ] {d2503c52-58cf-47c3-b579-2340c6078b01} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.018613 [ 275 ] {d2503c52-58cf-47c3-b579-2340c6078b01} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:52:30.018760 [ 275 ] {d2503c52-58cf-47c3-b579-2340c6078b01} executeQuery: Read 2367 rows, 179.08 KiB in 0.0033 sec., 717272.7272727273 rows/sec., 53.00 MiB/sec. 2026.04.29 20:52:30.018803 [ 275 ] {d2503c52-58cf-47c3-b579-2340c6078b01} TCPHandler: Processed in 0.003472445 sec. 2026.04.29 20:52:30.018941 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.019038 [ 275 ] {979993db-9a24-4b09-b83e-a6bb41444e34} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:52:30.019080 [ 275 ] {979993db-9a24-4b09-b83e-a6bb41444e34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:52:30.019508 [ 275 ] {979993db-9a24-4b09-b83e-a6bb41444e34} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.019545 [ 275 ] {979993db-9a24-4b09-b83e-a6bb41444e34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.020001 [ 275 ] {979993db-9a24-4b09-b83e-a6bb41444e34} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.020411 [ 275 ] {979993db-9a24-4b09-b83e-a6bb41444e34} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:52:30.020541 [ 275 ] {979993db-9a24-4b09-b83e-a6bb41444e34} executeQuery: Read 23 rows, 1.70 KiB in 0.001539 sec., 14944.769330734243 rows/sec., 1.08 MiB/sec. 2026.04.29 20:52:30.020580 [ 275 ] {979993db-9a24-4b09-b83e-a6bb41444e34} TCPHandler: Processed in 0.001707792 sec. 2026.04.29 20:52:30.020689 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.020776 [ 275 ] {f90a088b-13e9-421d-84e3-572904843370} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:52:30.020812 [ 275 ] {f90a088b-13e9-421d-84e3-572904843370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:52:30.021561 [ 275 ] {f90a088b-13e9-421d-84e3-572904843370} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.021595 [ 275 ] {f90a088b-13e9-421d-84e3-572904843370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.022081 [ 275 ] {f90a088b-13e9-421d-84e3-572904843370} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.022636 [ 275 ] {f90a088b-13e9-421d-84e3-572904843370} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:52:30.022769 [ 275 ] {f90a088b-13e9-421d-84e3-572904843370} executeQuery: Read 801 rows, 47.38 KiB in 0.001979 sec., 404749.87367357255 rows/sec., 23.38 MiB/sec. 2026.04.29 20:52:30.022806 [ 275 ] {f90a088b-13e9-421d-84e3-572904843370} TCPHandler: Processed in 0.002141967 sec. 2026.04.29 20:52:30.022927 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.023021 [ 275 ] {51cc324e-2271-43f6-959f-7238dcac6db3} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:52:30.023062 [ 275 ] {51cc324e-2271-43f6-959f-7238dcac6db3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:52:30.023471 [ 275 ] {51cc324e-2271-43f6-959f-7238dcac6db3} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.023508 [ 275 ] {51cc324e-2271-43f6-959f-7238dcac6db3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.023923 [ 275 ] {51cc324e-2271-43f6-959f-7238dcac6db3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.024340 [ 275 ] {51cc324e-2271-43f6-959f-7238dcac6db3} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:52:30.024473 [ 275 ] {51cc324e-2271-43f6-959f-7238dcac6db3} executeQuery: Read 2 rows, 144.00 B in 0.00147 sec., 1360.544217687075 rows/sec., 95.66 KiB/sec. 2026.04.29 20:52:30.024509 [ 275 ] {51cc324e-2271-43f6-959f-7238dcac6db3} TCPHandler: Processed in 0.001633341 sec. 2026.04.29 20:52:30.024626 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.024719 [ 275 ] {85f9b1bf-6e88-4b59-afe4-88a9c6b98b5e} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:52:30.024759 [ 275 ] {85f9b1bf-6e88-4b59-afe4-88a9c6b98b5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:52:30.025587 [ 275 ] {85f9b1bf-6e88-4b59-afe4-88a9c6b98b5e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.025623 [ 275 ] {85f9b1bf-6e88-4b59-afe4-88a9c6b98b5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.026156 [ 275 ] {85f9b1bf-6e88-4b59-afe4-88a9c6b98b5e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.026571 [ 275 ] {85f9b1bf-6e88-4b59-afe4-88a9c6b98b5e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:52:30.026707 [ 275 ] {85f9b1bf-6e88-4b59-afe4-88a9c6b98b5e} executeQuery: Read 1244 rows, 84.45 KiB in 0.002005 sec., 620448.8778054863 rows/sec., 41.13 MiB/sec. 2026.04.29 20:52:30.026748 [ 275 ] {85f9b1bf-6e88-4b59-afe4-88a9c6b98b5e} TCPHandler: Processed in 0.002172977 sec. 2026.04.29 20:52:30.026867 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.026961 [ 275 ] {01780b70-d8c2-4b1f-882e-80e9abb33faa} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:52:30.027003 [ 275 ] {01780b70-d8c2-4b1f-882e-80e9abb33faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:52:30.027887 [ 275 ] {01780b70-d8c2-4b1f-882e-80e9abb33faa} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.027921 [ 275 ] {01780b70-d8c2-4b1f-882e-80e9abb33faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.028551 [ 275 ] {01780b70-d8c2-4b1f-882e-80e9abb33faa} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.028955 [ 275 ] {01780b70-d8c2-4b1f-882e-80e9abb33faa} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:52:30.029095 [ 275 ] {01780b70-d8c2-4b1f-882e-80e9abb33faa} executeQuery: Read 2276 rows, 142.92 KiB in 0.002152 sec., 1057620.8178438663 rows/sec., 64.85 MiB/sec. 2026.04.29 20:52:30.029140 [ 275 ] {01780b70-d8c2-4b1f-882e-80e9abb33faa} TCPHandler: Processed in 0.00232269 sec. 2026.04.29 20:52:30.029256 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.029350 [ 275 ] {d9d064fc-98da-4fa4-8df4-cf3fab7a2519} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:52:30.029403 [ 275 ] {d9d064fc-98da-4fa4-8df4-cf3fab7a2519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:52:30.030178 [ 275 ] {d9d064fc-98da-4fa4-8df4-cf3fab7a2519} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.030214 [ 275 ] {d9d064fc-98da-4fa4-8df4-cf3fab7a2519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.031477 [ 275 ] {d9d064fc-98da-4fa4-8df4-cf3fab7a2519} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.031899 [ 275 ] {d9d064fc-98da-4fa4-8df4-cf3fab7a2519} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:52:30.032043 [ 275 ] {d9d064fc-98da-4fa4-8df4-cf3fab7a2519} executeQuery: Read 17 rows, 31.19 KiB in 0.002712 sec., 6268.436578171091 rows/sec., 11.23 MiB/sec. 2026.04.29 20:52:30.032093 [ 275 ] {d9d064fc-98da-4fa4-8df4-cf3fab7a2519} TCPHandler: Processed in 0.002887607 sec. 2026.04.29 20:52:30.032213 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:30.032307 [ 275 ] {42a02d64-4494-43b1-9710-b5820c3c2205} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.29 20:52:30.032348 [ 275 ] {42a02d64-4494-43b1-9710-b5820c3c2205} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.29 20:52:30.032677 [ 275 ] {42a02d64-4494-43b1-9710-b5820c3c2205} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:30.032712 [ 275 ] {42a02d64-4494-43b1-9710-b5820c3c2205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.29 20:52:30.033130 [ 275 ] {42a02d64-4494-43b1-9710-b5820c3c2205} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:30.033611 [ 275 ] {42a02d64-4494-43b1-9710-b5820c3c2205} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): 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.29 20:52:30.033739 [ 275 ] {42a02d64-4494-43b1-9710-b5820c3c2205} executeQuery: Read 6 rows, 434.00 B in 0.00145 sec., 4137.931034482759 rows/sec., 292.30 KiB/sec. 2026.04.29 20:52:30.033775 [ 275 ] {42a02d64-4494-43b1-9710-b5820c3c2205} TCPHandler: Processed in 0.00161319 sec. 2026.04.29 20:52:32.138947 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 116 2026.04.29 20:52:32.141650 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:32.141699 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:32.142951 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:32.143509 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:52:32.143759 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 116 2026.04.29 20:52:33.000271 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 159.90 MiB, peak 168.66 MiB, free memory in arenas 0.00 B, will set to 164.00 MiB (RSS), difference: 4.10 MiB 2026.04.29 20:52:34.636922 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1427 2026.04.29 20:52:34.637399 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:34.637449 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:34.638088 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:34.638593 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:52:34.638738 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1427 2026.04.29 20:52:34.701758 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.04.29 20:52:34.719081 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:34.719158 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:34.725883 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:34.727228 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:52:34.731047 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.04.29 20:52:35.000201 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 164.54 MiB, peak 168.66 MiB, free memory in arenas 0.00 B, will set to 166.02 MiB (RSS), difference: 1.47 MiB 2026.04.29 20:52:42.045187 [ 92 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:52:42.045250 [ 92 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:52:42.138895 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1939 2026.04.29 20:52:42.139401 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:42.139452 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:42.140127 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:52:42.140618 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:52:42.140780 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1939 2026.04.29 20:52:42.231196 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.04.29 20:52:42.251435 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:42.251506 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:42.258739 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:52:42.260074 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:52:42.265785 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.04.29 20:52:44.566730 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:44.566965 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} executeQuery: (from [fd00:1122:3344:101::d]:51794) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native (stage: Complete) 2026.04.29 20:52:44.567317 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:52:44.571672 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE 2026.04.29 20:52:44.571912 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:52:44.571995 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:52:44.574172 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 4-element set) 2026.04.29 20:52:44.574239 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:52:44.574269 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:52:44.574285 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:52:44.576566 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} 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', 'http_service:request_latency_histogram'))" 2026.04.29 20:52:44.576598 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.04.29 20:52:44.592843 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} executeQuery: Read 15 rows, 2.62 KiB in 0.025964 sec., 577.7230010784162 rows/sec., 100.88 KiB/sec. 2026.04.29 20:52:44.592964 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} MemoryTracker: Peak memory usage (for query): 130.11 KiB. 2026.04.29 20:52:44.592982 [ 275 ] {35d32adb-067f-4f7e-bdf5-a39a35f818c9} TCPHandler: Processed in 0.026394858 sec. 2026.04.29 20:52:44.595979 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:44.596115 [ 275 ] {fcf8ca22-4deb-4b13-9f7d-8f87e8c5780e} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:52:44.596171 [ 275 ] {fcf8ca22-4deb-4b13-9f7d-8f87e8c5780e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:52:44.596712 [ 275 ] {fcf8ca22-4deb-4b13-9f7d-8f87e8c5780e} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:44.596758 [ 275 ] {fcf8ca22-4deb-4b13-9f7d-8f87e8c5780e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:44.597246 [ 275 ] {fcf8ca22-4deb-4b13-9f7d-8f87e8c5780e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:44.597674 [ 275 ] {fcf8ca22-4deb-4b13-9f7d-8f87e8c5780e} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:52:44.597823 [ 275 ] {fcf8ca22-4deb-4b13-9f7d-8f87e8c5780e} executeQuery: Read 44 rows, 4.30 KiB in 0.001749 sec., 25157.23270440252 rows/sec., 2.40 MiB/sec. 2026.04.29 20:52:44.597861 [ 275 ] {fcf8ca22-4deb-4b13-9f7d-8f87e8c5780e} TCPHandler: Processed in 0.001947015 sec. 2026.04.29 20:52:44.597984 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:44.598082 [ 275 ] {6598fc99-13ba-4bf1-b3c6-10db1ea6fc9b} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:52:44.598123 [ 275 ] {6598fc99-13ba-4bf1-b3c6-10db1ea6fc9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:52:44.598526 [ 275 ] {6598fc99-13ba-4bf1-b3c6-10db1ea6fc9b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:44.598563 [ 275 ] {6598fc99-13ba-4bf1-b3c6-10db1ea6fc9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:44.599073 [ 275 ] {6598fc99-13ba-4bf1-b3c6-10db1ea6fc9b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:44.599530 [ 275 ] {6598fc99-13ba-4bf1-b3c6-10db1ea6fc9b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:52:44.599665 [ 275 ] {6598fc99-13ba-4bf1-b3c6-10db1ea6fc9b} executeQuery: Read 22 rows, 1.65 KiB in 0.001604 sec., 13715.71072319202 rows/sec., 1.01 MiB/sec. 2026.04.29 20:52:44.599704 [ 275 ] {6598fc99-13ba-4bf1-b3c6-10db1ea6fc9b} TCPHandler: Processed in 0.001771472 sec. 2026.04.29 20:52:44.599826 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:44.599922 [ 275 ] {edbcdd6d-58b2-4de1-a4f8-b6d728bc3548} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:52:44.599963 [ 275 ] {edbcdd6d-58b2-4de1-a4f8-b6d728bc3548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:52:44.600380 [ 275 ] {edbcdd6d-58b2-4de1-a4f8-b6d728bc3548} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:44.600418 [ 275 ] {edbcdd6d-58b2-4de1-a4f8-b6d728bc3548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:44.600803 [ 275 ] {edbcdd6d-58b2-4de1-a4f8-b6d728bc3548} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:44.601216 [ 275 ] {edbcdd6d-58b2-4de1-a4f8-b6d728bc3548} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:52:44.601344 [ 275 ] {edbcdd6d-58b2-4de1-a4f8-b6d728bc3548} executeQuery: Read 27 rows, 2.18 KiB in 0.001442 sec., 18723.994452149793 rows/sec., 1.48 MiB/sec. 2026.04.29 20:52:44.601381 [ 275 ] {edbcdd6d-58b2-4de1-a4f8-b6d728bc3548} TCPHandler: Processed in 0.001607611 sec. 2026.04.29 20:52:44.601507 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:44.601602 [ 275 ] {38b22e25-0e3e-4497-b7d6-fe730b0b63dc} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:52:44.601656 [ 275 ] {38b22e25-0e3e-4497-b7d6-fe730b0b63dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:52:44.602420 [ 275 ] {38b22e25-0e3e-4497-b7d6-fe730b0b63dc} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:44.602457 [ 275 ] {38b22e25-0e3e-4497-b7d6-fe730b0b63dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:44.603111 [ 275 ] {38b22e25-0e3e-4497-b7d6-fe730b0b63dc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:44.603560 [ 275 ] {38b22e25-0e3e-4497-b7d6-fe730b0b63dc} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:52:44.603694 [ 275 ] {38b22e25-0e3e-4497-b7d6-fe730b0b63dc} executeQuery: Read 22 rows, 40.37 KiB in 0.002112 sec., 10416.666666666666 rows/sec., 18.67 MiB/sec. 2026.04.29 20:52:44.603749 [ 275 ] {38b22e25-0e3e-4497-b7d6-fe730b0b63dc} TCPHandler: Processed in 0.002292649 sec. 2026.04.29 20:52:44.603873 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:44.603968 [ 275 ] {0130a9f9-b1e5-42dd-965e-b3263ba8bf17} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.29 20:52:44.604010 [ 275 ] {0130a9f9-b1e5-42dd-965e-b3263ba8bf17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.29 20:52:44.604338 [ 275 ] {0130a9f9-b1e5-42dd-965e-b3263ba8bf17} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:44.604375 [ 275 ] {0130a9f9-b1e5-42dd-965e-b3263ba8bf17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:44.604810 [ 275 ] {0130a9f9-b1e5-42dd-965e-b3263ba8bf17} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:44.605314 [ 275 ] {0130a9f9-b1e5-42dd-965e-b3263ba8bf17} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): 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.29 20:52:44.605442 [ 275 ] {0130a9f9-b1e5-42dd-965e-b3263ba8bf17} executeQuery: Read 9 rows, 709.00 B in 0.001493 sec., 6028.131279303416 rows/sec., 463.75 KiB/sec. 2026.04.29 20:52:44.605477 [ 275 ] {0130a9f9-b1e5-42dd-965e-b3263ba8bf17} TCPHandler: Processed in 0.001654421 sec. 2026.04.29 20:52:49.573331 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:49.573569 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} executeQuery: (from [fd00:1122:3344:101::d]:51794) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.04.29 20:52:49.574371 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:52:49.574405 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.29 20:52:49.574620 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:52:49.574686 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:52:49.574820 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:52:49.574855 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:52:49.574876 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:52:49.574891 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:52:49.574932 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.29 20:52:49.574951 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.04.29 20:52:49.576016 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} executeQuery: Read 15 rows, 2.62 KiB in 0.002537 sec., 5912.495072920772 rows/sec., 1.01 MiB/sec. 2026.04.29 20:52:49.576116 [ 275 ] {f4a45fa3-7bd9-4509-a8ed-a40070166ca8} TCPHandler: Processed in 0.002918127 sec. 2026.04.29 20:52:49.577371 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:49.577480 [ 275 ] {2ea3014b-2c6c-4984-b967-460e1af7d08f} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.29 20:52:49.577521 [ 275 ] {2ea3014b-2c6c-4984-b967-460e1af7d08f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:52:49.578054 [ 275 ] {2ea3014b-2c6c-4984-b967-460e1af7d08f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:49.578098 [ 275 ] {2ea3014b-2c6c-4984-b967-460e1af7d08f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:49.578622 [ 275 ] {2ea3014b-2c6c-4984-b967-460e1af7d08f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:49.578993 [ 275 ] {2ea3014b-2c6c-4984-b967-460e1af7d08f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): 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.29 20:52:49.579140 [ 275 ] {2ea3014b-2c6c-4984-b967-460e1af7d08f} executeQuery: Read 18 rows, 2.52 KiB in 0.001692 sec., 10638.297872340427 rows/sec., 1.45 MiB/sec. 2026.04.29 20:52:49.579176 [ 275 ] {2ea3014b-2c6c-4984-b967-460e1af7d08f} TCPHandler: Processed in 0.001856353 sec. 2026.04.29 20:52:49.579302 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:49.579394 [ 275 ] {9484e47e-98a3-4fa4-985a-a4670d91d0fa} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:52:49.579434 [ 275 ] {9484e47e-98a3-4fa4-985a-a4670d91d0fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:52:49.579871 [ 275 ] {9484e47e-98a3-4fa4-985a-a4670d91d0fa} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:49.579906 [ 275 ] {9484e47e-98a3-4fa4-985a-a4670d91d0fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:49.580370 [ 275 ] {9484e47e-98a3-4fa4-985a-a4670d91d0fa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:49.580825 [ 275 ] {9484e47e-98a3-4fa4-985a-a4670d91d0fa} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:52:49.580955 [ 275 ] {9484e47e-98a3-4fa4-985a-a4670d91d0fa} executeQuery: Read 6 rows, 501.00 B in 0.001578 sec., 3802.2813688212927 rows/sec., 310.05 KiB/sec. 2026.04.29 20:52:49.580991 [ 275 ] {9484e47e-98a3-4fa4-985a-a4670d91d0fa} TCPHandler: Processed in 0.001737773 sec. 2026.04.29 20:52:49.581110 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:49.581202 [ 275 ] {febd91f3-e2e8-4a43-9c64-bb946d689436} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:52:49.581240 [ 275 ] {febd91f3-e2e8-4a43-9c64-bb946d689436} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:52:49.581669 [ 275 ] {febd91f3-e2e8-4a43-9c64-bb946d689436} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:49.581704 [ 275 ] {febd91f3-e2e8-4a43-9c64-bb946d689436} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:49.582118 [ 275 ] {febd91f3-e2e8-4a43-9c64-bb946d689436} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:49.582588 [ 275 ] {febd91f3-e2e8-4a43-9c64-bb946d689436} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:52:49.582715 [ 275 ] {febd91f3-e2e8-4a43-9c64-bb946d689436} executeQuery: Read 59 rows, 4.63 KiB in 0.001531 sec., 38536.90398432397 rows/sec., 2.95 MiB/sec. 2026.04.29 20:52:49.582749 [ 275 ] {febd91f3-e2e8-4a43-9c64-bb946d689436} TCPHandler: Processed in 0.001687422 sec. 2026.04.29 20:52:49.582866 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:49.582956 [ 275 ] {bb5b94fa-b0cb-47da-97cd-c9a1b6d6ccb4} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:52:49.582995 [ 275 ] {bb5b94fa-b0cb-47da-97cd-c9a1b6d6ccb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:52:49.583394 [ 275 ] {bb5b94fa-b0cb-47da-97cd-c9a1b6d6ccb4} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:49.583429 [ 275 ] {bb5b94fa-b0cb-47da-97cd-c9a1b6d6ccb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:49.583927 [ 275 ] {bb5b94fa-b0cb-47da-97cd-c9a1b6d6ccb4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:49.584463 [ 275 ] {bb5b94fa-b0cb-47da-97cd-c9a1b6d6ccb4} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:52:49.584597 [ 275 ] {bb5b94fa-b0cb-47da-97cd-c9a1b6d6ccb4} executeQuery: Read 6 rows, 429.00 B in 0.001658 sec., 3618.8178528347407 rows/sec., 252.68 KiB/sec. 2026.04.29 20:52:49.584636 [ 275 ] {bb5b94fa-b0cb-47da-97cd-c9a1b6d6ccb4} TCPHandler: Processed in 0.001819083 sec. 2026.04.29 20:52:49.584780 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:49.584874 [ 275 ] {a11380eb-592f-4439-a1cf-e2b6f937e9f6} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:52:49.584913 [ 275 ] {a11380eb-592f-4439-a1cf-e2b6f937e9f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:52:49.585349 [ 275 ] {a11380eb-592f-4439-a1cf-e2b6f937e9f6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:49.585385 [ 275 ] {a11380eb-592f-4439-a1cf-e2b6f937e9f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:49.585806 [ 275 ] {a11380eb-592f-4439-a1cf-e2b6f937e9f6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:49.586249 [ 275 ] {a11380eb-592f-4439-a1cf-e2b6f937e9f6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:52:49.586376 [ 275 ] {a11380eb-592f-4439-a1cf-e2b6f937e9f6} executeQuery: Read 70 rows, 5.60 KiB in 0.00152 sec., 46052.63157894737 rows/sec., 3.60 MiB/sec. 2026.04.29 20:52:49.586412 [ 275 ] {a11380eb-592f-4439-a1cf-e2b6f937e9f6} TCPHandler: Processed in 0.001683422 sec. 2026.04.29 20:52:49.586534 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:49.586627 [ 275 ] {c98e7e94-8db3-4ce2-b8a8-ad122a4ae9f4} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:52:49.586677 [ 275 ] {c98e7e94-8db3-4ce2-b8a8-ad122a4ae9f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:52:49.587084 [ 275 ] {c98e7e94-8db3-4ce2-b8a8-ad122a4ae9f4} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:49.587120 [ 275 ] {c98e7e94-8db3-4ce2-b8a8-ad122a4ae9f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:49.587546 [ 275 ] {c98e7e94-8db3-4ce2-b8a8-ad122a4ae9f4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:49.587968 [ 275 ] {c98e7e94-8db3-4ce2-b8a8-ad122a4ae9f4} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:52:49.588094 [ 275 ] {c98e7e94-8db3-4ce2-b8a8-ad122a4ae9f4} executeQuery: Read 163 rows, 11.62 KiB in 0.001486 sec., 109690.44414535667 rows/sec., 7.64 MiB/sec. 2026.04.29 20:52:49.588130 [ 275 ] {c98e7e94-8db3-4ce2-b8a8-ad122a4ae9f4} TCPHandler: Processed in 0.001646001 sec. 2026.04.29 20:52:49.588245 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:49.588338 [ 275 ] {9e3fb926-8bda-4cd8-be64-c7ca663ae6ee} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:52:49.588378 [ 275 ] {9e3fb926-8bda-4cd8-be64-c7ca663ae6ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:52:49.588727 [ 275 ] {9e3fb926-8bda-4cd8-be64-c7ca663ae6ee} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:49.588761 [ 275 ] {9e3fb926-8bda-4cd8-be64-c7ca663ae6ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:49.589297 [ 275 ] {9e3fb926-8bda-4cd8-be64-c7ca663ae6ee} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:52:49.589715 [ 275 ] {9e3fb926-8bda-4cd8-be64-c7ca663ae6ee} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:52:49.589841 [ 275 ] {9e3fb926-8bda-4cd8-be64-c7ca663ae6ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001521 sec., 39447.731755424065 rows/sec., 2.66 MiB/sec. 2026.04.29 20:52:49.589876 [ 275 ] {9e3fb926-8bda-4cd8-be64-c7ca663ae6ee} TCPHandler: Processed in 0.001679831 sec. 2026.04.29 20:52:49.640886 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2387 2026.04.29 20:52:49.641392 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:49.641444 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:49.642055 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:52:49.642499 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:52:49.642662 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2387 2026.04.29 20:52:49.765874 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.04.29 20:52:49.783493 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:49.783545 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:49.789711 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:52:49.790859 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:52:49.793793 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.04.29 20:52:52.144090 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 144 2026.04.29 20:52:52.146169 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:52.146214 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:52.147467 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:52.147946 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:52:52.148179 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 144 2026.04.29 20:52:54.573902 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:54.574122 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} executeQuery: (from [fd00:1122:3344:101::d]:51794) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.04.29 20:52:54.574439 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:52:54.574475 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.29 20:52:54.574711 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:52:54.574780 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:52:54.574919 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 22-element set) 2026.04.29 20:52:54.575058 [ 319 ] {a6543b0a-1338-49dd-8761-b0efd3284667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:52:54.575058 [ 331 ] {a6543b0a-1338-49dd-8761-b0efd3284667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:52:54.575188 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:52:54.575213 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:52:54.577454 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:52:54.577480 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:52:54.577532 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.29 20:52:54.577568 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.29 20:52:54.579033 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} executeQuery: Read 33 rows, 5.14 KiB in 0.005001 sec., 6598.68026394721 rows/sec., 1.00 MiB/sec. 2026.04.29 20:52:54.579158 [ 275 ] {a6543b0a-1338-49dd-8761-b0efd3284667} TCPHandler: Processed in 0.005388199 sec. 2026.04.29 20:52:54.583630 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:54.583779 [ 275 ] {de66a953-213f-4c8b-8bba-b36080c22b6c} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:52:54.583841 [ 275 ] {de66a953-213f-4c8b-8bba-b36080c22b6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:52:54.584441 [ 275 ] {de66a953-213f-4c8b-8bba-b36080c22b6c} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:54.584486 [ 275 ] {de66a953-213f-4c8b-8bba-b36080c22b6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:54.584997 [ 275 ] {de66a953-213f-4c8b-8bba-b36080c22b6c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:52:54.585414 [ 275 ] {de66a953-213f-4c8b-8bba-b36080c22b6c} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:52:54.585560 [ 275 ] {de66a953-213f-4c8b-8bba-b36080c22b6c} executeQuery: Read 124 rows, 10.95 KiB in 0.001835 sec., 67574.93188010898 rows/sec., 5.83 MiB/sec. 2026.04.29 20:52:54.585595 [ 275 ] {de66a953-213f-4c8b-8bba-b36080c22b6c} TCPHandler: Processed in 0.002018256 sec. 2026.04.29 20:52:54.585720 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:54.585816 [ 275 ] {6e316611-06fc-4c28-b6b9-130cbdff0756} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:52:54.585857 [ 275 ] {6e316611-06fc-4c28-b6b9-130cbdff0756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:52:54.586265 [ 275 ] {6e316611-06fc-4c28-b6b9-130cbdff0756} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:54.586300 [ 275 ] {6e316611-06fc-4c28-b6b9-130cbdff0756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:54.586716 [ 275 ] {6e316611-06fc-4c28-b6b9-130cbdff0756} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:52:54.587175 [ 275 ] {6e316611-06fc-4c28-b6b9-130cbdff0756} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:52:54.587302 [ 275 ] {6e316611-06fc-4c28-b6b9-130cbdff0756} executeQuery: Read 34 rows, 2.56 KiB in 0.001506 sec., 22576.36122177955 rows/sec., 1.66 MiB/sec. 2026.04.29 20:52:54.587337 [ 275 ] {6e316611-06fc-4c28-b6b9-130cbdff0756} TCPHandler: Processed in 0.001668731 sec. 2026.04.29 20:52:54.587449 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:54.587542 [ 275 ] {793442b9-1ac4-416d-85f9-5c7953905767} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:52:54.587580 [ 275 ] {793442b9-1ac4-416d-85f9-5c7953905767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:52:54.588002 [ 275 ] {793442b9-1ac4-416d-85f9-5c7953905767} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:54.588035 [ 275 ] {793442b9-1ac4-416d-85f9-5c7953905767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:54.588433 [ 275 ] {793442b9-1ac4-416d-85f9-5c7953905767} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:52:54.588836 [ 275 ] {793442b9-1ac4-416d-85f9-5c7953905767} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:52:54.588961 [ 275 ] {793442b9-1ac4-416d-85f9-5c7953905767} executeQuery: Read 103 rows, 8.26 KiB in 0.001437 sec., 71677.10508002785 rows/sec., 5.61 MiB/sec. 2026.04.29 20:52:54.588996 [ 275 ] {793442b9-1ac4-416d-85f9-5c7953905767} TCPHandler: Processed in 0.00159662 sec. 2026.04.29 20:52:54.589114 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:54.589206 [ 275 ] {f5503958-5f6b-44ae-97dd-ba3f6ead70e0} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:52:54.589249 [ 275 ] {f5503958-5f6b-44ae-97dd-ba3f6ead70e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:52:54.589645 [ 275 ] {f5503958-5f6b-44ae-97dd-ba3f6ead70e0} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:54.589678 [ 275 ] {f5503958-5f6b-44ae-97dd-ba3f6ead70e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:54.590089 [ 275 ] {f5503958-5f6b-44ae-97dd-ba3f6ead70e0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:54.590490 [ 275 ] {f5503958-5f6b-44ae-97dd-ba3f6ead70e0} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:52:54.590620 [ 275 ] {f5503958-5f6b-44ae-97dd-ba3f6ead70e0} executeQuery: Read 160 rows, 11.41 KiB in 0.001433 sec., 111653.87299371947 rows/sec., 7.78 MiB/sec. 2026.04.29 20:52:54.590655 [ 275 ] {f5503958-5f6b-44ae-97dd-ba3f6ead70e0} TCPHandler: Processed in 0.001590241 sec. 2026.04.29 20:52:54.590781 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:54.590875 [ 275 ] {74866272-ce03-400d-901f-8dc18aadc052} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:52:54.590929 [ 275 ] {74866272-ce03-400d-901f-8dc18aadc052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:52:54.591729 [ 275 ] {74866272-ce03-400d-901f-8dc18aadc052} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:54.591765 [ 275 ] {74866272-ce03-400d-901f-8dc18aadc052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:54.592440 [ 275 ] {74866272-ce03-400d-901f-8dc18aadc052} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:54.592903 [ 275 ] {74866272-ce03-400d-901f-8dc18aadc052} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:52:54.593039 [ 275 ] {74866272-ce03-400d-901f-8dc18aadc052} executeQuery: Read 34 rows, 62.39 KiB in 0.002181 sec., 15589.179275561668 rows/sec., 27.94 MiB/sec. 2026.04.29 20:52:54.593094 [ 275 ] {74866272-ce03-400d-901f-8dc18aadc052} TCPHandler: Processed in 0.00236253 sec. 2026.04.29 20:52:54.593216 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:54.593309 [ 275 ] {44fe55d1-3634-4ffb-abba-41213ddec946} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.29 20:52:54.593350 [ 275 ] {44fe55d1-3634-4ffb-abba-41213ddec946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.29 20:52:54.593669 [ 275 ] {44fe55d1-3634-4ffb-abba-41213ddec946} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:54.593704 [ 275 ] {44fe55d1-3634-4ffb-abba-41213ddec946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:54.594106 [ 275 ] {44fe55d1-3634-4ffb-abba-41213ddec946} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:54.594511 [ 275 ] {44fe55d1-3634-4ffb-abba-41213ddec946} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): 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.29 20:52:54.594638 [ 275 ] {44fe55d1-3634-4ffb-abba-41213ddec946} executeQuery: Read 6 rows, 463.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 335.67 KiB/sec. 2026.04.29 20:52:54.594674 [ 275 ] {44fe55d1-3634-4ffb-abba-41213ddec946} TCPHandler: Processed in 0.001508849 sec. 2026.04.29 20:52:54.594789 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:54.594882 [ 275 ] {e73bddb5-8663-4bdc-946e-a6a4e0edd650} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:52:54.594922 [ 275 ] {e73bddb5-8663-4bdc-946e-a6a4e0edd650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:52:54.595268 [ 275 ] {e73bddb5-8663-4bdc-946e-a6a4e0edd650} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:54.595305 [ 275 ] {e73bddb5-8663-4bdc-946e-a6a4e0edd650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:54.595716 [ 275 ] {e73bddb5-8663-4bdc-946e-a6a4e0edd650} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:54.596123 [ 275 ] {e73bddb5-8663-4bdc-946e-a6a4e0edd650} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:52:54.596253 [ 275 ] {e73bddb5-8663-4bdc-946e-a6a4e0edd650} executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. 2026.04.29 20:52:54.596288 [ 275 ] {e73bddb5-8663-4bdc-946e-a6a4e0edd650} TCPHandler: Processed in 0.00154582 sec. 2026.04.29 20:52:57.045498 [ 73 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:52:57.045567 [ 73 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:52:57.142875 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2899 2026.04.29 20:52:57.143422 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:57.143473 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:57.144031 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:52:57.144265 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:52:57.144390 [ 73 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:52:57.144402 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2899 2026.04.29 20:52:57.144440 [ 73 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:57.144460 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:57.146535 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:52:57.146743 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:52:57.146874 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:52:57.147043 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 491 rows starting from the beginning of the part 2026.04.29 20:52:57.147141 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 448 rows starting from the beginning of the part 2026.04.29 20:52:57.147251 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2026.04.29 20:52:57.147337 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2026.04.29 20:52:57.147419 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:52:57.178192 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2899 rows, containing 4 columns (4 merged, 0 gathered) in 0.033636381 sec., 86186.44199564752 rows/sec., 1.23 MiB/sec. 2026.04.29 20:52:57.178992 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:52:57.179246 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_6_1} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:52:57.179317 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_6_1} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:52:57.179406 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.04.29 20:52:57.294017 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.04.29 20:52:57.311627 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:57.311687 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:57.318251 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:52:57.319018 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:52:57.319354 [ 73 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:52:57.319414 [ 73 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:57.319432 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:57.319553 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:52:57.322485 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.04.29 20:52:57.324060 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:52:57.325667 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:52:57.330445 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:52:57.334972 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:52:57.339248 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:52:57.346588 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:52:57.350953 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:52:57.411878 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092374293 sec., 497.9740413277101 rows/sec., 2.57 MiB/sec. 2026.04.29 20:52:57.414369 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:52:57.416543 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_6_1} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:52:57.416649 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_6_1} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:52:57.418782 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.04.29 20:52:58.000215 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 171.21 MiB, peak 180.74 MiB, free memory in arenas 0.00 B, will set to 180.96 MiB (RSS), difference: 9.76 MiB 2026.04.29 20:52:59.574418 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.574648 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} executeQuery: (from [fd00:1122:3344:101::d]:51794) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:52:59.574989 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:52:59.575024 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:52:59.575245 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:52:59.575313 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:52:59.575451 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:52:59.575573 [ 311 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:52:59.575583 [ 318 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:52:59.575723 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:52:59.575751 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:52:59.575822 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:52:59.575842 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:52:59.575876 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:52:59.575937 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:52:59.577132 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} executeQuery: Read 33 rows, 3.08 KiB in 0.002575 sec., 12815.533980582524 rows/sec., 1.17 MiB/sec. 2026.04.29 20:52:59.577232 [ 275 ] {9bb77b3b-95aa-48ea-9186-be7ecd43a442} TCPHandler: Processed in 0.002952728 sec. 2026.04.29 20:52:59.578860 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.578978 [ 275 ] {501e0f69-13c4-43dd-8276-ed1cbb3371f2} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:52:59.579019 [ 275 ] {501e0f69-13c4-43dd-8276-ed1cbb3371f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:52:59.579503 [ 275 ] {501e0f69-13c4-43dd-8276-ed1cbb3371f2} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.579545 [ 275 ] {501e0f69-13c4-43dd-8276-ed1cbb3371f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.579922 [ 275 ] {501e0f69-13c4-43dd-8276-ed1cbb3371f2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:52:59.580146 [ 275 ] {501e0f69-13c4-43dd-8276-ed1cbb3371f2} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:52:59.580290 [ 275 ] {501e0f69-13c4-43dd-8276-ed1cbb3371f2} executeQuery: Read 56 rows, 4.41 KiB in 0.001343 sec., 41697.69173492181 rows/sec., 3.20 MiB/sec. 2026.04.29 20:52:59.580327 [ 275 ] {501e0f69-13c4-43dd-8276-ed1cbb3371f2} TCPHandler: Processed in 0.00152178 sec. 2026.04.29 20:52:59.580453 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.580546 [ 275 ] {be51ae0f-b614-4ccc-9d8c-de6dae357bc1} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:52:59.580583 [ 275 ] {be51ae0f-b614-4ccc-9d8c-de6dae357bc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:52:59.581008 [ 275 ] {be51ae0f-b614-4ccc-9d8c-de6dae357bc1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.581044 [ 275 ] {be51ae0f-b614-4ccc-9d8c-de6dae357bc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.581334 [ 275 ] {be51ae0f-b614-4ccc-9d8c-de6dae357bc1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:52:59.581539 [ 275 ] {be51ae0f-b614-4ccc-9d8c-de6dae357bc1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:52:59.581665 [ 275 ] {be51ae0f-b614-4ccc-9d8c-de6dae357bc1} executeQuery: Read 64 rows, 5.12 KiB in 0.001137 sec., 56288.47845206684 rows/sec., 4.39 MiB/sec. 2026.04.29 20:52:59.581702 [ 275 ] {be51ae0f-b614-4ccc-9d8c-de6dae357bc1} TCPHandler: Processed in 0.001299376 sec. 2026.04.29 20:52:59.581821 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.581923 [ 275 ] {308b6a88-f479-4160-9e9e-c39637deff6d} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:52:59.581965 [ 275 ] {308b6a88-f479-4160-9e9e-c39637deff6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:52:59.582363 [ 275 ] {308b6a88-f479-4160-9e9e-c39637deff6d} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.582399 [ 275 ] {308b6a88-f479-4160-9e9e-c39637deff6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.582726 [ 275 ] {308b6a88-f479-4160-9e9e-c39637deff6d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:52:59.582946 [ 275 ] {308b6a88-f479-4160-9e9e-c39637deff6d} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:52:59.583072 [ 275 ] {308b6a88-f479-4160-9e9e-c39637deff6d} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2026.04.29 20:52:59.583107 [ 275 ] {308b6a88-f479-4160-9e9e-c39637deff6d} TCPHandler: Processed in 0.001336257 sec. 2026.04.29 20:52:59.583222 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.583313 [ 275 ] {cbbbe2a0-4c43-4f29-82ef-305f4d3739cc} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:52:59.583353 [ 275 ] {cbbbe2a0-4c43-4f29-82ef-305f4d3739cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:52:59.583688 [ 275 ] {cbbbe2a0-4c43-4f29-82ef-305f4d3739cc} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.583723 [ 275 ] {cbbbe2a0-4c43-4f29-82ef-305f4d3739cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.584048 [ 275 ] {cbbbe2a0-4c43-4f29-82ef-305f4d3739cc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:52:59.584251 [ 275 ] {cbbbe2a0-4c43-4f29-82ef-305f4d3739cc} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:52:59.584379 [ 275 ] {cbbbe2a0-4c43-4f29-82ef-305f4d3739cc} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.04.29 20:52:59.584413 [ 275 ] {cbbbe2a0-4c43-4f29-82ef-305f4d3739cc} TCPHandler: Processed in 0.001240626 sec. 2026.04.29 20:52:59.896316 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.896574 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} executeQuery: (from [fd00:1122:3344:101::d]:51794) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:52:59.896957 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:52:59.897019 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:52:59.897253 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:52:59.897320 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:52:59.897461 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.04.29 20:52:59.897570 [ 325 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:52:59.897582 [ 311 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:52:59.897695 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:52:59.897720 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:52:59.897784 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:52:59.897803 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:52:59.897836 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:52:59.897882 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:52:59.899226 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} executeQuery: Read 33 rows, 5.14 KiB in 0.002763 sec., 11943.539630836049 rows/sec., 1.82 MiB/sec. 2026.04.29 20:52:59.899354 [ 275 ] {c5b032f1-eaf4-4d0c-90d5-3b5ac211e73f} TCPHandler: Processed in 0.00318076 sec. 2026.04.29 20:52:59.910664 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.910795 [ 275 ] {8484f9e5-4708-4876-bb8f-288d5850fe94} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:52:59.910846 [ 275 ] {8484f9e5-4708-4876-bb8f-288d5850fe94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:52:59.912270 [ 275 ] {8484f9e5-4708-4876-bb8f-288d5850fe94} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.912312 [ 275 ] {8484f9e5-4708-4876-bb8f-288d5850fe94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.912823 [ 275 ] {8484f9e5-4708-4876-bb8f-288d5850fe94} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:52:59.913117 [ 275 ] {8484f9e5-4708-4876-bb8f-288d5850fe94} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:52:59.913258 [ 70 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:52:59.913269 [ 275 ] {8484f9e5-4708-4876-bb8f-288d5850fe94} executeQuery: Read 2467 rows, 187.70 KiB in 0.00251 sec., 982868.5258964143 rows/sec., 73.03 MiB/sec. 2026.04.29 20:52:59.913322 [ 70 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.913333 [ 275 ] {8484f9e5-4708-4876-bb8f-288d5850fe94} TCPHandler: Processed in 0.002732455 sec. 2026.04.29 20:52:59.913355 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.913471 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.913476 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::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.29 20:52:59.913580 [ 275 ] {f9d70764-3e6f-429c-a0da-d8e6321f01ed} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:52:59.913621 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:52:59.913624 [ 275 ] {f9d70764-3e6f-429c-a0da-d8e6321f01ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:52:59.913667 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2367 rows starting from the beginning of the part 2026.04.29 20:52:59.913754 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part 2026.04.29 20:52:59.913806 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 59 rows starting from the beginning of the part 2026.04.29 20:52:59.913851 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 124 rows starting from the beginning of the part 2026.04.29 20:52:59.913891 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.04.29 20:52:59.913950 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2467 rows starting from the beginning of the part 2026.04.29 20:52:59.914105 [ 275 ] {f9d70764-3e6f-429c-a0da-d8e6321f01ed} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.914148 [ 275 ] {f9d70764-3e6f-429c-a0da-d8e6321f01ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.914550 [ 275 ] {f9d70764-3e6f-429c-a0da-d8e6321f01ed} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:52:59.914789 [ 275 ] {f9d70764-3e6f-429c-a0da-d8e6321f01ed} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:52:59.914931 [ 275 ] {f9d70764-3e6f-429c-a0da-d8e6321f01ed} executeQuery: Read 42 rows, 3.16 KiB in 0.001371 sec., 30634.573304157548 rows/sec., 2.25 MiB/sec. 2026.04.29 20:52:59.914970 [ 275 ] {f9d70764-3e6f-429c-a0da-d8e6321f01ed} TCPHandler: Processed in 0.00154992 sec. 2026.04.29 20:52:59.915104 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.915201 [ 275 ] {192258ce-e986-47c6-8d38-5cdb6dc6df0b} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:52:59.915240 [ 275 ] {192258ce-e986-47c6-8d38-5cdb6dc6df0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:52:59.915850 [ 275 ] {192258ce-e986-47c6-8d38-5cdb6dc6df0b} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.915887 [ 275 ] {192258ce-e986-47c6-8d38-5cdb6dc6df0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.916263 [ 275 ] {192258ce-e986-47c6-8d38-5cdb6dc6df0b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:59.916495 [ 275 ] {192258ce-e986-47c6-8d38-5cdb6dc6df0b} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:52:59.916623 [ 275 ] {192258ce-e986-47c6-8d38-5cdb6dc6df0b} executeQuery: Read 801 rows, 47.38 KiB in 0.001441 sec., 555863.9833448994 rows/sec., 32.11 MiB/sec. 2026.04.29 20:52:59.916658 [ 275 ] {192258ce-e986-47c6-8d38-5cdb6dc6df0b} TCPHandler: Processed in 0.001604461 sec. 2026.04.29 20:52:59.916779 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.916872 [ 275 ] {704fdc2b-9bf2-469d-a3ec-3c40f1003c7d} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:52:59.916911 [ 275 ] {704fdc2b-9bf2-469d-a3ec-3c40f1003c7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:52:59.917284 [ 275 ] {704fdc2b-9bf2-469d-a3ec-3c40f1003c7d} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.917320 [ 275 ] {704fdc2b-9bf2-469d-a3ec-3c40f1003c7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.917601 [ 275 ] {704fdc2b-9bf2-469d-a3ec-3c40f1003c7d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:52:59.917804 [ 275 ] {704fdc2b-9bf2-469d-a3ec-3c40f1003c7d} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:52:59.917927 [ 275 ] {704fdc2b-9bf2-469d-a3ec-3c40f1003c7d} executeQuery: Read 1 rows, 72.00 B in 0.001073 sec., 931.9664492078285 rows/sec., 65.53 KiB/sec. 2026.04.29 20:52:59.917964 [ 275 ] {704fdc2b-9bf2-469d-a3ec-3c40f1003c7d} TCPHandler: Processed in 0.001236746 sec. 2026.04.29 20:52:59.918081 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.918175 [ 275 ] {7fbbb103-4625-4c5c-a64a-9f61cf516867} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:52:59.918220 [ 275 ] {7fbbb103-4625-4c5c-a64a-9f61cf516867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:52:59.919071 [ 275 ] {7fbbb103-4625-4c5c-a64a-9f61cf516867} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.919107 [ 275 ] {7fbbb103-4625-4c5c-a64a-9f61cf516867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.919525 [ 275 ] {7fbbb103-4625-4c5c-a64a-9f61cf516867} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:52:59.919750 [ 275 ] {7fbbb103-4625-4c5c-a64a-9f61cf516867} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:52:59.919863 [ 70 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:52:59.919879 [ 275 ] {7fbbb103-4625-4c5c-a64a-9f61cf516867} executeQuery: Read 1321 rows, 90.60 KiB in 0.001722 sec., 767131.2427409989 rows/sec., 51.38 MiB/sec. 2026.04.29 20:52:59.919904 [ 70 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.919925 [ 275 ] {7fbbb103-4625-4c5c-a64a-9f61cf516867} TCPHandler: Processed in 0.001894394 sec. 2026.04.29 20:52:59.919929 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.920069 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.920100 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::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.29 20:52:59.920168 [ 275 ] {5c6ad029-4294-4cfa-aad8-517228d3872c} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:52:59.920215 [ 275 ] {5c6ad029-4294-4cfa-aad8-517228d3872c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:52:59.920261 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:52:59.920313 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1244 rows starting from the beginning of the part 2026.04.29 20:52:59.920429 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part 2026.04.29 20:52:59.920489 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 70 rows starting from the beginning of the part 2026.04.29 20:52:59.920540 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 103 rows starting from the beginning of the part 2026.04.29 20:52:59.920593 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.04.29 20:52:59.920641 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1321 rows starting from the beginning of the part 2026.04.29 20:52:59.920935 [ 275 ] {5c6ad029-4294-4cfa-aad8-517228d3872c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.920978 [ 275 ] {5c6ad029-4294-4cfa-aad8-517228d3872c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.921053 [ 188 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 5117 rows, containing 5 columns (5 merged, 0 gathered) in 0.007624237 sec., 671149.1261355071 rows/sec., 52.65 MiB/sec. 2026.04.29 20:52:59.921293 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:52:59.921554 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:52:59.921625 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_6_1} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:52:59.921669 [ 275 ] {5c6ad029-4294-4cfa-aad8-517228d3872c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:52:59.921696 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. 2026.04.29 20:52:59.921907 [ 275 ] {5c6ad029-4294-4cfa-aad8-517228d3872c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:52:59.922047 [ 275 ] {5c6ad029-4294-4cfa-aad8-517228d3872c} executeQuery: Read 1496 rows, 92.90 KiB in 0.001897 sec., 788613.6004217184 rows/sec., 47.83 MiB/sec. 2026.04.29 20:52:59.922084 [ 275 ] {5c6ad029-4294-4cfa-aad8-517228d3872c} TCPHandler: Processed in 0.002066737 sec. 2026.04.29 20:52:59.922201 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.922215 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2829 rows, containing 5 columns (5 merged, 0 gathered) in 0.002196428 sec., 1288000.3350895182 rows/sec., 92.15 MiB/sec. 2026.04.29 20:52:59.922299 [ 275 ] {f3735f86-c2fc-4c88-9728-d1410cd868e4} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:52:59.922358 [ 275 ] {f3735f86-c2fc-4c88-9728-d1410cd868e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:52:59.922420 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:52:59.922689 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:52:59.922752 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_6_1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:52:59.922823 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.04.29 20:52:59.923158 [ 275 ] {f3735f86-c2fc-4c88-9728-d1410cd868e4} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.923194 [ 275 ] {f3735f86-c2fc-4c88-9728-d1410cd868e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.923790 [ 275 ] {f3735f86-c2fc-4c88-9728-d1410cd868e4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:52:59.924056 [ 275 ] {f3735f86-c2fc-4c88-9728-d1410cd868e4} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:52:59.924192 [ 275 ] {f3735f86-c2fc-4c88-9728-d1410cd868e4} executeQuery: Read 42 rows, 77.07 KiB in 0.001911 sec., 21978.021978021978 rows/sec., 39.38 MiB/sec. 2026.04.29 20:52:59.924241 [ 275 ] {f3735f86-c2fc-4c88-9728-d1410cd868e4} TCPHandler: Processed in 0.002089997 sec. 2026.04.29 20:52:59.924362 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:52:59.924456 [ 275 ] {745d1b9f-5871-4871-ae95-1e7501037156} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:52:59.924497 [ 275 ] {745d1b9f-5871-4871-ae95-1e7501037156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:52:59.924831 [ 275 ] {745d1b9f-5871-4871-ae95-1e7501037156} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:52:59.924867 [ 275 ] {745d1b9f-5871-4871-ae95-1e7501037156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:52:59.925159 [ 275 ] {745d1b9f-5871-4871-ae95-1e7501037156} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:52:59.925366 [ 275 ] {745d1b9f-5871-4871-ae95-1e7501037156} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:52:59.925492 [ 275 ] {745d1b9f-5871-4871-ae95-1e7501037156} executeQuery: Read 12 rows, 848.00 B in 0.001055 sec., 11374.40758293839 rows/sec., 784.95 KiB/sec. 2026.04.29 20:52:59.925527 [ 275 ] {745d1b9f-5871-4871-ae95-1e7501037156} TCPHandler: Processed in 0.001216126 sec. 2026.04.29 20:53:02.148651 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 188 2026.04.29 20:53:02.151129 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:02.151173 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:02.152383 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:53:02.152650 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:53:02.152897 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 188 2026.04.29 20:53:04.572397 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:04.572642 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} executeQuery: (from [fd00:1122:3344:101::d]:51794) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:04.573002 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:04.573042 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:04.573265 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:04.573331 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:04.573468 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:53:04.573582 [ 318 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:04.573586 [ 311 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:04.573724 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:53:04.573751 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:04.573822 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:04.573841 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:04.573874 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:04.573910 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:04.575171 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} executeQuery: Read 33 rows, 3.08 KiB in 0.002632 sec., 12537.993920972645 rows/sec., 1.14 MiB/sec. 2026.04.29 20:53:04.575274 [ 275 ] {e30d915e-8d86-4e4a-9e7f-ede221aa8bb2} TCPHandler: Processed in 0.003021849 sec. 2026.04.29 20:53:04.576711 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:04.576816 [ 275 ] {fa5c1018-c547-4ab3-97fa-67402a695245} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:04.576858 [ 275 ] {fa5c1018-c547-4ab3-97fa-67402a695245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:04.577336 [ 275 ] {fa5c1018-c547-4ab3-97fa-67402a695245} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:04.577376 [ 275 ] {fa5c1018-c547-4ab3-97fa-67402a695245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:04.577723 [ 275 ] {fa5c1018-c547-4ab3-97fa-67402a695245} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:04.577933 [ 275 ] {fa5c1018-c547-4ab3-97fa-67402a695245} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:04.578072 [ 275 ] {fa5c1018-c547-4ab3-97fa-67402a695245} executeQuery: Read 56 rows, 4.41 KiB in 0.001287 sec., 43512.043512043514 rows/sec., 3.34 MiB/sec. 2026.04.29 20:53:04.578109 [ 275 ] {fa5c1018-c547-4ab3-97fa-67402a695245} TCPHandler: Processed in 0.001449008 sec. 2026.04.29 20:53:04.578228 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:04.578320 [ 275 ] {a6eef322-d8af-4980-97ad-675c92f8f43e} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:04.578358 [ 275 ] {a6eef322-d8af-4980-97ad-675c92f8f43e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:04.578786 [ 275 ] {a6eef322-d8af-4980-97ad-675c92f8f43e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:04.578821 [ 275 ] {a6eef322-d8af-4980-97ad-675c92f8f43e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:04.579106 [ 275 ] {a6eef322-d8af-4980-97ad-675c92f8f43e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:04.579307 [ 275 ] {a6eef322-d8af-4980-97ad-675c92f8f43e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:04.579427 [ 275 ] {a6eef322-d8af-4980-97ad-675c92f8f43e} executeQuery: Read 64 rows, 5.12 KiB in 0.001125 sec., 56888.88888888889 rows/sec., 4.44 MiB/sec. 2026.04.29 20:53:04.579463 [ 275 ] {a6eef322-d8af-4980-97ad-675c92f8f43e} TCPHandler: Processed in 0.001283936 sec. 2026.04.29 20:53:04.579581 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:04.579673 [ 275 ] {ef353209-ae3b-41c9-90fe-2338a219cc8a} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:04.579715 [ 275 ] {ef353209-ae3b-41c9-90fe-2338a219cc8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:04.580099 [ 275 ] {ef353209-ae3b-41c9-90fe-2338a219cc8a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:04.580135 [ 275 ] {ef353209-ae3b-41c9-90fe-2338a219cc8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:04.580454 [ 275 ] {ef353209-ae3b-41c9-90fe-2338a219cc8a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:53:04.580658 [ 275 ] {ef353209-ae3b-41c9-90fe-2338a219cc8a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:04.580756 [ 63 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:53:04.580780 [ 275 ] {ef353209-ae3b-41c9-90fe-2338a219cc8a} executeQuery: Read 128 rows, 9.13 KiB in 0.001125 sec., 113777.77777777778 rows/sec., 7.92 MiB/sec. 2026.04.29 20:53:04.580823 [ 63 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:04.580830 [ 275 ] {ef353209-ae3b-41c9-90fe-2338a219cc8a} TCPHandler: Processed in 0.001299497 sec. 2026.04.29 20:53:04.580852 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:04.580960 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::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.29 20:53:04.580965 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:04.581089 [ 275 ] {dff8903d-0028-4140-b68d-5601acb759e9} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:04.581105 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:04.581130 [ 275 ] {dff8903d-0028-4140-b68d-5601acb759e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:04.581151 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2276 rows starting from the beginning of the part 2026.04.29 20:53:04.581230 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 163 rows starting from the beginning of the part 2026.04.29 20:53:04.581281 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2026.04.29 20:53:04.581333 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2026.04.29 20:53:04.581380 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1496 rows starting from the beginning of the part 2026.04.29 20:53:04.581426 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 128 rows starting from the beginning of the part 2026.04.29 20:53:04.581462 [ 275 ] {dff8903d-0028-4140-b68d-5601acb759e9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:04.581501 [ 275 ] {dff8903d-0028-4140-b68d-5601acb759e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:04.581837 [ 275 ] {dff8903d-0028-4140-b68d-5601acb759e9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:53:04.582050 [ 275 ] {dff8903d-0028-4140-b68d-5601acb759e9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:04.582184 [ 275 ] {dff8903d-0028-4140-b68d-5601acb759e9} executeQuery: Read 48 rows, 3.31 KiB in 0.001112 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. 2026.04.29 20:53:04.582219 [ 275 ] {dff8903d-0028-4140-b68d-5601acb759e9} TCPHandler: Processed in 0.001304457 sec. 2026.04.29 20:53:04.583386 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 4383 rows, containing 5 columns (5 merged, 0 gathered) in 0.002473671 sec., 1771860.5263189808 rows/sec., 110.30 MiB/sec. 2026.04.29 20:53:04.583725 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:53:04.583985 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:04.584053 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_6_1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:53:04.584126 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.04.29 20:53:04.644684 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3347 2026.04.29 20:53:04.645166 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:04.645216 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:04.645725 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:04.645962 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:53:04.646108 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3347 2026.04.29 20:53:04.822748 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.04.29 20:53:04.840442 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:04.840496 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:04.846209 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:04.846914 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:53:04.850252 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.04.29 20:53:07.948612 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35375 2026.04.29 20:53:07.948753 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:53:07.948797 [ 286 ] {} TCP-Session: 1f237d4a-63a7-49e8-ba90-eadc4b11b23e Authenticating user 'default' from [fd00:1122:3344:101::e]:35375 2026.04.29 20:53:07.948832 [ 286 ] {} TCP-Session: 1f237d4a-63a7-49e8-ba90-eadc4b11b23e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.948855 [ 286 ] {} TCP-Session: 1f237d4a-63a7-49e8-ba90-eadc4b11b23e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949092 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51894 2026.04.29 20:53:07.949128 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52760 2026.04.29 20:53:07.949136 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63613 2026.04.29 20:53:07.949180 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50202 2026.04.29 20:53:07.949184 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34145 2026.04.29 20:53:07.949221 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:53:07.949229 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:53:07.949268 [ 290 ] {} TCP-Session: 27739775-2d4f-49cc-b4e4-aa280829c04e Authenticating user 'default' from [fd00:1122:3344:101::e]:52760 2026.04.29 20:53:07.949270 [ 286 ] {} TCP-Session: 1f237d4a-63a7-49e8-ba90-eadc4b11b23e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:07.949296 [ 290 ] {} TCP-Session: 27739775-2d4f-49cc-b4e4-aa280829c04e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949294 [ 287 ] {} TCP-Session: bfe40d07-4182-430e-8bcb-dcd4f5cf3384 Authenticating user 'default' from [fd00:1122:3344:101::e]:51894 2026.04.29 20:53:07.949324 [ 290 ] {} TCP-Session: 27739775-2d4f-49cc-b4e4-aa280829c04e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949157 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62035 2026.04.29 20:53:07.949380 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:53:07.949347 [ 287 ] {} TCP-Session: bfe40d07-4182-430e-8bcb-dcd4f5cf3384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949155 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50283 2026.04.29 20:53:07.949443 [ 287 ] {} TCP-Session: bfe40d07-4182-430e-8bcb-dcd4f5cf3384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949439 [ 289 ] {} TCP-Session: bdaaef21-f2fb-449f-a685-a721eb090fe5 Authenticating user 'default' from [fd00:1122:3344:101::e]:63613 2026.04.29 20:53:07.949496 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:53:07.949506 [ 286 ] {72f35846-805f-4013-8a93-524d1bcb4468} executeQuery: (from [fd00:1122:3344:101::e]:35375) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:53:07.949537 [ 293 ] {} TCP-Session: 6dd5354a-9776-4ea0-b7f0-d8fc635961e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:50202 2026.04.29 20:53:07.949527 [ 289 ] {} TCP-Session: bdaaef21-f2fb-449f-a685-a721eb090fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949571 [ 293 ] {} TCP-Session: 6dd5354a-9776-4ea0-b7f0-d8fc635961e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949582 [ 289 ] {} TCP-Session: bdaaef21-f2fb-449f-a685-a721eb090fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949589 [ 293 ] {} TCP-Session: 6dd5354a-9776-4ea0-b7f0-d8fc635961e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949105 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46914 2026.04.29 20:53:07.949628 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:53:07.949673 [ 294 ] {} TCP-Session: 0cca4cb0-75c0-4570-a59a-23fc1af8a502 Authenticating user 'default' from [fd00:1122:3344:101::e]:34145 2026.04.29 20:53:07.949696 [ 294 ] {} TCP-Session: 0cca4cb0-75c0-4570-a59a-23fc1af8a502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949715 [ 294 ] {} TCP-Session: 0cca4cb0-75c0-4570-a59a-23fc1af8a502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949824 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:53:07.949824 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:53:07.949861 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:53:07.949869 [ 292 ] {} TCP-Session: 6c44faed-2ff8-4e9a-96eb-9495999cf8c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:62035 2026.04.29 20:53:07.949901 [ 291 ] {} TCP-Session: f601aa3a-a501-4f2c-86a4-158c44310d2e Authenticating user 'default' from [fd00:1122:3344:101::e]:50283 2026.04.29 20:53:07.949873 [ 288 ] {} TCP-Session: ba70eb90-2fce-46e4-a703-0991e87c1a99 Authenticating user 'default' from [fd00:1122:3344:101::e]:46914 2026.04.29 20:53:07.949925 [ 292 ] {} TCP-Session: 6c44faed-2ff8-4e9a-96eb-9495999cf8c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949933 [ 291 ] {} TCP-Session: f601aa3a-a501-4f2c-86a4-158c44310d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949963 [ 292 ] {} TCP-Session: 6c44faed-2ff8-4e9a-96eb-9495999cf8c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949978 [ 291 ] {} TCP-Session: f601aa3a-a501-4f2c-86a4-158c44310d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949954 [ 288 ] {} TCP-Session: ba70eb90-2fce-46e4-a703-0991e87c1a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.949829 [ 286 ] {72f35846-805f-4013-8a93-524d1bcb4468} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:53:07.950032 [ 288 ] {} TCP-Session: ba70eb90-2fce-46e4-a703-0991e87c1a99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:07.950100 [ 286 ] {72f35846-805f-4013-8a93-524d1bcb4468} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:07.950427 [ 286 ] {72f35846-805f-4013-8a93-524d1bcb4468} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:53:07.950520 [ 286 ] {72f35846-805f-4013-8a93-524d1bcb4468} Aggregator: Compile expression max()(UInt64) 0 2026.04.29 20:53:08.000284 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 182.83 MiB, peak 188.34 MiB, free memory in arenas 0.00 B, will set to 185.18 MiB (RSS), difference: 2.35 MiB 2026.04.29 20:53:08.275758 [ 318 ] {72f35846-805f-4013-8a93-524d1bcb4468} AggregatingTransform: Aggregating 2026.04.29 20:53:08.275827 [ 318 ] {72f35846-805f-4013-8a93-524d1bcb4468} Aggregator: Aggregation method: without_key 2026.04.29 20:53:08.275861 [ 318 ] {72f35846-805f-4013-8a93-524d1bcb4468} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001431688 sec. (698.476 rows/sec., 27.28 KiB/sec.) 2026.04.29 20:53:08.275875 [ 318 ] {72f35846-805f-4013-8a93-524d1bcb4468} Aggregator: Merging aggregated data 2026.04.29 20:53:08.276958 [ 286 ] {72f35846-805f-4013-8a93-524d1bcb4468} executeQuery: Read 1 rows, 40.00 B in 0.327529 sec., 3.053164757929832 rows/sec., 122.13 B/sec. 2026.04.29 20:53:08.277117 [ 286 ] {72f35846-805f-4013-8a93-524d1bcb4468} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.04.29 20:53:08.277135 [ 286 ] {72f35846-805f-4013-8a93-524d1bcb4468} TCPHandler: Processed in 0.328032881 sec. 2026.04.29 20:53:08.277278 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:08.277309 [ 286 ] {} TCP-Session: 1f237d4a-63a7-49e8-ba90-eadc4b11b23e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:08.277323 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:08.277345 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:08.277376 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:08.277397 [ 288 ] {} TCP-Session: ba70eb90-2fce-46e4-a703-0991e87c1a99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:08.277416 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:08.277438 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:08.277456 [ 289 ] {} TCP-Session: bdaaef21-f2fb-449f-a685-a721eb090fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:08.277459 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:08.277496 [ 293 ] {} TCP-Session: 6dd5354a-9776-4ea0-b7f0-d8fc635961e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:08.277482 [ 291 ] {} TCP-Session: f601aa3a-a501-4f2c-86a4-158c44310d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:08.277429 [ 287 ] {} TCP-Session: bfe40d07-4182-430e-8bcb-dcd4f5cf3384 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:08.277550 [ 292 ] {} TCP-Session: 6c44faed-2ff8-4e9a-96eb-9495999cf8c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:08.277391 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:08.277374 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:08.277628 [ 294 ] {} TCP-Session: 0cca4cb0-75c0-4570-a59a-23fc1af8a502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:08.277657 [ 290 ] {} TCP-Session: 27739775-2d4f-49cc-b4e4-aa280829c04e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:09.000196 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 186.55 MiB, peak 196.68 MiB, free memory in arenas 0.00 B, will set to 202.96 MiB (RSS), difference: 16.41 MiB 2026.04.29 20:53:09.573846 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:09.574340 [ 275 ] {33461967-910d-4858-a91b-588341060c97} executeQuery: (from [fd00:1122:3344:101::d]:51794) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:09.574662 [ 275 ] {33461967-910d-4858-a91b-588341060c97} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:09.574697 [ 275 ] {33461967-910d-4858-a91b-588341060c97} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:09.574916 [ 275 ] {33461967-910d-4858-a91b-588341060c97} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:09.574987 [ 275 ] {33461967-910d-4858-a91b-588341060c97} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:09.575129 [ 275 ] {33461967-910d-4858-a91b-588341060c97} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:53:09.575257 [ 331 ] {33461967-910d-4858-a91b-588341060c97} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:09.575259 [ 343 ] {33461967-910d-4858-a91b-588341060c97} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:09.575407 [ 275 ] {33461967-910d-4858-a91b-588341060c97} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:53:09.575435 [ 275 ] {33461967-910d-4858-a91b-588341060c97} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:09.575504 [ 275 ] {33461967-910d-4858-a91b-588341060c97} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:09.575524 [ 275 ] {33461967-910d-4858-a91b-588341060c97} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:09.575557 [ 275 ] {33461967-910d-4858-a91b-588341060c97} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:09.575592 [ 275 ] {33461967-910d-4858-a91b-588341060c97} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:09.576766 [ 275 ] {33461967-910d-4858-a91b-588341060c97} executeQuery: Read 33 rows, 3.08 KiB in 0.002787 sec., 11840.688912809472 rows/sec., 1.08 MiB/sec. 2026.04.29 20:53:09.576891 [ 275 ] {33461967-910d-4858-a91b-588341060c97} TCPHandler: Processed in 0.00317672 sec. 2026.04.29 20:53:09.578559 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:09.578673 [ 275 ] {68bb1b0a-29b7-49e5-8aeb-796d28a42958} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:09.578719 [ 275 ] {68bb1b0a-29b7-49e5-8aeb-796d28a42958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:09.579223 [ 275 ] {68bb1b0a-29b7-49e5-8aeb-796d28a42958} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:09.579288 [ 275 ] {68bb1b0a-29b7-49e5-8aeb-796d28a42958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:09.579661 [ 275 ] {68bb1b0a-29b7-49e5-8aeb-796d28a42958} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:53:09.579881 [ 275 ] {68bb1b0a-29b7-49e5-8aeb-796d28a42958} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:09.580029 [ 275 ] {68bb1b0a-29b7-49e5-8aeb-796d28a42958} executeQuery: Read 56 rows, 4.41 KiB in 0.001391 sec., 40258.8066139468 rows/sec., 3.09 MiB/sec. 2026.04.29 20:53:09.580068 [ 275 ] {68bb1b0a-29b7-49e5-8aeb-796d28a42958} TCPHandler: Processed in 0.00156481 sec. 2026.04.29 20:53:09.580190 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:09.580288 [ 275 ] {1bcd7cf2-d40b-43f1-98c6-7d80af298184} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:09.580329 [ 275 ] {1bcd7cf2-d40b-43f1-98c6-7d80af298184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:09.580746 [ 275 ] {1bcd7cf2-d40b-43f1-98c6-7d80af298184} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:09.580781 [ 275 ] {1bcd7cf2-d40b-43f1-98c6-7d80af298184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:09.581077 [ 275 ] {1bcd7cf2-d40b-43f1-98c6-7d80af298184} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:53:09.581286 [ 275 ] {1bcd7cf2-d40b-43f1-98c6-7d80af298184} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:09.581414 [ 275 ] {1bcd7cf2-d40b-43f1-98c6-7d80af298184} executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. 2026.04.29 20:53:09.581450 [ 275 ] {1bcd7cf2-d40b-43f1-98c6-7d80af298184} TCPHandler: Processed in 0.001311697 sec. 2026.04.29 20:53:09.581567 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:09.581661 [ 275 ] {5f1cc74c-ec9e-4b07-b96a-909ed19f941a} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:09.581704 [ 275 ] {5f1cc74c-ec9e-4b07-b96a-909ed19f941a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:09.582108 [ 275 ] {5f1cc74c-ec9e-4b07-b96a-909ed19f941a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:09.582144 [ 275 ] {5f1cc74c-ec9e-4b07-b96a-909ed19f941a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:09.582474 [ 275 ] {5f1cc74c-ec9e-4b07-b96a-909ed19f941a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:09.582677 [ 275 ] {5f1cc74c-ec9e-4b07-b96a-909ed19f941a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:09.582804 [ 275 ] {5f1cc74c-ec9e-4b07-b96a-909ed19f941a} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.04.29 20:53:09.582840 [ 275 ] {5f1cc74c-ec9e-4b07-b96a-909ed19f941a} TCPHandler: Processed in 0.001323277 sec. 2026.04.29 20:53:09.582954 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:09.583046 [ 275 ] {458a4113-fd89-42db-b5a3-c1260fa30e18} executeQuery: (from [fd00:1122:3344:101::d]:51794) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:09.583088 [ 275 ] {458a4113-fd89-42db-b5a3-c1260fa30e18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:09.583492 [ 275 ] {458a4113-fd89-42db-b5a3-c1260fa30e18} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:09.583532 [ 275 ] {458a4113-fd89-42db-b5a3-c1260fa30e18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:09.583860 [ 275 ] {458a4113-fd89-42db-b5a3-c1260fa30e18} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:53:09.584072 [ 275 ] {458a4113-fd89-42db-b5a3-c1260fa30e18} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:09.584178 [ 55 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:53:09.584200 [ 275 ] {458a4113-fd89-42db-b5a3-c1260fa30e18} executeQuery: Read 60 rows, 4.14 KiB in 0.001173 sec., 51150.895140664965 rows/sec., 3.45 MiB/sec. 2026.04.29 20:53:09.584248 [ 55 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:09.584256 [ 275 ] {458a4113-fd89-42db-b5a3-c1260fa30e18} TCPHandler: Processed in 0.001352537 sec. 2026.04.29 20:53:09.584281 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:09.584390 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:53:09.584543 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:09.584587 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2026.04.29 20:53:09.584686 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.04.29 20:53:09.584737 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.04.29 20:53:09.584780 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.04.29 20:53:09.584822 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part 2026.04.29 20:53:09.584874 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.04.29 20:53:09.585767 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001425008 sec., 210525.13389398516 rows/sec., 14.19 MiB/sec. 2026.04.29 20:53:09.585908 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:53:09.586155 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:09.586223 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_6_1} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:53:09.586289 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.29 20:53:11.994056 [ 53 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.29 20:53:11.994152 [ 53 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:11.994181 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:11.994314 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::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.29 20:53:11.994495 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:11.994533 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2026.04.29 20:53:11.994608 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part 2026.04.29 20:53:11.994658 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.04.29 20:53:11.994707 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part 2026.04.29 20:53:11.994750 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part 2026.04.29 20:53:11.995578 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 5 columns (5 merged, 0 gathered) in 0.001319736 sec., 96231.36748561834 rows/sec., 7.39 MiB/sec. 2026.04.29 20:53:11.995801 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.29 20:53:11.996119 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:11.996193 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_5_1} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.29 20:53:11.996281 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.29 20:53:12.045805 [ 53 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:53:12.045847 [ 53 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:53:12.146216 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3859 2026.04.29 20:53:12.146731 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:12.146775 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:12.147312 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:53:12.147555 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:53:12.147691 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3859 2026.04.29 20:53:12.153377 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 210 2026.04.29 20:53:12.155686 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:12.155729 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:12.156853 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:53:12.157115 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:53:12.157354 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 210 2026.04.29 20:53:12.350345 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.04.29 20:53:12.370352 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:12.370410 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:12.376770 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:53:12.377480 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:53:12.380577 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.04.29 20:53:13.001166 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 203.64 MiB, peak 207.64 MiB, free memory in arenas 0.00 B, will set to 204.87 MiB (RSS), difference: 1.23 MiB 2026.04.29 20:53:14.220032 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.29 20:53:14.220109 [ 275 ] {} TCP-Session: 1d7428bf-c5ae-4303-8769-600ba9b1fd99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:53:14.574775 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:14.575032 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:14.575402 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:14.575440 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:14.575663 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:14.575730 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:14.575869 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:53:14.575968 [ 331 ] {a702a9c0-3400-4016-8758-06cd73b395a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:14.575991 [ 343 ] {a702a9c0-3400-4016-8758-06cd73b395a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:14.576101 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:53:14.576126 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:14.576195 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:14.576214 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:14.576247 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:14.576282 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:14.577572 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} executeQuery: Read 33 rows, 5.14 KiB in 0.002648 sec., 12462.235649546827 rows/sec., 1.89 MiB/sec. 2026.04.29 20:53:14.577677 [ 276 ] {a702a9c0-3400-4016-8758-06cd73b395a0} TCPHandler: Processed in 0.003043859 sec. 2026.04.29 20:53:14.579898 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:14.580030 [ 276 ] {e2bb81aa-b574-423d-b9d9-0e95793d0bd7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:14.580080 [ 276 ] {e2bb81aa-b574-423d-b9d9-0e95793d0bd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:14.580676 [ 276 ] {e2bb81aa-b574-423d-b9d9-0e95793d0bd7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:14.580716 [ 276 ] {e2bb81aa-b574-423d-b9d9-0e95793d0bd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:14.581081 [ 276 ] {e2bb81aa-b574-423d-b9d9-0e95793d0bd7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:53:14.581293 [ 276 ] {e2bb81aa-b574-423d-b9d9-0e95793d0bd7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:14.581443 [ 276 ] {e2bb81aa-b574-423d-b9d9-0e95793d0bd7} executeQuery: Read 126 rows, 11.14 KiB in 0.00145 sec., 86896.55172413794 rows/sec., 7.51 MiB/sec. 2026.04.29 20:53:14.581480 [ 276 ] {e2bb81aa-b574-423d-b9d9-0e95793d0bd7} TCPHandler: Processed in 0.001644911 sec. 2026.04.29 20:53:14.581620 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:14.581715 [ 276 ] {132b3db7-ddcc-4d8c-9c96-daf737752426} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:14.581753 [ 276 ] {132b3db7-ddcc-4d8c-9c96-daf737752426} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:14.582156 [ 276 ] {132b3db7-ddcc-4d8c-9c96-daf737752426} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:14.582192 [ 276 ] {132b3db7-ddcc-4d8c-9c96-daf737752426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:14.582537 [ 276 ] {132b3db7-ddcc-4d8c-9c96-daf737752426} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:53:14.582739 [ 276 ] {132b3db7-ddcc-4d8c-9c96-daf737752426} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:14.582867 [ 276 ] {132b3db7-ddcc-4d8c-9c96-daf737752426} executeQuery: Read 35 rows, 2.63 KiB in 0.001173 sec., 29838.022165387894 rows/sec., 2.19 MiB/sec. 2026.04.29 20:53:14.582904 [ 276 ] {132b3db7-ddcc-4d8c-9c96-daf737752426} TCPHandler: Processed in 0.001333397 sec. 2026.04.29 20:53:14.583027 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:14.583120 [ 276 ] {2d97c42c-c31e-4e19-9662-b97f04be8688} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:14.583158 [ 276 ] {2d97c42c-c31e-4e19-9662-b97f04be8688} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:14.583584 [ 276 ] {2d97c42c-c31e-4e19-9662-b97f04be8688} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:14.583619 [ 276 ] {2d97c42c-c31e-4e19-9662-b97f04be8688} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:14.583909 [ 276 ] {2d97c42c-c31e-4e19-9662-b97f04be8688} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:53:14.584113 [ 276 ] {2d97c42c-c31e-4e19-9662-b97f04be8688} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:14.584236 [ 276 ] {2d97c42c-c31e-4e19-9662-b97f04be8688} executeQuery: Read 99 rows, 7.92 KiB in 0.001135 sec., 87224.66960352423 rows/sec., 6.81 MiB/sec. 2026.04.29 20:53:14.584270 [ 276 ] {2d97c42c-c31e-4e19-9662-b97f04be8688} TCPHandler: Processed in 0.001292216 sec. 2026.04.29 20:53:14.584389 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:14.584481 [ 276 ] {c443ab15-dc82-40f2-b8c0-3bfc12a461c2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:14.584522 [ 276 ] {c443ab15-dc82-40f2-b8c0-3bfc12a461c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:14.584918 [ 276 ] {c443ab15-dc82-40f2-b8c0-3bfc12a461c2} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:14.584951 [ 276 ] {c443ab15-dc82-40f2-b8c0-3bfc12a461c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:14.585272 [ 276 ] {c443ab15-dc82-40f2-b8c0-3bfc12a461c2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:53:14.585475 [ 276 ] {c443ab15-dc82-40f2-b8c0-3bfc12a461c2} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:14.585599 [ 276 ] {c443ab15-dc82-40f2-b8c0-3bfc12a461c2} executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. 2026.04.29 20:53:14.585634 [ 276 ] {c443ab15-dc82-40f2-b8c0-3bfc12a461c2} TCPHandler: Processed in 0.001293557 sec. 2026.04.29 20:53:14.585748 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:14.585839 [ 276 ] {2e3ccaf3-13f7-4d33-841a-9e4e09a99ae8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:14.585890 [ 276 ] {2e3ccaf3-13f7-4d33-841a-9e4e09a99ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:14.586698 [ 276 ] {2e3ccaf3-13f7-4d33-841a-9e4e09a99ae8} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:14.586734 [ 276 ] {2e3ccaf3-13f7-4d33-841a-9e4e09a99ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:14.587261 [ 276 ] {2e3ccaf3-13f7-4d33-841a-9e4e09a99ae8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:53:14.587477 [ 276 ] {2e3ccaf3-13f7-4d33-841a-9e4e09a99ae8} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:14.587615 [ 276 ] {2e3ccaf3-13f7-4d33-841a-9e4e09a99ae8} executeQuery: Read 35 rows, 64.22 KiB in 0.001794 sec., 19509.476031215163 rows/sec., 34.96 MiB/sec. 2026.04.29 20:53:14.587668 [ 276 ] {2e3ccaf3-13f7-4d33-841a-9e4e09a99ae8} TCPHandler: Processed in 0.001969226 sec. 2026.04.29 20:53:14.587798 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:14.587891 [ 276 ] {1db62a43-9395-4e9a-8b47-2293e6df3aa2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:14.587931 [ 276 ] {1db62a43-9395-4e9a-8b47-2293e6df3aa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:14.588256 [ 276 ] {1db62a43-9395-4e9a-8b47-2293e6df3aa2} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:14.588290 [ 276 ] {1db62a43-9395-4e9a-8b47-2293e6df3aa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:14.588580 [ 276 ] {1db62a43-9395-4e9a-8b47-2293e6df3aa2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:14.588782 [ 276 ] {1db62a43-9395-4e9a-8b47-2293e6df3aa2} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:14.588905 [ 276 ] {1db62a43-9395-4e9a-8b47-2293e6df3aa2} executeQuery: Read 60 rows, 4.14 KiB in 0.001033 sec., 58083.252662149076 rows/sec., 3.91 MiB/sec. 2026.04.29 20:53:14.588939 [ 276 ] {1db62a43-9395-4e9a-8b47-2293e6df3aa2} TCPHandler: Processed in 0.001189835 sec. 2026.04.29 20:53:15.000398 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 203.32 MiB, peak 207.64 MiB, free memory in arenas 0.00 B, will set to 205.01 MiB (RSS), difference: 1.68 MiB 2026.04.29 20:53:19.573916 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.574454 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.04.29 20:53:19.574786 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:19.574823 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.29 20:53:19.575049 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:19.575120 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:19.575261 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 24-element set) 2026.04.29 20:53:19.575358 [ 331 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:19.575359 [ 303 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:19.575469 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:53:19.575492 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:19.575561 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:19.575581 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:19.575614 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.29 20:53:19.575649 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.29 20:53:19.576960 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} executeQuery: Read 33 rows, 5.14 KiB in 0.002593 sec., 12726.571538758197 rows/sec., 1.93 MiB/sec. 2026.04.29 20:53:19.577074 [ 276 ] {62fdb155-e1aa-4bb0-9bda-d71097b65fb8} TCPHandler: Processed in 0.003298142 sec. 2026.04.29 20:53:19.578928 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.579058 [ 276 ] {a339129e-725e-41a7-8288-431061b5113f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.29 20:53:19.579113 [ 276 ] {a339129e-725e-41a7-8288-431061b5113f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:19.579682 [ 276 ] {a339129e-725e-41a7-8288-431061b5113f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.579725 [ 276 ] {a339129e-725e-41a7-8288-431061b5113f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.580136 [ 276 ] {a339129e-725e-41a7-8288-431061b5113f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:53:19.580330 [ 276 ] {a339129e-725e-41a7-8288-431061b5113f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): 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.29 20:53:19.580471 [ 276 ] {a339129e-725e-41a7-8288-431061b5113f} executeQuery: Read 1 rows, 106.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 71.34 KiB/sec. 2026.04.29 20:53:19.580509 [ 276 ] {a339129e-725e-41a7-8288-431061b5113f} TCPHandler: Processed in 0.001647451 sec. 2026.04.29 20:53:19.580626 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.580725 [ 276 ] {1d6ba8f4-3d27-4846-a025-f93c6dd8705d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:53:19.580767 [ 276 ] {1d6ba8f4-3d27-4846-a025-f93c6dd8705d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:53:19.581168 [ 276 ] {1d6ba8f4-3d27-4846-a025-f93c6dd8705d} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.581206 [ 276 ] {1d6ba8f4-3d27-4846-a025-f93c6dd8705d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.581494 [ 276 ] {1d6ba8f4-3d27-4846-a025-f93c6dd8705d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:53:19.581691 [ 276 ] {1d6ba8f4-3d27-4846-a025-f93c6dd8705d} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:53:19.581815 [ 276 ] {1d6ba8f4-3d27-4846-a025-f93c6dd8705d} executeQuery: Read 4 rows, 334.00 B in 0.001112 sec., 3597.1223021582737 rows/sec., 293.32 KiB/sec. 2026.04.29 20:53:19.581851 [ 276 ] {1d6ba8f4-3d27-4846-a025-f93c6dd8705d} TCPHandler: Processed in 0.001277616 sec. 2026.04.29 20:53:19.581968 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.582062 [ 276 ] {aaab024e-4d21-488d-9352-d5de0975e339} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:19.582102 [ 276 ] {aaab024e-4d21-488d-9352-d5de0975e339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:19.582510 [ 276 ] {aaab024e-4d21-488d-9352-d5de0975e339} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.582547 [ 276 ] {aaab024e-4d21-488d-9352-d5de0975e339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.582843 [ 276 ] {aaab024e-4d21-488d-9352-d5de0975e339} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:53:19.583048 [ 276 ] {aaab024e-4d21-488d-9352-d5de0975e339} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:19.583170 [ 276 ] {aaab024e-4d21-488d-9352-d5de0975e339} executeQuery: Read 71 rows, 5.79 KiB in 0.001127 sec., 62999.11268855369 rows/sec., 5.02 MiB/sec. 2026.04.29 20:53:19.583207 [ 276 ] {aaab024e-4d21-488d-9352-d5de0975e339} TCPHandler: Processed in 0.001289667 sec. 2026.04.29 20:53:19.583327 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.583420 [ 276 ] {80b08ff0-572e-4c8c-8ff4-8ed15b6f6401} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:19.583460 [ 276 ] {80b08ff0-572e-4c8c-8ff4-8ed15b6f6401} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:19.583834 [ 276 ] {80b08ff0-572e-4c8c-8ff4-8ed15b6f6401} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.583869 [ 276 ] {80b08ff0-572e-4c8c-8ff4-8ed15b6f6401} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.584188 [ 276 ] {80b08ff0-572e-4c8c-8ff4-8ed15b6f6401} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:19.584389 [ 276 ] {80b08ff0-572e-4c8c-8ff4-8ed15b6f6401} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:19.584513 [ 276 ] {80b08ff0-572e-4c8c-8ff4-8ed15b6f6401} executeQuery: Read 10 rows, 748.00 B in 0.001111 sec., 9000.900090009001 rows/sec., 657.49 KiB/sec. 2026.04.29 20:53:19.584549 [ 276 ] {80b08ff0-572e-4c8c-8ff4-8ed15b6f6401} TCPHandler: Processed in 0.001272466 sec. 2026.04.29 20:53:19.584658 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.584750 [ 276 ] {b5ef6b22-4629-46bf-a0c3-19f2fbe40c97} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:53:19.584789 [ 276 ] {b5ef6b22-4629-46bf-a0c3-19f2fbe40c97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:53:19.585167 [ 276 ] {b5ef6b22-4629-46bf-a0c3-19f2fbe40c97} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.585202 [ 276 ] {b5ef6b22-4629-46bf-a0c3-19f2fbe40c97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.585488 [ 276 ] {b5ef6b22-4629-46bf-a0c3-19f2fbe40c97} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:53:19.585691 [ 276 ] {b5ef6b22-4629-46bf-a0c3-19f2fbe40c97} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:53:19.585814 [ 276 ] {b5ef6b22-4629-46bf-a0c3-19f2fbe40c97} executeQuery: Read 1 rows, 68.00 B in 0.001081 sec., 925.0693802035154 rows/sec., 61.43 KiB/sec. 2026.04.29 20:53:19.585851 [ 276 ] {b5ef6b22-4629-46bf-a0c3-19f2fbe40c97} TCPHandler: Processed in 0.001244916 sec. 2026.04.29 20:53:19.585966 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.586060 [ 276 ] {a87cf463-44cd-4dae-89ca-c79d0c2261c0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:19.586098 [ 276 ] {a87cf463-44cd-4dae-89ca-c79d0c2261c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:19.586488 [ 276 ] {a87cf463-44cd-4dae-89ca-c79d0c2261c0} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.586527 [ 276 ] {a87cf463-44cd-4dae-89ca-c79d0c2261c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.586831 [ 276 ] {a87cf463-44cd-4dae-89ca-c79d0c2261c0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:53:19.587032 [ 276 ] {a87cf463-44cd-4dae-89ca-c79d0c2261c0} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:19.587155 [ 276 ] {a87cf463-44cd-4dae-89ca-c79d0c2261c0} executeQuery: Read 80 rows, 6.40 KiB in 0.001114 sec., 71813.2854578097 rows/sec., 5.61 MiB/sec. 2026.04.29 20:53:19.587191 [ 276 ] {a87cf463-44cd-4dae-89ca-c79d0c2261c0} TCPHandler: Processed in 0.001275857 sec. 2026.04.29 20:53:19.587305 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.587398 [ 276 ] {44e355aa-ee5e-47f0-abc6-dc99b509cf37} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:19.587440 [ 276 ] {44e355aa-ee5e-47f0-abc6-dc99b509cf37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:19.587820 [ 276 ] {44e355aa-ee5e-47f0-abc6-dc99b509cf37} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.587856 [ 276 ] {44e355aa-ee5e-47f0-abc6-dc99b509cf37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.588180 [ 276 ] {44e355aa-ee5e-47f0-abc6-dc99b509cf37} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:53:19.588390 [ 276 ] {44e355aa-ee5e-47f0-abc6-dc99b509cf37} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:19.588513 [ 276 ] {44e355aa-ee5e-47f0-abc6-dc99b509cf37} executeQuery: Read 162 rows, 11.55 KiB in 0.001134 sec., 142857.14285714284 rows/sec., 9.95 MiB/sec. 2026.04.29 20:53:19.588550 [ 276 ] {44e355aa-ee5e-47f0-abc6-dc99b509cf37} TCPHandler: Processed in 0.001295296 sec. 2026.04.29 20:53:19.588660 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.588753 [ 276 ] {c628ccc7-7c07-4f84-980d-b220158b409b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:53:19.588794 [ 276 ] {c628ccc7-7c07-4f84-980d-b220158b409b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:53:19.589101 [ 276 ] {c628ccc7-7c07-4f84-980d-b220158b409b} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.589136 [ 276 ] {c628ccc7-7c07-4f84-980d-b220158b409b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.589422 [ 276 ] {c628ccc7-7c07-4f84-980d-b220158b409b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:53:19.589623 [ 276 ] {c628ccc7-7c07-4f84-980d-b220158b409b} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:53:19.589743 [ 276 ] {c628ccc7-7c07-4f84-980d-b220158b409b} executeQuery: Read 1 rows, 65.00 B in 0.001008 sec., 992.063492063492 rows/sec., 62.97 KiB/sec. 2026.04.29 20:53:19.589779 [ 276 ] {c628ccc7-7c07-4f84-980d-b220158b409b} TCPHandler: Processed in 0.001169825 sec. 2026.04.29 20:53:19.589891 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.589982 [ 276 ] {0f846968-979c-4bd0-8390-561a0a8fc2dc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:19.590035 [ 276 ] {0f846968-979c-4bd0-8390-561a0a8fc2dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:19.590714 [ 276 ] {0f846968-979c-4bd0-8390-561a0a8fc2dc} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.590750 [ 276 ] {0f846968-979c-4bd0-8390-561a0a8fc2dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.591229 [ 276 ] {0f846968-979c-4bd0-8390-561a0a8fc2dc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:53:19.591439 [ 276 ] {0f846968-979c-4bd0-8390-561a0a8fc2dc} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:19.591548 [ 39 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:53:19.591570 [ 276 ] {0f846968-979c-4bd0-8390-561a0a8fc2dc} executeQuery: Read 6 rows, 11.01 KiB in 0.001606 sec., 3735.9900373599003 rows/sec., 6.69 MiB/sec. 2026.04.29 20:53:19.591624 [ 39 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.591643 [ 276 ] {0f846968-979c-4bd0-8390-561a0a8fc2dc} TCPHandler: Processed in 0.001803073 sec. 2026.04.29 20:53:19.591654 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.591766 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.591774 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::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.29 20:53:19.591869 [ 276 ] {c45bbb64-7896-4b74-84c6-16cea4fb1562} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.29 20:53:19.591916 [ 276 ] {c45bbb64-7896-4b74-84c6-16cea4fb1562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.29 20:53:19.592012 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:19.592106 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part 2026.04.29 20:53:19.592241 [ 276 ] {c45bbb64-7896-4b74-84c6-16cea4fb1562} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.592263 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part 2026.04.29 20:53:19.592280 [ 276 ] {c45bbb64-7896-4b74-84c6-16cea4fb1562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.592394 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 34 rows starting from the beginning of the part 2026.04.29 20:53:19.592506 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part 2026.04.29 20:53:19.592591 [ 276 ] {c45bbb64-7896-4b74-84c6-16cea4fb1562} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:53:19.592609 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part 2026.04.29 20:53:19.592719 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::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.29 20:53:19.592822 [ 276 ] {c45bbb64-7896-4b74-84c6-16cea4fb1562} oximeter.measurements_i64 (14c237b9-8d0c-4700-b159-3386ca1f471e): 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.29 20:53:19.592954 [ 276 ] {c45bbb64-7896-4b74-84c6-16cea4fb1562} executeQuery: Read 6 rows, 434.00 B in 0.001105 sec., 5429.8642533936645 rows/sec., 383.55 KiB/sec. 2026.04.29 20:53:19.592992 [ 276 ] {c45bbb64-7896-4b74-84c6-16cea4fb1562} TCPHandler: Processed in 0.001276906 sec. 2026.04.29 20:53:19.593125 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:19.593219 [ 276 ] {ade8c77c-1160-48b8-bf80-8040c9a388bb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:19.593259 [ 276 ] {ade8c77c-1160-48b8-bf80-8040c9a388bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:19.593588 [ 276 ] {ade8c77c-1160-48b8-bf80-8040c9a388bb} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.593623 [ 276 ] {ade8c77c-1160-48b8-bf80-8040c9a388bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.593929 [ 276 ] {ade8c77c-1160-48b8-bf80-8040c9a388bb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:53:19.594143 [ 276 ] {ade8c77c-1160-48b8-bf80-8040c9a388bb} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:19.594270 [ 276 ] {ade8c77c-1160-48b8-bf80-8040c9a388bb} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.04.29 20:53:19.594306 [ 276 ] {ade8c77c-1160-48b8-bf80-8040c9a388bb} TCPHandler: Processed in 0.001232836 sec. 2026.04.29 20:53:19.595346 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 19 columns (19 merged, 0 gathered) in 0.003612996 sec., 43177.46269301156 rows/sec., 77.37 MiB/sec. 2026.04.29 20:53:19.595755 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:53:19.596176 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:19.596258 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_6_1} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:53:19.596391 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.04.29 20:53:19.648735 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4307 2026.04.29 20:53:19.649192 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.649239 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.649707 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:53:19.649954 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:53:19.650077 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4307 2026.04.29 20:53:19.880630 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.04.29 20:53:19.897768 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:19.897833 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:19.903989 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:53:19.904669 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:53:19.907566 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.04.29 20:53:22.157528 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 248 2026.04.29 20:53:22.160232 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:22.160287 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:22.161486 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:53:22.161759 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:53:22.161905 [ 42 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:53:22.161966 [ 42 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:22.161987 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:22.162084 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 248 2026.04.29 20:53:22.162129 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::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.29 20:53:22.162762 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:22.162931 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::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.29 20:53:22.163368 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2026.04.29 20:53:22.163852 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part 2026.04.29 20:53:22.164222 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part 2026.04.29 20:53:22.164566 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2026.04.29 20:53:22.164919 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part 2026.04.29 20:53:22.170624 [ 191 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 248 rows, containing 72 columns (72 merged, 0 gathered) in 0.008548439 sec., 29011.144607805007 rows/sec., 27.35 MiB/sec. 2026.04.29 20:53:22.171747 [ 191 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:53:22.172301 [ 191 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:53:22.172432 [ 191 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_6_1} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:53:22.172639 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB. 2026.04.29 20:53:24.575510 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:24.575748 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:24.576060 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:24.576093 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:24.576307 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:24.576374 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:24.576520 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:53:24.576654 [ 303 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:24.576671 [ 347 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:24.576658 [ 335 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:24.576810 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.04.29 20:53:24.576846 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:24.576956 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:24.577010 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:24.577047 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:24.577083 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:24.578292 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} executeQuery: Read 33 rows, 5.14 KiB in 0.002634 sec., 12528.473804100227 rows/sec., 1.90 MiB/sec. 2026.04.29 20:53:24.578379 [ 276 ] {48881d4e-ecfd-46c3-82c3-8533ab6de4c0} TCPHandler: Processed in 0.003005188 sec. 2026.04.29 20:53:24.580652 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:24.580758 [ 276 ] {16aaf7d6-8477-49b3-886e-ad6fe9986c05} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:24.580807 [ 276 ] {16aaf7d6-8477-49b3-886e-ad6fe9986c05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:24.581356 [ 276 ] {16aaf7d6-8477-49b3-886e-ad6fe9986c05} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:24.581397 [ 276 ] {16aaf7d6-8477-49b3-886e-ad6fe9986c05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:24.581752 [ 276 ] {16aaf7d6-8477-49b3-886e-ad6fe9986c05} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:53:24.581968 [ 276 ] {16aaf7d6-8477-49b3-886e-ad6fe9986c05} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:24.582093 [ 40 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:53:24.582107 [ 276 ] {16aaf7d6-8477-49b3-886e-ad6fe9986c05} executeQuery: Read 126 rows, 11.14 KiB in 0.00138 sec., 91304.34782608696 rows/sec., 7.89 MiB/sec. 2026.04.29 20:53:24.582164 [ 40 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:24.582166 [ 276 ] {16aaf7d6-8477-49b3-886e-ad6fe9986c05} TCPHandler: Processed in 0.00156536 sec. 2026.04.29 20:53:24.582207 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:24.582302 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::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.29 20:53:24.582319 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:24.582391 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:24.582416 [ 276 ] {06ffb17f-d0da-4a69-a8e1-7f36de619adb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:24.582417 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2476 rows starting from the beginning of the part 2026.04.29 20:53:24.582455 [ 276 ] {06ffb17f-d0da-4a69-a8e1-7f36de619adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:24.582480 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2026.04.29 20:53:24.582521 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.04.29 20:53:24.582564 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 126 rows starting from the beginning of the part 2026.04.29 20:53:24.582619 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 71 rows starting from the beginning of the part 2026.04.29 20:53:24.582678 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 126 rows starting from the beginning of the part 2026.04.29 20:53:24.582877 [ 276 ] {06ffb17f-d0da-4a69-a8e1-7f36de619adb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:24.582911 [ 276 ] {06ffb17f-d0da-4a69-a8e1-7f36de619adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:24.583214 [ 276 ] {06ffb17f-d0da-4a69-a8e1-7f36de619adb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:53:24.583423 [ 276 ] {06ffb17f-d0da-4a69-a8e1-7f36de619adb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:24.583545 [ 276 ] {06ffb17f-d0da-4a69-a8e1-7f36de619adb} executeQuery: Read 35 rows, 2.63 KiB in 0.001148 sec., 30487.80487804878 rows/sec., 2.24 MiB/sec. 2026.04.29 20:53:24.583580 [ 276 ] {06ffb17f-d0da-4a69-a8e1-7f36de619adb} TCPHandler: Processed in 0.001309637 sec. 2026.04.29 20:53:24.583699 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:24.583795 [ 276 ] {0201951e-1954-4ac0-8920-2a029c5b3ba6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:24.583818 [ 191 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2911 rows, containing 5 columns (5 merged, 0 gathered) in 0.00154909 sec., 1879167.7694646535 rows/sec., 149.17 MiB/sec. 2026.04.29 20:53:24.583835 [ 276 ] {0201951e-1954-4ac0-8920-2a029c5b3ba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:24.584084 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:53:24.584306 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:24.584323 [ 276 ] {0201951e-1954-4ac0-8920-2a029c5b3ba6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:24.584358 [ 276 ] {0201951e-1954-4ac0-8920-2a029c5b3ba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:24.584368 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_11_2} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:53:24.584422 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.04.29 20:53:24.584654 [ 276 ] {0201951e-1954-4ac0-8920-2a029c5b3ba6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:53:24.584862 [ 276 ] {0201951e-1954-4ac0-8920-2a029c5b3ba6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:24.584979 [ 40 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:53:24.584984 [ 276 ] {0201951e-1954-4ac0-8920-2a029c5b3ba6} executeQuery: Read 99 rows, 7.92 KiB in 0.001213 sec., 81615.82852431986 rows/sec., 6.37 MiB/sec. 2026.04.29 20:53:24.585018 [ 40 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:24.585038 [ 276 ] {0201951e-1954-4ac0-8920-2a029c5b3ba6} TCPHandler: Processed in 0.001386248 sec. 2026.04.29 20:53:24.585051 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:24.585162 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::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.29 20:53:24.585171 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:24.585283 [ 276 ] {f3c1852f-c888-4561-b56f-8843784c2d12} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:24.585316 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:24.585323 [ 276 ] {f3c1852f-c888-4561-b56f-8843784c2d12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:24.585373 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1345 rows starting from the beginning of the part 2026.04.29 20:53:24.585474 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2026.04.29 20:53:24.585525 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.04.29 20:53:24.585572 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 99 rows starting from the beginning of the part 2026.04.29 20:53:24.585614 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 80 rows starting from the beginning of the part 2026.04.29 20:53:24.585664 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 99 rows starting from the beginning of the part 2026.04.29 20:53:24.585756 [ 276 ] {f3c1852f-c888-4561-b56f-8843784c2d12} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:24.585795 [ 276 ] {f3c1852f-c888-4561-b56f-8843784c2d12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:24.586171 [ 276 ] {f3c1852f-c888-4561-b56f-8843784c2d12} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:53:24.586397 [ 276 ] {f3c1852f-c888-4561-b56f-8843784c2d12} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:24.586528 [ 276 ] {f3c1852f-c888-4561-b56f-8843784c2d12} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2026.04.29 20:53:24.586563 [ 276 ] {f3c1852f-c888-4561-b56f-8843784c2d12} TCPHandler: Processed in 0.001440108 sec. 2026.04.29 20:53:24.586679 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:24.586770 [ 276 ] {f21ad8ae-91d5-4039-a3a0-bc7e88edd089} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:24.586821 [ 276 ] {f21ad8ae-91d5-4039-a3a0-bc7e88edd089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:24.586911 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1751 rows, containing 5 columns (5 merged, 0 gathered) in 0.001798034 sec., 973841.4290274823 rows/sec., 71.61 MiB/sec. 2026.04.29 20:53:24.587111 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:53:24.587390 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:24.587461 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_11_2} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:53:24.587535 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.29 20:53:24.587622 [ 276 ] {f21ad8ae-91d5-4039-a3a0-bc7e88edd089} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:24.587662 [ 276 ] {f21ad8ae-91d5-4039-a3a0-bc7e88edd089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:24.588224 [ 276 ] {f21ad8ae-91d5-4039-a3a0-bc7e88edd089} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:24.588448 [ 276 ] {f21ad8ae-91d5-4039-a3a0-bc7e88edd089} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:24.588579 [ 276 ] {f21ad8ae-91d5-4039-a3a0-bc7e88edd089} executeQuery: Read 35 rows, 64.22 KiB in 0.001827 sec., 19157.088122605364 rows/sec., 34.33 MiB/sec. 2026.04.29 20:53:24.588627 [ 276 ] {f21ad8ae-91d5-4039-a3a0-bc7e88edd089} TCPHandler: Processed in 0.001995276 sec. 2026.04.29 20:53:24.588765 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:24.588856 [ 276 ] {b19dfe23-ab54-46e7-bb2d-7223cfe9f54d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:24.588896 [ 276 ] {b19dfe23-ab54-46e7-bb2d-7223cfe9f54d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:24.589231 [ 276 ] {b19dfe23-ab54-46e7-bb2d-7223cfe9f54d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:24.589265 [ 276 ] {b19dfe23-ab54-46e7-bb2d-7223cfe9f54d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.29 20:53:24.589554 [ 276 ] {b19dfe23-ab54-46e7-bb2d-7223cfe9f54d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:53:24.589761 [ 276 ] {b19dfe23-ab54-46e7-bb2d-7223cfe9f54d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:24.589883 [ 276 ] {b19dfe23-ab54-46e7-bb2d-7223cfe9f54d} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2026.04.29 20:53:24.589916 [ 276 ] {b19dfe23-ab54-46e7-bb2d-7223cfe9f54d} TCPHandler: Processed in 0.001198975 sec. 2026.04.29 20:53:27.045929 [ 36 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:53:27.046038 [ 36 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:53:27.150296 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4819 2026.04.29 20:53:27.150784 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:27.150829 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:27.151335 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:53:27.151575 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:53:27.151718 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4819 2026.04.29 20:53:27.407792 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.04.29 20:53:27.426561 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:27.426624 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:27.432880 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:53:27.433635 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:53:27.436842 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.04.29 20:53:28.000253 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 208.24 MiB, peak 212.24 MiB, free memory in arenas 0.00 B, will set to 210.99 MiB (RSS), difference: 2.75 MiB 2026.04.29 20:53:29.573653 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.573900 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:29.574227 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:29.574678 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:29.574888 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:29.574956 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:29.575093 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:53:29.575201 [ 335 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:29.575240 [ 303 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:29.575257 [ 312 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:29.575389 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.04.29 20:53:29.575415 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:29.575483 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:29.575503 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:29.575535 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:29.575576 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:29.576872 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} executeQuery: Read 33 rows, 5.14 KiB in 0.003071 sec., 10745.685444480625 rows/sec., 1.63 MiB/sec. 2026.04.29 20:53:29.576967 [ 276 ] {033945a1-5af7-4ace-9dad-7174e9aff7f4} TCPHandler: Processed in 0.003462074 sec. 2026.04.29 20:53:29.578756 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.578873 [ 276 ] {cb717def-b365-41fd-9882-b27a5a76dbe9} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:29.578915 [ 276 ] {cb717def-b365-41fd-9882-b27a5a76dbe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:29.579385 [ 276 ] {cb717def-b365-41fd-9882-b27a5a76dbe9} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.579423 [ 276 ] {cb717def-b365-41fd-9882-b27a5a76dbe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.579782 [ 276 ] {cb717def-b365-41fd-9882-b27a5a76dbe9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:53:29.579999 [ 276 ] {cb717def-b365-41fd-9882-b27a5a76dbe9} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:29.580139 [ 276 ] {cb717def-b365-41fd-9882-b27a5a76dbe9} executeQuery: Read 68 rows, 5.55 KiB in 0.001306 sec., 52067.381316998464 rows/sec., 4.15 MiB/sec. 2026.04.29 20:53:29.580175 [ 276 ] {cb717def-b365-41fd-9882-b27a5a76dbe9} TCPHandler: Processed in 0.001469528 sec. 2026.04.29 20:53:29.580306 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.580399 [ 276 ] {c8a27b8d-9173-4a6a-bfcf-c49abb35e18c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.580439 [ 276 ] {c8a27b8d-9173-4a6a-bfcf-c49abb35e18c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:29.580835 [ 276 ] {c8a27b8d-9173-4a6a-bfcf-c49abb35e18c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.580870 [ 276 ] {c8a27b8d-9173-4a6a-bfcf-c49abb35e18c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.581154 [ 276 ] {c8a27b8d-9173-4a6a-bfcf-c49abb35e18c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:53:29.581360 [ 276 ] {c8a27b8d-9173-4a6a-bfcf-c49abb35e18c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:29.581483 [ 276 ] {c8a27b8d-9173-4a6a-bfcf-c49abb35e18c} executeQuery: Read 6 rows, 462.00 B in 0.001102 sec., 5444.64609800363 rows/sec., 409.41 KiB/sec. 2026.04.29 20:53:29.581518 [ 276 ] {c8a27b8d-9173-4a6a-bfcf-c49abb35e18c} TCPHandler: Processed in 0.001262766 sec. 2026.04.29 20:53:29.581636 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.581728 [ 276 ] {9edf016c-4c52-4dce-b0fc-c1e2f28a9df2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:29.581766 [ 276 ] {9edf016c-4c52-4dce-b0fc-c1e2f28a9df2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:29.582171 [ 276 ] {9edf016c-4c52-4dce-b0fc-c1e2f28a9df2} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.582204 [ 276 ] {9edf016c-4c52-4dce-b0fc-c1e2f28a9df2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.582494 [ 276 ] {9edf016c-4c52-4dce-b0fc-c1e2f28a9df2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:53:29.582707 [ 276 ] {9edf016c-4c52-4dce-b0fc-c1e2f28a9df2} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:29.582835 [ 276 ] {9edf016c-4c52-4dce-b0fc-c1e2f28a9df2} executeQuery: Read 70 rows, 5.60 KiB in 0.001125 sec., 62222.222222222226 rows/sec., 4.86 MiB/sec. 2026.04.29 20:53:29.582870 [ 276 ] {9edf016c-4c52-4dce-b0fc-c1e2f28a9df2} TCPHandler: Processed in 0.001284387 sec. 2026.04.29 20:53:29.582995 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.583087 [ 276 ] {522f8b7f-fabb-4339-a026-c6026010235c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.583128 [ 276 ] {522f8b7f-fabb-4339-a026-c6026010235c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:29.583525 [ 276 ] {522f8b7f-fabb-4339-a026-c6026010235c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.583560 [ 276 ] {522f8b7f-fabb-4339-a026-c6026010235c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.583871 [ 276 ] {522f8b7f-fabb-4339-a026-c6026010235c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:53:29.584075 [ 276 ] {522f8b7f-fabb-4339-a026-c6026010235c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:29.584178 [ 33 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:53:29.584200 [ 276 ] {522f8b7f-fabb-4339-a026-c6026010235c} executeQuery: Read 160 rows, 11.41 KiB in 0.001131 sec., 141467.7276746242 rows/sec., 9.85 MiB/sec. 2026.04.29 20:53:29.584244 [ 33 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.584253 [ 276 ] {522f8b7f-fabb-4339-a026-c6026010235c} TCPHandler: Processed in 0.001308327 sec. 2026.04.29 20:53:29.584274 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.584373 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::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.29 20:53:29.584383 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.584480 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:29.584489 [ 276 ] {fe03e837-d9df-41f7-ab1e-81967db5c05a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.584513 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 4383 rows starting from the beginning of the part 2026.04.29 20:53:29.584544 [ 276 ] {fe03e837-d9df-41f7-ab1e-81967db5c05a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:29.584574 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::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.29 20:53:29.584623 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.04.29 20:53:29.584666 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 162 rows starting from the beginning of the part 2026.04.29 20:53:29.584707 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.04.29 20:53:29.584746 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::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.29 20:53:29.585265 [ 276 ] {fe03e837-d9df-41f7-ab1e-81967db5c05a} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.585300 [ 276 ] {fe03e837-d9df-41f7-ab1e-81967db5c05a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.585775 [ 276 ] {fe03e837-d9df-41f7-ab1e-81967db5c05a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:53:29.586002 [ 276 ] {fe03e837-d9df-41f7-ab1e-81967db5c05a} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:29.586138 [ 276 ] {fe03e837-d9df-41f7-ab1e-81967db5c05a} executeQuery: Read 6 rows, 11.01 KiB in 0.001667 sec., 3599.2801439712057 rows/sec., 6.45 MiB/sec. 2026.04.29 20:53:29.586187 [ 276 ] {fe03e837-d9df-41f7-ab1e-81967db5c05a} TCPHandler: Processed in 0.001854334 sec. 2026.04.29 20:53:29.586323 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.586446 [ 276 ] {c3ad1753-399d-4b16-b209-3a1e5bba2b84} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.586495 [ 276 ] {c3ad1753-399d-4b16-b209-3a1e5bba2b84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:29.586902 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5185 rows, containing 5 columns (5 merged, 0 gathered) in 0.002567493 sec., 2019479.7025736778 rows/sec., 128.02 MiB/sec. 2026.04.29 20:53:29.586912 [ 276 ] {c3ad1753-399d-4b16-b209-3a1e5bba2b84} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.586975 [ 276 ] {c3ad1753-399d-4b16-b209-3a1e5bba2b84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.587330 [ 276 ] {c3ad1753-399d-4b16-b209-3a1e5bba2b84} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:53:29.587508 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:53:29.587602 [ 276 ] {c3ad1753-399d-4b16-b209-3a1e5bba2b84} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:29.587744 [ 276 ] {c3ad1753-399d-4b16-b209-3a1e5bba2b84} executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. 2026.04.29 20:53:29.587781 [ 276 ] {c3ad1753-399d-4b16-b209-3a1e5bba2b84} TCPHandler: Processed in 0.00152013 sec. 2026.04.29 20:53:29.587911 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_11_2} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:29.588006 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_11_2} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:53:29.588098 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.04.29 20:53:29.895925 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.896159 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:53:29.896503 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:29.896540 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:53:29.896776 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:29.896844 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:29.896986 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.04.29 20:53:29.897097 [ 303 ] {2481c935-9a1e-497a-bb1b-791f4499887c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:29.897098 [ 335 ] {2481c935-9a1e-497a-bb1b-791f4499887c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:29.897118 [ 312 ] {2481c935-9a1e-497a-bb1b-791f4499887c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:29.897228 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.04.29 20:53:29.897258 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:29.897328 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:29.897349 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:29.897383 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:53:29.897419 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:53:29.898638 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} executeQuery: Read 33 rows, 5.14 KiB in 0.002579 sec., 12795.657231485071 rows/sec., 1.95 MiB/sec. 2026.04.29 20:53:29.898733 [ 276 ] {2481c935-9a1e-497a-bb1b-791f4499887c} TCPHandler: Processed in 0.002944408 sec. 2026.04.29 20:53:29.910786 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.910895 [ 276 ] {910f6156-b657-4a6c-8d26-cf40e46ea89f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:53:29.910937 [ 276 ] {910f6156-b657-4a6c-8d26-cf40e46ea89f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:53:29.911424 [ 276 ] {910f6156-b657-4a6c-8d26-cf40e46ea89f} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.911467 [ 276 ] {910f6156-b657-4a6c-8d26-cf40e46ea89f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.911821 [ 276 ] {910f6156-b657-4a6c-8d26-cf40e46ea89f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:53:29.912040 [ 276 ] {910f6156-b657-4a6c-8d26-cf40e46ea89f} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:53:29.912183 [ 276 ] {910f6156-b657-4a6c-8d26-cf40e46ea89f} executeQuery: Read 6 rows, 501.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 370.65 KiB/sec. 2026.04.29 20:53:29.912221 [ 276 ] {910f6156-b657-4a6c-8d26-cf40e46ea89f} TCPHandler: Processed in 0.00148867 sec. 2026.04.29 20:53:29.912345 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.912438 [ 276 ] {069ff5d6-e1f0-4efa-b1c9-fb8237f1a7f8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:29.912478 [ 276 ] {069ff5d6-e1f0-4efa-b1c9-fb8237f1a7f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:29.914181 [ 276 ] {069ff5d6-e1f0-4efa-b1c9-fb8237f1a7f8} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.914218 [ 276 ] {069ff5d6-e1f0-4efa-b1c9-fb8237f1a7f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.914682 [ 276 ] {069ff5d6-e1f0-4efa-b1c9-fb8237f1a7f8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:53:29.914897 [ 276 ] {069ff5d6-e1f0-4efa-b1c9-fb8237f1a7f8} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:29.915027 [ 276 ] {069ff5d6-e1f0-4efa-b1c9-fb8237f1a7f8} executeQuery: Read 2474 rows, 188.29 KiB in 0.002607 sec., 948983.5059455313 rows/sec., 70.53 MiB/sec. 2026.04.29 20:53:29.915064 [ 276 ] {069ff5d6-e1f0-4efa-b1c9-fb8237f1a7f8} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.29 20:53:29.915077 [ 276 ] {069ff5d6-e1f0-4efa-b1c9-fb8237f1a7f8} TCPHandler: Processed in 0.002783205 sec. 2026.04.29 20:53:29.915198 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.915293 [ 276 ] {b34a930b-5fcf-4c70-976b-fbe617ccfd3d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.915331 [ 276 ] {b34a930b-5fcf-4c70-976b-fbe617ccfd3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:29.915776 [ 276 ] {b34a930b-5fcf-4c70-976b-fbe617ccfd3d} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.915811 [ 276 ] {b34a930b-5fcf-4c70-976b-fbe617ccfd3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.916110 [ 276 ] {b34a930b-5fcf-4c70-976b-fbe617ccfd3d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:53:29.916322 [ 276 ] {b34a930b-5fcf-4c70-976b-fbe617ccfd3d} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:29.916432 [ 33 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.04.29 20:53:29.916450 [ 276 ] {b34a930b-5fcf-4c70-976b-fbe617ccfd3d} executeQuery: Read 50 rows, 3.73 KiB in 0.001176 sec., 42517.00680272109 rows/sec., 3.10 MiB/sec. 2026.04.29 20:53:29.916497 [ 33 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.916506 [ 276 ] {b34a930b-5fcf-4c70-976b-fbe617ccfd3d} TCPHandler: Processed in 0.001358967 sec. 2026.04.29 20:53:29.916526 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.916635 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::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.29 20:53:29.916656 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.916749 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:29.916767 [ 276 ] {d0ef24ca-10e7-4d25-b69a-925aeaf38df3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.916790 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 54 rows starting from the beginning of the part 2026.04.29 20:53:29.916810 [ 276 ] {d0ef24ca-10e7-4d25-b69a-925aeaf38df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:53:29.916862 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2026.04.29 20:53:29.916927 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.04.29 20:53:29.916991 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 35 rows starting from the beginning of the part 2026.04.29 20:53:29.917050 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.04.29 20:53:29.917102 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part 2026.04.29 20:53:29.917676 [ 276 ] {d0ef24ca-10e7-4d25-b69a-925aeaf38df3} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.917720 [ 276 ] {d0ef24ca-10e7-4d25-b69a-925aeaf38df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.917824 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.001238026 sec., 153470.1209829196 rows/sec., 11.76 MiB/sec. 2026.04.29 20:53:29.918038 [ 193 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.29 20:53:29.918146 [ 276 ] {d0ef24ca-10e7-4d25-b69a-925aeaf38df3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:53:29.918423 [ 193 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:29.918436 [ 276 ] {d0ef24ca-10e7-4d25-b69a-925aeaf38df3} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:53:29.918534 [ 193 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_10_2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.04.29 20:53:29.918595 [ 276 ] {d0ef24ca-10e7-4d25-b69a-925aeaf38df3} executeQuery: Read 801 rows, 47.38 KiB in 0.001851 sec., 432739.0599675851 rows/sec., 25.00 MiB/sec. 2026.04.29 20:53:29.918637 [ 276 ] {d0ef24ca-10e7-4d25-b69a-925aeaf38df3} TCPHandler: Processed in 0.002042176 sec. 2026.04.29 20:53:29.918675 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.29 20:53:29.918761 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.918861 [ 276 ] {adc727ef-ac4b-4db3-8b4c-2c5520f7df77} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.918900 [ 276 ] {adc727ef-ac4b-4db3-8b4c-2c5520f7df77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:53:29.919289 [ 276 ] {adc727ef-ac4b-4db3-8b4c-2c5520f7df77} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.919327 [ 276 ] {adc727ef-ac4b-4db3-8b4c-2c5520f7df77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.919616 [ 276 ] {adc727ef-ac4b-4db3-8b4c-2c5520f7df77} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:53:29.919825 [ 276 ] {adc727ef-ac4b-4db3-8b4c-2c5520f7df77} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:53:29.919951 [ 276 ] {adc727ef-ac4b-4db3-8b4c-2c5520f7df77} executeQuery: Read 1 rows, 72.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 63.40 KiB/sec. 2026.04.29 20:53:29.919988 [ 276 ] {adc727ef-ac4b-4db3-8b4c-2c5520f7df77} TCPHandler: Processed in 0.001278226 sec. 2026.04.29 20:53:29.920102 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.920196 [ 276 ] {eedb9717-6263-4dc5-8460-9af67a8294a1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:29.920235 [ 276 ] {eedb9717-6263-4dc5-8460-9af67a8294a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:29.921156 [ 276 ] {eedb9717-6263-4dc5-8460-9af67a8294a1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.921193 [ 276 ] {eedb9717-6263-4dc5-8460-9af67a8294a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.921630 [ 276 ] {eedb9717-6263-4dc5-8460-9af67a8294a1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:53:29.921844 [ 276 ] {eedb9717-6263-4dc5-8460-9af67a8294a1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:29.921973 [ 276 ] {eedb9717-6263-4dc5-8460-9af67a8294a1} executeQuery: Read 1329 rows, 91.25 KiB in 0.001795 sec., 740389.9721448468 rows/sec., 49.64 MiB/sec. 2026.04.29 20:53:29.922010 [ 276 ] {eedb9717-6263-4dc5-8460-9af67a8294a1} TCPHandler: Processed in 0.001959115 sec. 2026.04.29 20:53:29.922129 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.922223 [ 276 ] {8c4f0b28-c93f-4222-8bd5-9b4e5f3ecf9c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.922265 [ 276 ] {8c4f0b28-c93f-4222-8bd5-9b4e5f3ecf9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:29.922964 [ 276 ] {8c4f0b28-c93f-4222-8bd5-9b4e5f3ecf9c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.923001 [ 276 ] {8c4f0b28-c93f-4222-8bd5-9b4e5f3ecf9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.923446 [ 276 ] {8c4f0b28-c93f-4222-8bd5-9b4e5f3ecf9c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:53:29.923658 [ 276 ] {8c4f0b28-c93f-4222-8bd5-9b4e5f3ecf9c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:29.923786 [ 276 ] {8c4f0b28-c93f-4222-8bd5-9b4e5f3ecf9c} executeQuery: Read 1499 rows, 93.11 KiB in 0.001582 sec., 947534.7661188368 rows/sec., 57.48 MiB/sec. 2026.04.29 20:53:29.923821 [ 276 ] {8c4f0b28-c93f-4222-8bd5-9b4e5f3ecf9c} TCPHandler: Processed in 0.001743482 sec. 2026.04.29 20:53:29.923927 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.924021 [ 276 ] {e2dc6ebd-e83e-4b86-9c50-a918fb25868b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.924073 [ 276 ] {e2dc6ebd-e83e-4b86-9c50-a918fb25868b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:29.924843 [ 276 ] {e2dc6ebd-e83e-4b86-9c50-a918fb25868b} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.924879 [ 276 ] {e2dc6ebd-e83e-4b86-9c50-a918fb25868b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.925490 [ 276 ] {e2dc6ebd-e83e-4b86-9c50-a918fb25868b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:53:29.925725 [ 276 ] {e2dc6ebd-e83e-4b86-9c50-a918fb25868b} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:29.925859 [ 276 ] {e2dc6ebd-e83e-4b86-9c50-a918fb25868b} executeQuery: Read 44 rows, 80.74 KiB in 0.001857 sec., 23694.13031771675 rows/sec., 42.46 MiB/sec. 2026.04.29 20:53:29.925908 [ 276 ] {e2dc6ebd-e83e-4b86-9c50-a918fb25868b} TCPHandler: Processed in 0.002031436 sec. 2026.04.29 20:53:29.926044 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:29.926139 [ 276 ] {f15a5c09-b4cd-4cb8-bdc9-90750125277d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:29.926180 [ 276 ] {f15a5c09-b4cd-4cb8-bdc9-90750125277d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:29.926507 [ 276 ] {f15a5c09-b4cd-4cb8-bdc9-90750125277d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.926542 [ 276 ] {f15a5c09-b4cd-4cb8-bdc9-90750125277d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.926844 [ 276 ] {f15a5c09-b4cd-4cb8-bdc9-90750125277d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:53:29.927050 [ 276 ] {f15a5c09-b4cd-4cb8-bdc9-90750125277d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:29.927139 [ 30 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:53:29.927173 [ 276 ] {f15a5c09-b4cd-4cb8-bdc9-90750125277d} executeQuery: Read 12 rows, 848.00 B in 0.001053 sec., 11396.011396011398 rows/sec., 786.44 KiB/sec. 2026.04.29 20:53:29.927174 [ 30 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:29.927205 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:29.927209 [ 276 ] {f15a5c09-b4cd-4cb8-bdc9-90750125277d} TCPHandler: Processed in 0.001216295 sec. 2026.04.29 20:53:29.927271 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:53:29.927356 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:29.927383 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2026.04.29 20:53:29.927432 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:53:29.927472 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.04.29 20:53:29.927510 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:53:29.927547 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.04.29 20:53:29.927582 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.04.29 20:53:29.928332 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.001089444 sec., 506680.4718737264 rows/sec., 34.15 MiB/sec. 2026.04.29 20:53:29.928477 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:53:29.928709 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_11_2} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:29.928768 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_11_2} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:53:29.928820 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.29 20:53:32.162383 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 296 2026.04.29 20:53:32.164970 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:32.165006 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:32.166191 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:32.166456 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:53:32.166689 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 296 2026.04.29 20:53:34.572662 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:34.572885 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:34.573204 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:34.573237 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:34.573460 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:34.573532 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:34.573666 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:53:34.573774 [ 335 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:34.573792 [ 297 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:34.573820 [ 312 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:34.573939 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.04.29 20:53:34.573966 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:34.574035 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:34.574055 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:34.574093 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:34.574131 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:34.575257 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} executeQuery: Read 33 rows, 3.08 KiB in 0.002461 sec., 13409.183258837871 rows/sec., 1.22 MiB/sec. 2026.04.29 20:53:34.575354 [ 276 ] {9693c889-cfdb-4dad-bada-ecfbae1eb01d} TCPHandler: Processed in 0.002824976 sec. 2026.04.29 20:53:34.576869 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:34.576979 [ 276 ] {0a5c9787-b223-4ac0-a585-17f45765539e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:34.577021 [ 276 ] {0a5c9787-b223-4ac0-a585-17f45765539e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:34.577828 [ 276 ] {0a5c9787-b223-4ac0-a585-17f45765539e} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:34.577902 [ 276 ] {0a5c9787-b223-4ac0-a585-17f45765539e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:34.578354 [ 276 ] {0a5c9787-b223-4ac0-a585-17f45765539e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:53:34.578565 [ 276 ] {0a5c9787-b223-4ac0-a585-17f45765539e} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:34.578708 [ 276 ] {0a5c9787-b223-4ac0-a585-17f45765539e} executeQuery: Read 56 rows, 4.41 KiB in 0.00176 sec., 31818.181818181816 rows/sec., 2.44 MiB/sec. 2026.04.29 20:53:34.578744 [ 276 ] {0a5c9787-b223-4ac0-a585-17f45765539e} TCPHandler: Processed in 0.001925525 sec. 2026.04.29 20:53:34.578867 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:34.578959 [ 276 ] {35f612bf-cd12-4c2b-a788-b7248b0cd7f1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:34.578997 [ 276 ] {35f612bf-cd12-4c2b-a788-b7248b0cd7f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:34.579461 [ 276 ] {35f612bf-cd12-4c2b-a788-b7248b0cd7f1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:34.579498 [ 276 ] {35f612bf-cd12-4c2b-a788-b7248b0cd7f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:34.579786 [ 276 ] {35f612bf-cd12-4c2b-a788-b7248b0cd7f1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:53:34.579992 [ 276 ] {35f612bf-cd12-4c2b-a788-b7248b0cd7f1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:34.580117 [ 276 ] {35f612bf-cd12-4c2b-a788-b7248b0cd7f1} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2026.04.29 20:53:34.580152 [ 276 ] {35f612bf-cd12-4c2b-a788-b7248b0cd7f1} TCPHandler: Processed in 0.001334148 sec. 2026.04.29 20:53:34.580276 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:34.580369 [ 276 ] {998efde1-0e98-4ce5-ba97-d0dff33ecb36} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:34.580410 [ 276 ] {998efde1-0e98-4ce5-ba97-d0dff33ecb36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:34.580781 [ 276 ] {998efde1-0e98-4ce5-ba97-d0dff33ecb36} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:34.580816 [ 276 ] {998efde1-0e98-4ce5-ba97-d0dff33ecb36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:34.581127 [ 276 ] {998efde1-0e98-4ce5-ba97-d0dff33ecb36} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:53:34.581337 [ 276 ] {998efde1-0e98-4ce5-ba97-d0dff33ecb36} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:34.581460 [ 276 ] {998efde1-0e98-4ce5-ba97-d0dff33ecb36} executeQuery: Read 128 rows, 9.13 KiB in 0.001109 sec., 115419.29666366096 rows/sec., 8.04 MiB/sec. 2026.04.29 20:53:34.581494 [ 276 ] {998efde1-0e98-4ce5-ba97-d0dff33ecb36} TCPHandler: Processed in 0.001266956 sec. 2026.04.29 20:53:34.581614 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:34.581706 [ 276 ] {31120a1b-1428-43ef-b520-42b9dbb9f69d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:34.581745 [ 276 ] {31120a1b-1428-43ef-b520-42b9dbb9f69d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:34.582065 [ 276 ] {31120a1b-1428-43ef-b520-42b9dbb9f69d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:34.582100 [ 276 ] {31120a1b-1428-43ef-b520-42b9dbb9f69d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:34.582397 [ 276 ] {31120a1b-1428-43ef-b520-42b9dbb9f69d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:53:34.582599 [ 276 ] {31120a1b-1428-43ef-b520-42b9dbb9f69d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:34.582721 [ 276 ] {31120a1b-1428-43ef-b520-42b9dbb9f69d} executeQuery: Read 48 rows, 3.31 KiB in 0.001033 sec., 46466.602129719264 rows/sec., 3.13 MiB/sec. 2026.04.29 20:53:34.582755 [ 276 ] {31120a1b-1428-43ef-b520-42b9dbb9f69d} TCPHandler: Processed in 0.001188445 sec. 2026.04.29 20:53:34.651865 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5267 2026.04.29 20:53:34.652333 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:34.652367 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:34.652871 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:53:34.653116 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:53:34.653244 [ 25 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:53:34.653251 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5267 2026.04.29 20:53:34.653285 [ 25 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:34.653304 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:34.653436 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:53:34.653566 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:34.653602 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2899 rows starting from the beginning of the part 2026.04.29 20:53:34.653683 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:53:34.653731 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:53:34.653780 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:53:34.653824 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:53:34.653867 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:53:34.655264 [ 193 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5267 rows, containing 4 columns (4 merged, 0 gathered) in 0.001890084 sec., 2786648.6357220104 rows/sec., 39.86 MiB/sec. 2026.04.29 20:53:34.655816 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:53:34.656069 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_11_2} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:53:34.656141 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_11_2} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:53:34.656217 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.04.29 20:53:34.936960 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.04.29 20:53:34.954844 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:34.954892 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:34.961290 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:53:34.961960 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:53:34.962279 [ 45 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:53:34.962341 [ 45 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:34.962363 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:34.962475 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:53:34.965375 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.04.29 20:53:34.966807 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:34.968343 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:53:34.972992 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:53:34.977165 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:53:34.981462 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:53:34.986284 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:53:34.990610 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:53:35.000192 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 217.32 MiB, peak 219.19 MiB, free memory in arenas 0.00 B, will set to 219.70 MiB (RSS), difference: 2.38 MiB 2026.04.29 20:53:35.043509 [ 192 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.081069699 sec., 1023.8103881451442 rows/sec., 5.29 MiB/sec. 2026.04.29 20:53:35.045307 [ 193 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:53:35.047110 [ 193 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_11_2} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:53:35.047201 [ 193 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_11_2} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:53:35.048293 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.04.29 20:53:36.000210 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 216.25 MiB, peak 226.14 MiB, free memory in arenas 0.00 B, will set to 222.24 MiB (RSS), difference: 5.99 MiB 2026.04.29 20:53:39.574089 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:39.574322 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:39.574675 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:39.574708 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:39.574928 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:39.574996 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:39.575135 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:53:39.575248 [ 335 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:39.575264 [ 297 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:39.575274 [ 312 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:39.575403 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.04.29 20:53:39.575439 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:39.575515 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:39.575536 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:39.575571 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:39.575609 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:39.576872 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} executeQuery: Read 33 rows, 5.14 KiB in 0.002642 sec., 12490.537471612415 rows/sec., 1.90 MiB/sec. 2026.04.29 20:53:39.577001 [ 276 ] {a0043cc4-6ad5-4814-a415-7b1d271e1f3a} TCPHandler: Processed in 0.003045089 sec. 2026.04.29 20:53:39.578729 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:39.578839 [ 276 ] {68dc8db0-0355-416b-b68d-258390159e15} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:39.578880 [ 276 ] {68dc8db0-0355-416b-b68d-258390159e15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:39.579370 [ 276 ] {68dc8db0-0355-416b-b68d-258390159e15} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:39.579415 [ 276 ] {68dc8db0-0355-416b-b68d-258390159e15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:39.579794 [ 276 ] {68dc8db0-0355-416b-b68d-258390159e15} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:53:39.580018 [ 276 ] {68dc8db0-0355-416b-b68d-258390159e15} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:39.580174 [ 276 ] {68dc8db0-0355-416b-b68d-258390159e15} executeQuery: Read 70 rows, 5.75 KiB in 0.001368 sec., 51169.59064327485 rows/sec., 4.10 MiB/sec. 2026.04.29 20:53:39.580212 [ 276 ] {68dc8db0-0355-416b-b68d-258390159e15} TCPHandler: Processed in 0.00154046 sec. 2026.04.29 20:53:39.580335 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:39.580433 [ 276 ] {700aa3bf-d723-426b-be92-8e295c7ed9c7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:39.580472 [ 276 ] {700aa3bf-d723-426b-be92-8e295c7ed9c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:39.580865 [ 276 ] {700aa3bf-d723-426b-be92-8e295c7ed9c7} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:39.580901 [ 276 ] {700aa3bf-d723-426b-be92-8e295c7ed9c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:39.581196 [ 276 ] {700aa3bf-d723-426b-be92-8e295c7ed9c7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:53:39.581412 [ 276 ] {700aa3bf-d723-426b-be92-8e295c7ed9c7} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:39.581549 [ 276 ] {700aa3bf-d723-426b-be92-8e295c7ed9c7} executeQuery: Read 7 rows, 539.00 B in 0.001137 sec., 6156.552330694811 rows/sec., 462.94 KiB/sec. 2026.04.29 20:53:39.581586 [ 276 ] {700aa3bf-d723-426b-be92-8e295c7ed9c7} TCPHandler: Processed in 0.001301987 sec. 2026.04.29 20:53:39.581701 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:39.581796 [ 276 ] {b6236ac0-d8fc-47ce-8a7a-590740d2220c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:39.581833 [ 276 ] {b6236ac0-d8fc-47ce-8a7a-590740d2220c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:39.582232 [ 276 ] {b6236ac0-d8fc-47ce-8a7a-590740d2220c} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:39.582268 [ 276 ] {b6236ac0-d8fc-47ce-8a7a-590740d2220c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:39.582586 [ 276 ] {b6236ac0-d8fc-47ce-8a7a-590740d2220c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:53:39.582813 [ 276 ] {b6236ac0-d8fc-47ce-8a7a-590740d2220c} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:39.582942 [ 276 ] {b6236ac0-d8fc-47ce-8a7a-590740d2220c} executeQuery: Read 71 rows, 5.68 KiB in 0.001165 sec., 60944.20600858369 rows/sec., 4.76 MiB/sec. 2026.04.29 20:53:39.582977 [ 276 ] {b6236ac0-d8fc-47ce-8a7a-590740d2220c} TCPHandler: Processed in 0.001327008 sec. 2026.04.29 20:53:39.583091 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:39.583185 [ 276 ] {0eabed94-ee24-4011-8208-448119650034} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:39.583226 [ 276 ] {0eabed94-ee24-4011-8208-448119650034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:39.583630 [ 276 ] {0eabed94-ee24-4011-8208-448119650034} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:39.583666 [ 276 ] {0eabed94-ee24-4011-8208-448119650034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:39.584016 [ 276 ] {0eabed94-ee24-4011-8208-448119650034} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:53:39.584229 [ 276 ] {0eabed94-ee24-4011-8208-448119650034} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:39.584358 [ 276 ] {0eabed94-ee24-4011-8208-448119650034} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2026.04.29 20:53:39.584394 [ 276 ] {0eabed94-ee24-4011-8208-448119650034} TCPHandler: Processed in 0.001355298 sec. 2026.04.29 20:53:39.584504 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:39.584591 [ 276 ] {64ba4253-cd17-4f26-8eca-a3fc370ca3c9} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:39.584639 [ 276 ] {64ba4253-cd17-4f26-8eca-a3fc370ca3c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:39.585298 [ 276 ] {64ba4253-cd17-4f26-8eca-a3fc370ca3c9} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:39.585399 [ 276 ] {64ba4253-cd17-4f26-8eca-a3fc370ca3c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:39.585917 [ 276 ] {64ba4253-cd17-4f26-8eca-a3fc370ca3c9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:53:39.586143 [ 276 ] {64ba4253-cd17-4f26-8eca-a3fc370ca3c9} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:39.586279 [ 276 ] {64ba4253-cd17-4f26-8eca-a3fc370ca3c9} executeQuery: Read 7 rows, 12.84 KiB in 0.001691 sec., 4139.562389118864 rows/sec., 7.42 MiB/sec. 2026.04.29 20:53:39.586333 [ 276 ] {64ba4253-cd17-4f26-8eca-a3fc370ca3c9} TCPHandler: Processed in 0.001870944 sec. 2026.04.29 20:53:39.586453 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:39.586547 [ 276 ] {67ba3439-7b64-4bc7-bd80-5501d9eafc0c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:39.586589 [ 276 ] {67ba3439-7b64-4bc7-bd80-5501d9eafc0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:39.586923 [ 276 ] {67ba3439-7b64-4bc7-bd80-5501d9eafc0c} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:39.586958 [ 276 ] {67ba3439-7b64-4bc7-bd80-5501d9eafc0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:39.587262 [ 276 ] {67ba3439-7b64-4bc7-bd80-5501d9eafc0c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:53:39.587481 [ 276 ] {67ba3439-7b64-4bc7-bd80-5501d9eafc0c} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:39.587607 [ 276 ] {67ba3439-7b64-4bc7-bd80-5501d9eafc0c} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.04.29 20:53:39.587641 [ 276 ] {67ba3439-7b64-4bc7-bd80-5501d9eafc0c} TCPHandler: Processed in 0.001239456 sec. 2026.04.29 20:53:42.046086 [ 141 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:53:42.046141 [ 141 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:53:42.153491 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5779 2026.04.29 20:53:42.154275 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:42.154344 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:42.155066 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:53:42.155322 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:53:42.155465 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5779 2026.04.29 20:53:42.167061 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 320 2026.04.29 20:53:42.169194 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:42.169236 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:42.170432 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:53:42.170695 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:53:42.170934 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 320 2026.04.29 20:53:42.465602 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.04.29 20:53:42.484130 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:42.484194 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:42.490007 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:53:42.490701 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:53:42.493825 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.04.29 20:53:44.575095 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:44.575322 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:44.575650 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:44.575687 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:44.575907 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:44.575977 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:44.576120 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:53:44.576240 [ 330 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:44.576250 [ 312 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:44.576240 [ 314 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:44.576415 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.04.29 20:53:44.576444 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:44.576516 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:44.576536 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:44.576569 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:44.576611 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:44.577785 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} executeQuery: Read 33 rows, 5.14 KiB in 0.002554 sec., 12920.908379013314 rows/sec., 1.96 MiB/sec. 2026.04.29 20:53:44.577916 [ 276 ] {b0219ef0-e958-4f06-9a1f-5934b344a93c} TCPHandler: Processed in 0.002954697 sec. 2026.04.29 20:53:44.580053 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:44.580167 [ 276 ] {e11ac42c-ac64-4cba-8f8e-6ff7434dcdf6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:44.580212 [ 276 ] {e11ac42c-ac64-4cba-8f8e-6ff7434dcdf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:44.580762 [ 276 ] {e11ac42c-ac64-4cba-8f8e-6ff7434dcdf6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:44.580808 [ 276 ] {e11ac42c-ac64-4cba-8f8e-6ff7434dcdf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:44.581184 [ 276 ] {e11ac42c-ac64-4cba-8f8e-6ff7434dcdf6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:53:44.581408 [ 276 ] {e11ac42c-ac64-4cba-8f8e-6ff7434dcdf6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:44.581543 [ 128 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:53:44.581557 [ 276 ] {e11ac42c-ac64-4cba-8f8e-6ff7434dcdf6} executeQuery: Read 126 rows, 11.14 KiB in 0.001424 sec., 88483.14606741574 rows/sec., 7.64 MiB/sec. 2026.04.29 20:53:44.581616 [ 128 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:44.581624 [ 276 ] {e11ac42c-ac64-4cba-8f8e-6ff7434dcdf6} TCPHandler: Processed in 0.001627041 sec. 2026.04.29 20:53:44.581650 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:44.581764 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::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.29 20:53:44.581766 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:44.581891 [ 276 ] {906c3f86-d6bf-4276-bcd0-c4d576858edc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:44.581902 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:44.581936 [ 276 ] {906c3f86-d6bf-4276-bcd0-c4d576858edc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:44.581959 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2493 rows starting from the beginning of the part 2026.04.29 20:53:44.582054 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 68 rows starting from the beginning of the part 2026.04.29 20:53:44.582195 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2474 rows starting from the beginning of the part 2026.04.29 20:53:44.582239 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::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.29 20:53:44.582280 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 70 rows starting from the beginning of the part 2026.04.29 20:53:44.582323 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 126 rows starting from the beginning of the part 2026.04.29 20:53:44.582363 [ 276 ] {906c3f86-d6bf-4276-bcd0-c4d576858edc} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:44.582407 [ 276 ] {906c3f86-d6bf-4276-bcd0-c4d576858edc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:44.582823 [ 276 ] {906c3f86-d6bf-4276-bcd0-c4d576858edc} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:53:44.583088 [ 276 ] {906c3f86-d6bf-4276-bcd0-c4d576858edc} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:44.583356 [ 276 ] {906c3f86-d6bf-4276-bcd0-c4d576858edc} executeQuery: Read 35 rows, 2.63 KiB in 0.001484 sec., 23584.905660377357 rows/sec., 1.73 MiB/sec. 2026.04.29 20:53:44.583403 [ 276 ] {906c3f86-d6bf-4276-bcd0-c4d576858edc} TCPHandler: Processed in 0.001689841 sec. 2026.04.29 20:53:44.583529 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:44.583627 [ 276 ] {52637385-8e1c-4203-b567-e147135d6563} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:44.583669 [ 276 ] {52637385-8e1c-4203-b567-e147135d6563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:44.584106 [ 276 ] {52637385-8e1c-4203-b567-e147135d6563} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:44.584144 [ 276 ] {52637385-8e1c-4203-b567-e147135d6563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:44.584361 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5287 rows, containing 5 columns (5 merged, 0 gathered) in 0.002641334 sec., 2001640.0803533366 rows/sec., 157.40 MiB/sec. 2026.04.29 20:53:44.584463 [ 276 ] {52637385-8e1c-4203-b567-e147135d6563} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:53:44.584681 [ 276 ] {52637385-8e1c-4203-b567-e147135d6563} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:44.584770 [ 192 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:53:44.584800 [ 152 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:53:44.584816 [ 276 ] {52637385-8e1c-4203-b567-e147135d6563} executeQuery: Read 99 rows, 7.92 KiB in 0.001208 sec., 81953.64238410596 rows/sec., 6.40 MiB/sec. 2026.04.29 20:53:44.584841 [ 152 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:44.584863 [ 276 ] {52637385-8e1c-4203-b567-e147135d6563} TCPHandler: Processed in 0.001396528 sec. 2026.04.29 20:53:44.584866 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:44.584951 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::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.29 20:53:44.584994 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:44.585039 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:44.585068 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1362 rows starting from the beginning of the part 2026.04.29 20:53:44.585095 [ 276 ] {27b94b68-d47e-402b-8734-083c4eede2f1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:44.585110 [ 192 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:44.585114 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 70 rows starting from the beginning of the part 2026.04.29 20:53:44.585144 [ 276 ] {27b94b68-d47e-402b-8734-083c4eede2f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:44.585166 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1329 rows starting from the beginning of the part 2026.04.29 20:53:44.585205 [ 192 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_16_3} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:53:44.585205 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::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.29 20:53:44.585252 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 71 rows starting from the beginning of the part 2026.04.29 20:53:44.585287 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 99 rows starting from the beginning of the part 2026.04.29 20:53:44.585295 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. 2026.04.29 20:53:44.585577 [ 276 ] {27b94b68-d47e-402b-8734-083c4eede2f1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:44.585619 [ 276 ] {27b94b68-d47e-402b-8734-083c4eede2f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:44.585993 [ 276 ] {27b94b68-d47e-402b-8734-083c4eede2f1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:53:44.586205 [ 276 ] {27b94b68-d47e-402b-8734-083c4eede2f1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:44.586336 [ 276 ] {27b94b68-d47e-402b-8734-083c4eede2f1} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2026.04.29 20:53:44.586372 [ 276 ] {27b94b68-d47e-402b-8734-083c4eede2f1} TCPHandler: Processed in 0.001430309 sec. 2026.04.29 20:53:44.586452 [ 192 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2995 rows, containing 5 columns (5 merged, 0 gathered) in 0.001528129 sec., 1959913.0701661967 rows/sec., 141.33 MiB/sec. 2026.04.29 20:53:44.586490 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:44.586588 [ 276 ] {375d8e26-719c-4117-b64a-2f026ef64396} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:44.586643 [ 276 ] {375d8e26-719c-4117-b64a-2f026ef64396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:44.586671 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:53:44.586941 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:44.587006 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_16_3} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:53:44.587098 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.04.29 20:53:44.587474 [ 276 ] {375d8e26-719c-4117-b64a-2f026ef64396} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:44.587509 [ 276 ] {375d8e26-719c-4117-b64a-2f026ef64396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:44.588034 [ 276 ] {375d8e26-719c-4117-b64a-2f026ef64396} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:53:44.588249 [ 276 ] {375d8e26-719c-4117-b64a-2f026ef64396} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:44.588346 [ 152 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:53:44.588375 [ 152 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:44.588376 [ 276 ] {375d8e26-719c-4117-b64a-2f026ef64396} executeQuery: Read 35 rows, 64.22 KiB in 0.001866 sec., 18756.698821007503 rows/sec., 33.61 MiB/sec. 2026.04.29 20:53:44.588391 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:44.588511 [ 276 ] {375d8e26-719c-4117-b64a-2f026ef64396} TCPHandler: Processed in 0.002071927 sec. 2026.04.29 20:53:44.588540 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::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.29 20:53:44.588642 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:44.588732 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:44.588737 [ 276 ] {03e53444-d875-482f-8826-3ccb2144b0d6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:44.588788 [ 276 ] {03e53444-d875-482f-8826-3ccb2144b0d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:44.588793 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 156 rows starting from the beginning of the part 2026.04.29 20:53:44.588938 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part 2026.04.29 20:53:44.589049 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::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.29 20:53:44.589133 [ 276 ] {03e53444-d875-482f-8826-3ccb2144b0d6} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:44.589155 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part 2026.04.29 20:53:44.589169 [ 276 ] {03e53444-d875-482f-8826-3ccb2144b0d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:44.589258 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 7 rows starting from the beginning of the part 2026.04.29 20:53:44.589362 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part 2026.04.29 20:53:44.589483 [ 276 ] {03e53444-d875-482f-8826-3ccb2144b0d6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:53:44.589712 [ 276 ] {03e53444-d875-482f-8826-3ccb2144b0d6} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:44.589838 [ 276 ] {03e53444-d875-482f-8826-3ccb2144b0d6} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.04.29 20:53:44.589874 [ 276 ] {03e53444-d875-482f-8826-3ccb2144b0d6} TCPHandler: Processed in 0.001283237 sec. 2026.04.29 20:53:44.592192 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 283 rows, containing 19 columns (19 merged, 0 gathered) in 0.003687497 sec., 76745.82514914588 rows/sec., 137.52 MiB/sec. 2026.04.29 20:53:44.592668 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:53:44.592960 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:44.593022 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_11_2} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:53:44.593107 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.04.29 20:53:49.578007 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.578396 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:49.578875 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:49.578912 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:49.579158 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:49.579223 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:49.579360 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.29 20:53:49.579505 [ 330 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:49.579512 [ 312 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:49.579505 [ 314 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:49.579685 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.04.29 20:53:49.579710 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:49.579777 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:49.579796 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.04.29 20:53:49.579829 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:49.579864 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:49.581143 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} executeQuery: Read 33 rows, 5.14 KiB in 0.002907 sec., 11351.909184726523 rows/sec., 1.73 MiB/sec. 2026.04.29 20:53:49.581269 [ 276 ] {d4d6db64-b039-467d-8ce5-58f3f150f115} TCPHandler: Processed in 0.003442164 sec. 2026.04.29 20:53:49.588331 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.588531 [ 276 ] {065f1964-f411-493c-ad99-c54881116f47} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.29 20:53:49.588613 [ 276 ] {065f1964-f411-493c-ad99-c54881116f47} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:49.589286 [ 276 ] {065f1964-f411-493c-ad99-c54881116f47} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.589330 [ 276 ] {065f1964-f411-493c-ad99-c54881116f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.589752 [ 276 ] {065f1964-f411-493c-ad99-c54881116f47} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:53:49.589944 [ 276 ] {065f1964-f411-493c-ad99-c54881116f47} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): 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.29 20:53:49.590089 [ 276 ] {065f1964-f411-493c-ad99-c54881116f47} executeQuery: Read 12 rows, 4.37 KiB in 0.001615 sec., 7430.340557275542 rows/sec., 2.64 MiB/sec. 2026.04.29 20:53:49.590126 [ 276 ] {065f1964-f411-493c-ad99-c54881116f47} TCPHandler: Processed in 0.001896605 sec. 2026.04.29 20:53:49.590240 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.590330 [ 276 ] {bbfc9c56-c041-480d-8d85-b591a78267d5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:53:49.590369 [ 276 ] {bbfc9c56-c041-480d-8d85-b591a78267d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:53:49.592834 [ 276 ] {bbfc9c56-c041-480d-8d85-b591a78267d5} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.592867 [ 276 ] {bbfc9c56-c041-480d-8d85-b591a78267d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.593182 [ 276 ] {bbfc9c56-c041-480d-8d85-b591a78267d5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:53:49.593388 [ 276 ] {bbfc9c56-c041-480d-8d85-b591a78267d5} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:53:49.593508 [ 276 ] {bbfc9c56-c041-480d-8d85-b591a78267d5} executeQuery: Read 284 rows, 18.47 KiB in 0.003196 sec., 88861.0763454318 rows/sec., 5.64 MiB/sec. 2026.04.29 20:53:49.593543 [ 276 ] {bbfc9c56-c041-480d-8d85-b591a78267d5} TCPHandler: Processed in 0.003352023 sec. 2026.04.29 20:53:49.593769 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.593865 [ 276 ] {009e3538-c192-44bb-82fc-2ab784f52482} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:53:49.593904 [ 276 ] {009e3538-c192-44bb-82fc-2ab784f52482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:53:49.594286 [ 276 ] {009e3538-c192-44bb-82fc-2ab784f52482} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.594322 [ 276 ] {009e3538-c192-44bb-82fc-2ab784f52482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.594597 [ 276 ] {009e3538-c192-44bb-82fc-2ab784f52482} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:53:49.594797 [ 276 ] {009e3538-c192-44bb-82fc-2ab784f52482} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:53:49.594922 [ 276 ] {009e3538-c192-44bb-82fc-2ab784f52482} executeQuery: Read 8 rows, 668.00 B in 0.001075 sec., 7441.860465116279 rows/sec., 606.83 KiB/sec. 2026.04.29 20:53:49.594957 [ 276 ] {009e3538-c192-44bb-82fc-2ab784f52482} TCPHandler: Processed in 0.001237106 sec. 2026.04.29 20:53:49.595068 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.595158 [ 276 ] {818788bf-3961-4315-ad8c-f44d2ef2390b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:49.595195 [ 276 ] {818788bf-3961-4315-ad8c-f44d2ef2390b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:49.595843 [ 276 ] {818788bf-3961-4315-ad8c-f44d2ef2390b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.595878 [ 276 ] {818788bf-3961-4315-ad8c-f44d2ef2390b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.596210 [ 276 ] {818788bf-3961-4315-ad8c-f44d2ef2390b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:53:49.596416 [ 276 ] {818788bf-3961-4315-ad8c-f44d2ef2390b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:49.596539 [ 276 ] {818788bf-3961-4315-ad8c-f44d2ef2390b} executeQuery: Read 815 rows, 64.47 KiB in 0.001398 sec., 582975.6795422032 rows/sec., 45.04 MiB/sec. 2026.04.29 20:53:49.596579 [ 276 ] {818788bf-3961-4315-ad8c-f44d2ef2390b} TCPHandler: Processed in 0.00155937 sec. 2026.04.29 20:53:49.596690 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.596797 [ 276 ] {a9dad37f-e85a-4281-87fa-021b597c7da1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:49.596835 [ 276 ] {a9dad37f-e85a-4281-87fa-021b597c7da1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:49.597245 [ 276 ] {a9dad37f-e85a-4281-87fa-021b597c7da1} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.597279 [ 276 ] {a9dad37f-e85a-4281-87fa-021b597c7da1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.597572 [ 276 ] {a9dad37f-e85a-4281-87fa-021b597c7da1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:53:49.597773 [ 276 ] {a9dad37f-e85a-4281-87fa-021b597c7da1} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:49.597893 [ 276 ] {a9dad37f-e85a-4281-87fa-021b597c7da1} executeQuery: Read 157 rows, 9.63 KiB in 0.001117 sec., 140555.0581915846 rows/sec., 8.42 MiB/sec. 2026.04.29 20:53:49.597928 [ 276 ] {a9dad37f-e85a-4281-87fa-021b597c7da1} TCPHandler: Processed in 0.001286267 sec. 2026.04.29 20:53:49.598057 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.598147 [ 276 ] {fc362cb3-4102-4d14-8569-feb480aa1aca} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:53:49.598185 [ 276 ] {fc362cb3-4102-4d14-8569-feb480aa1aca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:53:49.598604 [ 276 ] {fc362cb3-4102-4d14-8569-feb480aa1aca} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.598638 [ 276 ] {fc362cb3-4102-4d14-8569-feb480aa1aca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.598921 [ 276 ] {fc362cb3-4102-4d14-8569-feb480aa1aca} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:53:49.599124 [ 276 ] {fc362cb3-4102-4d14-8569-feb480aa1aca} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:53:49.599247 [ 276 ] {fc362cb3-4102-4d14-8569-feb480aa1aca} executeQuery: Read 149 rows, 9.86 KiB in 0.001117 sec., 133393.01700984783 rows/sec., 8.62 MiB/sec. 2026.04.29 20:53:49.599282 [ 276 ] {fc362cb3-4102-4d14-8569-feb480aa1aca} TCPHandler: Processed in 0.001275896 sec. 2026.04.29 20:53:49.599393 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.599482 [ 276 ] {dc3cd041-de8e-407e-baff-bf089762227f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:53:49.599519 [ 276 ] {dc3cd041-de8e-407e-baff-bf089762227f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:53:49.599925 [ 276 ] {dc3cd041-de8e-407e-baff-bf089762227f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.599959 [ 276 ] {dc3cd041-de8e-407e-baff-bf089762227f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.600300 [ 276 ] {dc3cd041-de8e-407e-baff-bf089762227f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:53:49.600503 [ 276 ] {dc3cd041-de8e-407e-baff-bf089762227f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:53:49.600620 [ 276 ] {dc3cd041-de8e-407e-baff-bf089762227f} executeQuery: Read 148 rows, 8.62 KiB in 0.001155 sec., 128138.52813852814 rows/sec., 7.29 MiB/sec. 2026.04.29 20:53:49.600656 [ 276 ] {dc3cd041-de8e-407e-baff-bf089762227f} TCPHandler: Processed in 0.001311427 sec. 2026.04.29 20:53:49.600779 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.600870 [ 276 ] {ea280a3b-c3ec-49ea-8895-3a7eadd2701f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:49.600907 [ 276 ] {ea280a3b-c3ec-49ea-8895-3a7eadd2701f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:49.601437 [ 276 ] {ea280a3b-c3ec-49ea-8895-3a7eadd2701f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.601472 [ 276 ] {ea280a3b-c3ec-49ea-8895-3a7eadd2701f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.601782 [ 276 ] {ea280a3b-c3ec-49ea-8895-3a7eadd2701f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:53:49.601986 [ 276 ] {ea280a3b-c3ec-49ea-8895-3a7eadd2701f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:49.602107 [ 276 ] {ea280a3b-c3ec-49ea-8895-3a7eadd2701f} executeQuery: Read 505 rows, 36.39 KiB in 0.001255 sec., 402390.4382470119 rows/sec., 28.32 MiB/sec. 2026.04.29 20:53:49.602143 [ 276 ] {ea280a3b-c3ec-49ea-8895-3a7eadd2701f} TCPHandler: Processed in 0.001411218 sec. 2026.04.29 20:53:49.602250 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.602340 [ 276 ] {04762906-e859-44cb-ae07-90d2a966a571} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:53:49.602379 [ 276 ] {04762906-e859-44cb-ae07-90d2a966a571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:53:49.602690 [ 276 ] {04762906-e859-44cb-ae07-90d2a966a571} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.602723 [ 276 ] {04762906-e859-44cb-ae07-90d2a966a571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.603005 [ 276 ] {04762906-e859-44cb-ae07-90d2a966a571} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.29 20:53:49.603202 [ 276 ] {04762906-e859-44cb-ae07-90d2a966a571} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:53:49.603318 [ 276 ] {04762906-e859-44cb-ae07-90d2a966a571} executeQuery: Read 6 rows, 321.00 B in 0.000996 sec., 6024.096385542169 rows/sec., 314.74 KiB/sec. 2026.04.29 20:53:49.603351 [ 276 ] {04762906-e859-44cb-ae07-90d2a966a571} TCPHandler: Processed in 0.001149885 sec. 2026.04.29 20:53:49.603466 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.603560 [ 276 ] {56e4d2eb-193c-45d7-ae88-7a32e299390b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:49.603601 [ 276 ] {56e4d2eb-193c-45d7-ae88-7a32e299390b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:49.603983 [ 276 ] {56e4d2eb-193c-45d7-ae88-7a32e299390b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.604018 [ 276 ] {56e4d2eb-193c-45d7-ae88-7a32e299390b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.604332 [ 276 ] {56e4d2eb-193c-45d7-ae88-7a32e299390b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:53:49.604537 [ 276 ] {56e4d2eb-193c-45d7-ae88-7a32e299390b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:49.604659 [ 276 ] {56e4d2eb-193c-45d7-ae88-7a32e299390b} executeQuery: Read 269 rows, 18.31 KiB in 0.001121 sec., 239964.317573595 rows/sec., 15.95 MiB/sec. 2026.04.29 20:53:49.604657 [ 149 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:53:49.604693 [ 276 ] {56e4d2eb-193c-45d7-ae88-7a32e299390b} TCPHandler: Processed in 0.001275456 sec. 2026.04.29 20:53:49.604715 [ 149 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.604739 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.604809 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.604851 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::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.29 20:53:49.604903 [ 276 ] {ecf6fc6c-6b7a-47c4-afad-fbf42b71993f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:53:49.604948 [ 276 ] {ecf6fc6c-6b7a-47c4-afad-fbf42b71993f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:53:49.604989 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:49.605037 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5185 rows starting from the beginning of the part 2026.04.29 20:53:49.605103 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1499 rows starting from the beginning of the part 2026.04.29 20:53:49.605148 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 128 rows starting from the beginning of the part 2026.04.29 20:53:49.605192 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.04.29 20:53:49.605230 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.04.29 20:53:49.605272 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 269 rows starting from the beginning of the part 2026.04.29 20:53:49.605283 [ 276 ] {ecf6fc6c-6b7a-47c4-afad-fbf42b71993f} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.605321 [ 276 ] {ecf6fc6c-6b7a-47c4-afad-fbf42b71993f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.605632 [ 276 ] {ecf6fc6c-6b7a-47c4-afad-fbf42b71993f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:53:49.605839 [ 276 ] {ecf6fc6c-6b7a-47c4-afad-fbf42b71993f} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:53:49.605962 [ 276 ] {ecf6fc6c-6b7a-47c4-afad-fbf42b71993f} executeQuery: Read 1 rows, 69.00 B in 0.001076 sec., 929.3680297397771 rows/sec., 62.62 KiB/sec. 2026.04.29 20:53:49.605995 [ 276 ] {ecf6fc6c-6b7a-47c4-afad-fbf42b71993f} TCPHandler: Processed in 0.001234786 sec. 2026.04.29 20:53:49.606102 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.606192 [ 276 ] {63a186b5-b2f2-4bb8-a84a-f42720223193} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:49.606242 [ 276 ] {63a186b5-b2f2-4bb8-a84a-f42720223193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:49.606948 [ 276 ] {63a186b5-b2f2-4bb8-a84a-f42720223193} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.606983 [ 276 ] {63a186b5-b2f2-4bb8-a84a-f42720223193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.607551 [ 276 ] {63a186b5-b2f2-4bb8-a84a-f42720223193} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:53:49.607778 [ 276 ] {63a186b5-b2f2-4bb8-a84a-f42720223193} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:49.607907 [ 276 ] {63a186b5-b2f2-4bb8-a84a-f42720223193} executeQuery: Read 7 rows, 12.84 KiB in 0.001733 sec., 4039.238315060589 rows/sec., 7.24 MiB/sec. 2026.04.29 20:53:49.607955 [ 276 ] {63a186b5-b2f2-4bb8-a84a-f42720223193} TCPHandler: Processed in 0.001901304 sec. 2026.04.29 20:53:49.608062 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:49.608090 [ 192 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7401 rows, containing 5 columns (5 merged, 0 gathered) in 0.003285652 sec., 2252520.960832127 rows/sec., 142.66 MiB/sec. 2026.04.29 20:53:49.608153 [ 276 ] {412b2869-2327-4644-a0c7-76fa7f26c26b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:49.608197 [ 276 ] {412b2869-2327-4644-a0c7-76fa7f26c26b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:49.608533 [ 276 ] {412b2869-2327-4644-a0c7-76fa7f26c26b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.608569 [ 276 ] {412b2869-2327-4644-a0c7-76fa7f26c26b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.608671 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:53:49.608903 [ 276 ] {412b2869-2327-4644-a0c7-76fa7f26c26b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:53:49.609025 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:49.609113 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_16_3} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:53:49.609156 [ 276 ] {412b2869-2327-4644-a0c7-76fa7f26c26b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:49.609202 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2026.04.29 20:53:49.609288 [ 276 ] {412b2869-2327-4644-a0c7-76fa7f26c26b} executeQuery: Read 90 rows, 5.77 KiB in 0.001152 sec., 78125 rows/sec., 4.89 MiB/sec. 2026.04.29 20:53:49.609325 [ 276 ] {412b2869-2327-4644-a0c7-76fa7f26c26b} TCPHandler: Processed in 0.001311477 sec. 2026.04.29 20:53:49.655647 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6227 2026.04.29 20:53:49.656112 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:49.656151 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:49.656656 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:53:49.656879 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:53:49.656984 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6227 2026.04.29 20:53:49.994010 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.04.29 20:53:50.010537 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:50.010613 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:50.016696 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:53:50.017611 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:53:50.023196 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.04.29 20:53:52.171198 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 362 2026.04.29 20:53:52.173567 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:52.173612 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:52.174795 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:53:52.175052 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:53:52.175286 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 362 2026.04.29 20:53:54.574746 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:54.574985 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:54.575354 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:54.575398 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:53:54.575653 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:54.575733 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:54.575892 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:53:54.576017 [ 341 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:54.576037 [ 314 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:54.576045 [ 328 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:53:54.576045 [ 296 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:54.576228 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:53:54.576257 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:54.576344 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:54.576365 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:53:54.576400 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:54.576441 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:54.576475 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:53:54.577704 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} executeQuery: Read 45 rows, 5.52 KiB in 0.002819 sec., 15963.107484923732 rows/sec., 1.91 MiB/sec. 2026.04.29 20:53:54.577870 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} MemoryTracker: Peak memory usage (for query): 131.13 KiB. 2026.04.29 20:53:54.577887 [ 276 ] {6a7b27d5-4f99-4940-a6ee-efb3caffaa96} TCPHandler: Processed in 0.003277922 sec. 2026.04.29 20:53:54.579867 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:54.579986 [ 276 ] {db21d6ae-f218-4e3e-a14e-8e3014bbd6da} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:54.580031 [ 276 ] {db21d6ae-f218-4e3e-a14e-8e3014bbd6da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:54.580560 [ 276 ] {db21d6ae-f218-4e3e-a14e-8e3014bbd6da} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:54.580603 [ 276 ] {db21d6ae-f218-4e3e-a14e-8e3014bbd6da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:54.580999 [ 276 ] {db21d6ae-f218-4e3e-a14e-8e3014bbd6da} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:53:54.581230 [ 276 ] {db21d6ae-f218-4e3e-a14e-8e3014bbd6da} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:54.581385 [ 276 ] {db21d6ae-f218-4e3e-a14e-8e3014bbd6da} executeQuery: Read 126 rows, 11.14 KiB in 0.001434 sec., 87866.10878661089 rows/sec., 7.59 MiB/sec. 2026.04.29 20:53:54.581426 [ 276 ] {db21d6ae-f218-4e3e-a14e-8e3014bbd6da} TCPHandler: Processed in 0.001614941 sec. 2026.04.29 20:53:54.581561 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:54.581660 [ 276 ] {05687ff4-0215-47f2-975c-774ca54e0fbb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:54.581702 [ 276 ] {05687ff4-0215-47f2-975c-774ca54e0fbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:54.582122 [ 276 ] {05687ff4-0215-47f2-975c-774ca54e0fbb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:54.582160 [ 276 ] {05687ff4-0215-47f2-975c-774ca54e0fbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:54.582462 [ 276 ] {05687ff4-0215-47f2-975c-774ca54e0fbb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:53:54.582670 [ 276 ] {05687ff4-0215-47f2-975c-774ca54e0fbb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:54.582803 [ 276 ] {05687ff4-0215-47f2-975c-774ca54e0fbb} executeQuery: Read 35 rows, 2.63 KiB in 0.001164 sec., 30068.728522336765 rows/sec., 2.21 MiB/sec. 2026.04.29 20:53:54.582840 [ 276 ] {05687ff4-0215-47f2-975c-774ca54e0fbb} TCPHandler: Processed in 0.001331717 sec. 2026.04.29 20:53:54.582951 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:54.583046 [ 276 ] {8522dbc3-0784-4746-b41f-355b3945170f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:54.583087 [ 276 ] {8522dbc3-0784-4746-b41f-355b3945170f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:54.583513 [ 276 ] {8522dbc3-0784-4746-b41f-355b3945170f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:54.583548 [ 276 ] {8522dbc3-0784-4746-b41f-355b3945170f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:54.583861 [ 276 ] {8522dbc3-0784-4746-b41f-355b3945170f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:53:54.584075 [ 276 ] {8522dbc3-0784-4746-b41f-355b3945170f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:54.584206 [ 276 ] {8522dbc3-0784-4746-b41f-355b3945170f} executeQuery: Read 99 rows, 7.92 KiB in 0.001179 sec., 83969.46564885497 rows/sec., 6.56 MiB/sec. 2026.04.29 20:53:54.584243 [ 276 ] {8522dbc3-0784-4746-b41f-355b3945170f} TCPHandler: Processed in 0.001342787 sec. 2026.04.29 20:53:54.584361 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:54.584456 [ 276 ] {676d9d54-0ad9-4ffe-8ae0-4d5ea95e91fb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:54.584498 [ 276 ] {676d9d54-0ad9-4ffe-8ae0-4d5ea95e91fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:54.584898 [ 276 ] {676d9d54-0ad9-4ffe-8ae0-4d5ea95e91fb} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:54.584934 [ 276 ] {676d9d54-0ad9-4ffe-8ae0-4d5ea95e91fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:54.585270 [ 276 ] {676d9d54-0ad9-4ffe-8ae0-4d5ea95e91fb} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:53:54.585479 [ 276 ] {676d9d54-0ad9-4ffe-8ae0-4d5ea95e91fb} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:54.585607 [ 276 ] {676d9d54-0ad9-4ffe-8ae0-4d5ea95e91fb} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.04.29 20:53:54.585645 [ 276 ] {676d9d54-0ad9-4ffe-8ae0-4d5ea95e91fb} TCPHandler: Processed in 0.001334797 sec. 2026.04.29 20:53:54.585762 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:54.585857 [ 276 ] {b78025a3-bcce-45e7-9884-a5ecf4b08b1c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:54.585911 [ 276 ] {b78025a3-bcce-45e7-9884-a5ecf4b08b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:54.586692 [ 276 ] {b78025a3-bcce-45e7-9884-a5ecf4b08b1c} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:54.586729 [ 276 ] {b78025a3-bcce-45e7-9884-a5ecf4b08b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:54.587283 [ 276 ] {b78025a3-bcce-45e7-9884-a5ecf4b08b1c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:53:54.587504 [ 276 ] {b78025a3-bcce-45e7-9884-a5ecf4b08b1c} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:54.587642 [ 276 ] {b78025a3-bcce-45e7-9884-a5ecf4b08b1c} executeQuery: Read 35 rows, 64.22 KiB in 0.001804 sec., 19401.330376940132 rows/sec., 34.77 MiB/sec. 2026.04.29 20:53:54.587699 [ 276 ] {b78025a3-bcce-45e7-9884-a5ecf4b08b1c} TCPHandler: Processed in 0.001986325 sec. 2026.04.29 20:53:54.587826 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:54.587920 [ 276 ] {b61123d5-6fa7-4bd0-bcfe-ce3f532f3f52} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:54.587962 [ 276 ] {b61123d5-6fa7-4bd0-bcfe-ce3f532f3f52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:54.588313 [ 276 ] {b61123d5-6fa7-4bd0-bcfe-ce3f532f3f52} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:54.588348 [ 276 ] {b61123d5-6fa7-4bd0-bcfe-ce3f532f3f52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:54.588652 [ 276 ] {b61123d5-6fa7-4bd0-bcfe-ce3f532f3f52} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:53:54.588856 [ 276 ] {b61123d5-6fa7-4bd0-bcfe-ce3f532f3f52} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:54.588961 [ 145 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:53:54.588983 [ 276 ] {b61123d5-6fa7-4bd0-bcfe-ce3f532f3f52} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.04.29 20:53:54.589017 [ 145 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:54.589027 [ 276 ] {b61123d5-6fa7-4bd0-bcfe-ce3f532f3f52} TCPHandler: Processed in 0.001252376 sec. 2026.04.29 20:53:54.589048 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:54.589151 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:53:54.589255 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:54.589288 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 552 rows starting from the beginning of the part 2026.04.29 20:53:54.589349 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part 2026.04.29 20:53:54.589394 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.04.29 20:53:54.589437 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.04.29 20:53:54.589475 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:53:54.589515 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:53:54.590312 [ 189 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 4 columns (4 merged, 0 gathered) in 0.001201506 sec., 724091.2654618454 rows/sec., 48.44 MiB/sec. 2026.04.29 20:53:54.590513 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:53:54.590815 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_16_3} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:54.590893 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_16_3} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:53:54.590987 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.04.29 20:53:57.046199 [ 142 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:53:57.046289 [ 142 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:53:57.157112 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6739 2026.04.29 20:53:57.157664 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:57.157715 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:57.158303 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:53:57.158541 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:53:57.158691 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6739 2026.04.29 20:53:57.523348 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.04.29 20:53:57.540478 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:57.540546 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:57.546855 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:53:57.547556 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:53:57.550642 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.04.29 20:53:58.000255 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 226.45 MiB, peak 230.45 MiB, free memory in arenas 0.00 B, will set to 227.66 MiB (RSS), difference: 1.21 MiB 2026.04.29 20:53:59.578815 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.579037 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:59.579358 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:59.579393 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:59.579616 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:59.579682 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:59.579885 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:53:59.580015 [ 296 ] {e3071646-d595-4d55-892a-14de870bf2f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:59.580030 [ 314 ] {e3071646-d595-4d55-892a-14de870bf2f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:53:59.580015 [ 336 ] {e3071646-d595-4d55-892a-14de870bf2f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:59.580015 [ 328 ] {e3071646-d595-4d55-892a-14de870bf2f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:59.580207 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:53:59.580236 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:59.580322 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:59.580341 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:53:59.580376 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:59.580413 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:59.580444 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:53:59.581608 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} executeQuery: Read 45 rows, 9.51 KiB in 0.002645 sec., 17013.232514177693 rows/sec., 3.51 MiB/sec. 2026.04.29 20:53:59.581798 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} MemoryTracker: Peak memory usage (for query): 149.78 KiB. 2026.04.29 20:53:59.581818 [ 276 ] {e3071646-d595-4d55-892a-14de870bf2f3} TCPHandler: Processed in 0.00313742 sec. 2026.04.29 20:53:59.586674 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.586812 [ 276 ] {dd4a834f-0146-4bdf-ab5e-693ce493c4a0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.586867 [ 276 ] {dd4a834f-0146-4bdf-ab5e-693ce493c4a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:53:59.587513 [ 276 ] {dd4a834f-0146-4bdf-ab5e-693ce493c4a0} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.587554 [ 276 ] {dd4a834f-0146-4bdf-ab5e-693ce493c4a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.587951 [ 276 ] {dd4a834f-0146-4bdf-ab5e-693ce493c4a0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:53:59.588175 [ 276 ] {dd4a834f-0146-4bdf-ab5e-693ce493c4a0} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:53:59.588319 [ 276 ] {dd4a834f-0146-4bdf-ab5e-693ce493c4a0} executeQuery: Read 284 rows, 18.47 KiB in 0.001547 sec., 183581.12475759536 rows/sec., 11.66 MiB/sec. 2026.04.29 20:53:59.588358 [ 276 ] {dd4a834f-0146-4bdf-ab5e-693ce493c4a0} TCPHandler: Processed in 0.001752062 sec. 2026.04.29 20:53:59.588498 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.588598 [ 276 ] {a4b400ae-f26e-4c2d-8d62-81e54a05fa41} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:59.588639 [ 276 ] {a4b400ae-f26e-4c2d-8d62-81e54a05fa41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:59.589406 [ 276 ] {a4b400ae-f26e-4c2d-8d62-81e54a05fa41} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.589442 [ 276 ] {a4b400ae-f26e-4c2d-8d62-81e54a05fa41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.589810 [ 276 ] {a4b400ae-f26e-4c2d-8d62-81e54a05fa41} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:53:59.590027 [ 276 ] {a4b400ae-f26e-4c2d-8d62-81e54a05fa41} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:59.590162 [ 276 ] {a4b400ae-f26e-4c2d-8d62-81e54a05fa41} executeQuery: Read 811 rows, 64.18 KiB in 0.001586 sec., 511349.30643127364 rows/sec., 39.52 MiB/sec. 2026.04.29 20:53:59.590199 [ 276 ] {a4b400ae-f26e-4c2d-8d62-81e54a05fa41} TCPHandler: Processed in 0.001754412 sec. 2026.04.29 20:53:59.590326 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.590421 [ 276 ] {1d8f53c2-29ba-4c61-97b8-e3ce2ae0a513} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.590461 [ 276 ] {1d8f53c2-29ba-4c61-97b8-e3ce2ae0a513} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:59.590893 [ 276 ] {1d8f53c2-29ba-4c61-97b8-e3ce2ae0a513} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.590929 [ 276 ] {1d8f53c2-29ba-4c61-97b8-e3ce2ae0a513} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.591245 [ 276 ] {1d8f53c2-29ba-4c61-97b8-e3ce2ae0a513} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:53:59.591455 [ 276 ] {1d8f53c2-29ba-4c61-97b8-e3ce2ae0a513} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:59.591561 [ 117 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.04.29 20:53:59.591586 [ 276 ] {1d8f53c2-29ba-4c61-97b8-e3ce2ae0a513} executeQuery: Read 149 rows, 9.07 KiB in 0.001184 sec., 125844.5945945946 rows/sec., 7.48 MiB/sec. 2026.04.29 20:53:59.591604 [ 117 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.591627 [ 276 ] {1d8f53c2-29ba-4c61-97b8-e3ce2ae0a513} TCPHandler: Processed in 0.001352817 sec. 2026.04.29 20:53:59.591629 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.591742 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.04.29 20:53:59.591760 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.591853 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:59.591865 [ 276 ] {79c8c432-611d-4e5e-a27b-208fa81b49a6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.591889 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 66 rows starting from the beginning of the part 2026.04.29 20:53:59.591907 [ 276 ] {79c8c432-611d-4e5e-a27b-208fa81b49a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:53:59.591951 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.04.29 20:53:59.592003 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 35 rows starting from the beginning of the part 2026.04.29 20:53:59.592065 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 157 rows starting from the beginning of the part 2026.04.29 20:53:59.592110 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 35 rows starting from the beginning of the part 2026.04.29 20:53:59.592153 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 149 rows starting from the beginning of the part 2026.04.29 20:53:59.592347 [ 276 ] {79c8c432-611d-4e5e-a27b-208fa81b49a6} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.592383 [ 276 ] {79c8c432-611d-4e5e-a27b-208fa81b49a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.592812 [ 276 ] {79c8c432-611d-4e5e-a27b-208fa81b49a6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:53:59.592950 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 449 rows, containing 5 columns (5 merged, 0 gathered) in 0.001244216 sec., 360869.81681637274 rows/sec., 24.42 MiB/sec. 2026.04.29 20:53:59.593026 [ 276 ] {79c8c432-611d-4e5e-a27b-208fa81b49a6} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:53:59.593126 [ 198 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.04.29 20:53:59.593130 [ 117 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:53:59.593159 [ 276 ] {79c8c432-611d-4e5e-a27b-208fa81b49a6} executeQuery: Read 149 rows, 9.86 KiB in 0.001312 sec., 113567.0731707317 rows/sec., 7.34 MiB/sec. 2026.04.29 20:53:59.593170 [ 117 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.593201 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.593202 [ 276 ] {79c8c432-611d-4e5e-a27b-208fa81b49a6} TCPHandler: Processed in 0.001493569 sec. 2026.04.29 20:53:59.593268 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:53:59.593346 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:53:59.593361 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.593371 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 801 rows starting from the beginning of the part 2026.04.29 20:53:59.593419 [ 198 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:53:59.593420 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 801 rows starting from the beginning of the part 2026.04.29 20:53:59.593458 [ 276 ] {aaf25ab0-a1df-4460-a32f-ef495ede4715} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.593466 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.04.29 20:53:59.593485 [ 198 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_15_3} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.04.29 20:53:59.593498 [ 276 ] {aaf25ab0-a1df-4460-a32f-ef495ede4715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:53:59.593505 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 801 rows starting from the beginning of the part 2026.04.29 20:53:59.593541 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:53:59.593569 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.29 20:53:59.593592 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:53:59.594019 [ 276 ] {aaf25ab0-a1df-4460-a32f-ef495ede4715} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.594060 [ 276 ] {aaf25ab0-a1df-4460-a32f-ef495ede4715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.594485 [ 276 ] {aaf25ab0-a1df-4460-a32f-ef495ede4715} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:53:59.594804 [ 276 ] {aaf25ab0-a1df-4460-a32f-ef495ede4715} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:53:59.594963 [ 276 ] {aaf25ab0-a1df-4460-a32f-ef495ede4715} executeQuery: Read 148 rows, 8.62 KiB in 0.001521 sec., 97304.40499671269 rows/sec., 5.53 MiB/sec. 2026.04.29 20:53:59.595012 [ 276 ] {aaf25ab0-a1df-4460-a32f-ef495ede4715} TCPHandler: Processed in 0.001703722 sec. 2026.04.29 20:53:59.595106 [ 192 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2702 rows, containing 5 columns (5 merged, 0 gathered) in 0.001867054 sec., 1447199.7060609923 rows/sec., 90.21 MiB/sec. 2026.04.29 20:53:59.595156 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.595256 [ 276 ] {75d80630-c986-4e08-b416-9caaf340f258} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:59.595297 [ 276 ] {75d80630-c986-4e08-b416-9caaf340f258} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:59.595297 [ 192 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:53:59.595609 [ 192 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_6_1} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:53:59.595685 [ 192 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_6_1} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:53:59.595776 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.04.29 20:53:59.595912 [ 276 ] {75d80630-c986-4e08-b416-9caaf340f258} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.595954 [ 276 ] {75d80630-c986-4e08-b416-9caaf340f258} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.596298 [ 276 ] {75d80630-c986-4e08-b416-9caaf340f258} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:53:59.596508 [ 276 ] {75d80630-c986-4e08-b416-9caaf340f258} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:59.596641 [ 276 ] {75d80630-c986-4e08-b416-9caaf340f258} executeQuery: Read 497 rows, 35.74 KiB in 0.001403 sec., 354240.9123307199 rows/sec., 24.88 MiB/sec. 2026.04.29 20:53:59.596678 [ 276 ] {75d80630-c986-4e08-b416-9caaf340f258} TCPHandler: Processed in 0.00157525 sec. 2026.04.29 20:53:59.596800 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.596894 [ 276 ] {5212d767-699e-4fdc-bf9a-09dca6d624a0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:53:59.596934 [ 276 ] {5212d767-699e-4fdc-bf9a-09dca6d624a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:53:59.597273 [ 276 ] {5212d767-699e-4fdc-bf9a-09dca6d624a0} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.597309 [ 276 ] {5212d767-699e-4fdc-bf9a-09dca6d624a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.597626 [ 276 ] {5212d767-699e-4fdc-bf9a-09dca6d624a0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.29 20:53:59.597835 [ 276 ] {5212d767-699e-4fdc-bf9a-09dca6d624a0} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:53:59.597961 [ 276 ] {5212d767-699e-4fdc-bf9a-09dca6d624a0} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2026.04.29 20:53:59.597996 [ 276 ] {5212d767-699e-4fdc-bf9a-09dca6d624a0} TCPHandler: Processed in 0.001247876 sec. 2026.04.29 20:53:59.598115 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.598208 [ 276 ] {1bb9100c-3039-42db-b41c-a20c93807ed1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.598250 [ 276 ] {1bb9100c-3039-42db-b41c-a20c93807ed1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:59.598669 [ 276 ] {1bb9100c-3039-42db-b41c-a20c93807ed1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.598704 [ 276 ] {1bb9100c-3039-42db-b41c-a20c93807ed1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.599036 [ 276 ] {1bb9100c-3039-42db-b41c-a20c93807ed1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:53:59.599250 [ 276 ] {1bb9100c-3039-42db-b41c-a20c93807ed1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:59.599380 [ 276 ] {1bb9100c-3039-42db-b41c-a20c93807ed1} executeQuery: Read 265 rows, 18.03 KiB in 0.001191 sec., 222502.0990764064 rows/sec., 14.79 MiB/sec. 2026.04.29 20:53:59.599417 [ 276 ] {1bb9100c-3039-42db-b41c-a20c93807ed1} TCPHandler: Processed in 0.001354207 sec. 2026.04.29 20:53:59.599547 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.599640 [ 276 ] {cce8d8f7-74d6-422c-8d43-06fc5faaaaed} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.599680 [ 276 ] {cce8d8f7-74d6-422c-8d43-06fc5faaaaed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:53:59.600001 [ 276 ] {cce8d8f7-74d6-422c-8d43-06fc5faaaaed} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.600036 [ 276 ] {cce8d8f7-74d6-422c-8d43-06fc5faaaaed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.600334 [ 276 ] {cce8d8f7-74d6-422c-8d43-06fc5faaaaed} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:53:59.600535 [ 276 ] {cce8d8f7-74d6-422c-8d43-06fc5faaaaed} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:53:59.600659 [ 276 ] {cce8d8f7-74d6-422c-8d43-06fc5faaaaed} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2026.04.29 20:53:59.600694 [ 276 ] {cce8d8f7-74d6-422c-8d43-06fc5faaaaed} TCPHandler: Processed in 0.001198256 sec. 2026.04.29 20:53:59.600814 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.600907 [ 276 ] {93e4a9e7-befb-4a73-9c6a-e80be2635a10} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.600959 [ 276 ] {93e4a9e7-befb-4a73-9c6a-e80be2635a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:59.601691 [ 276 ] {93e4a9e7-befb-4a73-9c6a-e80be2635a10} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.601727 [ 276 ] {93e4a9e7-befb-4a73-9c6a-e80be2635a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.602232 [ 276 ] {93e4a9e7-befb-4a73-9c6a-e80be2635a10} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:53:59.602448 [ 276 ] {93e4a9e7-befb-4a73-9c6a-e80be2635a10} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:59.602582 [ 276 ] {93e4a9e7-befb-4a73-9c6a-e80be2635a10} executeQuery: Read 7 rows, 12.84 KiB in 0.001694 sec., 4132.231404958678 rows/sec., 7.40 MiB/sec. 2026.04.29 20:53:59.602637 [ 276 ] {93e4a9e7-befb-4a73-9c6a-e80be2635a10} TCPHandler: Processed in 0.001873055 sec. 2026.04.29 20:53:59.602761 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.602855 [ 276 ] {78792070-8ea8-4452-bfd1-8bfbe383c10d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.602895 [ 276 ] {78792070-8ea8-4452-bfd1-8bfbe383c10d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:59.603249 [ 276 ] {78792070-8ea8-4452-bfd1-8bfbe383c10d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.603284 [ 276 ] {78792070-8ea8-4452-bfd1-8bfbe383c10d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.603586 [ 276 ] {78792070-8ea8-4452-bfd1-8bfbe383c10d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:53:59.603796 [ 276 ] {78792070-8ea8-4452-bfd1-8bfbe383c10d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:59.603922 [ 276 ] {78792070-8ea8-4452-bfd1-8bfbe383c10d} executeQuery: Read 90 rows, 5.77 KiB in 0.001085 sec., 82949.30875576037 rows/sec., 5.19 MiB/sec. 2026.04.29 20:53:59.603956 [ 276 ] {78792070-8ea8-4452-bfd1-8bfbe383c10d} TCPHandler: Processed in 0.001245626 sec. 2026.04.29 20:53:59.900436 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.900622 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:53:59.900958 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:53:59.900994 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:53:59.901218 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:53:59.901282 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:53:59.901480 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.04.29 20:53:59.901575 [ 328 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:53:59.901580 [ 336 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:53:59.901611 [ 323 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:53:59.901602 [ 314 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:53:59.901749 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:53:59.901776 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:53:59.901895 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:53:59.901922 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:53:59.901957 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:53:59.901994 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:53:59.902026 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:53:59.903139 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} executeQuery: Read 45 rows, 5.52 KiB in 0.002594 sec., 17347.725520431766 rows/sec., 2.08 MiB/sec. 2026.04.29 20:53:59.903271 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} MemoryTracker: Peak memory usage (for query): 134.29 KiB. 2026.04.29 20:53:59.903286 [ 276 ] {d23aeb86-4d69-40e4-ab6e-f2d2bc9160fd} TCPHandler: Processed in 0.002945688 sec. 2026.04.29 20:53:59.915386 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.915589 [ 276 ] {55abf539-6249-4b96-86e9-a079b8f259ff} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:53:59.915671 [ 276 ] {55abf539-6249-4b96-86e9-a079b8f259ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:53:59.917486 [ 276 ] {55abf539-6249-4b96-86e9-a079b8f259ff} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.917528 [ 276 ] {55abf539-6249-4b96-86e9-a079b8f259ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.918032 [ 276 ] {55abf539-6249-4b96-86e9-a079b8f259ff} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:53:59.918254 [ 276 ] {55abf539-6249-4b96-86e9-a079b8f259ff} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:53:59.918409 [ 276 ] {55abf539-6249-4b96-86e9-a079b8f259ff} executeQuery: Read 2471 rows, 188.07 KiB in 0.002873 sec., 860076.5750087016 rows/sec., 63.93 MiB/sec. 2026.04.29 20:53:59.918448 [ 276 ] {55abf539-6249-4b96-86e9-a079b8f259ff} TCPHandler: Processed in 0.003169151 sec. 2026.04.29 20:53:59.918574 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.918670 [ 276 ] {e5b597d6-e641-43b6-94f7-cda6d807c592} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.918711 [ 276 ] {e5b597d6-e641-43b6-94f7-cda6d807c592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:53:59.919135 [ 276 ] {e5b597d6-e641-43b6-94f7-cda6d807c592} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.919172 [ 276 ] {e5b597d6-e641-43b6-94f7-cda6d807c592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.919463 [ 276 ] {e5b597d6-e641-43b6-94f7-cda6d807c592} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:53:59.919674 [ 276 ] {e5b597d6-e641-43b6-94f7-cda6d807c592} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:53:59.919824 [ 276 ] {e5b597d6-e641-43b6-94f7-cda6d807c592} executeQuery: Read 44 rows, 3.31 KiB in 0.001174 sec., 37478.70528109029 rows/sec., 2.75 MiB/sec. 2026.04.29 20:53:59.919863 [ 276 ] {e5b597d6-e641-43b6-94f7-cda6d807c592} TCPHandler: Processed in 0.001340878 sec. 2026.04.29 20:53:59.919977 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.920072 [ 276 ] {c44490f7-b775-450a-a3cb-c49a0581432a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.920111 [ 276 ] {c44490f7-b775-450a-a3cb-c49a0581432a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:53:59.920771 [ 276 ] {c44490f7-b775-450a-a3cb-c49a0581432a} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.920807 [ 276 ] {c44490f7-b775-450a-a3cb-c49a0581432a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.921148 [ 276 ] {c44490f7-b775-450a-a3cb-c49a0581432a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:53:59.921368 [ 276 ] {c44490f7-b775-450a-a3cb-c49a0581432a} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:53:59.921496 [ 276 ] {c44490f7-b775-450a-a3cb-c49a0581432a} executeQuery: Read 801 rows, 47.38 KiB in 0.001442 sec., 555478.5020804439 rows/sec., 32.09 MiB/sec. 2026.04.29 20:53:59.921532 [ 276 ] {c44490f7-b775-450a-a3cb-c49a0581432a} TCPHandler: Processed in 0.001605221 sec. 2026.04.29 20:53:59.921642 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.921734 [ 276 ] {9e22204d-718c-4cc2-8ce1-722579c694f6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.921775 [ 276 ] {9e22204d-718c-4cc2-8ce1-722579c694f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:53:59.922150 [ 276 ] {9e22204d-718c-4cc2-8ce1-722579c694f6} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.922187 [ 276 ] {9e22204d-718c-4cc2-8ce1-722579c694f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.922484 [ 276 ] {9e22204d-718c-4cc2-8ce1-722579c694f6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:53:59.922692 [ 276 ] {9e22204d-718c-4cc2-8ce1-722579c694f6} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:53:59.922818 [ 276 ] {9e22204d-718c-4cc2-8ce1-722579c694f6} executeQuery: Read 1 rows, 72.00 B in 0.001101 sec., 908.2652134423251 rows/sec., 63.86 KiB/sec. 2026.04.29 20:53:59.922854 [ 276 ] {9e22204d-718c-4cc2-8ce1-722579c694f6} TCPHandler: Processed in 0.001262236 sec. 2026.04.29 20:53:59.922969 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.923061 [ 276 ] {d7396cfa-a3fd-4ab0-b375-b60072fb47e4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:53:59.923099 [ 276 ] {d7396cfa-a3fd-4ab0-b375-b60072fb47e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:53:59.923910 [ 276 ] {d7396cfa-a3fd-4ab0-b375-b60072fb47e4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.923947 [ 276 ] {d7396cfa-a3fd-4ab0-b375-b60072fb47e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.924358 [ 276 ] {d7396cfa-a3fd-4ab0-b375-b60072fb47e4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:53:59.924566 [ 276 ] {d7396cfa-a3fd-4ab0-b375-b60072fb47e4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:53:59.924705 [ 276 ] {d7396cfa-a3fd-4ab0-b375-b60072fb47e4} executeQuery: Read 1323 rows, 90.76 KiB in 0.001661 sec., 796508.1276339554 rows/sec., 53.36 MiB/sec. 2026.04.29 20:53:59.924742 [ 276 ] {d7396cfa-a3fd-4ab0-b375-b60072fb47e4} TCPHandler: Processed in 0.001824653 sec. 2026.04.29 20:53:59.924858 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.924951 [ 276 ] {b66a86fc-f164-4e9e-85bb-df8e1f6b0ddd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.924994 [ 276 ] {b66a86fc-f164-4e9e-85bb-df8e1f6b0ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:53:59.925653 [ 276 ] {b66a86fc-f164-4e9e-85bb-df8e1f6b0ddd} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.925689 [ 276 ] {b66a86fc-f164-4e9e-85bb-df8e1f6b0ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.926164 [ 276 ] {b66a86fc-f164-4e9e-85bb-df8e1f6b0ddd} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:53:59.926381 [ 276 ] {b66a86fc-f164-4e9e-85bb-df8e1f6b0ddd} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:53:59.926519 [ 276 ] {b66a86fc-f164-4e9e-85bb-df8e1f6b0ddd} executeQuery: Read 1496 rows, 92.90 KiB in 0.001585 sec., 943848.5804416403 rows/sec., 57.24 MiB/sec. 2026.04.29 20:53:59.926557 [ 276 ] {b66a86fc-f164-4e9e-85bb-df8e1f6b0ddd} TCPHandler: Processed in 0.001750962 sec. 2026.04.29 20:53:59.926688 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.926781 [ 276 ] {d982312d-0cdb-4855-8da1-200a5e62aacb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.926834 [ 276 ] {d982312d-0cdb-4855-8da1-200a5e62aacb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:53:59.927728 [ 276 ] {d982312d-0cdb-4855-8da1-200a5e62aacb} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.927765 [ 276 ] {d982312d-0cdb-4855-8da1-200a5e62aacb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.928366 [ 276 ] {d982312d-0cdb-4855-8da1-200a5e62aacb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:53:59.928595 [ 276 ] {d982312d-0cdb-4855-8da1-200a5e62aacb} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:53:59.928747 [ 276 ] {d982312d-0cdb-4855-8da1-200a5e62aacb} executeQuery: Read 44 rows, 80.74 KiB in 0.001983 sec., 22188.603126575894 rows/sec., 39.76 MiB/sec. 2026.04.29 20:53:59.928803 [ 276 ] {d982312d-0cdb-4855-8da1-200a5e62aacb} TCPHandler: Processed in 0.002166258 sec. 2026.04.29 20:53:59.928934 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:53:59.929028 [ 276 ] {04edac78-d8a4-4402-9cfe-87cdc4e33d96} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:53:59.929069 [ 276 ] {04edac78-d8a4-4402-9cfe-87cdc4e33d96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:53:59.929403 [ 276 ] {04edac78-d8a4-4402-9cfe-87cdc4e33d96} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:53:59.929442 [ 276 ] {04edac78-d8a4-4402-9cfe-87cdc4e33d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:53:59.929738 [ 276 ] {04edac78-d8a4-4402-9cfe-87cdc4e33d96} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:53:59.929950 [ 276 ] {04edac78-d8a4-4402-9cfe-87cdc4e33d96} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:53:59.930085 [ 276 ] {04edac78-d8a4-4402-9cfe-87cdc4e33d96} executeQuery: Read 12 rows, 848.00 B in 0.001075 sec., 11162.790697674418 rows/sec., 770.35 KiB/sec. 2026.04.29 20:53:59.930120 [ 276 ] {04edac78-d8a4-4402-9cfe-87cdc4e33d96} TCPHandler: Processed in 0.001238006 sec. 2026.04.29 20:54:00.000210 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 229.24 MiB, peak 231.68 MiB, free memory in arenas 0.00 B, will set to 228.14 MiB (RSS), difference: -1.09 MiB 2026.04.29 20:54:00.619759 [ 139 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.29 20:54:00.619848 [ 139 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:00.619875 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:00.620015 [ 195 ] {aae5c064-6d11-4045-80a8-d539c8d75888::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.29 20:54:00.620133 [ 195 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:00.620167 [ 195 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.04.29 20:54:00.620241 [ 195 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.04.29 20:54:00.620288 [ 195 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.04.29 20:54:00.620333 [ 195 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.04.29 20:54:00.620378 [ 195 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.04.29 20:54:00.621245 [ 192 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001270826 sec., 23606.693599281098 rows/sec., 1.97 MiB/sec. 2026.04.29 20:54:00.621456 [ 186 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.29 20:54:00.621823 [ 186 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:54:00.621915 [ 186 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_5_1} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.29 20:54:00.622013 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.04.29 20:54:02.175668 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 418 2026.04.29 20:54:02.178266 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:02.178305 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:02.179498 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:54:02.179756 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:54:02.179998 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 418 2026.04.29 20:54:04.573670 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:04.574041 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:04.574494 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:04.574530 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:04.574746 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:04.574817 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:04.574988 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:54:04.575101 [ 323 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:04.575132 [ 320 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:04.575143 [ 313 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:04.575131 [ 342 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:04.575320 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:04.575348 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:04.575436 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:04.575455 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:04.575492 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:04.575532 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:04.575569 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:04.576798 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} executeQuery: Read 45 rows, 3.47 KiB in 0.002905 sec., 15490.533562822719 rows/sec., 1.17 MiB/sec. 2026.04.29 20:54:04.576957 [ 276 ] {efb8d6f6-1cf3-4926-9740-e17224971ac6} TCPHandler: Processed in 0.003485465 sec. 2026.04.29 20:54:04.578504 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:04.578712 [ 276 ] {09eda4b0-076b-4322-b01c-95c49edffee7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:04.578795 [ 276 ] {09eda4b0-076b-4322-b01c-95c49edffee7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:04.579534 [ 276 ] {09eda4b0-076b-4322-b01c-95c49edffee7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:04.579579 [ 276 ] {09eda4b0-076b-4322-b01c-95c49edffee7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:04.579958 [ 276 ] {09eda4b0-076b-4322-b01c-95c49edffee7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:54:04.580186 [ 276 ] {09eda4b0-076b-4322-b01c-95c49edffee7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:54:04.580333 [ 132 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.29 20:54:04.580338 [ 276 ] {09eda4b0-076b-4322-b01c-95c49edffee7} executeQuery: Read 56 rows, 4.41 KiB in 0.001688 sec., 33175.355450236966 rows/sec., 2.55 MiB/sec. 2026.04.29 20:54:04.580389 [ 132 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:04.580403 [ 276 ] {09eda4b0-076b-4322-b01c-95c49edffee7} TCPHandler: Processed in 0.002007446 sec. 2026.04.29 20:54:04.580418 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:04.580530 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::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.29 20:54:04.580536 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:04.580663 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:04.580663 [ 276 ] {05f1bad3-0154-4657-87ca-de4aa97966ea} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:04.580708 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2497 rows starting from the beginning of the part 2026.04.29 20:54:04.580726 [ 276 ] {05f1bad3-0154-4657-87ca-de4aa97966ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:04.580811 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 815 rows starting from the beginning of the part 2026.04.29 20:54:04.580873 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 126 rows starting from the beginning of the part 2026.04.29 20:54:04.580927 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 811 rows starting from the beginning of the part 2026.04.29 20:54:04.580977 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2471 rows starting from the beginning of the part 2026.04.29 20:54:04.581024 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::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.29 20:54:04.581169 [ 276 ] {05f1bad3-0154-4657-87ca-de4aa97966ea} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:04.581212 [ 276 ] {05f1bad3-0154-4657-87ca-de4aa97966ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:04.581535 [ 276 ] {05f1bad3-0154-4657-87ca-de4aa97966ea} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:54:04.581762 [ 276 ] {05f1bad3-0154-4657-87ca-de4aa97966ea} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:54:04.581888 [ 132 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.29 20:54:04.581896 [ 276 ] {05f1bad3-0154-4657-87ca-de4aa97966ea} executeQuery: Read 64 rows, 5.12 KiB in 0.001257 sec., 50914.87669053301 rows/sec., 3.97 MiB/sec. 2026.04.29 20:54:04.581931 [ 132 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:04.581953 [ 276 ] {05f1bad3-0154-4657-87ca-de4aa97966ea} TCPHandler: Processed in 0.001471718 sec. 2026.04.29 20:54:04.581955 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:04.582068 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::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.29 20:54:04.582083 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:04.582162 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:04.582187 [ 276 ] {e6f6a613-a910-4f7a-ac0b-755e19c2e7e8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:04.582189 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1364 rows starting from the beginning of the part 2026.04.29 20:54:04.582232 [ 276 ] {e6f6a613-a910-4f7a-ac0b-755e19c2e7e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:04.582251 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 505 rows starting from the beginning of the part 2026.04.29 20:54:04.582293 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 99 rows starting from the beginning of the part 2026.04.29 20:54:04.582332 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 497 rows starting from the beginning of the part 2026.04.29 20:54:04.582368 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1323 rows starting from the beginning of the part 2026.04.29 20:54:04.582403 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::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.29 20:54:04.582629 [ 276 ] {e6f6a613-a910-4f7a-ac0b-755e19c2e7e8} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:04.582663 [ 276 ] {e6f6a613-a910-4f7a-ac0b-755e19c2e7e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:04.583144 [ 276 ] {e6f6a613-a910-4f7a-ac0b-755e19c2e7e8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:54:04.583368 [ 276 ] {e6f6a613-a910-4f7a-ac0b-755e19c2e7e8} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:54:04.583500 [ 276 ] {e6f6a613-a910-4f7a-ac0b-755e19c2e7e8} executeQuery: Read 128 rows, 9.13 KiB in 0.001333 sec., 96024.00600150037 rows/sec., 6.69 MiB/sec. 2026.04.29 20:54:04.583531 [ 188 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6776 rows, containing 5 columns (5 merged, 0 gathered) in 0.003044189 sec., 2225880.193378269 rows/sec., 176.14 MiB/sec. 2026.04.29 20:54:04.583537 [ 276 ] {e6f6a613-a910-4f7a-ac0b-755e19c2e7e8} TCPHandler: Processed in 0.00150565 sec. 2026.04.29 20:54:04.583698 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:04.583789 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3852 rows, containing 5 columns (5 merged, 0 gathered) in 0.001757143 sec., 2192194.9437239883 rows/sec., 158.42 MiB/sec. 2026.04.29 20:54:04.583794 [ 276 ] {7ba2f167-861d-4554-a803-0bd9e35b89e9} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:04.583849 [ 276 ] {7ba2f167-861d-4554-a803-0bd9e35b89e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:04.583900 [ 192 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.29 20:54:04.584069 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.29 20:54:04.584161 [ 192 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:54:04.584182 [ 276 ] {7ba2f167-861d-4554-a803-0bd9e35b89e9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:04.584232 [ 276 ] {7ba2f167-861d-4554-a803-0bd9e35b89e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:04.584237 [ 192 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_21_4} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.29 20:54:04.584324 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.04.29 20:54:04.584382 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:54:04.584452 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_21_4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.29 20:54:04.584529 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.04.29 20:54:04.584590 [ 276 ] {7ba2f167-861d-4554-a803-0bd9e35b89e9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:54:04.584815 [ 276 ] {7ba2f167-861d-4554-a803-0bd9e35b89e9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:04.584949 [ 276 ] {7ba2f167-861d-4554-a803-0bd9e35b89e9} executeQuery: Read 48 rows, 3.31 KiB in 0.001175 sec., 40851.063829787236 rows/sec., 2.75 MiB/sec. 2026.04.29 20:54:04.584986 [ 276 ] {7ba2f167-861d-4554-a803-0bd9e35b89e9} TCPHandler: Processed in 0.001340177 sec. 2026.04.29 20:54:04.658948 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7187 2026.04.29 20:54:04.659422 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:04.659460 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:04.659940 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:54:04.660170 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:04.660296 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7187 2026.04.29 20:54:05.050868 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.04.29 20:54:05.067103 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:05.067171 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:05.072700 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:54:05.073372 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:05.076088 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.04.29 20:54:08.137732 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62905 2026.04.29 20:54:08.137842 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.137869 [ 289 ] {} TCP-Session: 42b9cda9-bc66-42fb-a700-d8ae8779e44f Authenticating user 'default' from [fd00:1122:3344:101::e]:62905 2026.04.29 20:54:08.137891 [ 289 ] {} TCP-Session: 42b9cda9-bc66-42fb-a700-d8ae8779e44f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.137904 [ 289 ] {} TCP-Session: 42b9cda9-bc66-42fb-a700-d8ae8779e44f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138130 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35693 2026.04.29 20:54:08.138150 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53661 2026.04.29 20:54:08.138207 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51283 2026.04.29 20:54:08.138239 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48678 2026.04.29 20:54:08.138263 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.138280 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42967 2026.04.29 20:54:08.138305 [ 290 ] {} TCP-Session: 8bb1d2dc-8e92-494c-818b-c06747f24d28 Authenticating user 'default' from [fd00:1122:3344:101::e]:35693 2026.04.29 20:54:08.138319 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.138324 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.138345 [ 290 ] {} TCP-Session: 8bb1d2dc-8e92-494c-818b-c06747f24d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138357 [ 294 ] {} TCP-Session: d86d3574-8d0a-41d7-a76a-4077a240bc98 Authenticating user 'default' from [fd00:1122:3344:101::e]:51283 2026.04.29 20:54:08.138381 [ 290 ] {} TCP-Session: 8bb1d2dc-8e92-494c-818b-c06747f24d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138382 [ 291 ] {} TCP-Session: ed5b1151-9cfb-42e0-9580-590997049d00 Authenticating user 'default' from [fd00:1122:3344:101::e]:53661 2026.04.29 20:54:08.138396 [ 294 ] {} TCP-Session: d86d3574-8d0a-41d7-a76a-4077a240bc98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138431 [ 291 ] {} TCP-Session: ed5b1151-9cfb-42e0-9580-590997049d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138437 [ 294 ] {} TCP-Session: d86d3574-8d0a-41d7-a76a-4077a240bc98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138456 [ 291 ] {} TCP-Session: ed5b1151-9cfb-42e0-9580-590997049d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138461 [ 289 ] {} TCP-Session: 42b9cda9-bc66-42fb-a700-d8ae8779e44f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:08.138475 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.138400 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.138541 [ 287 ] {} TCP-Session: ad911264-22b9-4fe5-9e08-5f5b8a125828 Authenticating user 'default' from [fd00:1122:3344:101::e]:42967 2026.04.29 20:54:08.138565 [ 286 ] {} TCP-Session: 9561f6d7-f612-4414-ae52-137b61ea08f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:48678 2026.04.29 20:54:08.138574 [ 287 ] {} TCP-Session: ad911264-22b9-4fe5-9e08-5f5b8a125828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138589 [ 286 ] {} TCP-Session: 9561f6d7-f612-4414-ae52-137b61ea08f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138601 [ 287 ] {} TCP-Session: ad911264-22b9-4fe5-9e08-5f5b8a125828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138614 [ 286 ] {} TCP-Session: 9561f6d7-f612-4414-ae52-137b61ea08f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.138229 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48833 2026.04.29 20:54:08.138192 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37224 2026.04.29 20:54:08.138679 [ 289 ] {dbde304e-94b9-427f-b4bf-496204452f2e} executeQuery: (from [fd00:1122:3344:101::e]:62905) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:54:08.138181 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33081 2026.04.29 20:54:08.138891 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.138960 [ 293 ] {} TCP-Session: 111ef270-47a8-4676-a4fc-d5b1b65907d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:37224 2026.04.29 20:54:08.138978 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.138992 [ 293 ] {} TCP-Session: 111ef270-47a8-4676-a4fc-d5b1b65907d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.139009 [ 275 ] {} TCP-Session: 44a2869e-7800-4415-b69b-fd849a852b02 Authenticating user 'default' from [fd00:1122:3344:101::e]:48833 2026.04.29 20:54:08.139017 [ 293 ] {} TCP-Session: 111ef270-47a8-4676-a4fc-d5b1b65907d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.139028 [ 275 ] {} TCP-Session: 44a2869e-7800-4415-b69b-fd849a852b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.139051 [ 275 ] {} TCP-Session: 44a2869e-7800-4415-b69b-fd849a852b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.139079 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.139119 [ 292 ] {} TCP-Session: 0da01259-f967-4a48-bd7f-2e4268b9d470 Authenticating user 'default' from [fd00:1122:3344:101::e]:33081 2026.04.29 20:54:08.139137 [ 289 ] {dbde304e-94b9-427f-b4bf-496204452f2e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:54:08.139143 [ 292 ] {} TCP-Session: 0da01259-f967-4a48-bd7f-2e4268b9d470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.139177 [ 292 ] {} TCP-Session: 0da01259-f967-4a48-bd7f-2e4268b9d470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.139208 [ 289 ] {dbde304e-94b9-427f-b4bf-496204452f2e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:08.139555 [ 289 ] {dbde304e-94b9-427f-b4bf-496204452f2e} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:54:08.140772 [ 320 ] {dbde304e-94b9-427f-b4bf-496204452f2e} AggregatingTransform: Aggregating 2026.04.29 20:54:08.140814 [ 320 ] {dbde304e-94b9-427f-b4bf-496204452f2e} Aggregator: Aggregation method: without_key 2026.04.29 20:54:08.140844 [ 320 ] {dbde304e-94b9-427f-b4bf-496204452f2e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001190425 sec. (840.036 rows/sec., 32.81 KiB/sec.) 2026.04.29 20:54:08.140860 [ 320 ] {dbde304e-94b9-427f-b4bf-496204452f2e} Aggregator: Merging aggregated data 2026.04.29 20:54:08.141907 [ 289 ] {dbde304e-94b9-427f-b4bf-496204452f2e} executeQuery: Read 1 rows, 40.00 B in 0.003296 sec., 303.3980582524272 rows/sec., 11.85 KiB/sec. 2026.04.29 20:54:08.142124 [ 289 ] {dbde304e-94b9-427f-b4bf-496204452f2e} TCPHandler: Processed in 0.00387296 sec. 2026.04.29 20:54:08.142272 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.142305 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.142314 [ 289 ] {} TCP-Session: 42b9cda9-bc66-42fb-a700-d8ae8779e44f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.142326 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.142352 [ 290 ] {} TCP-Session: 8bb1d2dc-8e92-494c-818b-c06747f24d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.142368 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.142396 [ 292 ] {} TCP-Session: 0da01259-f967-4a48-bd7f-2e4268b9d470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.142406 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.142424 [ 294 ] {} TCP-Session: d86d3574-8d0a-41d7-a76a-4077a240bc98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.142423 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.142459 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.142492 [ 286 ] {} TCP-Session: 9561f6d7-f612-4414-ae52-137b61ea08f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.142465 [ 287 ] {} TCP-Session: ad911264-22b9-4fe5-9e08-5f5b8a125828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.142529 [ 293 ] {} TCP-Session: 111ef270-47a8-4676-a4fc-d5b1b65907d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.142388 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.142351 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.142586 [ 275 ] {} TCP-Session: 44a2869e-7800-4415-b69b-fd849a852b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.142615 [ 291 ] {} TCP-Session: ed5b1151-9cfb-42e0-9580-590997049d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.229657 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43173 2026.04.29 20:54:08.229769 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.229797 [ 289 ] {} TCP-Session: b7f1d586-bd46-449e-8c27-bfebc7eabea4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43173 2026.04.29 20:54:08.229821 [ 289 ] {} TCP-Session: b7f1d586-bd46-449e-8c27-bfebc7eabea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.229834 [ 289 ] {} TCP-Session: b7f1d586-bd46-449e-8c27-bfebc7eabea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230097 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57827 2026.04.29 20:54:08.230125 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50969 2026.04.29 20:54:08.230141 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57362 2026.04.29 20:54:08.230195 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62541 2026.04.29 20:54:08.230206 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.230182 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37047 2026.04.29 20:54:08.230255 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.230260 [ 290 ] {} TCP-Session: f8da2f3f-1315-448e-8a26-c38b1666c06f Authenticating user 'default' from [fd00:1122:3344:101::e]:57827 2026.04.29 20:54:08.230287 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.230298 [ 291 ] {} TCP-Session: 732377c8-fd80-4eb9-9e4c-3b3ef99770b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50969 2026.04.29 20:54:08.230310 [ 290 ] {} TCP-Session: f8da2f3f-1315-448e-8a26-c38b1666c06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230323 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.230330 [ 292 ] {} TCP-Session: 434d9b78-3bf5-4aec-b1cf-f1b2031c0b62 Authenticating user 'default' from [fd00:1122:3344:101::e]:57362 2026.04.29 20:54:08.230343 [ 291 ] {} TCP-Session: 732377c8-fd80-4eb9-9e4c-3b3ef99770b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230366 [ 286 ] {} TCP-Session: 70c9d16a-f381-4068-a2dc-ba231a1d6317 Authenticating user 'default' from [fd00:1122:3344:101::e]:37047 2026.04.29 20:54:08.230384 [ 292 ] {} TCP-Session: 434d9b78-3bf5-4aec-b1cf-f1b2031c0b62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230418 [ 286 ] {} TCP-Session: 70c9d16a-f381-4068-a2dc-ba231a1d6317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230429 [ 292 ] {} TCP-Session: 434d9b78-3bf5-4aec-b1cf-f1b2031c0b62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230443 [ 286 ] {} TCP-Session: 70c9d16a-f381-4068-a2dc-ba231a1d6317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230391 [ 291 ] {} TCP-Session: 732377c8-fd80-4eb9-9e4c-3b3ef99770b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230347 [ 290 ] {} TCP-Session: f8da2f3f-1315-448e-8a26-c38b1666c06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230286 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.230142 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54944 2026.04.29 20:54:08.230545 [ 287 ] {} TCP-Session: 8f5eca83-a8a7-4463-97fb-b73939cfbfb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:62541 2026.04.29 20:54:08.230171 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46752 2026.04.29 20:54:08.230576 [ 287 ] {} TCP-Session: 8f5eca83-a8a7-4463-97fb-b73939cfbfb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230597 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.230615 [ 287 ] {} TCP-Session: 8f5eca83-a8a7-4463-97fb-b73939cfbfb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230635 [ 294 ] {} TCP-Session: 5929d2d0-8e80-426c-afbc-629baccd7c71 Authenticating user 'default' from [fd00:1122:3344:101::e]:54944 2026.04.29 20:54:08.230649 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.230668 [ 294 ] {} TCP-Session: 5929d2d0-8e80-426c-afbc-629baccd7c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230175 [ 289 ] {} TCP-Session: b7f1d586-bd46-449e-8c27-bfebc7eabea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:08.230690 [ 275 ] {} TCP-Session: b09bfe64-6faa-4eb4-9635-b5f8d998b961 Authenticating user 'default' from [fd00:1122:3344:101::e]:46752 2026.04.29 20:54:08.230696 [ 294 ] {} TCP-Session: 5929d2d0-8e80-426c-afbc-629baccd7c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230732 [ 275 ] {} TCP-Session: b09bfe64-6faa-4eb4-9635-b5f8d998b961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230138 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44393 2026.04.29 20:54:08.230755 [ 275 ] {} TCP-Session: b09bfe64-6faa-4eb4-9635-b5f8d998b961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230820 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.230842 [ 293 ] {} TCP-Session: ea9def3b-e1ae-4b49-bfa4-63fe41e6b114 Authenticating user 'default' from [fd00:1122:3344:101::e]:44393 2026.04.29 20:54:08.230858 [ 293 ] {} TCP-Session: ea9def3b-e1ae-4b49-bfa4-63fe41e6b114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230871 [ 293 ] {} TCP-Session: ea9def3b-e1ae-4b49-bfa4-63fe41e6b114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.230872 [ 289 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} executeQuery: (from [fd00:1122:3344:101::e]:43173) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:54:08.231119 [ 289 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:54:08.231169 [ 289 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:08.231439 [ 289 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:54:08.232441 [ 284 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} AggregatingTransform: Aggregating 2026.04.29 20:54:08.232484 [ 284 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} Aggregator: Aggregation method: without_key 2026.04.29 20:54:08.232523 [ 284 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000943452 sec. (1059.937 rows/sec., 41.40 KiB/sec.) 2026.04.29 20:54:08.232542 [ 284 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} Aggregator: Merging aggregated data 2026.04.29 20:54:08.233937 [ 289 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} executeQuery: Read 1 rows, 40.00 B in 0.003118 sec., 320.71840923669015 rows/sec., 12.53 KiB/sec. 2026.04.29 20:54:08.234079 [ 289 ] {51b2bf17-2c08-477a-aaca-a7bdc0bd8de2} TCPHandler: Processed in 0.004020092 sec. 2026.04.29 20:54:08.234218 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.234243 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.234247 [ 289 ] {} TCP-Session: b7f1d586-bd46-449e-8c27-bfebc7eabea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.234264 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.234293 [ 287 ] {} TCP-Session: 8f5eca83-a8a7-4463-97fb-b73939cfbfb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.234296 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.234323 [ 291 ] {} TCP-Session: 732377c8-fd80-4eb9-9e4c-3b3ef99770b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.234343 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.234359 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.234357 [ 292 ] {} TCP-Session: 434d9b78-3bf5-4aec-b1cf-f1b2031c0b62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.234390 [ 293 ] {} TCP-Session: ea9def3b-e1ae-4b49-bfa4-63fe41e6b114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.234400 [ 275 ] {} TCP-Session: b09bfe64-6faa-4eb4-9635-b5f8d998b961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.234321 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.234307 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.234459 [ 286 ] {} TCP-Session: 70c9d16a-f381-4068-a2dc-ba231a1d6317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.234279 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.234476 [ 294 ] {} TCP-Session: 5929d2d0-8e80-426c-afbc-629baccd7c71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.234511 [ 290 ] {} TCP-Session: f8da2f3f-1315-448e-8a26-c38b1666c06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245335 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63860 2026.04.29 20:54:08.245403 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.245424 [ 289 ] {} TCP-Session: 47b529b4-0f96-498b-8218-fe65a2e1ee09 Authenticating user 'default' from [fd00:1122:3344:101::e]:63860 2026.04.29 20:54:08.245443 [ 289 ] {} TCP-Session: 47b529b4-0f96-498b-8218-fe65a2e1ee09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245455 [ 289 ] {} TCP-Session: 47b529b4-0f96-498b-8218-fe65a2e1ee09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245627 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38636 2026.04.29 20:54:08.245651 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50031 2026.04.29 20:54:08.245670 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51397 2026.04.29 20:54:08.245681 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60112 2026.04.29 20:54:08.245709 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44801 2026.04.29 20:54:08.245737 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.245682 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35358 2026.04.29 20:54:08.245770 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.245785 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.245817 [ 292 ] {} TCP-Session: 54cdc6a7-191f-4589-978e-b4d0fb9ce249 Authenticating user 'default' from [fd00:1122:3344:101::e]:51397 2026.04.29 20:54:08.245831 [ 275 ] {} TCP-Session: 00a94f1d-0d2f-4e40-99a0-2241c0632c61 Authenticating user 'default' from [fd00:1122:3344:101::e]:44801 2026.04.29 20:54:08.245832 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.245850 [ 292 ] {} TCP-Session: 54cdc6a7-191f-4589-978e-b4d0fb9ce249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245860 [ 275 ] {} TCP-Session: 00a94f1d-0d2f-4e40-99a0-2241c0632c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245888 [ 292 ] {} TCP-Session: 54cdc6a7-191f-4589-978e-b4d0fb9ce249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245901 [ 275 ] {} TCP-Session: 00a94f1d-0d2f-4e40-99a0-2241c0632c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245879 [ 294 ] {} TCP-Session: f3c89d6a-d1da-4dd0-a554-2a9ac2feda24 Authenticating user 'default' from [fd00:1122:3344:101::e]:35358 2026.04.29 20:54:08.245773 [ 291 ] {} TCP-Session: 48b21e6e-81e2-47df-b080-88d75ac3e086 Authenticating user 'default' from [fd00:1122:3344:101::e]:50031 2026.04.29 20:54:08.245956 [ 294 ] {} TCP-Session: f3c89d6a-d1da-4dd0-a554-2a9ac2feda24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245977 [ 291 ] {} TCP-Session: 48b21e6e-81e2-47df-b080-88d75ac3e086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245983 [ 294 ] {} TCP-Session: f3c89d6a-d1da-4dd0-a554-2a9ac2feda24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.246000 [ 291 ] {} TCP-Session: 48b21e6e-81e2-47df-b080-88d75ac3e086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.245701 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.245769 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.246060 [ 290 ] {} TCP-Session: 0c5ff7ba-209b-4270-931c-20cee8be9bbd Authenticating user 'default' from [fd00:1122:3344:101::e]:38636 2026.04.29 20:54:08.245690 [ 289 ] {} TCP-Session: 47b529b4-0f96-498b-8218-fe65a2e1ee09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:08.246084 [ 293 ] {} TCP-Session: e0dc7a30-394e-4f54-a0e2-fe6bde4c4ecd Authenticating user 'default' from [fd00:1122:3344:101::e]:60112 2026.04.29 20:54:08.246092 [ 290 ] {} TCP-Session: 0c5ff7ba-209b-4270-931c-20cee8be9bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.246127 [ 293 ] {} TCP-Session: e0dc7a30-394e-4f54-a0e2-fe6bde4c4ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.246140 [ 290 ] {} TCP-Session: 0c5ff7ba-209b-4270-931c-20cee8be9bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.246154 [ 293 ] {} TCP-Session: e0dc7a30-394e-4f54-a0e2-fe6bde4c4ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.246238 [ 289 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} executeQuery: (from [fd00:1122:3344:101::e]:63860) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:54:08.246443 [ 289 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:54:08.246491 [ 289 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:08.246738 [ 289 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:54:08.247611 [ 343 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} AggregatingTransform: Aggregating 2026.04.29 20:54:08.247657 [ 343 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} Aggregator: Aggregation method: without_key 2026.04.29 20:54:08.247698 [ 343 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000869711 sec. (1149.807 rows/sec., 44.91 KiB/sec.) 2026.04.29 20:54:08.247722 [ 343 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} Aggregator: Merging aggregated data 2026.04.29 20:54:08.248805 [ 289 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} executeQuery: Read 1 rows, 40.00 B in 0.002612 sec., 382.8483920367534 rows/sec., 14.96 KiB/sec. 2026.04.29 20:54:08.248965 [ 289 ] {ba1a4465-0d87-4247-a1a5-68f0b35924be} TCPHandler: Processed in 0.003359363 sec. 2026.04.29 20:54:08.249144 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.249175 [ 289 ] {} TCP-Session: 47b529b4-0f96-498b-8218-fe65a2e1ee09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.249195 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.249222 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.249226 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.249246 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.249279 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.249289 [ 292 ] {} TCP-Session: 54cdc6a7-191f-4589-978e-b4d0fb9ce249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.249301 [ 293 ] {} TCP-Session: e0dc7a30-394e-4f54-a0e2-fe6bde4c4ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.249319 [ 275 ] {} TCP-Session: 00a94f1d-0d2f-4e40-99a0-2241c0632c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.249269 [ 291 ] {} TCP-Session: 48b21e6e-81e2-47df-b080-88d75ac3e086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.249268 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:54:08.249243 [ 290 ] {} TCP-Session: 0c5ff7ba-209b-4270-931c-20cee8be9bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.249407 [ 294 ] {} TCP-Session: f3c89d6a-d1da-4dd0-a554-2a9ac2feda24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.251594 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65364 2026.04.29 20:54:08.251641 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54477 2026.04.29 20:54:08.251660 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.251692 [ 287 ] {} TCP-Session: 5e2e94ae-e1e4-42f2-ba80-016c4710f30d Authenticating user 'default' from [fd00:1122:3344:101::e]:65364 2026.04.29 20:54:08.251709 [ 287 ] {} TCP-Session: 5e2e94ae-e1e4-42f2-ba80-016c4710f30d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.251713 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:54:08.251725 [ 287 ] {} TCP-Session: 5e2e94ae-e1e4-42f2-ba80-016c4710f30d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.251747 [ 286 ] {} TCP-Session: 4dba7044-6832-447d-a796-75accd08d396 Authenticating user 'default' from [fd00:1122:3344:101::e]:54477 2026.04.29 20:54:08.251770 [ 286 ] {} TCP-Session: 4dba7044-6832-447d-a796-75accd08d396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.251784 [ 286 ] {} TCP-Session: 4dba7044-6832-447d-a796-75accd08d396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.269477 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:54477). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.29 20:54:08.269662 [ 286 ] {} TCP-Session: 4dba7044-6832-447d-a796-75accd08d396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:08.269699 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:65364). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.04.29 20:54:08.269811 [ 287 ] {} TCP-Session: 5e2e94ae-e1e4-42f2-ba80-016c4710f30d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:54:09.579506 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.579770 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:09.580167 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:09.580214 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:09.580503 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:09.580584 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:09.580730 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:54:09.580831 [ 284 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:09.580858 [ 341 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:09.580870 [ 330 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:09.580858 [ 305 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:09.581031 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:09.581059 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:09.581149 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:09.581169 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:09.581206 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:09.581245 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:09.581281 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:09.582591 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} executeQuery: Read 45 rows, 9.51 KiB in 0.002932 sec., 15347.88540245566 rows/sec., 3.17 MiB/sec. 2026.04.29 20:54:09.582738 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} MemoryTracker: Peak memory usage (for query): 149.92 KiB. 2026.04.29 20:54:09.582755 [ 276 ] {975d29bb-b8f2-44c4-be03-6a8f1428ce22} TCPHandler: Processed in 0.003393393 sec. 2026.04.29 20:54:09.587470 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.587590 [ 276 ] {130edcd2-0b56-41bf-9969-1ea0afd37b6a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:54:09.587644 [ 276 ] {130edcd2-0b56-41bf-9969-1ea0afd37b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:54:09.588332 [ 276 ] {130edcd2-0b56-41bf-9969-1ea0afd37b6a} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.588376 [ 276 ] {130edcd2-0b56-41bf-9969-1ea0afd37b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.588803 [ 276 ] {130edcd2-0b56-41bf-9969-1ea0afd37b6a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:54:09.589038 [ 276 ] {130edcd2-0b56-41bf-9969-1ea0afd37b6a} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:54:09.589180 [ 276 ] {130edcd2-0b56-41bf-9969-1ea0afd37b6a} executeQuery: Read 284 rows, 18.47 KiB in 0.001629 sec., 174340.08594229587 rows/sec., 11.07 MiB/sec. 2026.04.29 20:54:09.589219 [ 276 ] {130edcd2-0b56-41bf-9969-1ea0afd37b6a} TCPHandler: Processed in 0.001808103 sec. 2026.04.29 20:54:09.589356 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.589456 [ 276 ] {27e77f30-41d9-44de-b6b8-1706a57b3224} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:09.589497 [ 276 ] {27e77f30-41d9-44de-b6b8-1706a57b3224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:09.590253 [ 276 ] {27e77f30-41d9-44de-b6b8-1706a57b3224} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.590288 [ 276 ] {27e77f30-41d9-44de-b6b8-1706a57b3224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.590684 [ 276 ] {27e77f30-41d9-44de-b6b8-1706a57b3224} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:54:09.590920 [ 276 ] {27e77f30-41d9-44de-b6b8-1706a57b3224} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:54:09.591050 [ 276 ] {27e77f30-41d9-44de-b6b8-1706a57b3224} executeQuery: Read 811 rows, 64.18 KiB in 0.001617 sec., 501546.0729746444 rows/sec., 38.76 MiB/sec. 2026.04.29 20:54:09.591087 [ 276 ] {27e77f30-41d9-44de-b6b8-1706a57b3224} TCPHandler: Processed in 0.001784813 sec. 2026.04.29 20:54:09.591208 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.591306 [ 276 ] {e611535b-76b8-4de4-954a-c072a1a43a18} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:09.591346 [ 276 ] {e611535b-76b8-4de4-954a-c072a1a43a18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:09.591782 [ 276 ] {e611535b-76b8-4de4-954a-c072a1a43a18} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.591817 [ 276 ] {e611535b-76b8-4de4-954a-c072a1a43a18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.592128 [ 276 ] {e611535b-76b8-4de4-954a-c072a1a43a18} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:54:09.592339 [ 276 ] {e611535b-76b8-4de4-954a-c072a1a43a18} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:09.592468 [ 276 ] {e611535b-76b8-4de4-954a-c072a1a43a18} executeQuery: Read 149 rows, 9.07 KiB in 0.001182 sec., 126057.5296108291 rows/sec., 7.49 MiB/sec. 2026.04.29 20:54:09.592505 [ 276 ] {e611535b-76b8-4de4-954a-c072a1a43a18} TCPHandler: Processed in 0.001348837 sec. 2026.04.29 20:54:09.592632 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.592727 [ 276 ] {b5ea8812-2b70-4706-8448-8215e2d62922} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:54:09.592766 [ 276 ] {b5ea8812-2b70-4706-8448-8215e2d62922} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:54:09.593202 [ 276 ] {b5ea8812-2b70-4706-8448-8215e2d62922} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.593236 [ 276 ] {b5ea8812-2b70-4706-8448-8215e2d62922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.593540 [ 276 ] {b5ea8812-2b70-4706-8448-8215e2d62922} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:54:09.593753 [ 276 ] {b5ea8812-2b70-4706-8448-8215e2d62922} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:54:09.593875 [ 276 ] {b5ea8812-2b70-4706-8448-8215e2d62922} executeQuery: Read 149 rows, 9.86 KiB in 0.001168 sec., 127568.49315068494 rows/sec., 8.24 MiB/sec. 2026.04.29 20:54:09.593911 [ 276 ] {b5ea8812-2b70-4706-8448-8215e2d62922} TCPHandler: Processed in 0.001331987 sec. 2026.04.29 20:54:09.594031 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.594125 [ 276 ] {096b8dd9-1093-4a25-af3c-fe79a0a4f6cd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:54:09.594164 [ 276 ] {096b8dd9-1093-4a25-af3c-fe79a0a4f6cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:54:09.594588 [ 276 ] {096b8dd9-1093-4a25-af3c-fe79a0a4f6cd} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.594623 [ 276 ] {096b8dd9-1093-4a25-af3c-fe79a0a4f6cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.594934 [ 276 ] {096b8dd9-1093-4a25-af3c-fe79a0a4f6cd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:54:09.595151 [ 276 ] {096b8dd9-1093-4a25-af3c-fe79a0a4f6cd} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:54:09.595274 [ 276 ] {096b8dd9-1093-4a25-af3c-fe79a0a4f6cd} executeQuery: Read 148 rows, 8.62 KiB in 0.001166 sec., 126929.67409948543 rows/sec., 7.22 MiB/sec. 2026.04.29 20:54:09.595311 [ 276 ] {096b8dd9-1093-4a25-af3c-fe79a0a4f6cd} TCPHandler: Processed in 0.001332307 sec. 2026.04.29 20:54:09.595430 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.595524 [ 276 ] {4fe1690c-b93d-463f-813d-9cf13124a47a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:09.595562 [ 276 ] {4fe1690c-b93d-463f-813d-9cf13124a47a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:09.596135 [ 276 ] {4fe1690c-b93d-463f-813d-9cf13124a47a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.596170 [ 276 ] {4fe1690c-b93d-463f-813d-9cf13124a47a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.596515 [ 276 ] {4fe1690c-b93d-463f-813d-9cf13124a47a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:54:09.596728 [ 276 ] {4fe1690c-b93d-463f-813d-9cf13124a47a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:54:09.596858 [ 276 ] {4fe1690c-b93d-463f-813d-9cf13124a47a} executeQuery: Read 497 rows, 35.74 KiB in 0.001353 sec., 367331.85513673315 rows/sec., 25.80 MiB/sec. 2026.04.29 20:54:09.596896 [ 276 ] {4fe1690c-b93d-463f-813d-9cf13124a47a} TCPHandler: Processed in 0.00151808 sec. 2026.04.29 20:54:09.597017 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.597121 [ 276 ] {48fe6b2c-46ff-4a99-acb9-299bfefbab86} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:54:09.597163 [ 276 ] {48fe6b2c-46ff-4a99-acb9-299bfefbab86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:54:09.597508 [ 276 ] {48fe6b2c-46ff-4a99-acb9-299bfefbab86} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.597542 [ 276 ] {48fe6b2c-46ff-4a99-acb9-299bfefbab86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.597858 [ 276 ] {48fe6b2c-46ff-4a99-acb9-299bfefbab86} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.29 20:54:09.598068 [ 276 ] {48fe6b2c-46ff-4a99-acb9-299bfefbab86} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:54:09.598198 [ 276 ] {48fe6b2c-46ff-4a99-acb9-299bfefbab86} executeQuery: Read 6 rows, 321.00 B in 0.001095 sec., 5479.45205479452 rows/sec., 286.28 KiB/sec. 2026.04.29 20:54:09.598235 [ 276 ] {48fe6b2c-46ff-4a99-acb9-299bfefbab86} TCPHandler: Processed in 0.001271966 sec. 2026.04.29 20:54:09.598354 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.598449 [ 276 ] {41cd2b4a-9f09-4649-b7bc-92972106b7ed} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:09.598491 [ 276 ] {41cd2b4a-9f09-4649-b7bc-92972106b7ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:09.598902 [ 276 ] {41cd2b4a-9f09-4649-b7bc-92972106b7ed} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.598936 [ 276 ] {41cd2b4a-9f09-4649-b7bc-92972106b7ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.599266 [ 276 ] {41cd2b4a-9f09-4649-b7bc-92972106b7ed} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:54:09.599481 [ 276 ] {41cd2b4a-9f09-4649-b7bc-92972106b7ed} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:54:09.599569 [ 126 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.29 20:54:09.599605 [ 126 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.599606 [ 276 ] {41cd2b4a-9f09-4649-b7bc-92972106b7ed} executeQuery: Read 265 rows, 18.03 KiB in 0.001176 sec., 225340.13605442178 rows/sec., 14.97 MiB/sec. 2026.04.29 20:54:09.599623 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.599648 [ 276 ] {41cd2b4a-9f09-4649-b7bc-92972106b7ed} TCPHandler: Processed in 0.001345198 sec. 2026.04.29 20:54:09.599728 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::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.29 20:54:09.599769 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.599866 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:09.599868 [ 276 ] {dd0a709e-7ffc-4f09-bcb9-4bfc68417f9e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:54:09.599912 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7401 rows starting from the beginning of the part 2026.04.29 20:54:09.599930 [ 276 ] {dd0a709e-7ffc-4f09-bcb9-4bfc68417f9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:54:09.600011 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.04.29 20:54:09.600073 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 265 rows starting from the beginning of the part 2026.04.29 20:54:09.600123 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1496 rows starting from the beginning of the part 2026.04.29 20:54:09.600173 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 128 rows starting from the beginning of the part 2026.04.29 20:54:09.600224 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 265 rows starting from the beginning of the part 2026.04.29 20:54:09.600272 [ 276 ] {dd0a709e-7ffc-4f09-bcb9-4bfc68417f9e} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.600309 [ 276 ] {dd0a709e-7ffc-4f09-bcb9-4bfc68417f9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.600645 [ 276 ] {dd0a709e-7ffc-4f09-bcb9-4bfc68417f9e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:54:09.600855 [ 276 ] {dd0a709e-7ffc-4f09-bcb9-4bfc68417f9e} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:54:09.600991 [ 276 ] {dd0a709e-7ffc-4f09-bcb9-4bfc68417f9e} executeQuery: Read 1 rows, 69.00 B in 0.001141 sec., 876.4241893076248 rows/sec., 59.06 KiB/sec. 2026.04.29 20:54:09.601027 [ 276 ] {dd0a709e-7ffc-4f09-bcb9-4bfc68417f9e} TCPHandler: Processed in 0.001308227 sec. 2026.04.29 20:54:09.601145 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.601239 [ 276 ] {ad0f141e-54b5-492f-b8b1-8b1ee055694c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:09.601294 [ 276 ] {ad0f141e-54b5-492f-b8b1-8b1ee055694c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:09.602029 [ 276 ] {ad0f141e-54b5-492f-b8b1-8b1ee055694c} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.602065 [ 276 ] {ad0f141e-54b5-492f-b8b1-8b1ee055694c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.602597 [ 276 ] {ad0f141e-54b5-492f-b8b1-8b1ee055694c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:54:09.602816 [ 276 ] {ad0f141e-54b5-492f-b8b1-8b1ee055694c} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:09.602910 [ 126 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:54:09.602942 [ 126 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.602957 [ 276 ] {ad0f141e-54b5-492f-b8b1-8b1ee055694c} executeQuery: Read 7 rows, 12.84 KiB in 0.001732 sec., 4041.5704387990763 rows/sec., 7.24 MiB/sec. 2026.04.29 20:54:09.602963 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.603016 [ 276 ] {ad0f141e-54b5-492f-b8b1-8b1ee055694c} TCPHandler: Processed in 0.001921515 sec. 2026.04.29 20:54:09.603058 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::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.29 20:54:09.603142 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:09.603242 [ 276 ] {d344bcec-9d23-4b42-90bd-56e2e2b749b5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:09.603276 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:09.603282 [ 276 ] {d344bcec-9d23-4b42-90bd-56e2e2b749b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:09.603345 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 283 rows starting from the beginning of the part 2026.04.29 20:54:09.603486 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:09.603599 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 35 rows starting from the beginning of the part 2026.04.29 20:54:09.603644 [ 276 ] {d344bcec-9d23-4b42-90bd-56e2e2b749b5} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:09.603683 [ 276 ] {d344bcec-9d23-4b42-90bd-56e2e2b749b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:09.603694 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9715 rows, containing 5 columns (5 merged, 0 gathered) in 0.004008541 sec., 2423575.061350252 rows/sec., 153.35 MiB/sec. 2026.04.29 20:54:09.603705 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:09.603872 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 44 rows starting from the beginning of the part 2026.04.29 20:54:09.603973 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.29 20:54:09.603979 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:09.604006 [ 276 ] {d344bcec-9d23-4b42-90bd-56e2e2b749b5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:54:09.604319 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:54:09.604365 [ 276 ] {d344bcec-9d23-4b42-90bd-56e2e2b749b5} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:09.604399 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_21_4} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.29 20:54:09.604476 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. 2026.04.29 20:54:09.604516 [ 276 ] {d344bcec-9d23-4b42-90bd-56e2e2b749b5} executeQuery: Read 90 rows, 5.77 KiB in 0.001293 sec., 69605.56844547563 rows/sec., 4.36 MiB/sec. 2026.04.29 20:54:09.604559 [ 276 ] {d344bcec-9d23-4b42-90bd-56e2e2b749b5} TCPHandler: Processed in 0.001467969 sec. 2026.04.29 20:54:09.607448 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 19 columns (19 merged, 0 gathered) in 0.004430997 sec., 86436.52884441131 rows/sec., 154.89 MiB/sec. 2026.04.29 20:54:09.608469 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:54:09.608902 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:09.608983 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_16_3} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:54:09.609112 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. 2026.04.29 20:54:12.046548 [ 120 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:54:12.046619 [ 120 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:54:12.160519 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7699 2026.04.29 20:54:12.161025 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:12.161067 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:12.161597 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:54:12.161844 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:12.161981 [ 120 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:54:12.161987 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7699 2026.04.29 20:54:12.162044 [ 120 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:12.162069 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:12.162189 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:54:12.162335 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:12.162384 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5267 rows starting from the beginning of the part 2026.04.29 20:54:12.162472 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:54:12.162515 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:54:12.162555 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:54:12.162593 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:54:12.162634 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:54:12.163989 [ 192 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7699 rows, containing 4 columns (4 merged, 0 gathered) in 0.001859154 sec., 4141130.858444217 rows/sec., 59.24 MiB/sec. 2026.04.29 20:54:12.164427 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:54:12.164688 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_16_3} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:12.164752 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_16_3} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:54:12.164839 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.04.29 20:54:12.180355 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 458 2026.04.29 20:54:12.182661 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:12.182707 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:12.183894 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:54:12.184164 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:54:12.184318 [ 120 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:54:12.184362 [ 120 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:12.184383 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:12.184405 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 458 2026.04.29 20:54:12.184469 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::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.29 20:54:12.185063 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:12.185203 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 248 rows starting from the beginning of the part 2026.04.29 20:54:12.185614 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part 2026.04.29 20:54:12.185964 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.04.29 20:54:12.186293 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part 2026.04.29 20:54:12.186604 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::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.29 20:54:12.186916 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2026.04.29 20:54:12.192436 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 458 rows, containing 72 columns (72 merged, 0 gathered) in 0.008001552 sec., 57238.895654243075 rows/sec., 50.57 MiB/sec. 2026.04.29 20:54:12.193175 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:54:12.193663 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:54:12.193736 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_11_2} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:54:12.193884 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. 2026.04.29 20:54:12.576306 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.04.29 20:54:12.593594 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:12.593655 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:12.599616 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:54:12.600319 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:12.600624 [ 119 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:54:12.600685 [ 119 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:12.600705 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:12.600794 [ 192 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:54:12.603481 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.04.29 20:54:12.603853 [ 192 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:12.604591 [ 192 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:54:12.607887 [ 192 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:54:12.611354 [ 192 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:54:12.615208 [ 192 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:54:12.619708 [ 192 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:54:12.624068 [ 192 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:54:12.680589 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.079829603 sec., 1515.7284447474956 rows/sec., 7.84 MiB/sec. 2026.04.29 20:54:12.683105 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:54:12.685287 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_16_3} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:12.685414 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_16_3} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:54:12.687795 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.04.29 20:54:13.000311 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 232.46 MiB, peak 242.41 MiB, free memory in arenas 0.00 B, will set to 242.82 MiB (RSS), difference: 10.37 MiB 2026.04.29 20:54:13.001934 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001319147 sec. 2026.04.29 20:54:14.574956 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:14.575211 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:54:14.575585 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:14.575627 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:54:14.575857 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:14.575927 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:14.576070 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:54:14.576164 [ 307 ] {e6379361-622b-44ea-a198-ede90b3c5333} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:14.576199 [ 284 ] {e6379361-622b-44ea-a198-ede90b3c5333} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:14.576210 [ 341 ] {e6379361-622b-44ea-a198-ede90b3c5333} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:14.576205 [ 330 ] {e6379361-622b-44ea-a198-ede90b3c5333} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:14.576366 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:14.576395 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:14.576481 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:14.576501 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:14.576537 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:14.576577 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:14.576612 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:14.577765 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} executeQuery: Read 45 rows, 5.52 KiB in 0.002656 sec., 16942.77108433735 rows/sec., 2.03 MiB/sec. 2026.04.29 20:54:14.577908 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} MemoryTracker: Peak memory usage (for query): 130.64 KiB. 2026.04.29 20:54:14.577923 [ 276 ] {e6379361-622b-44ea-a198-ede90b3c5333} TCPHandler: Processed in 0.00311386 sec. 2026.04.29 20:54:14.580018 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:14.580149 [ 276 ] {274d0f37-1071-44a2-bffb-0f590e20205c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:14.580200 [ 276 ] {274d0f37-1071-44a2-bffb-0f590e20205c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:14.580774 [ 276 ] {274d0f37-1071-44a2-bffb-0f590e20205c} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:14.580815 [ 276 ] {274d0f37-1071-44a2-bffb-0f590e20205c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:14.581202 [ 276 ] {274d0f37-1071-44a2-bffb-0f590e20205c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:54:14.581426 [ 276 ] {274d0f37-1071-44a2-bffb-0f590e20205c} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:54:14.581580 [ 276 ] {274d0f37-1071-44a2-bffb-0f590e20205c} executeQuery: Read 126 rows, 11.14 KiB in 0.001471 sec., 85656.01631543167 rows/sec., 7.40 MiB/sec. 2026.04.29 20:54:14.581619 [ 276 ] {274d0f37-1071-44a2-bffb-0f590e20205c} TCPHandler: Processed in 0.001666251 sec. 2026.04.29 20:54:14.581740 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:14.581840 [ 276 ] {b88e4d84-d89b-4766-a0db-346b47ef8ad3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:14.581880 [ 276 ] {b88e4d84-d89b-4766-a0db-346b47ef8ad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:14.582298 [ 276 ] {b88e4d84-d89b-4766-a0db-346b47ef8ad3} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:14.582335 [ 276 ] {b88e4d84-d89b-4766-a0db-346b47ef8ad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:14.582648 [ 276 ] {b88e4d84-d89b-4766-a0db-346b47ef8ad3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:54:14.582860 [ 276 ] {b88e4d84-d89b-4766-a0db-346b47ef8ad3} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:14.582998 [ 276 ] {b88e4d84-d89b-4766-a0db-346b47ef8ad3} executeQuery: Read 35 rows, 2.63 KiB in 0.001182 sec., 29610.829103214888 rows/sec., 2.17 MiB/sec. 2026.04.29 20:54:14.583037 [ 276 ] {b88e4d84-d89b-4766-a0db-346b47ef8ad3} TCPHandler: Processed in 0.001348657 sec. 2026.04.29 20:54:14.583154 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:14.583250 [ 276 ] {70925898-b535-4815-885a-854cda9c1ec4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:14.583290 [ 276 ] {70925898-b535-4815-885a-854cda9c1ec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:14.583704 [ 276 ] {70925898-b535-4815-885a-854cda9c1ec4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:14.583741 [ 276 ] {70925898-b535-4815-885a-854cda9c1ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:14.584044 [ 276 ] {70925898-b535-4815-885a-854cda9c1ec4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:54:14.584253 [ 276 ] {70925898-b535-4815-885a-854cda9c1ec4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:54:14.584382 [ 276 ] {70925898-b535-4815-885a-854cda9c1ec4} executeQuery: Read 99 rows, 7.92 KiB in 0.001152 sec., 85937.5 rows/sec., 6.71 MiB/sec. 2026.04.29 20:54:14.584419 [ 276 ] {70925898-b535-4815-885a-854cda9c1ec4} TCPHandler: Processed in 0.001317167 sec. 2026.04.29 20:54:14.584534 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:14.584629 [ 276 ] {cd68f7ac-2218-40b0-9171-1a38bb7b9e79} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:14.584671 [ 276 ] {cd68f7ac-2218-40b0-9171-1a38bb7b9e79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:14.585064 [ 276 ] {cd68f7ac-2218-40b0-9171-1a38bb7b9e79} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:14.585099 [ 276 ] {cd68f7ac-2218-40b0-9171-1a38bb7b9e79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:14.585424 [ 276 ] {cd68f7ac-2218-40b0-9171-1a38bb7b9e79} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:54:14.585639 [ 276 ] {cd68f7ac-2218-40b0-9171-1a38bb7b9e79} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:54:14.585768 [ 276 ] {cd68f7ac-2218-40b0-9171-1a38bb7b9e79} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2026.04.29 20:54:14.585803 [ 276 ] {cd68f7ac-2218-40b0-9171-1a38bb7b9e79} TCPHandler: Processed in 0.001319757 sec. 2026.04.29 20:54:14.585917 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:14.586010 [ 276 ] {bbd2732a-6c26-4c36-bca1-30daaf234dae} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:14.586063 [ 276 ] {bbd2732a-6c26-4c36-bca1-30daaf234dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:14.586833 [ 276 ] {bbd2732a-6c26-4c36-bca1-30daaf234dae} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:14.586896 [ 276 ] {bbd2732a-6c26-4c36-bca1-30daaf234dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:14.587458 [ 276 ] {bbd2732a-6c26-4c36-bca1-30daaf234dae} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:54:14.587697 [ 276 ] {bbd2732a-6c26-4c36-bca1-30daaf234dae} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:14.587838 [ 276 ] {bbd2732a-6c26-4c36-bca1-30daaf234dae} executeQuery: Read 35 rows, 64.22 KiB in 0.001847 sec., 18949.648077964266 rows/sec., 33.96 MiB/sec. 2026.04.29 20:54:14.587898 [ 276 ] {bbd2732a-6c26-4c36-bca1-30daaf234dae} TCPHandler: Processed in 0.002031726 sec. 2026.04.29 20:54:14.588028 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:14.588122 [ 276 ] {0e12c988-0566-4aa9-9a1b-7daa30bc9587} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:14.588162 [ 276 ] {0e12c988-0566-4aa9-9a1b-7daa30bc9587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:14.588502 [ 276 ] {0e12c988-0566-4aa9-9a1b-7daa30bc9587} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:14.588562 [ 276 ] {0e12c988-0566-4aa9-9a1b-7daa30bc9587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:14.588876 [ 276 ] {0e12c988-0566-4aa9-9a1b-7daa30bc9587} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:54:14.589091 [ 276 ] {0e12c988-0566-4aa9-9a1b-7daa30bc9587} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:14.589206 [ 116 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.29 20:54:14.589220 [ 276 ] {0e12c988-0566-4aa9-9a1b-7daa30bc9587} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2026.04.29 20:54:14.589271 [ 116 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:14.589278 [ 276 ] {0e12c988-0566-4aa9-9a1b-7daa30bc9587} TCPHandler: Processed in 0.001307946 sec. 2026.04.29 20:54:14.589305 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.04.29 20:54:14.589416 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:54:14.589564 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:14.589596 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 870 rows starting from the beginning of the part 2026.04.29 20:54:14.589652 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:54:14.589693 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.04.29 20:54:14.589733 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part 2026.04.29 20:54:14.589769 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part 2026.04.29 20:54:14.589806 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.04.29 20:54:14.590799 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1170 rows, containing 4 columns (4 merged, 0 gathered) in 0.001425308 sec., 820875.2073236101 rows/sec., 54.41 MiB/sec. 2026.04.29 20:54:14.591004 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.29 20:54:14.591285 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:14.591359 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_21_4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.29 20:54:14.591440 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.29 20:54:19.579384 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.579669 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:19.580049 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:19.580094 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:19.580338 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:19.580408 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:19.580549 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.29 20:54:19.580649 [ 307 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:19.580659 [ 284 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:19.580667 [ 299 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:19.580679 [ 341 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:19.580876 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:19.580911 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:19.581047 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:19.581077 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:19.581137 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:19.581193 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:19.581234 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:19.582447 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} executeQuery: Read 45 rows, 9.51 KiB in 0.002877 sec., 15641.293013555789 rows/sec., 3.23 MiB/sec. 2026.04.29 20:54:19.582557 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} MemoryTracker: Peak memory usage (for query): 149.96 KiB. 2026.04.29 20:54:19.582576 [ 276 ] {d981785e-618f-4f06-b8ed-1e86f4db6e0a} TCPHandler: Processed in 0.003364394 sec. 2026.04.29 20:54:19.587484 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.587601 [ 276 ] {65ee3b10-1464-4365-b0af-723564a3b0cc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:54:19.587646 [ 276 ] {65ee3b10-1464-4365-b0af-723564a3b0cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:54:19.588210 [ 276 ] {65ee3b10-1464-4365-b0af-723564a3b0cc} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.588250 [ 276 ] {65ee3b10-1464-4365-b0af-723564a3b0cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.588610 [ 276 ] {65ee3b10-1464-4365-b0af-723564a3b0cc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:54:19.588830 [ 276 ] {65ee3b10-1464-4365-b0af-723564a3b0cc} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:54:19.588974 [ 276 ] {65ee3b10-1464-4365-b0af-723564a3b0cc} executeQuery: Read 284 rows, 18.47 KiB in 0.001406 sec., 201991.4651493599 rows/sec., 12.83 MiB/sec. 2026.04.29 20:54:19.589011 [ 276 ] {65ee3b10-1464-4365-b0af-723564a3b0cc} TCPHandler: Processed in 0.00157864 sec. 2026.04.29 20:54:19.589135 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.589227 [ 276 ] {f0167f5a-08e6-4b17-950d-b159feb54dc6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:54:19.589281 [ 276 ] {f0167f5a-08e6-4b17-950d-b159feb54dc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:54:19.589679 [ 276 ] {f0167f5a-08e6-4b17-950d-b159feb54dc6} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.589715 [ 276 ] {f0167f5a-08e6-4b17-950d-b159feb54dc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.589996 [ 276 ] {f0167f5a-08e6-4b17-950d-b159feb54dc6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:54:19.590222 [ 276 ] {f0167f5a-08e6-4b17-950d-b159feb54dc6} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:54:19.590348 [ 276 ] {f0167f5a-08e6-4b17-950d-b159feb54dc6} executeQuery: Read 4 rows, 334.00 B in 0.001139 sec., 3511.8525021949076 rows/sec., 286.37 KiB/sec. 2026.04.29 20:54:19.590384 [ 276 ] {f0167f5a-08e6-4b17-950d-b159feb54dc6} TCPHandler: Processed in 0.001298436 sec. 2026.04.29 20:54:19.590497 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.590589 [ 276 ] {86bb0972-ad51-4456-b257-7d5336a7f03f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:19.590626 [ 276 ] {86bb0972-ad51-4456-b257-7d5336a7f03f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:19.591298 [ 276 ] {86bb0972-ad51-4456-b257-7d5336a7f03f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.591333 [ 276 ] {86bb0972-ad51-4456-b257-7d5336a7f03f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.591670 [ 276 ] {86bb0972-ad51-4456-b257-7d5336a7f03f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:54:19.591872 [ 276 ] {86bb0972-ad51-4456-b257-7d5336a7f03f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:54:19.591997 [ 276 ] {86bb0972-ad51-4456-b257-7d5336a7f03f} executeQuery: Read 813 rows, 64.33 KiB in 0.001426 sec., 570126.2272089762 rows/sec., 44.05 MiB/sec. 2026.04.29 20:54:19.592032 [ 276 ] {86bb0972-ad51-4456-b257-7d5336a7f03f} TCPHandler: Processed in 0.001582941 sec. 2026.04.29 20:54:19.592153 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.592244 [ 276 ] {d479d055-ae4b-4c35-bfd2-cf825581660c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:19.592282 [ 276 ] {d479d055-ae4b-4c35-bfd2-cf825581660c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:19.592696 [ 276 ] {d479d055-ae4b-4c35-bfd2-cf825581660c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.592731 [ 276 ] {d479d055-ae4b-4c35-bfd2-cf825581660c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.593055 [ 276 ] {d479d055-ae4b-4c35-bfd2-cf825581660c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:54:19.593261 [ 276 ] {d479d055-ae4b-4c35-bfd2-cf825581660c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:19.593394 [ 276 ] {d479d055-ae4b-4c35-bfd2-cf825581660c} executeQuery: Read 153 rows, 9.35 KiB in 0.001167 sec., 131105.39845758353 rows/sec., 7.82 MiB/sec. 2026.04.29 20:54:19.593430 [ 276 ] {d479d055-ae4b-4c35-bfd2-cf825581660c} TCPHandler: Processed in 0.001324717 sec. 2026.04.29 20:54:19.593545 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.593637 [ 276 ] {ce1a18d9-caf9-4433-bc20-73a24aeb4691} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:54:19.593674 [ 276 ] {ce1a18d9-caf9-4433-bc20-73a24aeb4691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:54:19.594092 [ 276 ] {ce1a18d9-caf9-4433-bc20-73a24aeb4691} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.594128 [ 276 ] {ce1a18d9-caf9-4433-bc20-73a24aeb4691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.594437 [ 276 ] {ce1a18d9-caf9-4433-bc20-73a24aeb4691} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:54:19.594637 [ 276 ] {ce1a18d9-caf9-4433-bc20-73a24aeb4691} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:54:19.594760 [ 276 ] {ce1a18d9-caf9-4433-bc20-73a24aeb4691} executeQuery: Read 149 rows, 9.86 KiB in 0.00114 sec., 130701.75438596492 rows/sec., 8.44 MiB/sec. 2026.04.29 20:54:19.594798 [ 276 ] {ce1a18d9-caf9-4433-bc20-73a24aeb4691} TCPHandler: Processed in 0.001301127 sec. 2026.04.29 20:54:19.594921 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.595011 [ 276 ] {34ec3809-6686-4fdc-b0e5-60ec818e0448} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:54:19.595049 [ 276 ] {34ec3809-6686-4fdc-b0e5-60ec818e0448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:54:19.595474 [ 276 ] {34ec3809-6686-4fdc-b0e5-60ec818e0448} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.595512 [ 276 ] {34ec3809-6686-4fdc-b0e5-60ec818e0448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.595825 [ 276 ] {34ec3809-6686-4fdc-b0e5-60ec818e0448} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:54:19.596028 [ 276 ] {34ec3809-6686-4fdc-b0e5-60ec818e0448} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:54:19.596186 [ 276 ] {34ec3809-6686-4fdc-b0e5-60ec818e0448} executeQuery: Read 148 rows, 8.62 KiB in 0.001191 sec., 124265.32325776658 rows/sec., 7.07 MiB/sec. 2026.04.29 20:54:19.596228 [ 276 ] {34ec3809-6686-4fdc-b0e5-60ec818e0448} TCPHandler: Processed in 0.001355887 sec. 2026.04.29 20:54:19.596344 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.596436 [ 276 ] {edf8dc54-1937-457d-ac4e-9c67f0be5c36} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:19.596474 [ 276 ] {edf8dc54-1937-457d-ac4e-9c67f0be5c36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:19.597028 [ 276 ] {edf8dc54-1937-457d-ac4e-9c67f0be5c36} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.597064 [ 276 ] {edf8dc54-1937-457d-ac4e-9c67f0be5c36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.597406 [ 276 ] {edf8dc54-1937-457d-ac4e-9c67f0be5c36} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:54:19.597610 [ 276 ] {edf8dc54-1937-457d-ac4e-9c67f0be5c36} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:54:19.597738 [ 276 ] {edf8dc54-1937-457d-ac4e-9c67f0be5c36} executeQuery: Read 501 rows, 36.07 KiB in 0.001319 sec., 379833.206974981 rows/sec., 26.70 MiB/sec. 2026.04.29 20:54:19.597773 [ 276 ] {edf8dc54-1937-457d-ac4e-9c67f0be5c36} TCPHandler: Processed in 0.001478059 sec. 2026.04.29 20:54:19.597887 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.597979 [ 276 ] {d9b6e6d8-3bb6-4ad5-b39a-dbc85e4d9d8c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:54:19.598017 [ 276 ] {d9b6e6d8-3bb6-4ad5-b39a-dbc85e4d9d8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:54:19.598341 [ 276 ] {d9b6e6d8-3bb6-4ad5-b39a-dbc85e4d9d8c} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.598376 [ 276 ] {d9b6e6d8-3bb6-4ad5-b39a-dbc85e4d9d8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.598673 [ 276 ] {d9b6e6d8-3bb6-4ad5-b39a-dbc85e4d9d8c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.29 20:54:19.598888 [ 276 ] {d9b6e6d8-3bb6-4ad5-b39a-dbc85e4d9d8c} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:54:19.599008 [ 276 ] {d9b6e6d8-3bb6-4ad5-b39a-dbc85e4d9d8c} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2026.04.29 20:54:19.599042 [ 276 ] {d9b6e6d8-3bb6-4ad5-b39a-dbc85e4d9d8c} TCPHandler: Processed in 0.001203276 sec. 2026.04.29 20:54:19.599160 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.599251 [ 276 ] {8cb5490f-0ea8-49cc-a269-ad7ca2a56566} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:19.599290 [ 276 ] {8cb5490f-0ea8-49cc-a269-ad7ca2a56566} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:19.599676 [ 276 ] {8cb5490f-0ea8-49cc-a269-ad7ca2a56566} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.599710 [ 276 ] {8cb5490f-0ea8-49cc-a269-ad7ca2a56566} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.600036 [ 276 ] {8cb5490f-0ea8-49cc-a269-ad7ca2a56566} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:54:19.600236 [ 276 ] {8cb5490f-0ea8-49cc-a269-ad7ca2a56566} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:54:19.600359 [ 276 ] {8cb5490f-0ea8-49cc-a269-ad7ca2a56566} executeQuery: Read 267 rows, 18.17 KiB in 0.001126 sec., 237122.55772646534 rows/sec., 15.76 MiB/sec. 2026.04.29 20:54:19.600394 [ 276 ] {8cb5490f-0ea8-49cc-a269-ad7ca2a56566} TCPHandler: Processed in 0.001281877 sec. 2026.04.29 20:54:19.600509 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.600600 [ 276 ] {83a81da8-eb00-4d3b-9dd3-1d830a3ad52d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:54:19.600639 [ 276 ] {83a81da8-eb00-4d3b-9dd3-1d830a3ad52d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:54:19.600945 [ 276 ] {83a81da8-eb00-4d3b-9dd3-1d830a3ad52d} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.600981 [ 276 ] {83a81da8-eb00-4d3b-9dd3-1d830a3ad52d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.601273 [ 276 ] {83a81da8-eb00-4d3b-9dd3-1d830a3ad52d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:54:19.601467 [ 276 ] {83a81da8-eb00-4d3b-9dd3-1d830a3ad52d} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:54:19.601590 [ 276 ] {83a81da8-eb00-4d3b-9dd3-1d830a3ad52d} executeQuery: Read 1 rows, 69.00 B in 0.001007 sec., 993.0486593843098 rows/sec., 66.91 KiB/sec. 2026.04.29 20:54:19.601624 [ 276 ] {83a81da8-eb00-4d3b-9dd3-1d830a3ad52d} TCPHandler: Processed in 0.001162634 sec. 2026.04.29 20:54:19.601737 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.601826 [ 276 ] {2b054bcd-233d-4859-8b11-15b26fe8ece8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:19.601878 [ 276 ] {2b054bcd-233d-4859-8b11-15b26fe8ece8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:19.602574 [ 276 ] {2b054bcd-233d-4859-8b11-15b26fe8ece8} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.602610 [ 276 ] {2b054bcd-233d-4859-8b11-15b26fe8ece8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.603114 [ 276 ] {2b054bcd-233d-4859-8b11-15b26fe8ece8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:54:19.603324 [ 276 ] {2b054bcd-233d-4859-8b11-15b26fe8ece8} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:19.603460 [ 276 ] {2b054bcd-233d-4859-8b11-15b26fe8ece8} executeQuery: Read 7 rows, 12.84 KiB in 0.00165 sec., 4242.424242424242 rows/sec., 7.60 MiB/sec. 2026.04.29 20:54:19.603516 [ 276 ] {2b054bcd-233d-4859-8b11-15b26fe8ece8} TCPHandler: Processed in 0.001826814 sec. 2026.04.29 20:54:19.603637 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:19.603727 [ 276 ] {2a3031f6-fa83-4472-9213-f1e8b365f8a4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:19.603766 [ 276 ] {2a3031f6-fa83-4472-9213-f1e8b365f8a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:19.604109 [ 276 ] {2a3031f6-fa83-4472-9213-f1e8b365f8a4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.604144 [ 276 ] {2a3031f6-fa83-4472-9213-f1e8b365f8a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.604448 [ 276 ] {2a3031f6-fa83-4472-9213-f1e8b365f8a4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:54:19.604655 [ 276 ] {2a3031f6-fa83-4472-9213-f1e8b365f8a4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:19.604777 [ 276 ] {2a3031f6-fa83-4472-9213-f1e8b365f8a4} executeQuery: Read 90 rows, 5.77 KiB in 0.001068 sec., 84269.66292134832 rows/sec., 5.27 MiB/sec. 2026.04.29 20:54:19.604810 [ 276 ] {2a3031f6-fa83-4472-9213-f1e8b365f8a4} TCPHandler: Processed in 0.001221945 sec. 2026.04.29 20:54:19.662145 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8147 2026.04.29 20:54:19.662612 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:19.662654 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:19.663231 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:54:19.663454 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:19.663581 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8147 2026.04.29 20:54:20.103609 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.04.29 20:54:20.119301 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:20.119368 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:20.125155 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:54:20.125888 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:20.128599 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.04.29 20:54:22.184644 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 498 2026.04.29 20:54:22.187010 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:22.187055 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:22.188250 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:54:22.188507 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:54:22.188756 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 498 2026.04.29 20:54:24.574879 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:24.575177 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:54:24.575495 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:24.575531 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:54:24.575745 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:24.575814 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:24.575951 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:54:24.576051 [ 331 ] {32720b39-3932-4340-8d9b-0be10db22ed8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:24.576051 [ 307 ] {32720b39-3932-4340-8d9b-0be10db22ed8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:24.576051 [ 284 ] {32720b39-3932-4340-8d9b-0be10db22ed8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:24.576093 [ 304 ] {32720b39-3932-4340-8d9b-0be10db22ed8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:24.576240 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:24.576266 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:24.576350 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:24.576370 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:24.576404 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:24.576439 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:24.576477 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:24.577659 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} executeQuery: Read 45 rows, 5.52 KiB in 0.002584 sec., 17414.86068111455 rows/sec., 2.09 MiB/sec. 2026.04.29 20:54:24.577804 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} MemoryTracker: Peak memory usage (for query): 130.24 KiB. 2026.04.29 20:54:24.577820 [ 276 ] {32720b39-3932-4340-8d9b-0be10db22ed8} TCPHandler: Processed in 0.00311534 sec. 2026.04.29 20:54:24.580160 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:24.580273 [ 276 ] {0cd75c9b-d1ec-45c0-9418-7ef6deb4599f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:24.580317 [ 276 ] {0cd75c9b-d1ec-45c0-9418-7ef6deb4599f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:24.580833 [ 276 ] {0cd75c9b-d1ec-45c0-9418-7ef6deb4599f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:24.580875 [ 276 ] {0cd75c9b-d1ec-45c0-9418-7ef6deb4599f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:24.581255 [ 276 ] {0cd75c9b-d1ec-45c0-9418-7ef6deb4599f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:54:24.581478 [ 276 ] {0cd75c9b-d1ec-45c0-9418-7ef6deb4599f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:54:24.581627 [ 276 ] {0cd75c9b-d1ec-45c0-9418-7ef6deb4599f} executeQuery: Read 126 rows, 11.14 KiB in 0.001388 sec., 90778.09798270895 rows/sec., 7.84 MiB/sec. 2026.04.29 20:54:24.581667 [ 276 ] {0cd75c9b-d1ec-45c0-9418-7ef6deb4599f} TCPHandler: Processed in 0.00155999 sec. 2026.04.29 20:54:24.581796 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:24.581895 [ 276 ] {49d13eee-441e-4c95-af08-085edb9b6ba3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:24.581936 [ 276 ] {49d13eee-441e-4c95-af08-085edb9b6ba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:24.582347 [ 276 ] {49d13eee-441e-4c95-af08-085edb9b6ba3} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:24.582384 [ 276 ] {49d13eee-441e-4c95-af08-085edb9b6ba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:24.582672 [ 276 ] {49d13eee-441e-4c95-af08-085edb9b6ba3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:54:24.582890 [ 276 ] {49d13eee-441e-4c95-af08-085edb9b6ba3} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:24.583005 [ 97 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.04.29 20:54:24.583022 [ 276 ] {49d13eee-441e-4c95-af08-085edb9b6ba3} executeQuery: Read 35 rows, 2.63 KiB in 0.001149 sec., 30461.270670147955 rows/sec., 2.24 MiB/sec. 2026.04.29 20:54:24.583077 [ 97 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:24.583084 [ 276 ] {49d13eee-441e-4c95-af08-085edb9b6ba3} TCPHandler: Processed in 0.001340127 sec. 2026.04.29 20:54:24.583110 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:24.583214 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.04.29 20:54:24.583233 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:24.583316 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:24.583333 [ 276 ] {d64125d6-9b39-4c5f-af56-701072f93a68} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:24.583347 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 211 rows starting from the beginning of the part 2026.04.29 20:54:24.583376 [ 276 ] {d64125d6-9b39-4c5f-af56-701072f93a68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:24.583406 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 44 rows starting from the beginning of the part 2026.04.29 20:54:24.583456 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 149 rows starting from the beginning of the part 2026.04.29 20:54:24.583502 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 35 rows starting from the beginning of the part 2026.04.29 20:54:24.583546 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 153 rows starting from the beginning of the part 2026.04.29 20:54:24.583588 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 35 rows starting from the beginning of the part 2026.04.29 20:54:24.583808 [ 276 ] {d64125d6-9b39-4c5f-af56-701072f93a68} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:24.583842 [ 276 ] {d64125d6-9b39-4c5f-af56-701072f93a68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:24.584244 [ 276 ] {d64125d6-9b39-4c5f-af56-701072f93a68} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:54:24.584425 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 627 rows, containing 5 columns (5 merged, 0 gathered) in 0.001251076 sec., 501168.59407422086 rows/sec., 33.62 MiB/sec. 2026.04.29 20:54:24.584469 [ 276 ] {d64125d6-9b39-4c5f-af56-701072f93a68} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:54:24.584552 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.04.29 20:54:24.584610 [ 276 ] {d64125d6-9b39-4c5f-af56-701072f93a68} executeQuery: Read 99 rows, 7.92 KiB in 0.001296 sec., 76388.88888888889 rows/sec., 5.97 MiB/sec. 2026.04.29 20:54:24.584647 [ 276 ] {d64125d6-9b39-4c5f-af56-701072f93a68} TCPHandler: Processed in 0.001466428 sec. 2026.04.29 20:54:24.584792 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:24.584799 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:24.584854 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_20_4} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.04.29 20:54:24.584897 [ 276 ] {e7faad31-f4d8-4b80-8bbb-1899ecef2553} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:24.584914 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.29 20:54:24.584940 [ 276 ] {e7faad31-f4d8-4b80-8bbb-1899ecef2553} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:24.585350 [ 276 ] {e7faad31-f4d8-4b80-8bbb-1899ecef2553} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:24.585384 [ 276 ] {e7faad31-f4d8-4b80-8bbb-1899ecef2553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:24.585700 [ 276 ] {e7faad31-f4d8-4b80-8bbb-1899ecef2553} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:54:24.585901 [ 276 ] {e7faad31-f4d8-4b80-8bbb-1899ecef2553} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:54:24.586030 [ 276 ] {e7faad31-f4d8-4b80-8bbb-1899ecef2553} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2026.04.29 20:54:24.586065 [ 276 ] {e7faad31-f4d8-4b80-8bbb-1899ecef2553} TCPHandler: Processed in 0.001317486 sec. 2026.04.29 20:54:24.586185 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:24.586281 [ 276 ] {1d426765-729e-4cd8-bacb-4feb53c4fff2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:24.586334 [ 276 ] {1d426765-729e-4cd8-bacb-4feb53c4fff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:24.587108 [ 276 ] {1d426765-729e-4cd8-bacb-4feb53c4fff2} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:24.587145 [ 276 ] {1d426765-729e-4cd8-bacb-4feb53c4fff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:24.587686 [ 276 ] {1d426765-729e-4cd8-bacb-4feb53c4fff2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:54:24.587904 [ 276 ] {1d426765-729e-4cd8-bacb-4feb53c4fff2} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:24.588044 [ 276 ] {1d426765-729e-4cd8-bacb-4feb53c4fff2} executeQuery: Read 35 rows, 64.22 KiB in 0.001781 sec., 19651.88096574958 rows/sec., 35.22 MiB/sec. 2026.04.29 20:54:24.588101 [ 276 ] {1d426765-729e-4cd8-bacb-4feb53c4fff2} TCPHandler: Processed in 0.001964876 sec. 2026.04.29 20:54:24.588235 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:24.588330 [ 276 ] {269dcb59-2bbb-42b5-a2bf-a24a1629ef81} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:24.588371 [ 276 ] {269dcb59-2bbb-42b5-a2bf-a24a1629ef81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:24.588705 [ 276 ] {269dcb59-2bbb-42b5-a2bf-a24a1629ef81} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:24.588741 [ 276 ] {269dcb59-2bbb-42b5-a2bf-a24a1629ef81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:24.589032 [ 276 ] {269dcb59-2bbb-42b5-a2bf-a24a1629ef81} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:54:24.589250 [ 276 ] {269dcb59-2bbb-42b5-a2bf-a24a1629ef81} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:24.589376 [ 276 ] {269dcb59-2bbb-42b5-a2bf-a24a1629ef81} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.04.29 20:54:24.589411 [ 276 ] {269dcb59-2bbb-42b5-a2bf-a24a1629ef81} TCPHandler: Processed in 0.001225925 sec. 2026.04.29 20:54:27.046856 [ 64 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:54:27.046923 [ 64 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:54:27.163732 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8659 2026.04.29 20:54:27.164393 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:27.164438 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:27.164929 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:54:27.165182 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:27.165327 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8659 2026.04.29 20:54:27.628748 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.04.29 20:54:27.644392 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:27.644447 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:27.650174 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:54:27.650843 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:27.653477 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.04.29 20:54:29.579522 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.579753 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:29.580089 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:29.580123 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:29.580362 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:29.580427 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:29.580564 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:54:29.580683 [ 284 ] {0cccf49b-643d-427e-8a59-3f460750235a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:29.580686 [ 331 ] {0cccf49b-643d-427e-8a59-3f460750235a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:29.580693 [ 340 ] {0cccf49b-643d-427e-8a59-3f460750235a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:29.580693 [ 304 ] {0cccf49b-643d-427e-8a59-3f460750235a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:29.580884 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:29.580910 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:29.580998 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:29.581018 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:29.581051 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:29.581088 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:29.581122 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:29.582389 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} executeQuery: Read 45 rows, 9.51 KiB in 0.002729 sec., 16489.556614144374 rows/sec., 3.40 MiB/sec. 2026.04.29 20:54:29.582555 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} MemoryTracker: Peak memory usage (for query): 149.80 KiB. 2026.04.29 20:54:29.582577 [ 276 ] {0cccf49b-643d-427e-8a59-3f460750235a} TCPHandler: Processed in 0.00318624 sec. 2026.04.29 20:54:29.587491 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.587673 [ 276 ] {7304de80-ca8e-4ae1-9454-827eadf7f0e0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.587744 [ 276 ] {7304de80-ca8e-4ae1-9454-827eadf7f0e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:54:29.588545 [ 276 ] {7304de80-ca8e-4ae1-9454-827eadf7f0e0} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.588587 [ 276 ] {7304de80-ca8e-4ae1-9454-827eadf7f0e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.588967 [ 276 ] {7304de80-ca8e-4ae1-9454-827eadf7f0e0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:54:29.589181 [ 276 ] {7304de80-ca8e-4ae1-9454-827eadf7f0e0} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:54:29.589302 [ 111 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.29 20:54:29.589326 [ 276 ] {7304de80-ca8e-4ae1-9454-827eadf7f0e0} executeQuery: Read 284 rows, 18.47 KiB in 0.001704 sec., 166666.66666666666 rows/sec., 10.59 MiB/sec. 2026.04.29 20:54:29.589344 [ 111 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.589367 [ 276 ] {7304de80-ca8e-4ae1-9454-827eadf7f0e0} TCPHandler: Processed in 0.001967075 sec. 2026.04.29 20:54:29.589368 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.589482 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::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.29 20:54:29.589515 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.589614 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:29.589619 [ 276 ] {0b212256-b61b-4f8c-822f-f81895f4bf00} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:29.589654 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.04.29 20:54:29.589673 [ 276 ] {0b212256-b61b-4f8c-822f-f81895f4bf00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:29.589734 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.04.29 20:54:29.589781 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.04.29 20:54:29.589823 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.04.29 20:54:29.589859 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.04.29 20:54:29.590482 [ 276 ] {0b212256-b61b-4f8c-822f-f81895f4bf00} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.590523 [ 276 ] {0b212256-b61b-4f8c-822f-f81895f4bf00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.590862 [ 200 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001415578 sec., 1003123.812322599 rows/sec., 67.54 MiB/sec. 2026.04.29 20:54:29.590920 [ 276 ] {0b212256-b61b-4f8c-822f-f81895f4bf00} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:54:29.591022 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.29 20:54:29.591170 [ 276 ] {0b212256-b61b-4f8c-822f-f81895f4bf00} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:54:29.591293 [ 111 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.29 20:54:29.591313 [ 276 ] {0b212256-b61b-4f8c-822f-f81895f4bf00} executeQuery: Read 811 rows, 64.18 KiB in 0.001715 sec., 472886.29737609334 rows/sec., 36.55 MiB/sec. 2026.04.29 20:54:29.591324 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:54:29.591328 [ 111 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.591358 [ 276 ] {0b212256-b61b-4f8c-822f-f81895f4bf00} TCPHandler: Processed in 0.001899594 sec. 2026.04.29 20:54:29.591378 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.591433 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_5_1} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.29 20:54:29.591462 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::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.29 20:54:29.591488 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.591513 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.29 20:54:29.591553 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:29.591583 [ 276 ] {21e0247b-6dc1-44e6-ba56-1b26d9073ac2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.591585 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3239 rows starting from the beginning of the part 2026.04.29 20:54:29.591623 [ 276 ] {21e0247b-6dc1-44e6-ba56-1b26d9073ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:29.591646 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 811 rows starting from the beginning of the part 2026.04.29 20:54:29.591687 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 126 rows starting from the beginning of the part 2026.04.29 20:54:29.591724 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 813 rows starting from the beginning of the part 2026.04.29 20:54:29.591762 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 126 rows starting from the beginning of the part 2026.04.29 20:54:29.591799 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 811 rows starting from the beginning of the part 2026.04.29 20:54:29.592068 [ 276 ] {21e0247b-6dc1-44e6-ba56-1b26d9073ac2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.592102 [ 276 ] {21e0247b-6dc1-44e6-ba56-1b26d9073ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.592416 [ 276 ] {21e0247b-6dc1-44e6-ba56-1b26d9073ac2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:54:29.592619 [ 276 ] {21e0247b-6dc1-44e6-ba56-1b26d9073ac2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:29.592744 [ 276 ] {21e0247b-6dc1-44e6-ba56-1b26d9073ac2} executeQuery: Read 149 rows, 9.07 KiB in 0.001179 sec., 126378.2866836302 rows/sec., 7.51 MiB/sec. 2026.04.29 20:54:29.592780 [ 276 ] {21e0247b-6dc1-44e6-ba56-1b26d9073ac2} TCPHandler: Processed in 0.001340347 sec. 2026.04.29 20:54:29.592912 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.593003 [ 276 ] {35219c2d-43e4-4769-81dc-ce894916eceb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.593041 [ 276 ] {35219c2d-43e4-4769-81dc-ce894916eceb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:54:29.593476 [ 276 ] {35219c2d-43e4-4769-81dc-ce894916eceb} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.593511 [ 276 ] {35219c2d-43e4-4769-81dc-ce894916eceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.593793 [ 276 ] {35219c2d-43e4-4769-81dc-ce894916eceb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:54:29.593907 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5926 rows, containing 5 columns (5 merged, 0 gathered) in 0.002477872 sec., 2391568.248884527 rows/sec., 191.91 MiB/sec. 2026.04.29 20:54:29.594004 [ 276 ] {35219c2d-43e4-4769-81dc-ce894916eceb} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:54:29.594130 [ 276 ] {35219c2d-43e4-4769-81dc-ce894916eceb} executeQuery: Read 149 rows, 9.86 KiB in 0.001144 sec., 130244.75524475524 rows/sec., 8.41 MiB/sec. 2026.04.29 20:54:29.594165 [ 276 ] {35219c2d-43e4-4769-81dc-ce894916eceb} TCPHandler: Processed in 0.001301227 sec. 2026.04.29 20:54:29.594288 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.594334 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.29 20:54:29.594380 [ 276 ] {9691fafb-6628-4808-8c43-8a5056560a76} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.594423 [ 276 ] {9691fafb-6628-4808-8c43-8a5056560a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:54:29.594618 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): 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.29 20:54:29.594698 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_26_5} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.29 20:54:29.594806 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.04.29 20:54:29.594858 [ 276 ] {9691fafb-6628-4808-8c43-8a5056560a76} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.594898 [ 276 ] {9691fafb-6628-4808-8c43-8a5056560a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.595191 [ 276 ] {9691fafb-6628-4808-8c43-8a5056560a76} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:54:29.595395 [ 276 ] {9691fafb-6628-4808-8c43-8a5056560a76} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:54:29.595488 [ 111 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.29 20:54:29.595515 [ 111 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.595521 [ 276 ] {9691fafb-6628-4808-8c43-8a5056560a76} executeQuery: Read 148 rows, 8.62 KiB in 0.001158 sec., 127806.56303972367 rows/sec., 7.27 MiB/sec. 2026.04.29 20:54:29.595531 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.595565 [ 276 ] {9691fafb-6628-4808-8c43-8a5056560a76} TCPHandler: Processed in 0.001325167 sec. 2026.04.29 20:54:29.595630 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::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.29 20:54:29.595690 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.595754 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:29.595786 [ 276 ] {2174156b-e034-426d-b248-c5fbda6bfaa3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:29.595789 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.04.29 20:54:29.595831 [ 276 ] {2174156b-e034-426d-b248-c5fbda6bfaa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:29.595871 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.04.29 20:54:29.595917 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.04.29 20:54:29.595959 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.04.29 20:54:29.595996 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.04.29 20:54:29.596419 [ 276 ] {2174156b-e034-426d-b248-c5fbda6bfaa3} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.596459 [ 276 ] {2174156b-e034-426d-b248-c5fbda6bfaa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.596793 [ 276 ] {2174156b-e034-426d-b248-c5fbda6bfaa3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:54:29.596875 [ 187 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285586 sec., 575612.988940452 rows/sec., 34.93 MiB/sec. 2026.04.29 20:54:29.597018 [ 276 ] {2174156b-e034-426d-b248-c5fbda6bfaa3} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:54:29.597025 [ 189 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.29 20:54:29.597124 [ 111 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.29 20:54:29.597153 [ 111 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.597157 [ 276 ] {2174156b-e034-426d-b248-c5fbda6bfaa3} executeQuery: Read 497 rows, 35.74 KiB in 0.001388 sec., 358069.1642651297 rows/sec., 25.15 MiB/sec. 2026.04.29 20:54:29.597178 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.597208 [ 276 ] {2174156b-e034-426d-b248-c5fbda6bfaa3} TCPHandler: Processed in 0.00156632 sec. 2026.04.29 20:54:29.597261 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::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.29 20:54:29.597325 [ 189 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:54:29.597333 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.597347 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:29.597383 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1792 rows starting from the beginning of the part 2026.04.29 20:54:29.597405 [ 189 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_5_1} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.29 20:54:29.597435 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 497 rows starting from the beginning of the part 2026.04.29 20:54:29.597436 [ 276 ] {14b65e2e-86ef-49a8-98c9-62ebfa357d09} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:54:29.597481 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.29 20:54:29.597484 [ 276 ] {14b65e2e-86ef-49a8-98c9-62ebfa357d09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:54:29.597482 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 99 rows starting from the beginning of the part 2026.04.29 20:54:29.597556 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 501 rows starting from the beginning of the part 2026.04.29 20:54:29.597593 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 99 rows starting from the beginning of the part 2026.04.29 20:54:29.597631 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 497 rows starting from the beginning of the part 2026.04.29 20:54:29.597846 [ 276 ] {14b65e2e-86ef-49a8-98c9-62ebfa357d09} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.597879 [ 276 ] {14b65e2e-86ef-49a8-98c9-62ebfa357d09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.598167 [ 276 ] {14b65e2e-86ef-49a8-98c9-62ebfa357d09} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:54:29.598384 [ 276 ] {14b65e2e-86ef-49a8-98c9-62ebfa357d09} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:54:29.598479 [ 111 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.29 20:54:29.598504 [ 111 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.598510 [ 276 ] {14b65e2e-86ef-49a8-98c9-62ebfa357d09} executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. 2026.04.29 20:54:29.598519 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.598553 [ 276 ] {14b65e2e-86ef-49a8-98c9-62ebfa357d09} TCPHandler: Processed in 0.001268066 sec. 2026.04.29 20:54:29.598604 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::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.29 20:54:29.598676 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.598704 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:29.598738 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.04.29 20:54:29.598772 [ 276 ] {b3c05e02-8640-4944-8812-4dd2e81b3429} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.598789 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.04.29 20:54:29.598817 [ 276 ] {b3c05e02-8640-4944-8812-4dd2e81b3429} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:29.598832 [ 195 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3485 rows, containing 5 columns (5 merged, 0 gathered) in 0.00160547 sec., 2170703.90602129 rows/sec., 158.94 MiB/sec. 2026.04.29 20:54:29.598834 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.04.29 20:54:29.598925 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.04.29 20:54:29.598965 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.04.29 20:54:29.599040 [ 189 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.29 20:54:29.599244 [ 276 ] {b3c05e02-8640-4944-8812-4dd2e81b3429} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.599285 [ 276 ] {b3c05e02-8640-4944-8812-4dd2e81b3429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.599323 [ 189 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): 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.29 20:54:29.599407 [ 189 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_26_5} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.29 20:54:29.599479 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.04.29 20:54:29.599654 [ 196 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001073874 sec., 27936.238329636435 rows/sec., 1.43 MiB/sec. 2026.04.29 20:54:29.599685 [ 276 ] {b3c05e02-8640-4944-8812-4dd2e81b3429} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:54:29.599789 [ 189 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.29 20:54:29.599934 [ 276 ] {b3c05e02-8640-4944-8812-4dd2e81b3429} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:54:29.600073 [ 189 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:54:29.600080 [ 276 ] {b3c05e02-8640-4944-8812-4dd2e81b3429} executeQuery: Read 265 rows, 18.03 KiB in 0.001326 sec., 199849.17043740573 rows/sec., 13.28 MiB/sec. 2026.04.29 20:54:29.600129 [ 276 ] {b3c05e02-8640-4944-8812-4dd2e81b3429} TCPHandler: Processed in 0.001500739 sec. 2026.04.29 20:54:29.600147 [ 189 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_5_1} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.29 20:54:29.600216 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.29 20:54:29.600261 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.600356 [ 276 ] {ece636a0-288e-4bf9-bc79-45969e8bc06c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.600395 [ 276 ] {ece636a0-288e-4bf9-bc79-45969e8bc06c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:54:29.600711 [ 276 ] {ece636a0-288e-4bf9-bc79-45969e8bc06c} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.600746 [ 276 ] {ece636a0-288e-4bf9-bc79-45969e8bc06c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.601041 [ 276 ] {ece636a0-288e-4bf9-bc79-45969e8bc06c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:54:29.601254 [ 276 ] {ece636a0-288e-4bf9-bc79-45969e8bc06c} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:54:29.601355 [ 111 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.29 20:54:29.601378 [ 276 ] {ece636a0-288e-4bf9-bc79-45969e8bc06c} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2026.04.29 20:54:29.601383 [ 111 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.601416 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.601419 [ 276 ] {ece636a0-288e-4bf9-bc79-45969e8bc06c} TCPHandler: Processed in 0.001204706 sec. 2026.04.29 20:54:29.601487 [ 189 ] {36afd666-d1db-4f79-bca2-33f962594014::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.29 20:54:29.601548 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.601566 [ 189 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:29.601594 [ 189 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.04.29 20:54:29.601643 [ 276 ] {c3bb9077-0434-4e43-ba0a-852b95d9a037} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.601654 [ 189 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.04.29 20:54:29.601702 [ 189 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.04.29 20:54:29.601703 [ 276 ] {c3bb9077-0434-4e43-ba0a-852b95d9a037} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:29.601740 [ 189 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.04.29 20:54:29.601798 [ 189 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.04.29 20:54:29.601835 [ 189 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.04.29 20:54:29.602451 [ 276 ] {c3bb9077-0434-4e43-ba0a-852b95d9a037} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.602490 [ 276 ] {c3bb9077-0434-4e43-ba0a-852b95d9a037} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.602566 [ 196 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.001109925 sec., 5405.770660179742 rows/sec., 360.74 KiB/sec. 2026.04.29 20:54:29.602705 [ 195 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.29 20:54:29.602988 [ 195 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:54:29.602995 [ 276 ] {c3bb9077-0434-4e43-ba0a-852b95d9a037} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:54:29.603068 [ 195 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_6_1} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.29 20:54:29.603143 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.04.29 20:54:29.603254 [ 276 ] {c3bb9077-0434-4e43-ba0a-852b95d9a037} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:29.603394 [ 276 ] {c3bb9077-0434-4e43-ba0a-852b95d9a037} executeQuery: Read 7 rows, 12.84 KiB in 0.001768 sec., 3959.2760180995474 rows/sec., 7.09 MiB/sec. 2026.04.29 20:54:29.603449 [ 276 ] {c3bb9077-0434-4e43-ba0a-852b95d9a037} TCPHandler: Processed in 0.001948715 sec. 2026.04.29 20:54:29.603569 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.603660 [ 276 ] {532739b0-03ee-436e-b3cd-7dc34439cda6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.603700 [ 276 ] {532739b0-03ee-436e-b3cd-7dc34439cda6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:29.604048 [ 276 ] {532739b0-03ee-436e-b3cd-7dc34439cda6} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.604082 [ 276 ] {532739b0-03ee-436e-b3cd-7dc34439cda6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.604372 [ 276 ] {532739b0-03ee-436e-b3cd-7dc34439cda6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:54:29.604571 [ 276 ] {532739b0-03ee-436e-b3cd-7dc34439cda6} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:29.604691 [ 276 ] {532739b0-03ee-436e-b3cd-7dc34439cda6} executeQuery: Read 90 rows, 5.77 KiB in 0.001049 sec., 85795.99618684461 rows/sec., 5.37 MiB/sec. 2026.04.29 20:54:29.604724 [ 276 ] {532739b0-03ee-436e-b3cd-7dc34439cda6} TCPHandler: Processed in 0.001202155 sec. 2026.04.29 20:54:29.896427 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.896653 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:29.896992 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:29.897036 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:29.897274 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:29.897345 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:29.897489 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.04.29 20:54:29.897588 [ 284 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:29.897620 [ 343 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:29.897622 [ 304 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:29.897622 [ 340 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:29.897762 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:29.897790 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:29.897876 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:29.897896 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:29.897931 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:29.897967 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:29.898002 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:29.899135 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} executeQuery: Read 45 rows, 5.52 KiB in 0.002577 sec., 17462.165308498254 rows/sec., 2.09 MiB/sec. 2026.04.29 20:54:29.899286 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} MemoryTracker: Peak memory usage (for query): 134.66 KiB. 2026.04.29 20:54:29.899302 [ 276 ] {dda44243-0b95-47bf-bbe9-aab3411080d3} TCPHandler: Processed in 0.003011658 sec. 2026.04.29 20:54:29.911279 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.911398 [ 276 ] {bb6466bc-1cfd-4ce2-8d05-5cf4ca2b6140} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:54:29.911447 [ 276 ] {bb6466bc-1cfd-4ce2-8d05-5cf4ca2b6140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:54:29.911957 [ 276 ] {bb6466bc-1cfd-4ce2-8d05-5cf4ca2b6140} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.911998 [ 276 ] {bb6466bc-1cfd-4ce2-8d05-5cf4ca2b6140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.912424 [ 276 ] {bb6466bc-1cfd-4ce2-8d05-5cf4ca2b6140} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:54:29.912667 [ 276 ] {bb6466bc-1cfd-4ce2-8d05-5cf4ca2b6140} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:54:29.912817 [ 276 ] {bb6466bc-1cfd-4ce2-8d05-5cf4ca2b6140} executeQuery: Read 6 rows, 501.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 336.49 KiB/sec. 2026.04.29 20:54:29.912857 [ 276 ] {bb6466bc-1cfd-4ce2-8d05-5cf4ca2b6140} TCPHandler: Processed in 0.001637231 sec. 2026.04.29 20:54:29.912985 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.913093 [ 276 ] {2484ddf9-7ce3-4f0c-ae77-9b6c14b9baed} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:29.913136 [ 276 ] {2484ddf9-7ce3-4f0c-ae77-9b6c14b9baed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:29.914411 [ 276 ] {2484ddf9-7ce3-4f0c-ae77-9b6c14b9baed} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.914450 [ 276 ] {2484ddf9-7ce3-4f0c-ae77-9b6c14b9baed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.914973 [ 276 ] {2484ddf9-7ce3-4f0c-ae77-9b6c14b9baed} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:54:29.915201 [ 276 ] {2484ddf9-7ce3-4f0c-ae77-9b6c14b9baed} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:29.915340 [ 276 ] {2484ddf9-7ce3-4f0c-ae77-9b6c14b9baed} executeQuery: Read 2474 rows, 188.29 KiB in 0.00227 sec., 1089867.8414096916 rows/sec., 81.00 MiB/sec. 2026.04.29 20:54:29.915381 [ 276 ] {2484ddf9-7ce3-4f0c-ae77-9b6c14b9baed} TCPHandler: Processed in 0.002452481 sec. 2026.04.29 20:54:29.915504 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.915603 [ 276 ] {887e99b2-2da9-4fcc-a1d3-321bbe5bbd22} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.915644 [ 276 ] {887e99b2-2da9-4fcc-a1d3-321bbe5bbd22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:29.916062 [ 276 ] {887e99b2-2da9-4fcc-a1d3-321bbe5bbd22} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.916099 [ 276 ] {887e99b2-2da9-4fcc-a1d3-321bbe5bbd22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.916408 [ 276 ] {887e99b2-2da9-4fcc-a1d3-321bbe5bbd22} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:54:29.916637 [ 276 ] {887e99b2-2da9-4fcc-a1d3-321bbe5bbd22} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:29.916769 [ 276 ] {887e99b2-2da9-4fcc-a1d3-321bbe5bbd22} executeQuery: Read 50 rows, 3.73 KiB in 0.001186 sec., 42158.516020236086 rows/sec., 3.07 MiB/sec. 2026.04.29 20:54:29.916807 [ 276 ] {887e99b2-2da9-4fcc-a1d3-321bbe5bbd22} TCPHandler: Processed in 0.001356158 sec. 2026.04.29 20:54:29.916928 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.917022 [ 276 ] {74159979-c50e-46c8-ac25-95717105ae7d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.917063 [ 276 ] {74159979-c50e-46c8-ac25-95717105ae7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:54:29.917672 [ 276 ] {74159979-c50e-46c8-ac25-95717105ae7d} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.917710 [ 276 ] {74159979-c50e-46c8-ac25-95717105ae7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.918052 [ 276 ] {74159979-c50e-46c8-ac25-95717105ae7d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:54:29.918265 [ 276 ] {74159979-c50e-46c8-ac25-95717105ae7d} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:54:29.918369 [ 111 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:54:29.918397 [ 276 ] {74159979-c50e-46c8-ac25-95717105ae7d} executeQuery: Read 801 rows, 47.38 KiB in 0.001393 sec., 575017.9468772433 rows/sec., 33.21 MiB/sec. 2026.04.29 20:54:29.918416 [ 111 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.918440 [ 276 ] {74159979-c50e-46c8-ac25-95717105ae7d} TCPHandler: Processed in 0.001565731 sec. 2026.04.29 20:54:29.918446 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.918567 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.918569 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:54:29.918668 [ 276 ] {4effd2e3-12d8-41c9-adcb-72b7ea52fe17} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.918706 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:29.918712 [ 276 ] {4effd2e3-12d8-41c9-adcb-72b7ea52fe17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:54:29.918745 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 951 rows starting from the beginning of the part 2026.04.29 20:54:29.918813 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:54:29.918855 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:54:29.918894 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:54:29.918936 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:54:29.918980 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:54:29.919154 [ 276 ] {4effd2e3-12d8-41c9-adcb-72b7ea52fe17} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.919197 [ 276 ] {4effd2e3-12d8-41c9-adcb-72b7ea52fe17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.919512 [ 276 ] {4effd2e3-12d8-41c9-adcb-72b7ea52fe17} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:54:29.919738 [ 276 ] {4effd2e3-12d8-41c9-adcb-72b7ea52fe17} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:54:29.919875 [ 276 ] {4effd2e3-12d8-41c9-adcb-72b7ea52fe17} executeQuery: Read 1 rows, 72.00 B in 0.001225 sec., 816.3265306122449 rows/sec., 57.40 KiB/sec. 2026.04.29 20:54:29.919913 [ 276 ] {4effd2e3-12d8-41c9-adcb-72b7ea52fe17} TCPHandler: Processed in 0.001396687 sec. 2026.04.29 20:54:29.920025 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.920119 [ 276 ] {4f15ae90-cafd-4bae-af2b-8cea66409c48} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:29.920158 [ 276 ] {4f15ae90-cafd-4bae-af2b-8cea66409c48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:29.920365 [ 196 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3000 rows, containing 5 columns (5 merged, 0 gathered) in 0.001838064 sec., 1632152.0904603975 rows/sec., 102.73 MiB/sec. 2026.04.29 20:54:29.920559 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:54:29.920834 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_11_2} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:54:29.920930 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_11_2} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:54:29.920975 [ 276 ] {4f15ae90-cafd-4bae-af2b-8cea66409c48} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.921010 [ 276 ] {4f15ae90-cafd-4bae-af2b-8cea66409c48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.921010 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.04.29 20:54:29.921406 [ 276 ] {4f15ae90-cafd-4bae-af2b-8cea66409c48} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:54:29.921622 [ 276 ] {4f15ae90-cafd-4bae-af2b-8cea66409c48} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:29.921751 [ 276 ] {4f15ae90-cafd-4bae-af2b-8cea66409c48} executeQuery: Read 1329 rows, 91.25 KiB in 0.001649 sec., 805942.995755003 rows/sec., 54.04 MiB/sec. 2026.04.29 20:54:29.921789 [ 276 ] {4f15ae90-cafd-4bae-af2b-8cea66409c48} TCPHandler: Processed in 0.001815394 sec. 2026.04.29 20:54:29.921927 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.922023 [ 276 ] {00a03129-85e8-41ed-bccd-7d5713dc5a5d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.922064 [ 276 ] {00a03129-85e8-41ed-bccd-7d5713dc5a5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:29.922731 [ 276 ] {00a03129-85e8-41ed-bccd-7d5713dc5a5d} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.922768 [ 276 ] {00a03129-85e8-41ed-bccd-7d5713dc5a5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.923253 [ 276 ] {00a03129-85e8-41ed-bccd-7d5713dc5a5d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:54:29.923473 [ 276 ] {00a03129-85e8-41ed-bccd-7d5713dc5a5d} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:54:29.923580 [ 107 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.29 20:54:29.923607 [ 276 ] {00a03129-85e8-41ed-bccd-7d5713dc5a5d} executeQuery: Read 1499 rows, 93.11 KiB in 0.001599 sec., 937460.9130706692 rows/sec., 56.87 MiB/sec. 2026.04.29 20:54:29.923622 [ 107 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.923651 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.923653 [ 276 ] {00a03129-85e8-41ed-bccd-7d5713dc5a5d} TCPHandler: Processed in 0.001778203 sec. 2026.04.29 20:54:29.923734 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::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.29 20:54:29.923784 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.923855 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:29.923884 [ 276 ] {f18011d6-4da8-482e-b5e1-4267fd9e7d61} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.923888 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9715 rows starting from the beginning of the part 2026.04.29 20:54:29.923946 [ 276 ] {f18011d6-4da8-482e-b5e1-4267fd9e7d61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:29.923956 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.04.29 20:54:29.924002 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 267 rows starting from the beginning of the part 2026.04.29 20:54:29.924047 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.04.29 20:54:29.924093 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 265 rows starting from the beginning of the part 2026.04.29 20:54:29.924130 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1499 rows starting from the beginning of the part 2026.04.29 20:54:29.924769 [ 276 ] {f18011d6-4da8-482e-b5e1-4267fd9e7d61} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.924810 [ 276 ] {f18011d6-4da8-482e-b5e1-4267fd9e7d61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.925450 [ 276 ] {f18011d6-4da8-482e-b5e1-4267fd9e7d61} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:54:29.925691 [ 276 ] {f18011d6-4da8-482e-b5e1-4267fd9e7d61} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:29.925807 [ 107 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.29 20:54:29.925840 [ 276 ] {f18011d6-4da8-482e-b5e1-4267fd9e7d61} executeQuery: Read 44 rows, 80.74 KiB in 0.001975 sec., 22278.481012658227 rows/sec., 39.92 MiB/sec. 2026.04.29 20:54:29.925841 [ 107 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.925880 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.925911 [ 276 ] {f18011d6-4da8-482e-b5e1-4267fd9e7d61} TCPHandler: Processed in 0.002177728 sec. 2026.04.29 20:54:29.925962 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::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.29 20:54:29.926041 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:29.926137 [ 276 ] {97336983-9a19-4038-a1fa-0e4f72ed6d44} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:29.926154 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:29.926179 [ 276 ] {97336983-9a19-4038-a1fa-0e4f72ed6d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:29.926205 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 383 rows starting from the beginning of the part 2026.04.29 20:54:29.926315 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 35 rows starting from the beginning of the part 2026.04.29 20:54:29.926409 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:29.926499 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 35 rows starting from the beginning of the part 2026.04.29 20:54:29.926535 [ 276 ] {97336983-9a19-4038-a1fa-0e4f72ed6d44} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:29.926572 [ 276 ] {97336983-9a19-4038-a1fa-0e4f72ed6d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:29.926587 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:29.926669 [ 186 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part 2026.04.29 20:54:29.926978 [ 276 ] {97336983-9a19-4038-a1fa-0e4f72ed6d44} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:54:29.927197 [ 276 ] {97336983-9a19-4038-a1fa-0e4f72ed6d44} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:29.927335 [ 276 ] {97336983-9a19-4038-a1fa-0e4f72ed6d44} executeQuery: Read 12 rows, 848.00 B in 0.001217 sec., 9860.312243221035 rows/sec., 680.46 KiB/sec. 2026.04.29 20:54:29.927370 [ 276 ] {97336983-9a19-4038-a1fa-0e4f72ed6d44} TCPHandler: Processed in 0.001379178 sec. 2026.04.29 20:54:29.928841 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12066 rows, containing 5 columns (5 merged, 0 gathered) in 0.005140916 sec., 2347052.5486119594 rows/sec., 148.47 MiB/sec. 2026.04.29 20:54:29.929283 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.29 20:54:29.929580 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): 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.29 20:54:29.929660 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_26_5} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.29 20:54:29.929756 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. 2026.04.29 20:54:29.930604 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 511 rows, containing 19 columns (19 merged, 0 gathered) in 0.00468 sec., 109188.03418803419 rows/sec., 195.66 MiB/sec. 2026.04.29 20:54:29.931469 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.29 20:54:29.931815 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:29.931896 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_21_4} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.29 20:54:29.932022 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.04.29 20:54:30.000185 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 246.40 MiB, peak 255.09 MiB, free memory in arenas 0.00 B, will set to 248.71 MiB (RSS), difference: 2.31 MiB 2026.04.29 20:54:32.189030 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 556 2026.04.29 20:54:32.191726 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:32.191771 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:32.192963 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:54:32.193222 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:54:32.193472 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 556 2026.04.29 20:54:34.573091 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:34.573321 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:34.573649 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:34.573682 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:34.573899 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:34.573970 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:34.574110 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:54:34.574244 [ 284 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:34.574249 [ 304 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:34.574249 [ 340 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:34.574272 [ 343 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:34.574453 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:34.574491 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:34.574587 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:34.574609 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:34.574645 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:34.574681 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:34.574719 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:34.575841 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} executeQuery: Read 45 rows, 3.47 KiB in 0.002606 sec., 17267.843438219494 rows/sec., 1.30 MiB/sec. 2026.04.29 20:54:34.575955 [ 276 ] {5888a16b-2d64-43cf-8cdb-6fb859f6c868} TCPHandler: Processed in 0.003001938 sec. 2026.04.29 20:54:34.577366 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:34.577478 [ 276 ] {934ad81a-a855-4427-9c63-8603304190c4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:34.577521 [ 276 ] {934ad81a-a855-4427-9c63-8603304190c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:34.578044 [ 276 ] {934ad81a-a855-4427-9c63-8603304190c4} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:34.578089 [ 276 ] {934ad81a-a855-4427-9c63-8603304190c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:34.578456 [ 276 ] {934ad81a-a855-4427-9c63-8603304190c4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:54:34.578678 [ 276 ] {934ad81a-a855-4427-9c63-8603304190c4} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:34.578828 [ 276 ] {934ad81a-a855-4427-9c63-8603304190c4} executeQuery: Read 56 rows, 4.41 KiB in 0.001383 sec., 40491.68474331164 rows/sec., 3.11 MiB/sec. 2026.04.29 20:54:34.578867 [ 276 ] {934ad81a-a855-4427-9c63-8603304190c4} TCPHandler: Processed in 0.00155343 sec. 2026.04.29 20:54:34.578992 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:34.579090 [ 276 ] {d6e0b2f5-000e-45c3-bbe1-e1ffcd12d15a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:34.579130 [ 276 ] {d6e0b2f5-000e-45c3-bbe1-e1ffcd12d15a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:34.579570 [ 276 ] {d6e0b2f5-000e-45c3-bbe1-e1ffcd12d15a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:34.579608 [ 276 ] {d6e0b2f5-000e-45c3-bbe1-e1ffcd12d15a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:34.579914 [ 276 ] {d6e0b2f5-000e-45c3-bbe1-e1ffcd12d15a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:54:34.580127 [ 276 ] {d6e0b2f5-000e-45c3-bbe1-e1ffcd12d15a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:34.580261 [ 276 ] {d6e0b2f5-000e-45c3-bbe1-e1ffcd12d15a} executeQuery: Read 64 rows, 5.12 KiB in 0.001191 sec., 53736.35600335852 rows/sec., 4.19 MiB/sec. 2026.04.29 20:54:34.580300 [ 276 ] {d6e0b2f5-000e-45c3-bbe1-e1ffcd12d15a} TCPHandler: Processed in 0.001360378 sec. 2026.04.29 20:54:34.580428 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:34.580523 [ 276 ] {1a2caf7e-5732-4e5b-b646-2bad104a2c09} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:34.580566 [ 276 ] {1a2caf7e-5732-4e5b-b646-2bad104a2c09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:34.580951 [ 276 ] {1a2caf7e-5732-4e5b-b646-2bad104a2c09} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:34.580987 [ 276 ] {1a2caf7e-5732-4e5b-b646-2bad104a2c09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:34.581315 [ 276 ] {1a2caf7e-5732-4e5b-b646-2bad104a2c09} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:54:34.581537 [ 276 ] {1a2caf7e-5732-4e5b-b646-2bad104a2c09} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:34.581667 [ 276 ] {1a2caf7e-5732-4e5b-b646-2bad104a2c09} executeQuery: Read 128 rows, 9.13 KiB in 0.001162 sec., 110154.90533562822 rows/sec., 7.67 MiB/sec. 2026.04.29 20:54:34.581704 [ 276 ] {1a2caf7e-5732-4e5b-b646-2bad104a2c09} TCPHandler: Processed in 0.001326017 sec. 2026.04.29 20:54:34.581833 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:34.581926 [ 276 ] {38695459-2003-4096-8a7c-dccf3b65d47b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:34.581968 [ 276 ] {38695459-2003-4096-8a7c-dccf3b65d47b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:34.582300 [ 276 ] {38695459-2003-4096-8a7c-dccf3b65d47b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:34.582336 [ 276 ] {38695459-2003-4096-8a7c-dccf3b65d47b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:34.582638 [ 276 ] {38695459-2003-4096-8a7c-dccf3b65d47b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:54:34.582843 [ 276 ] {38695459-2003-4096-8a7c-dccf3b65d47b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:34.582953 [ 103 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.29 20:54:34.582971 [ 276 ] {38695459-2003-4096-8a7c-dccf3b65d47b} executeQuery: Read 48 rows, 3.31 KiB in 0.001062 sec., 45197.74011299435 rows/sec., 3.05 MiB/sec. 2026.04.29 20:54:34.583007 [ 103 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:34.583020 [ 276 ] {38695459-2003-4096-8a7c-dccf3b65d47b} TCPHandler: Processed in 0.001237655 sec. 2026.04.29 20:54:34.583034 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:34.583141 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:54:34.583278 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:34.583310 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1170 rows starting from the beginning of the part 2026.04.29 20:54:34.583367 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:54:34.583409 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:54:34.583447 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::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.29 20:54:34.583485 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2026.04.29 20:54:34.583522 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2026.04.29 20:54:34.584476 [ 189 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1470 rows, containing 4 columns (4 merged, 0 gathered) in 0.001380058 sec., 1065172.6231796055 rows/sec., 70.21 MiB/sec. 2026.04.29 20:54:34.584748 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.29 20:54:34.585055 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_26_5} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): 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.29 20:54:34.585135 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_26_5} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.29 20:54:34.585232 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.04.29 20:54:34.665521 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9107 2026.04.29 20:54:34.665983 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:34.666022 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:34.666507 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:54:34.666743 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:34.666881 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9107 2026.04.29 20:54:35.153677 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.04.29 20:54:35.170511 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:35.170581 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:35.177165 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:54:35.177924 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:35.181074 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.04.29 20:54:39.579660 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.579931 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:39.580328 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:39.580375 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:39.580670 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:39.580748 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:39.580893 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:54:39.581007 [ 284 ] {17b22e95-7092-4d05-94b4-1d3247f140be} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:39.581010 [ 323 ] {17b22e95-7092-4d05-94b4-1d3247f140be} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:39.581038 [ 340 ] {17b22e95-7092-4d05-94b4-1d3247f140be} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:39.581026 [ 329 ] {17b22e95-7092-4d05-94b4-1d3247f140be} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:39.581212 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:39.581240 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:39.581328 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:39.581348 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:39.581384 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:39.581423 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:39.581459 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:39.582689 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} executeQuery: Read 45 rows, 9.51 KiB in 0.00287 sec., 15679.442508710801 rows/sec., 3.24 MiB/sec. 2026.04.29 20:54:39.582825 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} MemoryTracker: Peak memory usage (for query): 150.87 KiB. 2026.04.29 20:54:39.582841 [ 276 ] {17b22e95-7092-4d05-94b4-1d3247f140be} TCPHandler: Processed in 0.003330633 sec. 2026.04.29 20:54:39.587728 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.587861 [ 276 ] {f1e6ea1b-3264-4ca9-8694-72d58e48ff8b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:54:39.587915 [ 276 ] {f1e6ea1b-3264-4ca9-8694-72d58e48ff8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:54:39.588606 [ 276 ] {f1e6ea1b-3264-4ca9-8694-72d58e48ff8b} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.588656 [ 276 ] {f1e6ea1b-3264-4ca9-8694-72d58e48ff8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.589038 [ 276 ] {f1e6ea1b-3264-4ca9-8694-72d58e48ff8b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:54:39.589263 [ 276 ] {f1e6ea1b-3264-4ca9-8694-72d58e48ff8b} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:54:39.589411 [ 276 ] {f1e6ea1b-3264-4ca9-8694-72d58e48ff8b} executeQuery: Read 284 rows, 18.47 KiB in 0.001588 sec., 178841.30982367758 rows/sec., 11.36 MiB/sec. 2026.04.29 20:54:39.589451 [ 276 ] {f1e6ea1b-3264-4ca9-8694-72d58e48ff8b} TCPHandler: Processed in 0.001790422 sec. 2026.04.29 20:54:39.589579 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.589679 [ 276 ] {6c5b4bad-7a06-40f3-af5a-dd0dec11ebf6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:39.589720 [ 276 ] {6c5b4bad-7a06-40f3-af5a-dd0dec11ebf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:39.590505 [ 276 ] {6c5b4bad-7a06-40f3-af5a-dd0dec11ebf6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.590542 [ 276 ] {6c5b4bad-7a06-40f3-af5a-dd0dec11ebf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.590891 [ 276 ] {6c5b4bad-7a06-40f3-af5a-dd0dec11ebf6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:54:39.591109 [ 276 ] {6c5b4bad-7a06-40f3-af5a-dd0dec11ebf6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:39.591247 [ 276 ] {6c5b4bad-7a06-40f3-af5a-dd0dec11ebf6} executeQuery: Read 811 rows, 64.18 KiB in 0.001589 sec., 510383.8892385148 rows/sec., 39.44 MiB/sec. 2026.04.29 20:54:39.591284 [ 276 ] {6c5b4bad-7a06-40f3-af5a-dd0dec11ebf6} TCPHandler: Processed in 0.001757993 sec. 2026.04.29 20:54:39.591413 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.591509 [ 276 ] {ce153ac3-fec5-4aed-baf0-0fd2861fcbd2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:39.591550 [ 276 ] {ce153ac3-fec5-4aed-baf0-0fd2861fcbd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:39.591986 [ 276 ] {ce153ac3-fec5-4aed-baf0-0fd2861fcbd2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.592023 [ 276 ] {ce153ac3-fec5-4aed-baf0-0fd2861fcbd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.592323 [ 276 ] {ce153ac3-fec5-4aed-baf0-0fd2861fcbd2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:54:39.592534 [ 276 ] {ce153ac3-fec5-4aed-baf0-0fd2861fcbd2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:39.592661 [ 276 ] {ce153ac3-fec5-4aed-baf0-0fd2861fcbd2} executeQuery: Read 149 rows, 9.07 KiB in 0.001172 sec., 127133.10580204778 rows/sec., 7.56 MiB/sec. 2026.04.29 20:54:39.592700 [ 276 ] {ce153ac3-fec5-4aed-baf0-0fd2861fcbd2} TCPHandler: Processed in 0.001338737 sec. 2026.04.29 20:54:39.592820 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.592914 [ 276 ] {cbc50996-ee7d-4912-b1cb-edc9f85c8e51} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:54:39.592953 [ 276 ] {cbc50996-ee7d-4912-b1cb-edc9f85c8e51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:54:39.593389 [ 276 ] {cbc50996-ee7d-4912-b1cb-edc9f85c8e51} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.593426 [ 276 ] {cbc50996-ee7d-4912-b1cb-edc9f85c8e51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.593722 [ 276 ] {cbc50996-ee7d-4912-b1cb-edc9f85c8e51} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:54:39.593923 [ 276 ] {cbc50996-ee7d-4912-b1cb-edc9f85c8e51} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:54:39.594048 [ 276 ] {cbc50996-ee7d-4912-b1cb-edc9f85c8e51} executeQuery: Read 149 rows, 9.86 KiB in 0.001152 sec., 129340.27777777778 rows/sec., 8.36 MiB/sec. 2026.04.29 20:54:39.594084 [ 276 ] {cbc50996-ee7d-4912-b1cb-edc9f85c8e51} TCPHandler: Processed in 0.001315517 sec. 2026.04.29 20:54:39.594206 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.594300 [ 276 ] {65959630-77d8-4171-9997-289224191099} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:54:39.594338 [ 276 ] {65959630-77d8-4171-9997-289224191099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:54:39.594771 [ 276 ] {65959630-77d8-4171-9997-289224191099} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.594804 [ 276 ] {65959630-77d8-4171-9997-289224191099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.595107 [ 276 ] {65959630-77d8-4171-9997-289224191099} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:54:39.595317 [ 276 ] {65959630-77d8-4171-9997-289224191099} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:54:39.595442 [ 276 ] {65959630-77d8-4171-9997-289224191099} executeQuery: Read 148 rows, 8.62 KiB in 0.00116 sec., 127586.20689655172 rows/sec., 7.26 MiB/sec. 2026.04.29 20:54:39.595479 [ 276 ] {65959630-77d8-4171-9997-289224191099} TCPHandler: Processed in 0.001323706 sec. 2026.04.29 20:54:39.595597 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.595690 [ 276 ] {75e7cfd4-8242-4ec2-8414-e653291c4d34} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:39.595729 [ 276 ] {75e7cfd4-8242-4ec2-8414-e653291c4d34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:39.596312 [ 276 ] {75e7cfd4-8242-4ec2-8414-e653291c4d34} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.596346 [ 276 ] {75e7cfd4-8242-4ec2-8414-e653291c4d34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.596661 [ 276 ] {75e7cfd4-8242-4ec2-8414-e653291c4d34} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:54:39.596865 [ 276 ] {75e7cfd4-8242-4ec2-8414-e653291c4d34} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:39.596993 [ 276 ] {75e7cfd4-8242-4ec2-8414-e653291c4d34} executeQuery: Read 497 rows, 35.74 KiB in 0.00132 sec., 376515.1515151515 rows/sec., 26.44 MiB/sec. 2026.04.29 20:54:39.597029 [ 276 ] {75e7cfd4-8242-4ec2-8414-e653291c4d34} TCPHandler: Processed in 0.001482779 sec. 2026.04.29 20:54:39.597167 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.597261 [ 276 ] {9ee12d87-a869-4755-a187-3ee7faa75188} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:54:39.597301 [ 276 ] {9ee12d87-a869-4755-a187-3ee7faa75188} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:54:39.597635 [ 276 ] {9ee12d87-a869-4755-a187-3ee7faa75188} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.597668 [ 276 ] {9ee12d87-a869-4755-a187-3ee7faa75188} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.597977 [ 276 ] {9ee12d87-a869-4755-a187-3ee7faa75188} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:54:39.598175 [ 276 ] {9ee12d87-a869-4755-a187-3ee7faa75188} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:54:39.598299 [ 276 ] {9ee12d87-a869-4755-a187-3ee7faa75188} executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. 2026.04.29 20:54:39.598334 [ 276 ] {9ee12d87-a869-4755-a187-3ee7faa75188} TCPHandler: Processed in 0.001217896 sec. 2026.04.29 20:54:39.598461 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.598556 [ 276 ] {d0cf72c5-ba1b-4543-9669-331a8c69b96d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:39.598598 [ 276 ] {d0cf72c5-ba1b-4543-9669-331a8c69b96d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:39.599008 [ 276 ] {d0cf72c5-ba1b-4543-9669-331a8c69b96d} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.599042 [ 276 ] {d0cf72c5-ba1b-4543-9669-331a8c69b96d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.599380 [ 276 ] {d0cf72c5-ba1b-4543-9669-331a8c69b96d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:54:39.599585 [ 276 ] {d0cf72c5-ba1b-4543-9669-331a8c69b96d} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:39.599717 [ 276 ] {d0cf72c5-ba1b-4543-9669-331a8c69b96d} executeQuery: Read 265 rows, 18.03 KiB in 0.001178 sec., 224957.55517826826 rows/sec., 14.95 MiB/sec. 2026.04.29 20:54:39.599763 [ 276 ] {d0cf72c5-ba1b-4543-9669-331a8c69b96d} TCPHandler: Processed in 0.001353727 sec. 2026.04.29 20:54:39.599895 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.599989 [ 276 ] {81323e29-f3b0-4e1e-802c-a6aabc4245cd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:54:39.600030 [ 276 ] {81323e29-f3b0-4e1e-802c-a6aabc4245cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:54:39.600351 [ 276 ] {81323e29-f3b0-4e1e-802c-a6aabc4245cd} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.600384 [ 276 ] {81323e29-f3b0-4e1e-802c-a6aabc4245cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.600690 [ 276 ] {81323e29-f3b0-4e1e-802c-a6aabc4245cd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:54:39.600892 [ 276 ] {81323e29-f3b0-4e1e-802c-a6aabc4245cd} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:54:39.601018 [ 276 ] {81323e29-f3b0-4e1e-802c-a6aabc4245cd} executeQuery: Read 1 rows, 69.00 B in 0.001046 sec., 956.0229445506692 rows/sec., 64.42 KiB/sec. 2026.04.29 20:54:39.601053 [ 276 ] {81323e29-f3b0-4e1e-802c-a6aabc4245cd} TCPHandler: Processed in 0.001211145 sec. 2026.04.29 20:54:39.601170 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.601265 [ 276 ] {233f6a6d-468b-4da3-b5fd-9f793f702109} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:39.601318 [ 276 ] {233f6a6d-468b-4da3-b5fd-9f793f702109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:39.602056 [ 276 ] {233f6a6d-468b-4da3-b5fd-9f793f702109} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.602091 [ 276 ] {233f6a6d-468b-4da3-b5fd-9f793f702109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.602605 [ 276 ] {233f6a6d-468b-4da3-b5fd-9f793f702109} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:54:39.602823 [ 276 ] {233f6a6d-468b-4da3-b5fd-9f793f702109} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:39.602959 [ 276 ] {233f6a6d-468b-4da3-b5fd-9f793f702109} executeQuery: Read 7 rows, 12.84 KiB in 0.001711 sec., 4091.174751607247 rows/sec., 7.33 MiB/sec. 2026.04.29 20:54:39.603016 [ 276 ] {233f6a6d-468b-4da3-b5fd-9f793f702109} TCPHandler: Processed in 0.001896444 sec. 2026.04.29 20:54:39.603151 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:39.603246 [ 276 ] {992cbb81-0e96-424e-8825-b72f5fa65396} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:39.603288 [ 276 ] {992cbb81-0e96-424e-8825-b72f5fa65396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:39.603630 [ 276 ] {992cbb81-0e96-424e-8825-b72f5fa65396} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:39.603664 [ 276 ] {992cbb81-0e96-424e-8825-b72f5fa65396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:39.603957 [ 276 ] {992cbb81-0e96-424e-8825-b72f5fa65396} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:54:39.604168 [ 276 ] {992cbb81-0e96-424e-8825-b72f5fa65396} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:39.604294 [ 276 ] {992cbb81-0e96-424e-8825-b72f5fa65396} executeQuery: Read 90 rows, 5.77 KiB in 0.001066 sec., 84427.76735459661 rows/sec., 5.28 MiB/sec. 2026.04.29 20:54:39.604329 [ 276 ] {992cbb81-0e96-424e-8825-b72f5fa65396} TCPHandler: Processed in 0.001229076 sec. 2026.04.29 20:54:42.047000 [ 92 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:54:42.047082 [ 92 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:54:42.157681 [ 92 ] {} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.29 20:54:42.157721 [ 92 ] {} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:42.157744 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:42.157857 [ 189 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::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.29 20:54:42.157994 [ 189 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:42.158026 [ 189 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.04.29 20:54:42.158089 [ 189 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::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.29 20:54:42.158130 [ 189 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::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.29 20:54:42.158169 [ 189 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::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.29 20:54:42.158203 [ 189 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::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.29 20:54:42.158922 [ 199 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001110694 sec., 5402.0279212816495 rows/sec., 400.93 KiB/sec. 2026.04.29 20:54:42.159063 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.29 20:54:42.159318 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_5_1} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:54:42.159386 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_5_1} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.29 20:54:42.159451 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.29 20:54:42.167076 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9619 2026.04.29 20:54:42.167498 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:42.167532 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:42.167950 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:54:42.168167 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:42.168291 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9619 2026.04.29 20:54:42.193930 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 590 2026.04.29 20:54:42.196258 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:42.196300 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:42.197466 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:54:42.197723 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:54:42.197978 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 590 2026.04.29 20:54:42.681304 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.04.29 20:54:42.698912 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:42.698978 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:42.705341 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:54:42.706057 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:42.709073 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.04.29 20:54:44.575301 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:44.575584 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:54:44.575937 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:44.575971 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:54:44.576186 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:44.576257 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:44.576397 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:54:44.576495 [ 284 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:44.576505 [ 303 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:44.576529 [ 340 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:44.576543 [ 302 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:44.576680 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:44.576707 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:44.576796 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:44.576815 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:44.576849 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:44.576885 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:44.576917 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:44.578218 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} executeQuery: Read 45 rows, 5.52 KiB in 0.002757 sec., 16322.089227421111 rows/sec., 1.96 MiB/sec. 2026.04.29 20:54:44.578348 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} MemoryTracker: Peak memory usage (for query): 130.34 KiB. 2026.04.29 20:54:44.578363 [ 276 ] {76b233b2-61d6-4735-b6fd-4b788244b8f6} TCPHandler: Processed in 0.003207161 sec. 2026.04.29 20:54:44.580549 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:44.580678 [ 276 ] {a5863120-7bf7-4abd-9dd4-39c7b4589171} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:44.580729 [ 276 ] {a5863120-7bf7-4abd-9dd4-39c7b4589171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:44.581267 [ 276 ] {a5863120-7bf7-4abd-9dd4-39c7b4589171} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:44.581308 [ 276 ] {a5863120-7bf7-4abd-9dd4-39c7b4589171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:44.581682 [ 276 ] {a5863120-7bf7-4abd-9dd4-39c7b4589171} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:54:44.581904 [ 276 ] {a5863120-7bf7-4abd-9dd4-39c7b4589171} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:44.582047 [ 276 ] {a5863120-7bf7-4abd-9dd4-39c7b4589171} executeQuery: Read 126 rows, 11.14 KiB in 0.001407 sec., 89552.23880597015 rows/sec., 7.73 MiB/sec. 2026.04.29 20:54:44.582085 [ 276 ] {a5863120-7bf7-4abd-9dd4-39c7b4589171} TCPHandler: Processed in 0.0015993 sec. 2026.04.29 20:54:44.582219 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:44.582314 [ 276 ] {dfd34471-23ed-4e07-934f-a213c4425977} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:44.582353 [ 276 ] {dfd34471-23ed-4e07-934f-a213c4425977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:44.582766 [ 276 ] {dfd34471-23ed-4e07-934f-a213c4425977} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:44.582801 [ 276 ] {dfd34471-23ed-4e07-934f-a213c4425977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:44.583090 [ 276 ] {dfd34471-23ed-4e07-934f-a213c4425977} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:54:44.583296 [ 276 ] {dfd34471-23ed-4e07-934f-a213c4425977} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:44.583426 [ 276 ] {dfd34471-23ed-4e07-934f-a213c4425977} executeQuery: Read 35 rows, 2.63 KiB in 0.001131 sec., 30946.065428824048 rows/sec., 2.27 MiB/sec. 2026.04.29 20:54:44.583463 [ 276 ] {dfd34471-23ed-4e07-934f-a213c4425977} TCPHandler: Processed in 0.001294617 sec. 2026.04.29 20:54:44.583589 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:44.583682 [ 276 ] {af9c2c86-be92-49c4-a883-72622d2b2d09} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:44.583720 [ 276 ] {af9c2c86-be92-49c4-a883-72622d2b2d09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:44.584141 [ 276 ] {af9c2c86-be92-49c4-a883-72622d2b2d09} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:44.584176 [ 276 ] {af9c2c86-be92-49c4-a883-72622d2b2d09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:44.584467 [ 276 ] {af9c2c86-be92-49c4-a883-72622d2b2d09} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:54:44.584675 [ 276 ] {af9c2c86-be92-49c4-a883-72622d2b2d09} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:44.584800 [ 276 ] {af9c2c86-be92-49c4-a883-72622d2b2d09} executeQuery: Read 99 rows, 7.92 KiB in 0.001135 sec., 87224.66960352423 rows/sec., 6.81 MiB/sec. 2026.04.29 20:54:44.584836 [ 276 ] {af9c2c86-be92-49c4-a883-72622d2b2d09} TCPHandler: Processed in 0.001297006 sec. 2026.04.29 20:54:44.584961 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:44.585055 [ 276 ] {5fea6ad7-37e7-43e4-9f52-6e609ddc9636} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:44.585096 [ 276 ] {5fea6ad7-37e7-43e4-9f52-6e609ddc9636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:44.585503 [ 276 ] {5fea6ad7-37e7-43e4-9f52-6e609ddc9636} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:44.585539 [ 276 ] {5fea6ad7-37e7-43e4-9f52-6e609ddc9636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:44.585858 [ 276 ] {5fea6ad7-37e7-43e4-9f52-6e609ddc9636} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:54:44.586075 [ 276 ] {5fea6ad7-37e7-43e4-9f52-6e609ddc9636} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:44.586207 [ 276 ] {5fea6ad7-37e7-43e4-9f52-6e609ddc9636} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.04.29 20:54:44.586242 [ 276 ] {5fea6ad7-37e7-43e4-9f52-6e609ddc9636} TCPHandler: Processed in 0.001332447 sec. 2026.04.29 20:54:44.586361 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:44.586460 [ 276 ] {a685268e-737a-415e-b4a6-584d0eeaf7ca} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:44.586514 [ 276 ] {a685268e-737a-415e-b4a6-584d0eeaf7ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:44.587310 [ 276 ] {a685268e-737a-415e-b4a6-584d0eeaf7ca} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:44.587345 [ 276 ] {a685268e-737a-415e-b4a6-584d0eeaf7ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:44.587885 [ 276 ] {a685268e-737a-415e-b4a6-584d0eeaf7ca} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:54:44.588110 [ 276 ] {a685268e-737a-415e-b4a6-584d0eeaf7ca} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:44.588250 [ 276 ] {a685268e-737a-415e-b4a6-584d0eeaf7ca} executeQuery: Read 35 rows, 64.22 KiB in 0.001806 sec., 19379.84496124031 rows/sec., 34.73 MiB/sec. 2026.04.29 20:54:44.588300 [ 276 ] {a685268e-737a-415e-b4a6-584d0eeaf7ca} TCPHandler: Processed in 0.001990646 sec. 2026.04.29 20:54:44.588426 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:44.588521 [ 276 ] {3abb91bd-8c70-4540-a745-3f2271a28180} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:44.588561 [ 276 ] {3abb91bd-8c70-4540-a745-3f2271a28180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:44.588903 [ 276 ] {3abb91bd-8c70-4540-a745-3f2271a28180} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:44.588939 [ 276 ] {3abb91bd-8c70-4540-a745-3f2271a28180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:44.589241 [ 276 ] {3abb91bd-8c70-4540-a745-3f2271a28180} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:54:44.589451 [ 276 ] {3abb91bd-8c70-4540-a745-3f2271a28180} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:44.589578 [ 276 ] {3abb91bd-8c70-4540-a745-3f2271a28180} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.04.29 20:54:44.589613 [ 276 ] {3abb91bd-8c70-4540-a745-3f2271a28180} TCPHandler: Processed in 0.001236656 sec. 2026.04.29 20:54:49.581382 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.581664 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:49.582054 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:49.582093 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:49.582342 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:49.582412 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:49.582557 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.29 20:54:49.582652 [ 303 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:49.582672 [ 335 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:49.582701 [ 302 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:49.582713 [ 333 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:49.582854 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:49.582881 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:49.582968 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:49.582988 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:49.583023 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:49.583062 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:49.583097 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:49.584408 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} executeQuery: Read 45 rows, 9.51 KiB in 0.002856 sec., 15756.302521008403 rows/sec., 3.25 MiB/sec. 2026.04.29 20:54:49.584557 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} MemoryTracker: Peak memory usage (for query): 149.94 KiB. 2026.04.29 20:54:49.584574 [ 276 ] {1961c9f8-e580-4d73-a08c-46aa2eaf964e} TCPHandler: Processed in 0.003340723 sec. 2026.04.29 20:54:49.589491 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.589623 [ 276 ] {974f0153-5e2b-4fbf-8911-f2bbba9a31c4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:54:49.589676 [ 276 ] {974f0153-5e2b-4fbf-8911-f2bbba9a31c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:54:49.590320 [ 276 ] {974f0153-5e2b-4fbf-8911-f2bbba9a31c4} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.590361 [ 276 ] {974f0153-5e2b-4fbf-8911-f2bbba9a31c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.590733 [ 276 ] {974f0153-5e2b-4fbf-8911-f2bbba9a31c4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:54:49.590959 [ 276 ] {974f0153-5e2b-4fbf-8911-f2bbba9a31c4} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:54:49.591104 [ 276 ] {974f0153-5e2b-4fbf-8911-f2bbba9a31c4} executeQuery: Read 284 rows, 18.47 KiB in 0.00152 sec., 186842.1052631579 rows/sec., 11.87 MiB/sec. 2026.04.29 20:54:49.591144 [ 276 ] {974f0153-5e2b-4fbf-8911-f2bbba9a31c4} TCPHandler: Processed in 0.001717462 sec. 2026.04.29 20:54:49.591267 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.591365 [ 276 ] {5fc55c26-3a4b-4033-bd6b-6290239696f2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:54:49.591407 [ 276 ] {5fc55c26-3a4b-4033-bd6b-6290239696f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:54:49.591803 [ 276 ] {5fc55c26-3a4b-4033-bd6b-6290239696f2} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.591839 [ 276 ] {5fc55c26-3a4b-4033-bd6b-6290239696f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.592121 [ 276 ] {5fc55c26-3a4b-4033-bd6b-6290239696f2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:54:49.592321 [ 276 ] {5fc55c26-3a4b-4033-bd6b-6290239696f2} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:54:49.592446 [ 276 ] {5fc55c26-3a4b-4033-bd6b-6290239696f2} executeQuery: Read 8 rows, 668.00 B in 0.001102 sec., 7259.528130671507 rows/sec., 591.96 KiB/sec. 2026.04.29 20:54:49.592482 [ 276 ] {5fc55c26-3a4b-4033-bd6b-6290239696f2} TCPHandler: Processed in 0.001265786 sec. 2026.04.29 20:54:49.592606 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.592724 [ 276 ] {9148eebe-b5e9-469e-b6cc-9d47f8029f57} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:49.592772 [ 276 ] {9148eebe-b5e9-469e-b6cc-9d47f8029f57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:49.593574 [ 276 ] {9148eebe-b5e9-469e-b6cc-9d47f8029f57} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.593611 [ 276 ] {9148eebe-b5e9-469e-b6cc-9d47f8029f57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.593964 [ 276 ] {9148eebe-b5e9-469e-b6cc-9d47f8029f57} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:54:49.594165 [ 276 ] {9148eebe-b5e9-469e-b6cc-9d47f8029f57} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:49.594276 [ 83 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.29 20:54:49.594296 [ 276 ] {9148eebe-b5e9-469e-b6cc-9d47f8029f57} executeQuery: Read 815 rows, 64.47 KiB in 0.001596 sec., 510651.6290726817 rows/sec., 39.45 MiB/sec. 2026.04.29 20:54:49.594344 [ 83 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.594351 [ 276 ] {9148eebe-b5e9-469e-b6cc-9d47f8029f57} TCPHandler: Processed in 0.001805633 sec. 2026.04.29 20:54:49.594376 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.594491 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.594495 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.29 20:54:49.594590 [ 276 ] {01d3cd72-a496-4d05-a53e-fb9968acb346} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:49.594633 [ 276 ] {01d3cd72-a496-4d05-a53e-fb9968acb346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:49.594660 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:49.594705 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3239 rows starting from the beginning of the part 2026.04.29 20:54:49.594775 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2474 rows starting from the beginning of the part 2026.04.29 20:54:49.594826 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part 2026.04.29 20:54:49.594874 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 811 rows starting from the beginning of the part 2026.04.29 20:54:49.594917 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 126 rows starting from the beginning of the part 2026.04.29 20:54:49.594961 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 815 rows starting from the beginning of the part 2026.04.29 20:54:49.595088 [ 276 ] {01d3cd72-a496-4d05-a53e-fb9968acb346} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.595130 [ 276 ] {01d3cd72-a496-4d05-a53e-fb9968acb346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.595473 [ 276 ] {01d3cd72-a496-4d05-a53e-fb9968acb346} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:54:49.595691 [ 276 ] {01d3cd72-a496-4d05-a53e-fb9968acb346} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:49.595800 [ 83 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.04.29 20:54:49.595824 [ 276 ] {01d3cd72-a496-4d05-a53e-fb9968acb346} executeQuery: Read 157 rows, 9.63 KiB in 0.001252 sec., 125399.3610223642 rows/sec., 7.51 MiB/sec. 2026.04.29 20:54:49.595832 [ 83 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.595865 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.595868 [ 276 ] {01d3cd72-a496-4d05-a53e-fb9968acb346} TCPHandler: Processed in 0.001426298 sec. 2026.04.29 20:54:49.595964 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.04.29 20:54:49.596001 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.596084 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:49.596097 [ 276 ] {f3398df6-298d-408c-a048-d7a6c8519744} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:54:49.596123 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 211 rows starting from the beginning of the part 2026.04.29 20:54:49.596140 [ 276 ] {f3398df6-298d-408c-a048-d7a6c8519744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:54:49.596193 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 149 rows starting from the beginning of the part 2026.04.29 20:54:49.596242 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part 2026.04.29 20:54:49.596283 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 149 rows starting from the beginning of the part 2026.04.29 20:54:49.596320 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 35 rows starting from the beginning of the part 2026.04.29 20:54:49.596360 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 157 rows starting from the beginning of the part 2026.04.29 20:54:49.596582 [ 276 ] {f3398df6-298d-408c-a048-d7a6c8519744} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.596624 [ 276 ] {f3398df6-298d-408c-a048-d7a6c8519744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.597063 [ 276 ] {f3398df6-298d-408c-a048-d7a6c8519744} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:54:49.597236 [ 190 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 751 rows, containing 5 columns (5 merged, 0 gathered) in 0.001314397 sec., 571364.6637964025 rows/sec., 37.66 MiB/sec. 2026.04.29 20:54:49.597273 [ 276 ] {f3398df6-298d-408c-a048-d7a6c8519744} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:54:49.597399 [ 276 ] {f3398df6-298d-408c-a048-d7a6c8519744} executeQuery: Read 149 rows, 9.86 KiB in 0.001319 sec., 112964.36694465503 rows/sec., 7.30 MiB/sec. 2026.04.29 20:54:49.597422 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.04.29 20:54:49.597438 [ 276 ] {f3398df6-298d-408c-a048-d7a6c8519744} TCPHandler: Processed in 0.001484939 sec. 2026.04.29 20:54:49.597557 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 7521 rows, containing 5 columns (5 merged, 0 gathered) in 0.00311857 sec., 2411682.2774540894 rows/sec., 191.24 MiB/sec. 2026.04.29 20:54:49.597571 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.597664 [ 276 ] {0a3595b9-61ff-4e9c-b290-cbcf9e14bd8b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:54:49.597704 [ 276 ] {0a3595b9-61ff-4e9c-b290-cbcf9e14bd8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:54:49.597746 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:49.597835 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_25_5} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.04.29 20:54:49.597836 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.29 20:54:49.597945 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.29 20:54:49.598103 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:49.598154 [ 276 ] {0a3595b9-61ff-4e9c-b290-cbcf9e14bd8b} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.598192 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_31_6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.29 20:54:49.598197 [ 276 ] {0a3595b9-61ff-4e9c-b290-cbcf9e14bd8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.598286 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. 2026.04.29 20:54:49.598518 [ 276 ] {0a3595b9-61ff-4e9c-b290-cbcf9e14bd8b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:54:49.598725 [ 276 ] {0a3595b9-61ff-4e9c-b290-cbcf9e14bd8b} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:54:49.598846 [ 276 ] {0a3595b9-61ff-4e9c-b290-cbcf9e14bd8b} executeQuery: Read 148 rows, 8.62 KiB in 0.001199 sec., 123436.19683069225 rows/sec., 7.02 MiB/sec. 2026.04.29 20:54:49.598881 [ 276 ] {0a3595b9-61ff-4e9c-b290-cbcf9e14bd8b} TCPHandler: Processed in 0.001358737 sec. 2026.04.29 20:54:49.598998 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.599089 [ 276 ] {b8fe1360-4ac2-47d4-b28e-7ebde3cce4b2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:49.599126 [ 276 ] {b8fe1360-4ac2-47d4-b28e-7ebde3cce4b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:49.599713 [ 276 ] {b8fe1360-4ac2-47d4-b28e-7ebde3cce4b2} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.599748 [ 276 ] {b8fe1360-4ac2-47d4-b28e-7ebde3cce4b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.600077 [ 276 ] {b8fe1360-4ac2-47d4-b28e-7ebde3cce4b2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:54:49.600284 [ 276 ] {b8fe1360-4ac2-47d4-b28e-7ebde3cce4b2} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:49.600387 [ 83 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.29 20:54:49.600408 [ 276 ] {b8fe1360-4ac2-47d4-b28e-7ebde3cce4b2} executeQuery: Read 505 rows, 36.39 KiB in 0.001336 sec., 377994.01197604794 rows/sec., 26.60 MiB/sec. 2026.04.29 20:54:49.600422 [ 83 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.600448 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.600452 [ 276 ] {b8fe1360-4ac2-47d4-b28e-7ebde3cce4b2} TCPHandler: Processed in 0.001502249 sec. 2026.04.29 20:54:49.600525 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.29 20:54:49.600571 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.600599 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:49.600623 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1792 rows starting from the beginning of the part 2026.04.29 20:54:49.600657 [ 276 ] {51b0952c-45ce-47e1-ab4a-0f0b736845f0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:54:49.600671 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1329 rows starting from the beginning of the part 2026.04.29 20:54:49.600694 [ 276 ] {51b0952c-45ce-47e1-ab4a-0f0b736845f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:54:49.600710 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part 2026.04.29 20:54:49.600745 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 497 rows starting from the beginning of the part 2026.04.29 20:54:49.600779 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 99 rows starting from the beginning of the part 2026.04.29 20:54:49.600812 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 505 rows starting from the beginning of the part 2026.04.29 20:54:49.601002 [ 276 ] {51b0952c-45ce-47e1-ab4a-0f0b736845f0} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.601033 [ 276 ] {51b0952c-45ce-47e1-ab4a-0f0b736845f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.601305 [ 276 ] {51b0952c-45ce-47e1-ab4a-0f0b736845f0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:54:49.601560 [ 276 ] {51b0952c-45ce-47e1-ab4a-0f0b736845f0} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:54:49.601682 [ 276 ] {51b0952c-45ce-47e1-ab4a-0f0b736845f0} executeQuery: Read 6 rows, 321.00 B in 0.001031 sec., 5819.592628516004 rows/sec., 304.05 KiB/sec. 2026.04.29 20:54:49.601717 [ 276 ] {51b0952c-45ce-47e1-ab4a-0f0b736845f0} TCPHandler: Processed in 0.001186655 sec. 2026.04.29 20:54:49.601830 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.601921 [ 276 ] {05996aef-824f-4e56-be9b-28e26ca247da} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:49.601961 [ 276 ] {05996aef-824f-4e56-be9b-28e26ca247da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:49.602152 [ 189 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4286 rows, containing 5 columns (5 merged, 0 gathered) in 0.001654911 sec., 2589867.3705111635 rows/sec., 187.33 MiB/sec. 2026.04.29 20:54:49.602355 [ 276 ] {05996aef-824f-4e56-be9b-28e26ca247da} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.602374 [ 189 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.29 20:54:49.602398 [ 276 ] {05996aef-824f-4e56-be9b-28e26ca247da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.602674 [ 189 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:49.602758 [ 189 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_31_6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.29 20:54:49.602777 [ 276 ] {05996aef-824f-4e56-be9b-28e26ca247da} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:54:49.602837 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.04.29 20:54:49.602994 [ 276 ] {05996aef-824f-4e56-be9b-28e26ca247da} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:49.603123 [ 276 ] {05996aef-824f-4e56-be9b-28e26ca247da} executeQuery: Read 269 rows, 18.31 KiB in 0.00122 sec., 220491.80327868855 rows/sec., 14.66 MiB/sec. 2026.04.29 20:54:49.603158 [ 276 ] {05996aef-824f-4e56-be9b-28e26ca247da} TCPHandler: Processed in 0.001375278 sec. 2026.04.29 20:54:49.603270 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.603362 [ 276 ] {913bd3a9-2406-4dc9-973e-0727c795c22a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:54:49.603401 [ 276 ] {913bd3a9-2406-4dc9-973e-0727c795c22a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:54:49.603708 [ 276 ] {913bd3a9-2406-4dc9-973e-0727c795c22a} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.603743 [ 276 ] {913bd3a9-2406-4dc9-973e-0727c795c22a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.604026 [ 276 ] {913bd3a9-2406-4dc9-973e-0727c795c22a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:54:49.604226 [ 276 ] {913bd3a9-2406-4dc9-973e-0727c795c22a} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:54:49.604349 [ 276 ] {913bd3a9-2406-4dc9-973e-0727c795c22a} executeQuery: Read 1 rows, 69.00 B in 0.001005 sec., 995.0248756218905 rows/sec., 67.05 KiB/sec. 2026.04.29 20:54:49.604384 [ 276 ] {913bd3a9-2406-4dc9-973e-0727c795c22a} TCPHandler: Processed in 0.001161394 sec. 2026.04.29 20:54:49.604495 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.604585 [ 276 ] {e20c7ea3-2bb7-4448-b766-67ac2f825fe7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:49.604636 [ 276 ] {e20c7ea3-2bb7-4448-b766-67ac2f825fe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:49.605378 [ 276 ] {e20c7ea3-2bb7-4448-b766-67ac2f825fe7} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.605419 [ 276 ] {e20c7ea3-2bb7-4448-b766-67ac2f825fe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.605926 [ 276 ] {e20c7ea3-2bb7-4448-b766-67ac2f825fe7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:54:49.606159 [ 276 ] {e20c7ea3-2bb7-4448-b766-67ac2f825fe7} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:49.606297 [ 276 ] {e20c7ea3-2bb7-4448-b766-67ac2f825fe7} executeQuery: Read 7 rows, 12.84 KiB in 0.001729 sec., 4048.5829959514167 rows/sec., 7.25 MiB/sec. 2026.04.29 20:54:49.606349 [ 276 ] {e20c7ea3-2bb7-4448-b766-67ac2f825fe7} TCPHandler: Processed in 0.001903395 sec. 2026.04.29 20:54:49.606490 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:49.606587 [ 276 ] {246c456d-569d-4c73-af8d-28f1a851c1ad} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:49.606628 [ 276 ] {246c456d-569d-4c73-af8d-28f1a851c1ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:49.606966 [ 276 ] {246c456d-569d-4c73-af8d-28f1a851c1ad} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.607003 [ 276 ] {246c456d-569d-4c73-af8d-28f1a851c1ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.607303 [ 276 ] {246c456d-569d-4c73-af8d-28f1a851c1ad} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:54:49.607521 [ 276 ] {246c456d-569d-4c73-af8d-28f1a851c1ad} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:49.607648 [ 276 ] {246c456d-569d-4c73-af8d-28f1a851c1ad} executeQuery: Read 90 rows, 5.77 KiB in 0.00108 sec., 83333.33333333333 rows/sec., 5.21 MiB/sec. 2026.04.29 20:54:49.607683 [ 276 ] {246c456d-569d-4c73-af8d-28f1a851c1ad} TCPHandler: Processed in 0.001243686 sec. 2026.04.29 20:54:49.668424 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10067 2026.04.29 20:54:49.668914 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.668959 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.669405 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:54:49.669638 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:49.669768 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10067 2026.04.29 20:54:49.669777 [ 83 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.29 20:54:49.669835 [ 83 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:49.669866 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:49.669964 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:54:49.670076 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:49.670108 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7699 rows starting from the beginning of the part 2026.04.29 20:54:49.670161 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.04.29 20:54:49.670205 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.04.29 20:54:49.670242 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.04.29 20:54:49.670281 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.04.29 20:54:49.670318 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.04.29 20:54:49.672181 [ 201 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10067 rows, containing 4 columns (4 merged, 0 gathered) in 0.002254889 sec., 4464521.313465985 rows/sec., 63.87 MiB/sec. 2026.04.29 20:54:49.672373 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.29 20:54:49.672615 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:49.672705 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_21_4} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.29 20:54:49.672773 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.04.29 20:54:50.209228 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.04.29 20:54:50.227101 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:50.227151 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:50.232994 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:54:50.233673 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:50.234016 [ 79 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.29 20:54:50.234111 [ 79 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:50.234190 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:50.234381 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:54:50.236652 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.04.29 20:54:50.238149 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:50.239556 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.04.29 20:54:50.243952 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.04.29 20:54:50.248376 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:50.252689 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.04.29 20:54:50.256870 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:50.260652 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.04.29 20:54:50.312194 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.077884487 sec., 2041.4848466550213 rows/sec., 10.56 MiB/sec. 2026.04.29 20:54:50.314911 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.29 20:54:50.317128 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:50.317237 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_21_4} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.29 20:54:50.319847 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.29 20:54:51.000222 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 251.12 MiB, peak 261.67 MiB, free memory in arenas 0.00 B, will set to 254.71 MiB (RSS), difference: 3.60 MiB 2026.04.29 20:54:52.198298 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 630 2026.04.29 20:54:52.200801 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:52.200859 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:52.202082 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:54:52.202351 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:54:52.202641 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 630 2026.04.29 20:54:54.577077 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:54.577355 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:54:54.577894 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:54.577965 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:54:54.578323 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:54.578397 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:54.578540 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:54:54.578644 [ 303 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:54.578644 [ 335 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:54.578680 [ 333 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:54.578689 [ 302 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:54.578830 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:54.578859 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:54.578945 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:54.578965 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:54.579001 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:54.579037 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:54.579070 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:54:54.580342 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} executeQuery: Read 45 rows, 5.52 KiB in 0.003127 sec., 14390.78989446754 rows/sec., 1.73 MiB/sec. 2026.04.29 20:54:54.580514 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} MemoryTracker: Peak memory usage (for query): 130.60 KiB. 2026.04.29 20:54:54.580531 [ 276 ] {4b4caf8f-c836-4576-bd5f-45a2c5593288} TCPHandler: Processed in 0.003589697 sec. 2026.04.29 20:54:54.582752 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:54.582886 [ 276 ] {95a1e25b-ff2a-4823-897f-c6d7b3c06c9f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:54.582941 [ 276 ] {95a1e25b-ff2a-4823-897f-c6d7b3c06c9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:54.583529 [ 276 ] {95a1e25b-ff2a-4823-897f-c6d7b3c06c9f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:54.583576 [ 276 ] {95a1e25b-ff2a-4823-897f-c6d7b3c06c9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:54.583961 [ 276 ] {95a1e25b-ff2a-4823-897f-c6d7b3c06c9f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:54:54.584186 [ 276 ] {95a1e25b-ff2a-4823-897f-c6d7b3c06c9f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:54.584338 [ 276 ] {95a1e25b-ff2a-4823-897f-c6d7b3c06c9f} executeQuery: Read 126 rows, 11.14 KiB in 0.001492 sec., 84450.40214477212 rows/sec., 7.29 MiB/sec. 2026.04.29 20:54:54.584377 [ 276 ] {95a1e25b-ff2a-4823-897f-c6d7b3c06c9f} TCPHandler: Processed in 0.001692322 sec. 2026.04.29 20:54:54.584510 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:54.584612 [ 276 ] {a891fd81-337f-46a3-8944-54bc18ef248b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:54.584655 [ 276 ] {a891fd81-337f-46a3-8944-54bc18ef248b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:54.585080 [ 276 ] {a891fd81-337f-46a3-8944-54bc18ef248b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:54.585117 [ 276 ] {a891fd81-337f-46a3-8944-54bc18ef248b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:54.585413 [ 276 ] {a891fd81-337f-46a3-8944-54bc18ef248b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:54:54.585645 [ 276 ] {a891fd81-337f-46a3-8944-54bc18ef248b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): 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.29 20:54:54.585782 [ 276 ] {a891fd81-337f-46a3-8944-54bc18ef248b} executeQuery: Read 35 rows, 2.63 KiB in 0.001193 sec., 29337.80385582565 rows/sec., 2.15 MiB/sec. 2026.04.29 20:54:54.585819 [ 276 ] {a891fd81-337f-46a3-8944-54bc18ef248b} TCPHandler: Processed in 0.001359577 sec. 2026.04.29 20:54:54.585938 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:54.586035 [ 276 ] {0c9de8de-8cdf-45e3-9e94-f379bc7f4120} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:54.586075 [ 276 ] {0c9de8de-8cdf-45e3-9e94-f379bc7f4120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:54.586497 [ 276 ] {0c9de8de-8cdf-45e3-9e94-f379bc7f4120} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:54.586533 [ 276 ] {0c9de8de-8cdf-45e3-9e94-f379bc7f4120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:54.586840 [ 276 ] {0c9de8de-8cdf-45e3-9e94-f379bc7f4120} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:54:54.587053 [ 276 ] {0c9de8de-8cdf-45e3-9e94-f379bc7f4120} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:54.587180 [ 276 ] {0c9de8de-8cdf-45e3-9e94-f379bc7f4120} executeQuery: Read 99 rows, 7.92 KiB in 0.001165 sec., 84978.54077253219 rows/sec., 6.64 MiB/sec. 2026.04.29 20:54:54.587217 [ 276 ] {0c9de8de-8cdf-45e3-9e94-f379bc7f4120} TCPHandler: Processed in 0.001330427 sec. 2026.04.29 20:54:54.587338 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:54.587434 [ 276 ] {83fd1ecb-cf3e-474d-b977-cf50ed12a606} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:54.587475 [ 276 ] {83fd1ecb-cf3e-474d-b977-cf50ed12a606} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:54.587876 [ 276 ] {83fd1ecb-cf3e-474d-b977-cf50ed12a606} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:54.587910 [ 276 ] {83fd1ecb-cf3e-474d-b977-cf50ed12a606} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:54.588249 [ 276 ] {83fd1ecb-cf3e-474d-b977-cf50ed12a606} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:54:54.588458 [ 276 ] {83fd1ecb-cf3e-474d-b977-cf50ed12a606} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:54.588553 [ 74 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.29 20:54:54.588587 [ 276 ] {83fd1ecb-cf3e-474d-b977-cf50ed12a606} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2026.04.29 20:54:54.588587 [ 74 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:54.588619 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:54.588625 [ 276 ] {83fd1ecb-cf3e-474d-b977-cf50ed12a606} TCPHandler: Processed in 0.001338837 sec. 2026.04.29 20:54:54.588737 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.29 20:54:54.588757 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:54.588867 [ 276 ] {f9171c81-bc5a-41a0-9b5b-4ac3d9745384} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:54.588872 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:54.588922 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12066 rows starting from the beginning of the part 2026.04.29 20:54:54.588927 [ 276 ] {f9171c81-bc5a-41a0-9b5b-4ac3d9745384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:54.588989 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 128 rows starting from the beginning of the part 2026.04.29 20:54:54.589041 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 265 rows starting from the beginning of the part 2026.04.29 20:54:54.589085 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2026.04.29 20:54:54.589127 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 269 rows starting from the beginning of the part 2026.04.29 20:54:54.589167 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.04.29 20:54:54.589735 [ 276 ] {f9171c81-bc5a-41a0-9b5b-4ac3d9745384} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:54.589777 [ 276 ] {f9171c81-bc5a-41a0-9b5b-4ac3d9745384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:54.590520 [ 276 ] {f9171c81-bc5a-41a0-9b5b-4ac3d9745384} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:54:54.590765 [ 276 ] {f9171c81-bc5a-41a0-9b5b-4ac3d9745384} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:54.590912 [ 276 ] {f9171c81-bc5a-41a0-9b5b-4ac3d9745384} executeQuery: Read 35 rows, 64.22 KiB in 0.002063 sec., 16965.584100824042 rows/sec., 30.40 MiB/sec. 2026.04.29 20:54:54.590970 [ 276 ] {f9171c81-bc5a-41a0-9b5b-4ac3d9745384} TCPHandler: Processed in 0.002264169 sec. 2026.04.29 20:54:54.591098 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:54.591194 [ 276 ] {d90b1e4d-abbb-4900-8f9e-566e1a86dacb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:54.591236 [ 276 ] {d90b1e4d-abbb-4900-8f9e-566e1a86dacb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:54.591585 [ 276 ] {d90b1e4d-abbb-4900-8f9e-566e1a86dacb} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:54.591621 [ 276 ] {d90b1e4d-abbb-4900-8f9e-566e1a86dacb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:54.591969 [ 276 ] {d90b1e4d-abbb-4900-8f9e-566e1a86dacb} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:54:54.592187 [ 276 ] {d90b1e4d-abbb-4900-8f9e-566e1a86dacb} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:54.592318 [ 276 ] {d90b1e4d-abbb-4900-8f9e-566e1a86dacb} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2026.04.29 20:54:54.592353 [ 276 ] {d90b1e4d-abbb-4900-8f9e-566e1a86dacb} TCPHandler: Processed in 0.001306947 sec. 2026.04.29 20:54:54.593319 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 13048 rows, containing 5 columns (5 merged, 0 gathered) in 0.004627429 sec., 2819708.3088687044 rows/sec., 179.36 MiB/sec. 2026.04.29 20:54:54.593826 [ 200 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.29 20:54:54.594133 [ 200 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:54.594216 [ 200 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_31_6} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.29 20:54:54.594311 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. 2026.04.29 20:54:57.047330 [ 72 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:54:57.047395 [ 72 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:54:57.169955 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10579 2026.04.29 20:54:57.170507 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:57.170556 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:57.171075 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:54:57.171324 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:54:57.171499 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10579 2026.04.29 20:54:57.736804 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.04.29 20:54:57.752172 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:57.752219 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:57.757933 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:54:57.758646 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:54:57.761225 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.04.29 20:54:59.579459 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.579833 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:59.580398 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:59.580441 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:59.580688 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:59.580757 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:59.580903 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:54:59.581039 [ 335 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:59.581050 [ 333 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:59.581057 [ 320 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:59.581041 [ 302 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:59.581232 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:59.581260 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:59.581345 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:59.581366 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:59.581402 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:59.581439 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:59.581472 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:54:59.582748 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} executeQuery: Read 45 rows, 9.51 KiB in 0.00308 sec., 14610.389610389611 rows/sec., 3.01 MiB/sec. 2026.04.29 20:54:59.582889 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} MemoryTracker: Peak memory usage (for query): 149.76 KiB. 2026.04.29 20:54:59.582905 [ 276 ] {dda61e0d-f3d8-4369-9c19-37825036cb4d} TCPHandler: Processed in 0.003624826 sec. 2026.04.29 20:54:59.587763 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.587877 [ 276 ] {c6756def-300b-4a25-9df2-dfa7e2bdd0fb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.587920 [ 276 ] {c6756def-300b-4a25-9df2-dfa7e2bdd0fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:54:59.588478 [ 276 ] {c6756def-300b-4a25-9df2-dfa7e2bdd0fb} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.588517 [ 276 ] {c6756def-300b-4a25-9df2-dfa7e2bdd0fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.588899 [ 276 ] {c6756def-300b-4a25-9df2-dfa7e2bdd0fb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:54:59.589127 [ 276 ] {c6756def-300b-4a25-9df2-dfa7e2bdd0fb} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:54:59.589272 [ 276 ] {c6756def-300b-4a25-9df2-dfa7e2bdd0fb} executeQuery: Read 284 rows, 18.47 KiB in 0.001429 sec., 198740.37788663403 rows/sec., 12.62 MiB/sec. 2026.04.29 20:54:59.589311 [ 276 ] {c6756def-300b-4a25-9df2-dfa7e2bdd0fb} TCPHandler: Processed in 0.0016031 sec. 2026.04.29 20:54:59.589434 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.589532 [ 276 ] {94e481df-8eed-4871-a500-59f6936256f5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:59.589572 [ 276 ] {94e481df-8eed-4871-a500-59f6936256f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:59.590277 [ 276 ] {94e481df-8eed-4871-a500-59f6936256f5} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.590312 [ 276 ] {94e481df-8eed-4871-a500-59f6936256f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.590662 [ 276 ] {94e481df-8eed-4871-a500-59f6936256f5} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:54:59.590873 [ 276 ] {94e481df-8eed-4871-a500-59f6936256f5} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.591004 [ 276 ] {94e481df-8eed-4871-a500-59f6936256f5} executeQuery: Read 811 rows, 64.18 KiB in 0.001493 sec., 543201.6075016744 rows/sec., 41.98 MiB/sec. 2026.04.29 20:54:59.591041 [ 276 ] {94e481df-8eed-4871-a500-59f6936256f5} TCPHandler: Processed in 0.001659131 sec. 2026.04.29 20:54:59.591158 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.591251 [ 276 ] {080c12e0-18cd-47b9-a660-736273e92b4c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.591289 [ 276 ] {080c12e0-18cd-47b9-a660-736273e92b4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:59.591716 [ 276 ] {080c12e0-18cd-47b9-a660-736273e92b4c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.591751 [ 276 ] {080c12e0-18cd-47b9-a660-736273e92b4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.592057 [ 276 ] {080c12e0-18cd-47b9-a660-736273e92b4c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:54:59.592270 [ 276 ] {080c12e0-18cd-47b9-a660-736273e92b4c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.592395 [ 276 ] {080c12e0-18cd-47b9-a660-736273e92b4c} executeQuery: Read 149 rows, 9.07 KiB in 0.001163 sec., 128116.93895098883 rows/sec., 7.61 MiB/sec. 2026.04.29 20:54:59.592433 [ 276 ] {080c12e0-18cd-47b9-a660-736273e92b4c} TCPHandler: Processed in 0.001326777 sec. 2026.04.29 20:54:59.592552 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.592652 [ 276 ] {23d85fa9-4d25-4b07-bca7-a87242a974f3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.592692 [ 276 ] {23d85fa9-4d25-4b07-bca7-a87242a974f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:54:59.593149 [ 276 ] {23d85fa9-4d25-4b07-bca7-a87242a974f3} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.593185 [ 276 ] {23d85fa9-4d25-4b07-bca7-a87242a974f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.593480 [ 276 ] {23d85fa9-4d25-4b07-bca7-a87242a974f3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:54:59.593715 [ 276 ] {23d85fa9-4d25-4b07-bca7-a87242a974f3} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:54:59.593841 [ 276 ] {23d85fa9-4d25-4b07-bca7-a87242a974f3} executeQuery: Read 149 rows, 9.86 KiB in 0.001208 sec., 123344.37086092714 rows/sec., 7.97 MiB/sec. 2026.04.29 20:54:59.593877 [ 276 ] {23d85fa9-4d25-4b07-bca7-a87242a974f3} TCPHandler: Processed in 0.001377598 sec. 2026.04.29 20:54:59.593996 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.594088 [ 276 ] {eab6e382-485a-4416-b2eb-ed46291fb0c9} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.594127 [ 276 ] {eab6e382-485a-4416-b2eb-ed46291fb0c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:54:59.594567 [ 276 ] {eab6e382-485a-4416-b2eb-ed46291fb0c9} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.594603 [ 276 ] {eab6e382-485a-4416-b2eb-ed46291fb0c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.594904 [ 276 ] {eab6e382-485a-4416-b2eb-ed46291fb0c9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:54:59.595121 [ 276 ] {eab6e382-485a-4416-b2eb-ed46291fb0c9} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:54:59.595246 [ 276 ] {eab6e382-485a-4416-b2eb-ed46291fb0c9} executeQuery: Read 148 rows, 8.62 KiB in 0.001175 sec., 125957.44680851063 rows/sec., 7.16 MiB/sec. 2026.04.29 20:54:59.595282 [ 276 ] {eab6e382-485a-4416-b2eb-ed46291fb0c9} TCPHandler: Processed in 0.001338488 sec. 2026.04.29 20:54:59.595401 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.595494 [ 276 ] {f28d2f06-b192-4fe0-b947-f0807042160f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:59.595532 [ 276 ] {f28d2f06-b192-4fe0-b947-f0807042160f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:59.596128 [ 276 ] {f28d2f06-b192-4fe0-b947-f0807042160f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.596164 [ 276 ] {f28d2f06-b192-4fe0-b947-f0807042160f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.596487 [ 276 ] {f28d2f06-b192-4fe0-b947-f0807042160f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:54:59.596699 [ 276 ] {f28d2f06-b192-4fe0-b947-f0807042160f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.596825 [ 276 ] {f28d2f06-b192-4fe0-b947-f0807042160f} executeQuery: Read 497 rows, 35.74 KiB in 0.00135 sec., 368148.14814814815 rows/sec., 25.85 MiB/sec. 2026.04.29 20:54:59.596862 [ 276 ] {f28d2f06-b192-4fe0-b947-f0807042160f} TCPHandler: Processed in 0.001513479 sec. 2026.04.29 20:54:59.596973 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.597068 [ 276 ] {c8fa919c-10a8-4b85-ae23-a9b79ae91d3c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:54:59.597107 [ 276 ] {c8fa919c-10a8-4b85-ae23-a9b79ae91d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:54:59.597448 [ 276 ] {c8fa919c-10a8-4b85-ae23-a9b79ae91d3c} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.597482 [ 276 ] {c8fa919c-10a8-4b85-ae23-a9b79ae91d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.597781 [ 276 ] {c8fa919c-10a8-4b85-ae23-a9b79ae91d3c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:54:59.597999 [ 276 ] {c8fa919c-10a8-4b85-ae23-a9b79ae91d3c} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:54:59.598124 [ 276 ] {c8fa919c-10a8-4b85-ae23-a9b79ae91d3c} executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. 2026.04.29 20:54:59.598160 [ 276 ] {c8fa919c-10a8-4b85-ae23-a9b79ae91d3c} TCPHandler: Processed in 0.001237806 sec. 2026.04.29 20:54:59.598280 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.598375 [ 276 ] {5f90cdec-0750-4795-a3ff-d2f49f64b9fc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.598416 [ 276 ] {5f90cdec-0750-4795-a3ff-d2f49f64b9fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:59.598822 [ 276 ] {5f90cdec-0750-4795-a3ff-d2f49f64b9fc} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.598856 [ 276 ] {5f90cdec-0750-4795-a3ff-d2f49f64b9fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.599185 [ 276 ] {5f90cdec-0750-4795-a3ff-d2f49f64b9fc} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:54:59.599400 [ 276 ] {5f90cdec-0750-4795-a3ff-d2f49f64b9fc} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.599525 [ 276 ] {5f90cdec-0750-4795-a3ff-d2f49f64b9fc} executeQuery: Read 265 rows, 18.03 KiB in 0.00117 sec., 226495.7264957265 rows/sec., 15.05 MiB/sec. 2026.04.29 20:54:59.599561 [ 276 ] {5f90cdec-0750-4795-a3ff-d2f49f64b9fc} TCPHandler: Processed in 0.001330517 sec. 2026.04.29 20:54:59.599684 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.599777 [ 276 ] {e9c5918c-ae9d-4a5b-adb7-25f5862bc67f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.599817 [ 276 ] {e9c5918c-ae9d-4a5b-adb7-25f5862bc67f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:54:59.600138 [ 276 ] {e9c5918c-ae9d-4a5b-adb7-25f5862bc67f} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.600172 [ 276 ] {e9c5918c-ae9d-4a5b-adb7-25f5862bc67f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.600466 [ 276 ] {e9c5918c-ae9d-4a5b-adb7-25f5862bc67f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:54:59.600678 [ 276 ] {e9c5918c-ae9d-4a5b-adb7-25f5862bc67f} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:54:59.600804 [ 276 ] {e9c5918c-ae9d-4a5b-adb7-25f5862bc67f} executeQuery: Read 1 rows, 69.00 B in 0.001045 sec., 956.9377990430622 rows/sec., 64.48 KiB/sec. 2026.04.29 20:54:59.600838 [ 276 ] {e9c5918c-ae9d-4a5b-adb7-25f5862bc67f} TCPHandler: Processed in 0.001205536 sec. 2026.04.29 20:54:59.600960 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.601052 [ 276 ] {c2cbcfca-6c82-43a6-8ed2-7cef63483a2d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.601104 [ 276 ] {c2cbcfca-6c82-43a6-8ed2-7cef63483a2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:59.601839 [ 276 ] {c2cbcfca-6c82-43a6-8ed2-7cef63483a2d} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.601873 [ 276 ] {c2cbcfca-6c82-43a6-8ed2-7cef63483a2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.602363 [ 276 ] {c2cbcfca-6c82-43a6-8ed2-7cef63483a2d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:54:59.602590 [ 276 ] {c2cbcfca-6c82-43a6-8ed2-7cef63483a2d} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:59.602687 [ 70 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.29 20:54:59.602723 [ 70 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.602724 [ 276 ] {c2cbcfca-6c82-43a6-8ed2-7cef63483a2d} executeQuery: Read 7 rows, 12.84 KiB in 0.001689 sec., 4144.464179988158 rows/sec., 7.43 MiB/sec. 2026.04.29 20:54:59.602744 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.602790 [ 276 ] {c2cbcfca-6c82-43a6-8ed2-7cef63483a2d} TCPHandler: Processed in 0.001880914 sec. 2026.04.29 20:54:59.602848 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::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.29 20:54:59.602913 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.603011 [ 276 ] {9762439f-8cf7-4f9f-babf-1699329d0bcf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.603051 [ 276 ] {9762439f-8cf7-4f9f-babf-1699329d0bcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:59.603072 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:59.603130 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 511 rows starting from the beginning of the part 2026.04.29 20:54:59.603256 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:59.603365 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 35 rows starting from the beginning of the part 2026.04.29 20:54:59.603389 [ 276 ] {9762439f-8cf7-4f9f-babf-1699329d0bcf} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.603427 [ 276 ] {9762439f-8cf7-4f9f-babf-1699329d0bcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.603460 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:59.603551 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 35 rows starting from the beginning of the part 2026.04.29 20:54:59.603637 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.04.29 20:54:59.603736 [ 276 ] {9762439f-8cf7-4f9f-babf-1699329d0bcf} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:54:59.603967 [ 276 ] {9762439f-8cf7-4f9f-babf-1699329d0bcf} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.604106 [ 276 ] {9762439f-8cf7-4f9f-babf-1699329d0bcf} executeQuery: Read 90 rows, 5.77 KiB in 0.001113 sec., 80862.53369272237 rows/sec., 5.06 MiB/sec. 2026.04.29 20:54:59.604111 [ 68 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.29 20:54:59.604142 [ 276 ] {9762439f-8cf7-4f9f-babf-1699329d0bcf} TCPHandler: Processed in 0.001280526 sec. 2026.04.29 20:54:59.604174 [ 68 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.604207 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.604313 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.29 20:54:59.604450 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:54:59.604485 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1470 rows starting from the beginning of the part 2026.04.29 20:54:59.604548 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2026.04.29 20:54:59.604591 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.04.29 20:54:59.604630 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 90 rows starting from the beginning of the part 2026.04.29 20:54:59.604666 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.04.29 20:54:59.604704 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 90 rows starting from the beginning of the part 2026.04.29 20:54:59.605809 [ 198 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 4 columns (4 merged, 0 gathered) in 0.001548079 sec., 1201489.0712941652 rows/sec., 78.73 MiB/sec. 2026.04.29 20:54:59.606076 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.29 20:54:59.606347 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.606424 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_31_6} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.29 20:54:59.606516 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.29 20:54:59.632472 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 19 columns (19 merged, 0 gathered) in 0.0296687 sec., 20290.74411753801 rows/sec., 36.36 MiB/sec. 2026.04.29 20:54:59.633713 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.29 20:54:59.634055 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): 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.29 20:54:59.634130 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_26_5} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.29 20:54:59.634254 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2026.04.29 20:54:59.896089 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.896346 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:59.896690 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:54:59.896726 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:59.896957 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:54:59.897025 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:54:59.897169 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.04.29 20:54:59.897295 [ 302 ] {45a54148-1dce-49a3-916a-459cfee0168d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:54:59.897313 [ 309 ] {45a54148-1dce-49a3-916a-459cfee0168d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:54:59.897313 [ 313 ] {45a54148-1dce-49a3-916a-459cfee0168d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:54:59.897301 [ 320 ] {45a54148-1dce-49a3-916a-459cfee0168d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:54:59.897495 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:54:59.897521 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:54:59.897609 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:54:59.897629 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:54:59.897663 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:59.897700 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:59.897733 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:54:59.898953 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} executeQuery: Read 45 rows, 5.52 KiB in 0.002716 sec., 16568.483063328422 rows/sec., 1.99 MiB/sec. 2026.04.29 20:54:59.899126 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} MemoryTracker: Peak memory usage (for query): 134.29 KiB. 2026.04.29 20:54:59.899142 [ 276 ] {45a54148-1dce-49a3-916a-459cfee0168d} TCPHandler: Processed in 0.003197531 sec. 2026.04.29 20:54:59.910405 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.910538 [ 276 ] {75f3be67-6022-4248-ba2e-7bab6195daac} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:54:59.910591 [ 276 ] {75f3be67-6022-4248-ba2e-7bab6195daac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:54:59.912144 [ 276 ] {75f3be67-6022-4248-ba2e-7bab6195daac} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.912189 [ 276 ] {75f3be67-6022-4248-ba2e-7bab6195daac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.912721 [ 276 ] {75f3be67-6022-4248-ba2e-7bab6195daac} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:54:59.912955 [ 276 ] {75f3be67-6022-4248-ba2e-7bab6195daac} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.913110 [ 276 ] {75f3be67-6022-4248-ba2e-7bab6195daac} executeQuery: Read 2471 rows, 188.07 KiB in 0.00261 sec., 946743.2950191571 rows/sec., 70.37 MiB/sec. 2026.04.29 20:54:59.913151 [ 276 ] {75f3be67-6022-4248-ba2e-7bab6195daac} TCPHandler: Processed in 0.002814516 sec. 2026.04.29 20:54:59.913274 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.913372 [ 276 ] {c3106f4d-f9b8-4891-80dc-9e42ad2dfd77} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.913415 [ 276 ] {c3106f4d-f9b8-4891-80dc-9e42ad2dfd77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:54:59.913838 [ 276 ] {c3106f4d-f9b8-4891-80dc-9e42ad2dfd77} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.913877 [ 276 ] {c3106f4d-f9b8-4891-80dc-9e42ad2dfd77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.914182 [ 276 ] {c3106f4d-f9b8-4891-80dc-9e42ad2dfd77} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:54:59.914397 [ 276 ] {c3106f4d-f9b8-4891-80dc-9e42ad2dfd77} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.914531 [ 276 ] {c3106f4d-f9b8-4891-80dc-9e42ad2dfd77} executeQuery: Read 44 rows, 3.31 KiB in 0.001181 sec., 37256.562235393736 rows/sec., 2.74 MiB/sec. 2026.04.29 20:54:59.914568 [ 276 ] {c3106f4d-f9b8-4891-80dc-9e42ad2dfd77} TCPHandler: Processed in 0.001346268 sec. 2026.04.29 20:54:59.914692 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.914786 [ 276 ] {efbd2ac0-0541-4260-a65e-848d89bbd539} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.914826 [ 276 ] {efbd2ac0-0541-4260-a65e-848d89bbd539} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:54:59.915454 [ 276 ] {efbd2ac0-0541-4260-a65e-848d89bbd539} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.915491 [ 276 ] {efbd2ac0-0541-4260-a65e-848d89bbd539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.915830 [ 276 ] {efbd2ac0-0541-4260-a65e-848d89bbd539} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:54:59.916045 [ 276 ] {efbd2ac0-0541-4260-a65e-848d89bbd539} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:54:59.916175 [ 276 ] {efbd2ac0-0541-4260-a65e-848d89bbd539} executeQuery: Read 801 rows, 47.38 KiB in 0.001408 sec., 568892.0454545454 rows/sec., 32.86 MiB/sec. 2026.04.29 20:54:59.916212 [ 276 ] {efbd2ac0-0541-4260-a65e-848d89bbd539} TCPHandler: Processed in 0.00157228 sec. 2026.04.29 20:54:59.916328 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.916422 [ 276 ] {6fda5a28-18a2-42d8-8aa2-346cceaf6221} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.916461 [ 276 ] {6fda5a28-18a2-42d8-8aa2-346cceaf6221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:54:59.916836 [ 276 ] {6fda5a28-18a2-42d8-8aa2-346cceaf6221} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.916873 [ 276 ] {6fda5a28-18a2-42d8-8aa2-346cceaf6221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.917158 [ 276 ] {6fda5a28-18a2-42d8-8aa2-346cceaf6221} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.29 20:54:59.917368 [ 276 ] {6fda5a28-18a2-42d8-8aa2-346cceaf6221} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:54:59.917492 [ 276 ] {6fda5a28-18a2-42d8-8aa2-346cceaf6221} executeQuery: Read 1 rows, 72.00 B in 0.001088 sec., 919.1176470588235 rows/sec., 64.63 KiB/sec. 2026.04.29 20:54:59.917528 [ 276 ] {6fda5a28-18a2-42d8-8aa2-346cceaf6221} TCPHandler: Processed in 0.001252727 sec. 2026.04.29 20:54:59.917635 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.917727 [ 276 ] {61c72372-de14-4a6a-9d6f-6221a2245da3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:54:59.917765 [ 276 ] {61c72372-de14-4a6a-9d6f-6221a2245da3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:54:59.918543 [ 276 ] {61c72372-de14-4a6a-9d6f-6221a2245da3} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.918580 [ 276 ] {61c72372-de14-4a6a-9d6f-6221a2245da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.918944 [ 276 ] {61c72372-de14-4a6a-9d6f-6221a2245da3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:54:59.919154 [ 276 ] {61c72372-de14-4a6a-9d6f-6221a2245da3} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.919284 [ 276 ] {61c72372-de14-4a6a-9d6f-6221a2245da3} executeQuery: Read 1323 rows, 90.76 KiB in 0.001574 sec., 840533.6721728081 rows/sec., 56.31 MiB/sec. 2026.04.29 20:54:59.919321 [ 276 ] {61c72372-de14-4a6a-9d6f-6221a2245da3} TCPHandler: Processed in 0.001737312 sec. 2026.04.29 20:54:59.919438 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.919532 [ 276 ] {155f8d6c-0200-4022-9329-d43200aab4ad} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.919574 [ 276 ] {155f8d6c-0200-4022-9329-d43200aab4ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:54:59.920219 [ 276 ] {155f8d6c-0200-4022-9329-d43200aab4ad} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.920255 [ 276 ] {155f8d6c-0200-4022-9329-d43200aab4ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.920691 [ 276 ] {155f8d6c-0200-4022-9329-d43200aab4ad} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:54:59.920904 [ 276 ] {155f8d6c-0200-4022-9329-d43200aab4ad} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.921036 [ 276 ] {155f8d6c-0200-4022-9329-d43200aab4ad} executeQuery: Read 1496 rows, 92.90 KiB in 0.001522 sec., 982917.2141918528 rows/sec., 59.61 MiB/sec. 2026.04.29 20:54:59.921073 [ 276 ] {155f8d6c-0200-4022-9329-d43200aab4ad} TCPHandler: Processed in 0.001686442 sec. 2026.04.29 20:54:59.921191 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.921286 [ 276 ] {a91ad3ea-d2dc-4b98-9ecc-cfc5dd878f00} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.921341 [ 276 ] {a91ad3ea-d2dc-4b98-9ecc-cfc5dd878f00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:54:59.922196 [ 276 ] {a91ad3ea-d2dc-4b98-9ecc-cfc5dd878f00} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.922233 [ 276 ] {a91ad3ea-d2dc-4b98-9ecc-cfc5dd878f00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.922786 [ 276 ] {a91ad3ea-d2dc-4b98-9ecc-cfc5dd878f00} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:54:59.923013 [ 276 ] {a91ad3ea-d2dc-4b98-9ecc-cfc5dd878f00} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.923153 [ 276 ] {a91ad3ea-d2dc-4b98-9ecc-cfc5dd878f00} executeQuery: Read 44 rows, 80.74 KiB in 0.001886 sec., 23329.798515376457 rows/sec., 41.81 MiB/sec. 2026.04.29 20:54:59.923204 [ 276 ] {a91ad3ea-d2dc-4b98-9ecc-cfc5dd878f00} TCPHandler: Processed in 0.002063666 sec. 2026.04.29 20:54:59.923317 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:54:59.923411 [ 276 ] {8d348475-fcce-40d0-a1d8-69e58bd99174} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:54:59.923453 [ 276 ] {8d348475-fcce-40d0-a1d8-69e58bd99174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:54:59.923779 [ 276 ] {8d348475-fcce-40d0-a1d8-69e58bd99174} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:54:59.923815 [ 276 ] {8d348475-fcce-40d0-a1d8-69e58bd99174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:54:59.924114 [ 276 ] {8d348475-fcce-40d0-a1d8-69e58bd99174} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:54:59.924325 [ 276 ] {8d348475-fcce-40d0-a1d8-69e58bd99174} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:54:59.924452 [ 276 ] {8d348475-fcce-40d0-a1d8-69e58bd99174} executeQuery: Read 12 rows, 848.00 B in 0.001059 sec., 11331.444759206799 rows/sec., 781.99 KiB/sec. 2026.04.29 20:54:59.924487 [ 276 ] {8d348475-fcce-40d0-a1d8-69e58bd99174} TCPHandler: Processed in 0.001220996 sec. 2026.04.29 20:55:02.202932 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 686 2026.04.29 20:55:02.205890 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:02.205942 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:02.207194 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:55:02.207481 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:55:02.207627 [ 65 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:55:02.207687 [ 65 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:02.207705 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:02.207833 [ 198 ] {03897449-be65-49df-8ac9-f05a42e91a11::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.29 20:55:02.207844 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 686 2026.04.29 20:55:02.208501 [ 198 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:02.208677 [ 198 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 458 rows starting from the beginning of the part 2026.04.29 20:55:02.209082 [ 198 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2026.04.29 20:55:02.209443 [ 198 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part 2026.04.29 20:55:02.209774 [ 198 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part 2026.04.29 20:55:02.210091 [ 198 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2026.04.29 20:55:02.210413 [ 198 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part 2026.04.29 20:55:02.217121 [ 187 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 72 columns (72 merged, 0 gathered) in 0.009352799 sec., 73347.02691675507 rows/sec., 62.96 MiB/sec. 2026.04.29 20:55:02.218345 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:55:02.218961 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:55:02.219043 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_16_3} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:55:02.219380 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. 2026.04.29 20:55:04.574620 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:04.574871 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:04.575245 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:04.575288 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:04.575535 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:04.575605 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:04.575756 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:55:04.575882 [ 332 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:55:04.575899 [ 313 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:55:04.575899 [ 315 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:55:04.575899 [ 302 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:55:04.576091 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:55:04.576117 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:04.576204 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:55:04.576224 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:55:04.576258 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:04.576300 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:04.576334 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:04.577620 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} executeQuery: Read 45 rows, 3.47 KiB in 0.00285 sec., 15789.473684210525 rows/sec., 1.19 MiB/sec. 2026.04.29 20:55:04.577769 [ 276 ] {53eed32b-4e59-4d1d-9596-5bfb624ac040} TCPHandler: Processed in 0.003321493 sec. 2026.04.29 20:55:04.579249 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:04.579360 [ 276 ] {1db021ed-99bf-4571-90b9-d4378fa4ee51} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:04.579404 [ 276 ] {1db021ed-99bf-4571-90b9-d4378fa4ee51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:04.579930 [ 276 ] {1db021ed-99bf-4571-90b9-d4378fa4ee51} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:04.579978 [ 276 ] {1db021ed-99bf-4571-90b9-d4378fa4ee51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:04.580399 [ 276 ] {1db021ed-99bf-4571-90b9-d4378fa4ee51} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:55:04.580640 [ 276 ] {1db021ed-99bf-4571-90b9-d4378fa4ee51} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:04.580789 [ 276 ] {1db021ed-99bf-4571-90b9-d4378fa4ee51} executeQuery: Read 56 rows, 4.41 KiB in 0.001461 sec., 38329.911019849416 rows/sec., 2.94 MiB/sec. 2026.04.29 20:55:04.580826 [ 276 ] {1db021ed-99bf-4571-90b9-d4378fa4ee51} TCPHandler: Processed in 0.001632721 sec. 2026.04.29 20:55:04.580944 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:04.581043 [ 276 ] {ac41440a-4270-4c3f-b7ce-b5d167079cd7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:04.581084 [ 276 ] {ac41440a-4270-4c3f-b7ce-b5d167079cd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:04.581500 [ 276 ] {ac41440a-4270-4c3f-b7ce-b5d167079cd7} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:04.581536 [ 276 ] {ac41440a-4270-4c3f-b7ce-b5d167079cd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:04.581840 [ 276 ] {ac41440a-4270-4c3f-b7ce-b5d167079cd7} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:55:04.582056 [ 276 ] {ac41440a-4270-4c3f-b7ce-b5d167079cd7} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:04.582184 [ 276 ] {ac41440a-4270-4c3f-b7ce-b5d167079cd7} executeQuery: Read 64 rows, 5.12 KiB in 0.001162 sec., 55077.45266781411 rows/sec., 4.30 MiB/sec. 2026.04.29 20:55:04.582221 [ 276 ] {ac41440a-4270-4c3f-b7ce-b5d167079cd7} TCPHandler: Processed in 0.001330677 sec. 2026.04.29 20:55:04.582336 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:04.582432 [ 276 ] {444493dc-9200-4ae2-a7e7-3494746f2de3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:04.582473 [ 276 ] {444493dc-9200-4ae2-a7e7-3494746f2de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:04.582851 [ 276 ] {444493dc-9200-4ae2-a7e7-3494746f2de3} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:04.582885 [ 276 ] {444493dc-9200-4ae2-a7e7-3494746f2de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:04.583216 [ 276 ] {444493dc-9200-4ae2-a7e7-3494746f2de3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:55:04.583429 [ 276 ] {444493dc-9200-4ae2-a7e7-3494746f2de3} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:04.583556 [ 276 ] {444493dc-9200-4ae2-a7e7-3494746f2de3} executeQuery: Read 128 rows, 9.13 KiB in 0.001144 sec., 111888.11188811189 rows/sec., 7.79 MiB/sec. 2026.04.29 20:55:04.583591 [ 276 ] {444493dc-9200-4ae2-a7e7-3494746f2de3} TCPHandler: Processed in 0.001308176 sec. 2026.04.29 20:55:04.583711 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:04.583806 [ 276 ] {44dd4f48-de26-49a5-a2fb-9688cc850e83} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:04.583848 [ 276 ] {44dd4f48-de26-49a5-a2fb-9688cc850e83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:04.584169 [ 276 ] {44dd4f48-de26-49a5-a2fb-9688cc850e83} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:04.584202 [ 276 ] {44dd4f48-de26-49a5-a2fb-9688cc850e83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:04.584511 [ 276 ] {44dd4f48-de26-49a5-a2fb-9688cc850e83} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:55:04.584744 [ 276 ] {44dd4f48-de26-49a5-a2fb-9688cc850e83} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:04.584872 [ 276 ] {44dd4f48-de26-49a5-a2fb-9688cc850e83} executeQuery: Read 48 rows, 3.31 KiB in 0.001085 sec., 44239.63133640553 rows/sec., 2.98 MiB/sec. 2026.04.29 20:55:04.584907 [ 276 ] {44dd4f48-de26-49a5-a2fb-9688cc850e83} TCPHandler: Processed in 0.001247736 sec. 2026.04.29 20:55:04.671592 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11027 2026.04.29 20:55:04.672110 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:04.672158 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:04.672676 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:55:04.672904 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:55:04.673041 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11027 2026.04.29 20:55:05.261310 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.04.29 20:55:05.277277 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:05.277337 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:05.283781 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:55:05.284502 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:55:05.287931 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.04.29 20:55:08.236124 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51292 2026.04.29 20:55:08.236248 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.236281 [ 287 ] {} TCP-Session: 5c51e76e-f6f5-433e-98c5-6b8f2a779298 Authenticating user 'default' from [fd00:1122:3344:101::e]:51292 2026.04.29 20:55:08.236307 [ 287 ] {} TCP-Session: 5c51e76e-f6f5-433e-98c5-6b8f2a779298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.236323 [ 287 ] {} TCP-Session: 5c51e76e-f6f5-433e-98c5-6b8f2a779298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.236549 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44231 2026.04.29 20:55:08.236577 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49491 2026.04.29 20:55:08.236609 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42284 2026.04.29 20:55:08.236621 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65053 2026.04.29 20:55:08.236675 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.236594 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54065 2026.04.29 20:55:08.236724 [ 290 ] {} TCP-Session: 8d3c65c6-3cb9-4760-9fc4-b376423ed075 Authenticating user 'default' from [fd00:1122:3344:101::e]:44231 2026.04.29 20:55:08.236586 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49840 2026.04.29 20:55:08.236760 [ 287 ] {} TCP-Session: 5c51e76e-f6f5-433e-98c5-6b8f2a779298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:08.236781 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.236758 [ 290 ] {} TCP-Session: 8d3c65c6-3cb9-4760-9fc4-b376423ed075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.236838 [ 292 ] {} TCP-Session: ac06026a-037f-4006-8d26-59304872910d Authenticating user 'default' from [fd00:1122:3344:101::e]:49491 2026.04.29 20:55:08.236845 [ 290 ] {} TCP-Session: 8d3c65c6-3cb9-4760-9fc4-b376423ed075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.236555 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36668 2026.04.29 20:55:08.236875 [ 292 ] {} TCP-Session: ac06026a-037f-4006-8d26-59304872910d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.236550 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39736 2026.04.29 20:55:08.236924 [ 292 ] {} TCP-Session: ac06026a-037f-4006-8d26-59304872910d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.236955 [ 287 ] {d2448507-d1fb-441d-aa2c-f472a759951e} executeQuery: (from [fd00:1122:3344:101::e]:51292) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:55:08.236982 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.237027 [ 275 ] {} TCP-Session: 4cfac8e8-2bdb-4720-949b-d7f6824c94be Authenticating user 'default' from [fd00:1122:3344:101::e]:42284 2026.04.29 20:55:08.237052 [ 275 ] {} TCP-Session: 4cfac8e8-2bdb-4720-949b-d7f6824c94be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237065 [ 275 ] {} TCP-Session: 4cfac8e8-2bdb-4720-949b-d7f6824c94be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237121 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.237161 [ 286 ] {} TCP-Session: 7c78a28e-ca80-4aa8-8212-1e0b2a999b5b Authenticating user 'default' from [fd00:1122:3344:101::e]:65053 2026.04.29 20:55:08.237174 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.237179 [ 286 ] {} TCP-Session: 7c78a28e-ca80-4aa8-8212-1e0b2a999b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237218 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.237224 [ 286 ] {} TCP-Session: 7c78a28e-ca80-4aa8-8212-1e0b2a999b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237227 [ 289 ] {} TCP-Session: 11712741-f9a8-445c-99ae-a60603d22d64 Authenticating user 'default' from [fd00:1122:3344:101::e]:39736 2026.04.29 20:55:08.237263 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.237289 [ 289 ] {} TCP-Session: 11712741-f9a8-445c-99ae-a60603d22d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237254 [ 291 ] {} TCP-Session: 23d839ae-c431-4b27-9f17-318f5170d267 Authenticating user 'default' from [fd00:1122:3344:101::e]:36668 2026.04.29 20:55:08.237319 [ 289 ] {} TCP-Session: 11712741-f9a8-445c-99ae-a60603d22d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237327 [ 287 ] {d2448507-d1fb-441d-aa2c-f472a759951e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:55:08.237341 [ 291 ] {} TCP-Session: 23d839ae-c431-4b27-9f17-318f5170d267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237338 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.237379 [ 291 ] {} TCP-Session: 23d839ae-c431-4b27-9f17-318f5170d267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237405 [ 287 ] {d2448507-d1fb-441d-aa2c-f472a759951e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:08.237413 [ 293 ] {} TCP-Session: d4784cd8-deca-4a00-8b8b-968f60365a03 Authenticating user 'default' from [fd00:1122:3344:101::e]:49840 2026.04.29 20:55:08.237311 [ 294 ] {} TCP-Session: c4b32086-e867-4130-9aa3-eef4274d6db3 Authenticating user 'default' from [fd00:1122:3344:101::e]:54065 2026.04.29 20:55:08.237448 [ 293 ] {} TCP-Session: d4784cd8-deca-4a00-8b8b-968f60365a03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237468 [ 294 ] {} TCP-Session: c4b32086-e867-4130-9aa3-eef4274d6db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237474 [ 293 ] {} TCP-Session: d4784cd8-deca-4a00-8b8b-968f60365a03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237490 [ 294 ] {} TCP-Session: c4b32086-e867-4130-9aa3-eef4274d6db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.237747 [ 287 ] {d2448507-d1fb-441d-aa2c-f472a759951e} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:55:08.238879 [ 313 ] {d2448507-d1fb-441d-aa2c-f472a759951e} AggregatingTransform: Aggregating 2026.04.29 20:55:08.238917 [ 313 ] {d2448507-d1fb-441d-aa2c-f472a759951e} Aggregator: Aggregation method: without_key 2026.04.29 20:55:08.238954 [ 313 ] {d2448507-d1fb-441d-aa2c-f472a759951e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001104354 sec. (905.507 rows/sec., 35.37 KiB/sec.) 2026.04.29 20:55:08.238972 [ 313 ] {d2448507-d1fb-441d-aa2c-f472a759951e} Aggregator: Merging aggregated data 2026.04.29 20:55:08.240613 [ 287 ] {d2448507-d1fb-441d-aa2c-f472a759951e} executeQuery: Read 1 rows, 40.00 B in 0.003719 sec., 268.8894864210809 rows/sec., 10.50 KiB/sec. 2026.04.29 20:55:08.240763 [ 287 ] {d2448507-d1fb-441d-aa2c-f472a759951e} TCPHandler: Processed in 0.004164033 sec. 2026.04.29 20:55:08.240886 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.240910 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.240918 [ 287 ] {} TCP-Session: 5c51e76e-f6f5-433e-98c5-6b8f2a779298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.240929 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.240961 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.240979 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.240997 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.241015 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.241039 [ 292 ] {} TCP-Session: ac06026a-037f-4006-8d26-59304872910d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.241060 [ 275 ] {} TCP-Session: 4cfac8e8-2bdb-4720-949b-d7f6824c94be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.241076 [ 291 ] {} TCP-Session: 23d839ae-c431-4b27-9f17-318f5170d267 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.241035 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.241017 [ 286 ] {} TCP-Session: 7c78a28e-ca80-4aa8-8212-1e0b2a999b5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.241148 [ 293 ] {} TCP-Session: d4784cd8-deca-4a00-8b8b-968f60365a03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.240996 [ 289 ] {} TCP-Session: 11712741-f9a8-445c-99ae-a60603d22d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.240943 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.240958 [ 290 ] {} TCP-Session: 8d3c65c6-3cb9-4760-9fc4-b376423ed075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.241227 [ 294 ] {} TCP-Session: c4b32086-e867-4130-9aa3-eef4274d6db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.304438 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37191 2026.04.29 20:55:08.304535 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.304560 [ 287 ] {} TCP-Session: 8b9d6450-9fde-4cbb-bdba-ddd6437506bd Authenticating user 'default' from [fd00:1122:3344:101::e]:37191 2026.04.29 20:55:08.304581 [ 287 ] {} TCP-Session: 8b9d6450-9fde-4cbb-bdba-ddd6437506bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.304593 [ 287 ] {} TCP-Session: 8b9d6450-9fde-4cbb-bdba-ddd6437506bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.304772 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63275 2026.04.29 20:55:08.304793 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35080 2026.04.29 20:55:08.304805 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52274 2026.04.29 20:55:08.304859 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50410 2026.04.29 20:55:08.304863 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42062 2026.04.29 20:55:08.304884 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.304919 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.304917 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.304943 [ 289 ] {} TCP-Session: 25ffc009-2a77-4362-95b6-0444746a4a8b Authenticating user 'default' from [fd00:1122:3344:101::e]:63275 2026.04.29 20:55:08.304954 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.304970 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.304974 [ 290 ] {} TCP-Session: a8d90cdc-6bf4-492f-a9eb-97f28c2fea31 Authenticating user 'default' from [fd00:1122:3344:101::e]:35080 2026.04.29 20:55:08.304994 [ 275 ] {} TCP-Session: 7c15c79f-d83d-4730-b591-ee4f79550062 Authenticating user 'default' from [fd00:1122:3344:101::e]:50410 2026.04.29 20:55:08.305013 [ 286 ] {} TCP-Session: 9b20f472-9de8-4964-923e-7acd33c348f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42062 2026.04.29 20:55:08.305026 [ 290 ] {} TCP-Session: a8d90cdc-6bf4-492f-a9eb-97f28c2fea31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305039 [ 275 ] {} TCP-Session: 7c15c79f-d83d-4730-b591-ee4f79550062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305052 [ 286 ] {} TCP-Session: 9b20f472-9de8-4964-923e-7acd33c348f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305062 [ 290 ] {} TCP-Session: a8d90cdc-6bf4-492f-a9eb-97f28c2fea31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305075 [ 275 ] {} TCP-Session: 7c15c79f-d83d-4730-b591-ee4f79550062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305089 [ 286 ] {} TCP-Session: 9b20f472-9de8-4964-923e-7acd33c348f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.304985 [ 289 ] {} TCP-Session: 25ffc009-2a77-4362-95b6-0444746a4a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.304952 [ 291 ] {} TCP-Session: dcb4aec0-95fa-4791-b257-77fd6d1fae28 Authenticating user 'default' from [fd00:1122:3344:101::e]:52274 2026.04.29 20:55:08.305150 [ 289 ] {} TCP-Session: 25ffc009-2a77-4362-95b6-0444746a4a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305174 [ 291 ] {} TCP-Session: dcb4aec0-95fa-4791-b257-77fd6d1fae28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.304890 [ 287 ] {} TCP-Session: 8b9d6450-9fde-4cbb-bdba-ddd6437506bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:08.305200 [ 291 ] {} TCP-Session: dcb4aec0-95fa-4791-b257-77fd6d1fae28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.304846 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45060 2026.04.29 20:55:08.304836 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51059 2026.04.29 20:55:08.304836 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33298 2026.04.29 20:55:08.305314 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.305345 [ 294 ] {} TCP-Session: 557b2ce4-7903-4abe-9310-4adaa9cf2d56 Authenticating user 'default' from [fd00:1122:3344:101::e]:45060 2026.04.29 20:55:08.305346 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.305366 [ 294 ] {} TCP-Session: 557b2ce4-7903-4abe-9310-4adaa9cf2d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305371 [ 287 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} executeQuery: (from [fd00:1122:3344:101::e]:37191) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:55:08.305385 [ 293 ] {} TCP-Session: 481673fa-cae1-4e62-b2d2-a0163b6b1371 Authenticating user 'default' from [fd00:1122:3344:101::e]:51059 2026.04.29 20:55:08.305394 [ 294 ] {} TCP-Session: 557b2ce4-7903-4abe-9310-4adaa9cf2d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305408 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.305431 [ 293 ] {} TCP-Session: 481673fa-cae1-4e62-b2d2-a0163b6b1371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305469 [ 293 ] {} TCP-Session: 481673fa-cae1-4e62-b2d2-a0163b6b1371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305469 [ 292 ] {} TCP-Session: f598540f-0c14-4759-98ef-3ab9e8f66a32 Authenticating user 'default' from [fd00:1122:3344:101::e]:33298 2026.04.29 20:55:08.305512 [ 292 ] {} TCP-Session: f598540f-0c14-4759-98ef-3ab9e8f66a32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305525 [ 292 ] {} TCP-Session: f598540f-0c14-4759-98ef-3ab9e8f66a32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.305645 [ 287 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:55:08.305707 [ 287 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:08.305991 [ 287 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:55:08.306993 [ 306 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} AggregatingTransform: Aggregating 2026.04.29 20:55:08.307031 [ 306 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} Aggregator: Aggregation method: without_key 2026.04.29 20:55:08.307070 [ 306 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000980573 sec. (1019.812 rows/sec., 39.84 KiB/sec.) 2026.04.29 20:55:08.307088 [ 306 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} Aggregator: Merging aggregated data 2026.04.29 20:55:08.308484 [ 287 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} executeQuery: Read 1 rows, 40.00 B in 0.003165 sec., 315.95576619273305 rows/sec., 12.34 KiB/sec. 2026.04.29 20:55:08.308657 [ 287 ] {ca52a657-6ea8-4fda-9d50-2c9a08e2833a} TCPHandler: Processed in 0.00388046 sec. 2026.04.29 20:55:08.308797 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.308833 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.308859 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.308880 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.308905 [ 289 ] {} TCP-Session: 25ffc009-2a77-4362-95b6-0444746a4a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.308921 [ 294 ] {} TCP-Session: 557b2ce4-7903-4abe-9310-4adaa9cf2d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.308916 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.308938 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.308995 [ 291 ] {} TCP-Session: dcb4aec0-95fa-4791-b257-77fd6d1fae28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.308814 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.309031 [ 293 ] {} TCP-Session: 481673fa-cae1-4e62-b2d2-a0163b6b1371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.309065 [ 286 ] {} TCP-Session: 9b20f472-9de8-4964-923e-7acd33c348f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.308846 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.308934 [ 275 ] {} TCP-Session: 7c15c79f-d83d-4730-b591-ee4f79550062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.309120 [ 290 ] {} TCP-Session: a8d90cdc-6bf4-492f-a9eb-97f28c2fea31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.308900 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.308886 [ 287 ] {} TCP-Session: 8b9d6450-9fde-4cbb-bdba-ddd6437506bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.309192 [ 292 ] {} TCP-Session: f598540f-0c14-4759-98ef-3ab9e8f66a32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.554271 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55773 2026.04.29 20:55:08.554390 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.554419 [ 287 ] {} TCP-Session: b28ad214-f61b-4562-916f-f60702a5c5e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55773 2026.04.29 20:55:08.554444 [ 287 ] {} TCP-Session: b28ad214-f61b-4562-916f-f60702a5c5e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.554459 [ 287 ] {} TCP-Session: b28ad214-f61b-4562-916f-f60702a5c5e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.554654 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55821 2026.04.29 20:55:08.554659 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42216 2026.04.29 20:55:08.554725 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56533 2026.04.29 20:55:08.554749 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64375 2026.04.29 20:55:08.554773 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.554779 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59343 2026.04.29 20:55:08.554836 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.554848 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.554863 [ 287 ] {} TCP-Session: b28ad214-f61b-4562-916f-f60702a5c5e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:08.554879 [ 275 ] {} TCP-Session: 93eef1a9-10a5-4319-be75-3ea5a37ebb24 Authenticating user 'default' from [fd00:1122:3344:101::e]:64375 2026.04.29 20:55:08.554898 [ 294 ] {} TCP-Session: 7cf4eee4-46f6-4b45-a5e3-8ae1f2f14b7d Authenticating user 'default' from [fd00:1122:3344:101::e]:56533 2026.04.29 20:55:08.554889 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.554933 [ 275 ] {} TCP-Session: 93eef1a9-10a5-4319-be75-3ea5a37ebb24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.554943 [ 294 ] {} TCP-Session: 7cf4eee4-46f6-4b45-a5e3-8ae1f2f14b7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.554959 [ 286 ] {} TCP-Session: 3b61a16d-da0c-43fa-a6ac-e88b221ff0b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:59343 2026.04.29 20:55:08.554969 [ 275 ] {} TCP-Session: 93eef1a9-10a5-4319-be75-3ea5a37ebb24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.554979 [ 294 ] {} TCP-Session: 7cf4eee4-46f6-4b45-a5e3-8ae1f2f14b7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.554853 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.555018 [ 286 ] {} TCP-Session: 3b61a16d-da0c-43fa-a6ac-e88b221ff0b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.554806 [ 289 ] {} TCP-Session: 07ec510c-e6a2-4b30-bf93-d4823dbd23f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55821 2026.04.29 20:55:08.555049 [ 287 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} executeQuery: (from [fd00:1122:3344:101::e]:55773) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:55:08.555069 [ 289 ] {} TCP-Session: 07ec510c-e6a2-4b30-bf93-d4823dbd23f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555043 [ 290 ] {} TCP-Session: b6dfb631-86e7-44f8-a012-62dfb8267212 Authenticating user 'default' from [fd00:1122:3344:101::e]:42216 2026.04.29 20:55:08.555094 [ 289 ] {} TCP-Session: 07ec510c-e6a2-4b30-bf93-d4823dbd23f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555118 [ 290 ] {} TCP-Session: b6dfb631-86e7-44f8-a012-62dfb8267212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555042 [ 286 ] {} TCP-Session: 3b61a16d-da0c-43fa-a6ac-e88b221ff0b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555141 [ 290 ] {} TCP-Session: b6dfb631-86e7-44f8-a012-62dfb8267212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.554716 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62738 2026.04.29 20:55:08.554716 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39647 2026.04.29 20:55:08.554695 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48052 2026.04.29 20:55:08.555288 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.555292 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.555313 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:55:08.555329 [ 287 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:55:08.555329 [ 292 ] {} TCP-Session: 313e0b23-2442-43d1-af3d-e4e362212b7d Authenticating user 'default' from [fd00:1122:3344:101::e]:62738 2026.04.29 20:55:08.555354 [ 291 ] {} TCP-Session: 0df21571-49da-499a-9f9e-4aec2af722e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:48052 2026.04.29 20:55:08.555392 [ 292 ] {} TCP-Session: 313e0b23-2442-43d1-af3d-e4e362212b7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555394 [ 287 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:08.555403 [ 291 ] {} TCP-Session: 0df21571-49da-499a-9f9e-4aec2af722e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555419 [ 292 ] {} TCP-Session: 313e0b23-2442-43d1-af3d-e4e362212b7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555439 [ 291 ] {} TCP-Session: 0df21571-49da-499a-9f9e-4aec2af722e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555341 [ 293 ] {} TCP-Session: b7ddd6a8-cf11-4da5-8093-0ed6844fd6dd Authenticating user 'default' from [fd00:1122:3344:101::e]:39647 2026.04.29 20:55:08.555492 [ 293 ] {} TCP-Session: b7ddd6a8-cf11-4da5-8093-0ed6844fd6dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555507 [ 293 ] {} TCP-Session: b7ddd6a8-cf11-4da5-8093-0ed6844fd6dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.555691 [ 287 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:55:08.556641 [ 303 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} AggregatingTransform: Aggregating 2026.04.29 20:55:08.556680 [ 303 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} Aggregator: Aggregation method: without_key 2026.04.29 20:55:08.556715 [ 303 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000922852 sec. (1083.597 rows/sec., 42.33 KiB/sec.) 2026.04.29 20:55:08.556734 [ 303 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} Aggregator: Merging aggregated data 2026.04.29 20:55:08.557923 [ 287 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} executeQuery: Read 1 rows, 40.00 B in 0.002931 sec., 341.180484476288 rows/sec., 13.33 KiB/sec. 2026.04.29 20:55:08.558046 [ 287 ] {66ff69e5-fb37-4248-acb0-955bb5e40c5a} TCPHandler: Processed in 0.003299612 sec. 2026.04.29 20:55:08.558157 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.558185 [ 287 ] {} TCP-Session: b28ad214-f61b-4562-916f-f60702a5c5e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.558189 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.558208 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.558227 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.558252 [ 289 ] {} TCP-Session: 07ec510c-e6a2-4b30-bf93-d4823dbd23f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.558263 [ 290 ] {} TCP-Session: b6dfb631-86e7-44f8-a012-62dfb8267212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.558280 [ 292 ] {} TCP-Session: 313e0b23-2442-43d1-af3d-e4e362212b7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.558292 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.558309 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.558330 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.558341 [ 294 ] {} TCP-Session: 7cf4eee4-46f6-4b45-a5e3-8ae1f2f14b7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.558355 [ 293 ] {} TCP-Session: b7ddd6a8-cf11-4da5-8093-0ed6844fd6dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.558369 [ 275 ] {} TCP-Session: 93eef1a9-10a5-4319-be75-3ea5a37ebb24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.558271 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.558246 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.29 20:55:08.558430 [ 291 ] {} TCP-Session: 0df21571-49da-499a-9f9e-4aec2af722e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:08.558456 [ 286 ] {} TCP-Session: 3b61a16d-da0c-43fa-a6ac-e88b221ff0b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:55:09.580251 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.580471 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:09.580884 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:09.580922 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:09.581166 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:09.581236 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:09.581381 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:55:09.581507 [ 333 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:55:09.581507 [ 313 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:55:09.581507 [ 325 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:55:09.581585 [ 334 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:55:09.581760 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:55:09.581789 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:09.581877 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:55:09.581897 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:55:09.581932 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:09.581973 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:09.582009 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:09.583307 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} executeQuery: Read 45 rows, 9.51 KiB in 0.002885 sec., 15597.92027729636 rows/sec., 3.22 MiB/sec. 2026.04.29 20:55:09.583473 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} MemoryTracker: Peak memory usage (for query): 150.01 KiB. 2026.04.29 20:55:09.583489 [ 276 ] {ba337bf6-d4a5-471a-a4e7-8d2fdd3b4dfa} TCPHandler: Processed in 0.003336303 sec. 2026.04.29 20:55:09.588515 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.588649 [ 276 ] {aa20e439-37ff-476e-907d-26a0fce78a5e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:55:09.588703 [ 276 ] {aa20e439-37ff-476e-907d-26a0fce78a5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:55:09.589407 [ 276 ] {aa20e439-37ff-476e-907d-26a0fce78a5e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.589456 [ 276 ] {aa20e439-37ff-476e-907d-26a0fce78a5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.589864 [ 276 ] {aa20e439-37ff-476e-907d-26a0fce78a5e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:55:09.590096 [ 276 ] {aa20e439-37ff-476e-907d-26a0fce78a5e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:55:09.590215 [ 54 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.29 20:55:09.590239 [ 276 ] {aa20e439-37ff-476e-907d-26a0fce78a5e} executeQuery: Read 284 rows, 18.47 KiB in 0.001628 sec., 174447.17444717445 rows/sec., 11.08 MiB/sec. 2026.04.29 20:55:09.590252 [ 54 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.590273 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.590279 [ 276 ] {aa20e439-37ff-476e-907d-26a0fce78a5e} TCPHandler: Processed in 0.001833274 sec. 2026.04.29 20:55:09.590354 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.04.29 20:55:09.590414 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.590438 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:09.590466 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 284 rows starting from the beginning of the part 2026.04.29 20:55:09.590514 [ 276 ] {9c9c6a74-eed5-4c24-913f-003436f0a348} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:09.590517 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.04.29 20:55:09.590556 [ 276 ] {9c9c6a74-eed5-4c24-913f-003436f0a348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:09.590570 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.04.29 20:55:09.590610 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.04.29 20:55:09.590645 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.04.29 20:55:09.591350 [ 276 ] {9c9c6a74-eed5-4c24-913f-003436f0a348} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.591384 [ 276 ] {9c9c6a74-eed5-4c24-913f-003436f0a348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:09.591485 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001161095 sec., 1222983.4768042236 rows/sec., 82.34 MiB/sec. 2026.04.29 20:55:09.591620 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.29 20:55:09.591763 [ 276 ] {9c9c6a74-eed5-4c24-913f-003436f0a348} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:55:09.591862 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.591923 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_9_2} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.29 20:55:09.591979 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.29 20:55:09.591980 [ 276 ] {9c9c6a74-eed5-4c24-913f-003436f0a348} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.592092 [ 54 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.29 20:55:09.592116 [ 276 ] {9c9c6a74-eed5-4c24-913f-003436f0a348} executeQuery: Read 811 rows, 64.18 KiB in 0.001624 sec., 499384.236453202 rows/sec., 38.59 MiB/sec. 2026.04.29 20:55:09.592122 [ 54 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.592150 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.592154 [ 276 ] {9c9c6a74-eed5-4c24-913f-003436f0a348} TCPHandler: Processed in 0.001792243 sec. 2026.04.29 20:55:09.592239 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.29 20:55:09.592276 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.592357 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:09.592377 [ 276 ] {c66ce7b8-d8a0-4ac0-a681-4ffc02ee33e2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:09.592393 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3239 rows starting from the beginning of the part 2026.04.29 20:55:09.592423 [ 276 ] {c66ce7b8-d8a0-4ac0-a681-4ffc02ee33e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:09.592455 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 126 rows starting from the beginning of the part 2026.04.29 20:55:09.592502 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 811 rows starting from the beginning of the part 2026.04.29 20:55:09.592540 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2471 rows starting from the beginning of the part 2026.04.29 20:55:09.592576 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2026.04.29 20:55:09.592615 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 811 rows starting from the beginning of the part 2026.04.29 20:55:09.592869 [ 276 ] {c66ce7b8-d8a0-4ac0-a681-4ffc02ee33e2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.592912 [ 276 ] {c66ce7b8-d8a0-4ac0-a681-4ffc02ee33e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:09.593277 [ 276 ] {c66ce7b8-d8a0-4ac0-a681-4ffc02ee33e2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:55:09.593497 [ 276 ] {c66ce7b8-d8a0-4ac0-a681-4ffc02ee33e2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.593626 [ 276 ] {c66ce7b8-d8a0-4ac0-a681-4ffc02ee33e2} executeQuery: Read 149 rows, 9.07 KiB in 0.001267 sec., 117600.63141278611 rows/sec., 6.99 MiB/sec. 2026.04.29 20:55:09.593663 [ 276 ] {c66ce7b8-d8a0-4ac0-a681-4ffc02ee33e2} TCPHandler: Processed in 0.001438088 sec. 2026.04.29 20:55:09.593785 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.593879 [ 276 ] {a710619b-d19a-4095-aaf6-57fa35c5590d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:55:09.593917 [ 276 ] {a710619b-d19a-4095-aaf6-57fa35c5590d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:55:09.594350 [ 276 ] {a710619b-d19a-4095-aaf6-57fa35c5590d} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.594386 [ 276 ] {a710619b-d19a-4095-aaf6-57fa35c5590d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:09.594693 [ 276 ] {a710619b-d19a-4095-aaf6-57fa35c5590d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:55:09.594932 [ 276 ] {a710619b-d19a-4095-aaf6-57fa35c5590d} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:55:09.595019 [ 54 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:55:09.595044 [ 54 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.595058 [ 276 ] {a710619b-d19a-4095-aaf6-57fa35c5590d} executeQuery: Read 149 rows, 9.86 KiB in 0.001196 sec., 124581.9397993311 rows/sec., 8.05 MiB/sec. 2026.04.29 20:55:09.595061 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.595095 [ 276 ] {a710619b-d19a-4095-aaf6-57fa35c5590d} TCPHandler: Processed in 0.001361657 sec. 2026.04.29 20:55:09.595128 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::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.29 20:55:09.595172 [ 186 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 7514 rows, containing 5 columns (5 merged, 0 gathered) in 0.002973988 sec., 2526573.745421972 rows/sec., 200.35 MiB/sec. 2026.04.29 20:55:09.595197 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:09.595225 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 951 rows starting from the beginning of the part 2026.04.29 20:55:09.595226 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.595270 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part 2026.04.29 20:55:09.595306 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 149 rows starting from the beginning of the part 2026.04.29 20:55:09.595323 [ 276 ] {eb6996e5-dcda-436f-a333-0893d5c697ba} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:55:09.595339 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.04.29 20:55:09.595363 [ 276 ] {eb6996e5-dcda-436f-a333-0893d5c697ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:55:09.595373 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 801 rows starting from the beginning of the part 2026.04.29 20:55:09.595407 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 149 rows starting from the beginning of the part 2026.04.29 20:55:09.595478 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.29 20:55:09.595774 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.595806 [ 276 ] {eb6996e5-dcda-436f-a333-0893d5c697ba} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.595848 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_36_7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.29 20:55:09.595849 [ 276 ] {eb6996e5-dcda-436f-a333-0893d5c697ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:09.595933 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. 2026.04.29 20:55:09.596201 [ 276 ] {eb6996e5-dcda-436f-a333-0893d5c697ba} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:55:09.596413 [ 276 ] {eb6996e5-dcda-436f-a333-0893d5c697ba} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:55:09.596497 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2348 rows, containing 5 columns (5 merged, 0 gathered) in 0.001394697 sec., 1683519.7896030464 rows/sec., 107.33 MiB/sec. 2026.04.29 20:55:09.596502 [ 54 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.29 20:55:09.596535 [ 54 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.596538 [ 276 ] {eb6996e5-dcda-436f-a333-0893d5c697ba} executeQuery: Read 148 rows, 8.62 KiB in 0.001233 sec., 120032.44120032442 rows/sec., 6.83 MiB/sec. 2026.04.29 20:55:09.596551 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.596579 [ 276 ] {eb6996e5-dcda-436f-a333-0893d5c697ba} TCPHandler: Processed in 0.001414929 sec. 2026.04.29 20:55:09.596611 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.04.29 20:55:09.596660 [ 196 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:55:09.596701 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:09.596702 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.596744 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 148 rows starting from the beginning of the part 2026.04.29 20:55:09.596800 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.04.29 20:55:09.596813 [ 276 ] {8f843bf5-25e5-4760-8edc-b585973716bf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:09.596845 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.04.29 20:55:09.596856 [ 276 ] {8f843bf5-25e5-4760-8edc-b585973716bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:09.596887 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.04.29 20:55:09.596925 [ 196 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:55:09.596931 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.04.29 20:55:09.596999 [ 196 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_16_3} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:55:09.597075 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.04.29 20:55:09.597439 [ 276 ] {8f843bf5-25e5-4760-8edc-b585973716bf} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.597478 [ 276 ] {8f843bf5-25e5-4760-8edc-b585973716bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:09.597672 [ 194 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001083414 sec., 683026.0639053953 rows/sec., 41.45 MiB/sec. 2026.04.29 20:55:09.597797 [ 194 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.29 20:55:09.597875 [ 276 ] {8f843bf5-25e5-4760-8edc-b585973716bf} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:55:09.598049 [ 194 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.598110 [ 194 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_9_2} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.29 20:55:09.598162 [ 276 ] {8f843bf5-25e5-4760-8edc-b585973716bf} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.598164 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.29 20:55:09.598272 [ 54 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.29 20:55:09.598294 [ 54 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.598312 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.598322 [ 276 ] {8f843bf5-25e5-4760-8edc-b585973716bf} executeQuery: Read 497 rows, 35.74 KiB in 0.001524 sec., 326115.48556430446 rows/sec., 22.90 MiB/sec. 2026.04.29 20:55:09.598366 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.29 20:55:09.598369 [ 276 ] {8f843bf5-25e5-4760-8edc-b585973716bf} TCPHandler: Processed in 0.001716842 sec. 2026.04.29 20:55:09.598439 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:09.598464 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1792 rows starting from the beginning of the part 2026.04.29 20:55:09.598508 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 99 rows starting from the beginning of the part 2026.04.29 20:55:09.598508 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.598542 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 497 rows starting from the beginning of the part 2026.04.29 20:55:09.598576 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1323 rows starting from the beginning of the part 2026.04.29 20:55:09.598608 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.04.29 20:55:09.598630 [ 276 ] {c1645104-77bb-4f2a-8c8a-a290fb174927} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:55:09.598641 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 497 rows starting from the beginning of the part 2026.04.29 20:55:09.598681 [ 276 ] {c1645104-77bb-4f2a-8c8a-a290fb174927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:55:09.599025 [ 276 ] {c1645104-77bb-4f2a-8c8a-a290fb174927} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.599060 [ 276 ] {c1645104-77bb-4f2a-8c8a-a290fb174927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:09.599370 [ 276 ] {c1645104-77bb-4f2a-8c8a-a290fb174927} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:55:09.599582 [ 276 ] {c1645104-77bb-4f2a-8c8a-a290fb174927} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:55:09.599712 [ 276 ] {c1645104-77bb-4f2a-8c8a-a290fb174927} executeQuery: Read 6 rows, 321.00 B in 0.001106 sec., 5424.9547920434 rows/sec., 283.43 KiB/sec. 2026.04.29 20:55:09.599751 [ 276 ] {c1645104-77bb-4f2a-8c8a-a290fb174927} TCPHandler: Processed in 0.001304577 sec. 2026.04.29 20:55:09.599877 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.599962 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001616351 sec., 2642990.2910939516 rows/sec., 191.07 MiB/sec. 2026.04.29 20:55:09.599972 [ 276 ] {d9be3317-84bc-44f7-a92a-550a7f0d5e4b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:09.600026 [ 276 ] {d9be3317-84bc-44f7-a92a-550a7f0d5e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:09.600138 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.29 20:55:09.600399 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.600459 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_36_7} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.29 20:55:09.600478 [ 276 ] {d9be3317-84bc-44f7-a92a-550a7f0d5e4b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.600514 [ 276 ] {d9be3317-84bc-44f7-a92a-550a7f0d5e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.600520 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.04.29 20:55:09.600850 [ 276 ] {d9be3317-84bc-44f7-a92a-550a7f0d5e4b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:55:09.601063 [ 276 ] {d9be3317-84bc-44f7-a92a-550a7f0d5e4b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.601190 [ 276 ] {d9be3317-84bc-44f7-a92a-550a7f0d5e4b} executeQuery: Read 265 rows, 18.03 KiB in 0.001237 sec., 214227.97089733224 rows/sec., 14.24 MiB/sec. 2026.04.29 20:55:09.601225 [ 276 ] {d9be3317-84bc-44f7-a92a-550a7f0d5e4b} TCPHandler: Processed in 0.001398388 sec. 2026.04.29 20:55:09.601344 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.601439 [ 276 ] {33bf1278-bc1b-40af-bf7a-0f5f32aa0392} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:55:09.601482 [ 276 ] {33bf1278-bc1b-40af-bf7a-0f5f32aa0392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:55:09.601803 [ 276 ] {33bf1278-bc1b-40af-bf7a-0f5f32aa0392} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.601837 [ 276 ] {33bf1278-bc1b-40af-bf7a-0f5f32aa0392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.602141 [ 276 ] {33bf1278-bc1b-40af-bf7a-0f5f32aa0392} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:55:09.602345 [ 276 ] {33bf1278-bc1b-40af-bf7a-0f5f32aa0392} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:55:09.602472 [ 276 ] {33bf1278-bc1b-40af-bf7a-0f5f32aa0392} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2026.04.29 20:55:09.602506 [ 276 ] {33bf1278-bc1b-40af-bf7a-0f5f32aa0392} TCPHandler: Processed in 0.001212535 sec. 2026.04.29 20:55:09.602625 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.602723 [ 276 ] {adf0f527-e214-4295-b4a4-9b5f3ab548fd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:09.602777 [ 276 ] {adf0f527-e214-4295-b4a4-9b5f3ab548fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:09.603512 [ 276 ] {adf0f527-e214-4295-b4a4-9b5f3ab548fd} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.603550 [ 276 ] {adf0f527-e214-4295-b4a4-9b5f3ab548fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.604066 [ 276 ] {adf0f527-e214-4295-b4a4-9b5f3ab548fd} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:55:09.604292 [ 276 ] {adf0f527-e214-4295-b4a4-9b5f3ab548fd} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.604431 [ 276 ] {adf0f527-e214-4295-b4a4-9b5f3ab548fd} executeQuery: Read 7 rows, 12.84 KiB in 0.001731 sec., 4043.9052570768345 rows/sec., 7.25 MiB/sec. 2026.04.29 20:55:09.604490 [ 276 ] {adf0f527-e214-4295-b4a4-9b5f3ab548fd} TCPHandler: Processed in 0.001916285 sec. 2026.04.29 20:55:09.604625 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:09.604722 [ 276 ] {2aa254f7-ecc0-47ae-959b-5ae58699c73e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:09.604770 [ 276 ] {2aa254f7-ecc0-47ae-959b-5ae58699c73e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:09.605120 [ 276 ] {2aa254f7-ecc0-47ae-959b-5ae58699c73e} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:09.605156 [ 276 ] {2aa254f7-ecc0-47ae-959b-5ae58699c73e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.04.29 20:55:09.605491 [ 276 ] {2aa254f7-ecc0-47ae-959b-5ae58699c73e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:55:09.605705 [ 276 ] {2aa254f7-ecc0-47ae-959b-5ae58699c73e} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:09.605838 [ 276 ] {2aa254f7-ecc0-47ae-959b-5ae58699c73e} executeQuery: Read 90 rows, 5.77 KiB in 0.001135 sec., 79295.15418502202 rows/sec., 4.96 MiB/sec. 2026.04.29 20:55:09.605873 [ 276 ] {2aa254f7-ecc0-47ae-959b-5ae58699c73e} TCPHandler: Processed in 0.001301957 sec. 2026.04.29 20:55:12.047460 [ 51 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:55:12.047528 [ 51 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:55:12.173246 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11539 2026.04.29 20:55:12.173800 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:12.173842 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:12.174317 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:55:12.174540 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:55:12.174674 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11539 2026.04.29 20:55:12.208386 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 726 2026.04.29 20:55:12.211012 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:12.211053 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:12.212307 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:55:12.212600 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:55:12.212857 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 726 2026.04.29 20:55:12.788138 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.04.29 20:55:12.804969 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:12.805029 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:12.811821 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:55:12.812546 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:55:12.815545 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.04.29 20:55:14.577242 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:14.577465 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:14.577787 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:14.577823 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:14.578037 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:14.578105 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:14.578246 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:55:14.578372 [ 333 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:55:14.578386 [ 312 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:55:14.578372 [ 325 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:55:14.578372 [ 313 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:55:14.578575 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:55:14.578601 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:14.578685 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:55:14.578705 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:55:14.578740 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:14.578773 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:14.578804 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:14.579955 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} executeQuery: Read 45 rows, 5.52 KiB in 0.002579 sec., 17448.623497479643 rows/sec., 2.09 MiB/sec. 2026.04.29 20:55:14.580112 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} MemoryTracker: Peak memory usage (for query): 130.32 KiB. 2026.04.29 20:55:14.580128 [ 276 ] {b15af526-24b0-4a35-a3a1-dd9a0301e723} TCPHandler: Processed in 0.003018409 sec. 2026.04.29 20:55:14.582225 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:14.582351 [ 276 ] {4ce65f08-f2cc-4e12-82a7-6b5e33db9615} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:14.582402 [ 276 ] {4ce65f08-f2cc-4e12-82a7-6b5e33db9615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:14.583037 [ 276 ] {4ce65f08-f2cc-4e12-82a7-6b5e33db9615} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:14.583077 [ 276 ] {4ce65f08-f2cc-4e12-82a7-6b5e33db9615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:14.583454 [ 276 ] {4ce65f08-f2cc-4e12-82a7-6b5e33db9615} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:55:14.583676 [ 276 ] {4ce65f08-f2cc-4e12-82a7-6b5e33db9615} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:14.583824 [ 276 ] {4ce65f08-f2cc-4e12-82a7-6b5e33db9615} executeQuery: Read 126 rows, 11.14 KiB in 0.00151 sec., 83443.70860927152 rows/sec., 7.21 MiB/sec. 2026.04.29 20:55:14.583861 [ 276 ] {4ce65f08-f2cc-4e12-82a7-6b5e33db9615} TCPHandler: Processed in 0.001700232 sec. 2026.04.29 20:55:14.584057 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:14.584152 [ 276 ] {87029f1b-66b4-4f64-8ef9-82d541812823} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:14.584191 [ 276 ] {87029f1b-66b4-4f64-8ef9-82d541812823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:14.584630 [ 276 ] {87029f1b-66b4-4f64-8ef9-82d541812823} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:14.584667 [ 276 ] {87029f1b-66b4-4f64-8ef9-82d541812823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:14.584951 [ 276 ] {87029f1b-66b4-4f64-8ef9-82d541812823} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:55:14.585146 [ 276 ] {87029f1b-66b4-4f64-8ef9-82d541812823} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:14.585274 [ 276 ] {87029f1b-66b4-4f64-8ef9-82d541812823} executeQuery: Read 35 rows, 2.63 KiB in 0.001167 sec., 29991.431019708652 rows/sec., 2.20 MiB/sec. 2026.04.29 20:55:14.585276 [ 47 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.04.29 20:55:14.585309 [ 276 ] {87029f1b-66b4-4f64-8ef9-82d541812823} TCPHandler: Processed in 0.001351958 sec. 2026.04.29 20:55:14.585329 [ 47 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:14.585359 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:14.585432 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:14.585448 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2026.04.29 20:55:14.585527 [ 276 ] {3c2be102-0144-4670-82a2-246acdab6e15} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:14.585556 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:14.585568 [ 276 ] {3c2be102-0144-4670-82a2-246acdab6e15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:14.585592 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 211 rows starting from the beginning of the part 2026.04.29 20:55:14.585650 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 35 rows starting from the beginning of the part 2026.04.29 20:55:14.585691 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 149 rows starting from the beginning of the part 2026.04.29 20:55:14.585728 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 44 rows starting from the beginning of the part 2026.04.29 20:55:14.585763 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 149 rows starting from the beginning of the part 2026.04.29 20:55:14.585799 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 35 rows starting from the beginning of the part 2026.04.29 20:55:14.586068 [ 276 ] {3c2be102-0144-4670-82a2-246acdab6e15} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:14.586109 [ 276 ] {3c2be102-0144-4670-82a2-246acdab6e15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:14.586431 [ 276 ] {3c2be102-0144-4670-82a2-246acdab6e15} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:55:14.586666 [ 276 ] {3c2be102-0144-4670-82a2-246acdab6e15} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:14.586727 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 623 rows, containing 5 columns (5 merged, 0 gathered) in 0.001277536 sec., 487657.4906695389 rows/sec., 32.70 MiB/sec. 2026.04.29 20:55:14.586800 [ 276 ] {3c2be102-0144-4670-82a2-246acdab6e15} executeQuery: Read 99 rows, 7.92 KiB in 0.001248 sec., 79326.92307692308 rows/sec., 6.20 MiB/sec. 2026.04.29 20:55:14.586842 [ 276 ] {3c2be102-0144-4670-82a2-246acdab6e15} TCPHandler: Processed in 0.001423918 sec. 2026.04.29 20:55:14.586895 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.04.29 20:55:14.586969 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:14.587077 [ 276 ] {0bd5653b-8306-496f-bc7e-a4ebcc1403d6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:14.587121 [ 276 ] {0bd5653b-8306-496f-bc7e-a4ebcc1403d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:14.587182 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:14.587257 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_30_6} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.04.29 20:55:14.587329 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.29 20:55:14.587534 [ 276 ] {0bd5653b-8306-496f-bc7e-a4ebcc1403d6} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:14.587574 [ 276 ] {0bd5653b-8306-496f-bc7e-a4ebcc1403d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:14.587907 [ 276 ] {0bd5653b-8306-496f-bc7e-a4ebcc1403d6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:55:14.588116 [ 276 ] {0bd5653b-8306-496f-bc7e-a4ebcc1403d6} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:14.588236 [ 46 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.29 20:55:14.588246 [ 276 ] {0bd5653b-8306-496f-bc7e-a4ebcc1403d6} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.04.29 20:55:14.588273 [ 46 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:14.588288 [ 276 ] {0bd5653b-8306-496f-bc7e-a4ebcc1403d6} TCPHandler: Processed in 0.001370307 sec. 2026.04.29 20:55:14.588291 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:14.588395 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.29 20:55:14.588413 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:14.588498 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:14.588514 [ 276 ] {b34efda4-db3b-480c-bcfc-b01af2ad4568} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:14.588528 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 13048 rows starting from the beginning of the part 2026.04.29 20:55:14.588581 [ 276 ] {b34efda4-db3b-480c-bcfc-b01af2ad4568} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:14.588590 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 265 rows starting from the beginning of the part 2026.04.29 20:55:14.588638 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1496 rows starting from the beginning of the part 2026.04.29 20:55:14.588676 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 128 rows starting from the beginning of the part 2026.04.29 20:55:14.588710 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 265 rows starting from the beginning of the part 2026.04.29 20:55:14.588747 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.04.29 20:55:14.589442 [ 276 ] {b34efda4-db3b-480c-bcfc-b01af2ad4568} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:14.589492 [ 276 ] {b34efda4-db3b-480c-bcfc-b01af2ad4568} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:14.590135 [ 276 ] {b34efda4-db3b-480c-bcfc-b01af2ad4568} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:55:14.590378 [ 276 ] {b34efda4-db3b-480c-bcfc-b01af2ad4568} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:14.590515 [ 276 ] {b34efda4-db3b-480c-bcfc-b01af2ad4568} executeQuery: Read 35 rows, 64.22 KiB in 0.00202 sec., 17326.732673267325 rows/sec., 31.05 MiB/sec. 2026.04.29 20:55:14.590566 [ 276 ] {b34efda4-db3b-480c-bcfc-b01af2ad4568} TCPHandler: Processed in 0.002204899 sec. 2026.04.29 20:55:14.590691 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:14.590787 [ 276 ] {f39f6a07-8ec1-4270-892a-da26b1627e0d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:14.590828 [ 276 ] {f39f6a07-8ec1-4270-892a-da26b1627e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:14.591176 [ 276 ] {f39f6a07-8ec1-4270-892a-da26b1627e0d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:14.591210 [ 276 ] {f39f6a07-8ec1-4270-892a-da26b1627e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:14.591535 [ 276 ] {f39f6a07-8ec1-4270-892a-da26b1627e0d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:55:14.591768 [ 276 ] {f39f6a07-8ec1-4270-892a-da26b1627e0d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:14.591897 [ 276 ] {f39f6a07-8ec1-4270-892a-da26b1627e0d} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.04.29 20:55:14.591932 [ 276 ] {f39f6a07-8ec1-4270-892a-da26b1627e0d} TCPHandler: Processed in 0.001290796 sec. 2026.04.29 20:55:14.593041 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 15362 rows, containing 5 columns (5 merged, 0 gathered) in 0.00468717 sec., 3277457.3996676034 rows/sec., 208.23 MiB/sec. 2026.04.29 20:55:14.593407 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.29 20:55:14.593632 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:14.593696 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_36_7} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.29 20:55:14.593754 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.74 MiB. 2026.04.29 20:55:15.000257 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 262.14 MiB, peak 272.46 MiB, free memory in arenas 0.00 B, will set to 263.20 MiB (RSS), difference: 1.06 MiB 2026.04.29 20:55:19.595235 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.595488 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.29 20:55:19.595848 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:19.595886 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.29 20:55:19.596160 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:19.596228 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:19.596367 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 38-element set) 2026.04.29 20:55:19.596502 [ 333 ] {e145a218-b6d1-4737-a2d2-1858367c89af} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:55:19.596521 [ 312 ] {e145a218-b6d1-4737-a2d2-1858367c89af} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:55:19.596502 [ 313 ] {e145a218-b6d1-4737-a2d2-1858367c89af} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:55:19.596502 [ 325 ] {e145a218-b6d1-4737-a2d2-1858367c89af} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:55:19.596702 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:55:19.596729 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:19.596812 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:55:19.596832 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:55:19.596866 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.29 20:55:19.596917 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.29 20:55:19.596961 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', '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.29 20:55:19.598259 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} executeQuery: Read 45 rows, 9.51 KiB in 0.002874 sec., 15657.620041753655 rows/sec., 3.23 MiB/sec. 2026.04.29 20:55:19.598403 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} MemoryTracker: Peak memory usage (for query): 153.64 KiB. 2026.04.29 20:55:19.598418 [ 276 ] {e145a218-b6d1-4737-a2d2-1858367c89af} TCPHandler: Processed in 0.003315452 sec. 2026.04.29 20:55:19.607177 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.607285 [ 276 ] {c007fadc-6889-4127-88ad-f0ff25806b85} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.29 20:55:19.607328 [ 276 ] {c007fadc-6889-4127-88ad-f0ff25806b85} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:19.607899 [ 276 ] {c007fadc-6889-4127-88ad-f0ff25806b85} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.607945 [ 276 ] {c007fadc-6889-4127-88ad-f0ff25806b85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.608365 [ 276 ] {c007fadc-6889-4127-88ad-f0ff25806b85} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.29 20:55:19.608561 [ 276 ] {c007fadc-6889-4127-88ad-f0ff25806b85} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): 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.29 20:55:19.608711 [ 276 ] {c007fadc-6889-4127-88ad-f0ff25806b85} executeQuery: Read 6 rows, 2.84 KiB in 0.001457 sec., 4118.050789293068 rows/sec., 1.90 MiB/sec. 2026.04.29 20:55:19.608750 [ 276 ] {c007fadc-6889-4127-88ad-f0ff25806b85} TCPHandler: Processed in 0.00162691 sec. 2026.04.29 20:55:19.608879 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.608974 [ 276 ] {99093f49-47d1-4265-aab8-ca112c99396b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:55:19.609014 [ 276 ] {99093f49-47d1-4265-aab8-ca112c99396b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:55:19.609551 [ 276 ] {99093f49-47d1-4265-aab8-ca112c99396b} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.609587 [ 276 ] {99093f49-47d1-4265-aab8-ca112c99396b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.609904 [ 276 ] {99093f49-47d1-4265-aab8-ca112c99396b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:55:19.610112 [ 276 ] {99093f49-47d1-4265-aab8-ca112c99396b} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:55:19.610240 [ 276 ] {99093f49-47d1-4265-aab8-ca112c99396b} executeQuery: Read 308 rows, 20.51 KiB in 0.001286 sec., 239502.33281493 rows/sec., 15.57 MiB/sec. 2026.04.29 20:55:19.610277 [ 276 ] {99093f49-47d1-4265-aab8-ca112c99396b} TCPHandler: Processed in 0.001448159 sec. 2026.04.29 20:55:19.610398 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.610492 [ 276 ] {5d20563a-ba91-4ed6-82fc-8fded6a982db} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:55:19.610531 [ 276 ] {5d20563a-ba91-4ed6-82fc-8fded6a982db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:55:19.610923 [ 276 ] {5d20563a-ba91-4ed6-82fc-8fded6a982db} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.610958 [ 276 ] {5d20563a-ba91-4ed6-82fc-8fded6a982db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.611244 [ 276 ] {5d20563a-ba91-4ed6-82fc-8fded6a982db} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:55:19.611458 [ 276 ] {5d20563a-ba91-4ed6-82fc-8fded6a982db} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:55:19.611583 [ 276 ] {5d20563a-ba91-4ed6-82fc-8fded6a982db} executeQuery: Read 4 rows, 334.00 B in 0.00111 sec., 3603.6036036036035 rows/sec., 293.85 KiB/sec. 2026.04.29 20:55:19.611619 [ 276 ] {5d20563a-ba91-4ed6-82fc-8fded6a982db} TCPHandler: Processed in 0.001271096 sec. 2026.04.29 20:55:19.611734 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.611827 [ 276 ] {eac6b568-efd2-4a54-b36c-48969c1c59c5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:19.611865 [ 276 ] {eac6b568-efd2-4a54-b36c-48969c1c59c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:19.612788 [ 276 ] {eac6b568-efd2-4a54-b36c-48969c1c59c5} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.612827 [ 276 ] {eac6b568-efd2-4a54-b36c-48969c1c59c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.613206 [ 276 ] {eac6b568-efd2-4a54-b36c-48969c1c59c5} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:55:19.613418 [ 276 ] {eac6b568-efd2-4a54-b36c-48969c1c59c5} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:19.613557 [ 276 ] {eac6b568-efd2-4a54-b36c-48969c1c59c5} executeQuery: Read 933 rows, 75.79 KiB in 0.001749 sec., 533447.6843910806 rows/sec., 42.32 MiB/sec. 2026.04.29 20:55:19.613595 [ 276 ] {eac6b568-efd2-4a54-b36c-48969c1c59c5} TCPHandler: Processed in 0.001908114 sec. 2026.04.29 20:55:19.613711 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.613804 [ 276 ] {c71e262f-037f-44cb-9deb-91a9a35a1c21} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:19.613842 [ 276 ] {c71e262f-037f-44cb-9deb-91a9a35a1c21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:19.614310 [ 276 ] {c71e262f-037f-44cb-9deb-91a9a35a1c21} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.614346 [ 276 ] {c71e262f-037f-44cb-9deb-91a9a35a1c21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.614644 [ 276 ] {c71e262f-037f-44cb-9deb-91a9a35a1c21} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:55:19.614848 [ 276 ] {c71e262f-037f-44cb-9deb-91a9a35a1c21} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:19.614977 [ 276 ] {c71e262f-037f-44cb-9deb-91a9a35a1c21} executeQuery: Read 165 rows, 10.31 KiB in 0.001192 sec., 138422.8187919463 rows/sec., 8.45 MiB/sec. 2026.04.29 20:55:19.615013 [ 276 ] {c71e262f-037f-44cb-9deb-91a9a35a1c21} TCPHandler: Processed in 0.001351908 sec. 2026.04.29 20:55:19.615131 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.615223 [ 276 ] {f87256c2-0f9b-4de0-ac10-fd3e1883faa3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:55:19.615260 [ 276 ] {f87256c2-0f9b-4de0-ac10-fd3e1883faa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:55:19.615742 [ 276 ] {f87256c2-0f9b-4de0-ac10-fd3e1883faa3} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.615777 [ 276 ] {f87256c2-0f9b-4de0-ac10-fd3e1883faa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.616080 [ 276 ] {f87256c2-0f9b-4de0-ac10-fd3e1883faa3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:55:19.616279 [ 276 ] {f87256c2-0f9b-4de0-ac10-fd3e1883faa3} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:55:19.616405 [ 276 ] {f87256c2-0f9b-4de0-ac10-fd3e1883faa3} executeQuery: Read 173 rows, 11.90 KiB in 0.0012 sec., 144166.6666666667 rows/sec., 9.68 MiB/sec. 2026.04.29 20:55:19.616442 [ 276 ] {f87256c2-0f9b-4de0-ac10-fd3e1883faa3} TCPHandler: Processed in 0.001359317 sec. 2026.04.29 20:55:19.616558 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.616649 [ 276 ] {a5003eaf-6770-49b9-91b8-650c0bf2e39f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:55:19.616688 [ 276 ] {a5003eaf-6770-49b9-91b8-650c0bf2e39f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:55:19.617142 [ 276 ] {a5003eaf-6770-49b9-91b8-650c0bf2e39f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.617177 [ 276 ] {a5003eaf-6770-49b9-91b8-650c0bf2e39f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.617458 [ 276 ] {a5003eaf-6770-49b9-91b8-650c0bf2e39f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:55:19.617659 [ 276 ] {a5003eaf-6770-49b9-91b8-650c0bf2e39f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:55:19.617782 [ 276 ] {a5003eaf-6770-49b9-91b8-650c0bf2e39f} executeQuery: Read 160 rows, 9.56 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 8.12 MiB/sec. 2026.04.29 20:55:19.617819 [ 276 ] {a5003eaf-6770-49b9-91b8-650c0bf2e39f} TCPHandler: Processed in 0.001308676 sec. 2026.04.29 20:55:19.617940 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.618031 [ 276 ] {f2414457-56a2-4530-b2f4-41942bca57af} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:19.618069 [ 276 ] {f2414457-56a2-4530-b2f4-41942bca57af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:19.618704 [ 276 ] {f2414457-56a2-4530-b2f4-41942bca57af} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.618739 [ 276 ] {f2414457-56a2-4530-b2f4-41942bca57af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.619052 [ 276 ] {f2414457-56a2-4530-b2f4-41942bca57af} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:55:19.619256 [ 276 ] {f2414457-56a2-4530-b2f4-41942bca57af} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:19.619391 [ 276 ] {f2414457-56a2-4530-b2f4-41942bca57af} executeQuery: Read 537 rows, 39.32 KiB in 0.001378 sec., 389695.2104499274 rows/sec., 27.87 MiB/sec. 2026.04.29 20:55:19.619428 [ 276 ] {f2414457-56a2-4530-b2f4-41942bca57af} TCPHandler: Processed in 0.00153687 sec. 2026.04.29 20:55:19.619544 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.619635 [ 276 ] {3c7ef76a-46ff-4273-9798-73dbfc380466} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:55:19.619674 [ 276 ] {3c7ef76a-46ff-4273-9798-73dbfc380466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:55:19.620043 [ 276 ] {3c7ef76a-46ff-4273-9798-73dbfc380466} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.620078 [ 276 ] {3c7ef76a-46ff-4273-9798-73dbfc380466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.620373 [ 276 ] {3c7ef76a-46ff-4273-9798-73dbfc380466} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:55:19.620579 [ 276 ] {3c7ef76a-46ff-4273-9798-73dbfc380466} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:55:19.620683 [ 41 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.04.29 20:55:19.620703 [ 276 ] {3c7ef76a-46ff-4273-9798-73dbfc380466} executeQuery: Read 6 rows, 321.00 B in 0.001086 sec., 5524.861878453039 rows/sec., 288.65 KiB/sec. 2026.04.29 20:55:19.620746 [ 41 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.620753 [ 276 ] {3c7ef76a-46ff-4273-9798-73dbfc380466} TCPHandler: Processed in 0.001256496 sec. 2026.04.29 20:55:19.620776 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.620881 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::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.29 20:55:19.620887 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.621005 [ 276 ] {d7a8f4d1-b3e9-4191-b7da-0c959ad91f6f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:19.621006 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:19.621051 [ 276 ] {d7a8f4d1-b3e9-4191-b7da-0c959ad91f6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:19.621057 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part 2026.04.29 20:55:19.621128 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.04.29 20:55:19.621170 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.04.29 20:55:19.621207 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.04.29 20:55:19.621246 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.04.29 20:55:19.621282 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.04.29 20:55:19.621647 [ 276 ] {d7a8f4d1-b3e9-4191-b7da-0c959ad91f6f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.621687 [ 276 ] {d7a8f4d1-b3e9-4191-b7da-0c959ad91f6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.622049 [ 197 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001210256 sec., 49576.28799196203 rows/sec., 2.53 MiB/sec. 2026.04.29 20:55:19.622097 [ 276 ] {d7a8f4d1-b3e9-4191-b7da-0c959ad91f6f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:55:19.622253 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.29 20:55:19.622332 [ 276 ] {d7a8f4d1-b3e9-4191-b7da-0c959ad91f6f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:19.622476 [ 276 ] {d7a8f4d1-b3e9-4191-b7da-0c959ad91f6f} executeQuery: Read 795 rows, 62.00 KiB in 0.001489 sec., 533915.3794492948 rows/sec., 40.66 MiB/sec. 2026.04.29 20:55:19.622513 [ 276 ] {d7a8f4d1-b3e9-4191-b7da-0c959ad91f6f} TCPHandler: Processed in 0.001675592 sec. 2026.04.29 20:55:19.622630 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.622640 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:55:19.622728 [ 276 ] {2b9d9a85-2825-4a65-9356-7375dfe23c8c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:55:19.622739 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_10_2} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.04.29 20:55:19.622777 [ 276 ] {2b9d9a85-2825-4a65-9356-7375dfe23c8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:55:19.622850 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.29 20:55:19.623103 [ 276 ] {2b9d9a85-2825-4a65-9356-7375dfe23c8c} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.623142 [ 276 ] {2b9d9a85-2825-4a65-9356-7375dfe23c8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.623436 [ 276 ] {2b9d9a85-2825-4a65-9356-7375dfe23c8c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:55:19.623640 [ 276 ] {2b9d9a85-2825-4a65-9356-7375dfe23c8c} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:55:19.623741 [ 41 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.29 20:55:19.623765 [ 276 ] {2b9d9a85-2825-4a65-9356-7375dfe23c8c} executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. 2026.04.29 20:55:19.623773 [ 41 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.623804 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.623807 [ 276 ] {2b9d9a85-2825-4a65-9356-7375dfe23c8c} TCPHandler: Processed in 0.001225266 sec. 2026.04.29 20:55:19.623872 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::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.29 20:55:19.623932 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.623967 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:19.623995 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part 2026.04.29 20:55:19.624029 [ 276 ] {813b1585-38b3-4912-a5a8-803c4d7c9468} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:19.624037 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.04.29 20:55:19.624083 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.04.29 20:55:19.624086 [ 276 ] {813b1585-38b3-4912-a5a8-803c4d7c9468} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:19.624118 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.04.29 20:55:19.624151 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.04.29 20:55:19.624180 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.04.29 20:55:19.624806 [ 276 ] {813b1585-38b3-4912-a5a8-803c4d7c9468} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.624844 [ 276 ] {813b1585-38b3-4912-a5a8-803c4d7c9468} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.624901 [ 192 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001111954 sec., 9892.49555287359 rows/sec., 663.07 KiB/sec. 2026.04.29 20:55:19.625091 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.29 20:55:19.625358 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:55:19.625434 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_11_2} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.29 20:55:19.625452 [ 276 ] {813b1585-38b3-4912-a5a8-803c4d7c9468} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:55:19.625499 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.29 20:55:19.625689 [ 276 ] {813b1585-38b3-4912-a5a8-803c4d7c9468} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:19.625835 [ 276 ] {813b1585-38b3-4912-a5a8-803c4d7c9468} executeQuery: Read 7 rows, 12.84 KiB in 0.001823 sec., 3839.8244651673067 rows/sec., 6.88 MiB/sec. 2026.04.29 20:55:19.625900 [ 276 ] {813b1585-38b3-4912-a5a8-803c4d7c9468} TCPHandler: Processed in 0.002015086 sec. 2026.04.29 20:55:19.626052 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:19.626145 [ 276 ] {7e618cdc-5a77-4751-9979-a337fa84ac96} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:19.626185 [ 276 ] {7e618cdc-5a77-4751-9979-a337fa84ac96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:19.626544 [ 276 ] {7e618cdc-5a77-4751-9979-a337fa84ac96} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.626579 [ 276 ] {7e618cdc-5a77-4751-9979-a337fa84ac96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.626882 [ 276 ] {7e618cdc-5a77-4751-9979-a337fa84ac96} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:55:19.627097 [ 276 ] {7e618cdc-5a77-4751-9979-a337fa84ac96} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:19.627206 [ 41 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.29 20:55:19.627223 [ 276 ] {7e618cdc-5a77-4751-9979-a337fa84ac96} executeQuery: Read 90 rows, 5.77 KiB in 0.001096 sec., 82116.78832116789 rows/sec., 5.14 MiB/sec. 2026.04.29 20:55:19.627237 [ 41 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.627265 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.627268 [ 276 ] {7e618cdc-5a77-4751-9979-a337fa84ac96} TCPHandler: Processed in 0.001265447 sec. 2026.04.29 20:55:19.627343 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.29 20:55:19.627468 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:19.627503 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1860 rows starting from the beginning of the part 2026.04.29 20:55:19.627593 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part 2026.04.29 20:55:19.627642 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 48 rows starting from the beginning of the part 2026.04.29 20:55:19.627683 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 90 rows starting from the beginning of the part 2026.04.29 20:55:19.627724 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.04.29 20:55:19.627764 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part 2026.04.29 20:55:19.628821 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 4 columns (4 merged, 0 gathered) in 0.001511529 sec., 1429016.5785770568 rows/sec., 93.43 MiB/sec. 2026.04.29 20:55:19.629033 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.29 20:55:19.629304 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:19.629375 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_36_7} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.29 20:55:19.629461 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.04.29 20:55:19.674982 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11987 2026.04.29 20:55:19.675399 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:19.675435 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:19.675874 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:55:19.676141 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:55:19.676325 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11987 2026.04.29 20:55:20.315840 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.04.29 20:55:20.332935 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:20.332988 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:20.338846 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:55:20.339536 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:55:20.342317 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.04.29 20:55:22.213331 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 768 2026.04.29 20:55:22.215947 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:22.216000 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:22.217268 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:55:22.217533 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:55:22.217808 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2026.04.29 20:55:24.577609 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:24.577969 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:24.578465 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:24.578498 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:24.578700 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:24.578763 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:24.578893 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:55:24.579014 [ 333 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:55:24.579018 [ 313 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.04.29 20:55:24.579036 [ 332 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:55:24.579014 [ 325 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:55:24.579025 [ 307 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:55:24.579340 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:55:24.579363 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:24.579446 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:55:24.579466 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:55:24.579501 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:24.579567 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:24.579624 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:24.580763 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} executeQuery: Read 45 rows, 5.52 KiB in 0.002942 sec., 15295.717199184228 rows/sec., 1.83 MiB/sec. 2026.04.29 20:55:24.580902 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} MemoryTracker: Peak memory usage (for query): 130.22 KiB. 2026.04.29 20:55:24.580918 [ 276 ] {805ef1eb-f929-417a-90e1-bf127ce78f58} TCPHandler: Processed in 0.003492885 sec. 2026.04.29 20:55:24.583130 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:24.583263 [ 276 ] {3e28f4a7-f248-4087-9b4d-bce76743f5ec} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:24.583315 [ 276 ] {3e28f4a7-f248-4087-9b4d-bce76743f5ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:24.583901 [ 276 ] {3e28f4a7-f248-4087-9b4d-bce76743f5ec} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:24.583944 [ 276 ] {3e28f4a7-f248-4087-9b4d-bce76743f5ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:24.584316 [ 276 ] {3e28f4a7-f248-4087-9b4d-bce76743f5ec} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:55:24.584535 [ 276 ] {3e28f4a7-f248-4087-9b4d-bce76743f5ec} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:24.584677 [ 276 ] {3e28f4a7-f248-4087-9b4d-bce76743f5ec} executeQuery: Read 126 rows, 11.14 KiB in 0.00145 sec., 86896.55172413794 rows/sec., 7.51 MiB/sec. 2026.04.29 20:55:24.584714 [ 276 ] {3e28f4a7-f248-4087-9b4d-bce76743f5ec} TCPHandler: Processed in 0.001645981 sec. 2026.04.29 20:55:24.584842 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:24.584936 [ 276 ] {3011cc3c-19af-4c79-8cbe-8fa417aaef98} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:24.584975 [ 276 ] {3011cc3c-19af-4c79-8cbe-8fa417aaef98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:24.585388 [ 276 ] {3011cc3c-19af-4c79-8cbe-8fa417aaef98} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:24.585423 [ 276 ] {3011cc3c-19af-4c79-8cbe-8fa417aaef98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:24.585711 [ 276 ] {3011cc3c-19af-4c79-8cbe-8fa417aaef98} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:55:24.585911 [ 276 ] {3011cc3c-19af-4c79-8cbe-8fa417aaef98} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:24.586038 [ 276 ] {3011cc3c-19af-4c79-8cbe-8fa417aaef98} executeQuery: Read 35 rows, 2.63 KiB in 0.001121 sec., 31222.123104371098 rows/sec., 2.29 MiB/sec. 2026.04.29 20:55:24.586075 [ 276 ] {3011cc3c-19af-4c79-8cbe-8fa417aaef98} TCPHandler: Processed in 0.001283526 sec. 2026.04.29 20:55:24.586193 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:24.586286 [ 276 ] {27a331f3-0d48-46d3-b89c-4cdc9c074b60} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:24.586324 [ 276 ] {27a331f3-0d48-46d3-b89c-4cdc9c074b60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:24.586751 [ 276 ] {27a331f3-0d48-46d3-b89c-4cdc9c074b60} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:24.586787 [ 276 ] {27a331f3-0d48-46d3-b89c-4cdc9c074b60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:24.587094 [ 276 ] {27a331f3-0d48-46d3-b89c-4cdc9c074b60} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:55:24.587298 [ 276 ] {27a331f3-0d48-46d3-b89c-4cdc9c074b60} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:24.587422 [ 276 ] {27a331f3-0d48-46d3-b89c-4cdc9c074b60} executeQuery: Read 99 rows, 7.92 KiB in 0.001154 sec., 85788.56152512998 rows/sec., 6.70 MiB/sec. 2026.04.29 20:55:24.587459 [ 276 ] {27a331f3-0d48-46d3-b89c-4cdc9c074b60} TCPHandler: Processed in 0.001313257 sec. 2026.04.29 20:55:24.587577 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:24.587670 [ 276 ] {561df015-6de0-4d3a-a03c-e850dbfd8fb5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:24.587713 [ 276 ] {561df015-6de0-4d3a-a03c-e850dbfd8fb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:24.588116 [ 276 ] {561df015-6de0-4d3a-a03c-e850dbfd8fb5} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:24.588152 [ 276 ] {561df015-6de0-4d3a-a03c-e850dbfd8fb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:24.588460 [ 276 ] {561df015-6de0-4d3a-a03c-e850dbfd8fb5} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:55:24.588664 [ 276 ] {561df015-6de0-4d3a-a03c-e850dbfd8fb5} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:24.588796 [ 276 ] {561df015-6de0-4d3a-a03c-e850dbfd8fb5} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.04.29 20:55:24.588833 [ 276 ] {561df015-6de0-4d3a-a03c-e850dbfd8fb5} TCPHandler: Processed in 0.001302956 sec. 2026.04.29 20:55:24.588947 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:24.589040 [ 276 ] {9d9d4b05-edec-447b-94b4-765915e8e86e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:24.589093 [ 276 ] {9d9d4b05-edec-447b-94b4-765915e8e86e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:24.589856 [ 276 ] {9d9d4b05-edec-447b-94b4-765915e8e86e} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:24.589893 [ 276 ] {9d9d4b05-edec-447b-94b4-765915e8e86e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:24.590420 [ 276 ] {9d9d4b05-edec-447b-94b4-765915e8e86e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:55:24.590642 [ 276 ] {9d9d4b05-edec-447b-94b4-765915e8e86e} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:24.590750 [ 35 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.29 20:55:24.590777 [ 276 ] {9d9d4b05-edec-447b-94b4-765915e8e86e} executeQuery: Read 35 rows, 64.22 KiB in 0.001754 sec., 19954.389965792474 rows/sec., 35.76 MiB/sec. 2026.04.29 20:55:24.590801 [ 35 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:24.590826 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:24.590841 [ 276 ] {9d9d4b05-edec-447b-94b4-765915e8e86e} TCPHandler: Processed in 0.001942635 sec. 2026.04.29 20:55:24.590965 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.29 20:55:24.590989 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:24.591099 [ 276 ] {27a04e83-215d-4712-a458-6087d4f7da4b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:24.591140 [ 276 ] {27a04e83-215d-4712-a458-6087d4f7da4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:24.591252 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:24.591323 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 602 rows starting from the beginning of the part 2026.04.29 20:55:24.591470 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 44 rows starting from the beginning of the part 2026.04.29 20:55:24.591481 [ 276 ] {27a04e83-215d-4712-a458-6087d4f7da4b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:24.591521 [ 276 ] {27a04e83-215d-4712-a458-6087d4f7da4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:24.591579 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:24.591695 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 35 rows starting from the beginning of the part 2026.04.29 20:55:24.591804 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:24.591825 [ 276 ] {27a04e83-215d-4712-a458-6087d4f7da4b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:55:24.591909 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 35 rows starting from the beginning of the part 2026.04.29 20:55:24.592041 [ 276 ] {27a04e83-215d-4712-a458-6087d4f7da4b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:24.592175 [ 276 ] {27a04e83-215d-4712-a458-6087d4f7da4b} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.04.29 20:55:24.592213 [ 276 ] {27a04e83-215d-4712-a458-6087d4f7da4b} TCPHandler: Processed in 0.001273867 sec. 2026.04.29 20:55:24.596284 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 730 rows, containing 19 columns (19 merged, 0 gathered) in 0.005380189 sec., 135682.96578428752 rows/sec., 243.14 MiB/sec. 2026.04.29 20:55:24.597566 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.29 20:55:24.597935 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:24.598023 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_31_6} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.29 20:55:24.598193 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. 2026.04.29 20:55:25.000485 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 264.64 MiB, peak 272.46 MiB, free memory in arenas 0.00 B, will set to 266.61 MiB (RSS), difference: 1.96 MiB 2026.04.29 20:55:27.047567 [ 33 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:55:27.047628 [ 33 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:55:27.176450 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12499 2026.04.29 20:55:27.176952 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:27.176997 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:27.177501 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:55:27.177734 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:55:27.177868 [ 30 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.29 20:55:27.177876 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12499 2026.04.29 20:55:27.177943 [ 30 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:27.177969 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:27.178070 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::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.29 20:55:27.178186 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:27.178224 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10067 rows starting from the beginning of the part 2026.04.29 20:55:27.178285 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.04.29 20:55:27.178330 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.04.29 20:55:27.178369 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.04.29 20:55:27.178403 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.04.29 20:55:27.178437 [ 190 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.04.29 20:55:27.183044 [ 200 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12499 rows, containing 4 columns (4 merged, 0 gathered) in 0.005014624 sec., 2492509.9070239365 rows/sec., 35.66 MiB/sec. 2026.04.29 20:55:27.183424 [ 201 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.29 20:55:27.183713 [ 201 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): 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.29 20:55:27.183783 [ 201 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_26_5} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.29 20:55:27.183889 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.04.29 20:55:27.842434 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.04.29 20:55:27.859868 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:27.859918 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:27.865855 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:55:27.866588 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:55:27.866911 [ 30 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.29 20:55:27.866980 [ 30 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:27.867003 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:27.867129 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::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.29 20:55:27.869514 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.04.29 20:55:27.870554 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:27.871877 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.04.29 20:55:27.876386 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:27.880899 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.04.29 20:55:27.885087 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:27.889471 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.04.29 20:55:27.893752 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:27.943852 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.076777934 sec., 2552.8168028069103 rows/sec., 13.20 MiB/sec. 2026.04.29 20:55:27.945711 [ 195 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.29 20:55:27.947547 [ 195 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): 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.29 20:55:27.947637 [ 195 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_26_5} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.29 20:55:27.948854 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.29 20:55:28.000210 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 267.70 MiB, peak 278.27 MiB, free memory in arenas 0.00 B, will set to 271.23 MiB (RSS), difference: 3.53 MiB 2026.04.29 20:55:29.576081 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.576739 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:29.577105 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:29.577145 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:29.577369 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:29.577442 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:29.577588 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:55:29.577693 [ 307 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:55:29.577716 [ 327 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:55:29.577727 [ 333 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:55:29.577743 [ 343 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:55:29.577739 [ 332 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.04.29 20:55:29.577913 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:55:29.577941 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:29.578029 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:55:29.578050 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:55:29.578086 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:29.578127 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:29.578180 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:29.579371 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} executeQuery: Read 45 rows, 5.52 KiB in 0.002724 sec., 16519.823788546255 rows/sec., 1.98 MiB/sec. 2026.04.29 20:55:29.579525 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} MemoryTracker: Peak memory usage (for query): 132.12 KiB. 2026.04.29 20:55:29.579541 [ 276 ] {29898e06-49a0-4c4e-9aa1-5071010b8c03} TCPHandler: Processed in 0.003599356 sec. 2026.04.29 20:55:29.581378 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.581491 [ 276 ] {d94f6ca4-62e0-4e1a-8358-755447772939} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:29.581537 [ 276 ] {d94f6ca4-62e0-4e1a-8358-755447772939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:29.582033 [ 276 ] {d94f6ca4-62e0-4e1a-8358-755447772939} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.582076 [ 276 ] {d94f6ca4-62e0-4e1a-8358-755447772939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.582451 [ 276 ] {d94f6ca4-62e0-4e1a-8358-755447772939} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:55:29.582679 [ 276 ] {d94f6ca4-62e0-4e1a-8358-755447772939} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.582833 [ 276 ] {d94f6ca4-62e0-4e1a-8358-755447772939} executeQuery: Read 70 rows, 5.75 KiB in 0.001376 sec., 50872.09302325581 rows/sec., 4.08 MiB/sec. 2026.04.29 20:55:29.582873 [ 276 ] {d94f6ca4-62e0-4e1a-8358-755447772939} TCPHandler: Processed in 0.00155094 sec. 2026.04.29 20:55:29.582998 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.583097 [ 276 ] {af3c79e8-b3e7-498a-953f-1c3ba12f38c4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.583139 [ 276 ] {af3c79e8-b3e7-498a-953f-1c3ba12f38c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:29.583541 [ 276 ] {af3c79e8-b3e7-498a-953f-1c3ba12f38c4} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.583580 [ 276 ] {af3c79e8-b3e7-498a-953f-1c3ba12f38c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.583876 [ 276 ] {af3c79e8-b3e7-498a-953f-1c3ba12f38c4} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:55:29.584096 [ 276 ] {af3c79e8-b3e7-498a-953f-1c3ba12f38c4} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.584233 [ 276 ] {af3c79e8-b3e7-498a-953f-1c3ba12f38c4} executeQuery: Read 7 rows, 539.00 B in 0.001158 sec., 6044.905008635579 rows/sec., 454.55 KiB/sec. 2026.04.29 20:55:29.584270 [ 276 ] {af3c79e8-b3e7-498a-953f-1c3ba12f38c4} TCPHandler: Processed in 0.001324357 sec. 2026.04.29 20:55:29.584378 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.584474 [ 276 ] {4f1f84e0-cfe4-4878-861d-612efd531fa4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:29.584513 [ 276 ] {4f1f84e0-cfe4-4878-861d-612efd531fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:29.584931 [ 276 ] {4f1f84e0-cfe4-4878-861d-612efd531fa4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.584966 [ 276 ] {4f1f84e0-cfe4-4878-861d-612efd531fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.585274 [ 276 ] {4f1f84e0-cfe4-4878-861d-612efd531fa4} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:55:29.585488 [ 276 ] {4f1f84e0-cfe4-4878-861d-612efd531fa4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.585621 [ 276 ] {4f1f84e0-cfe4-4878-861d-612efd531fa4} executeQuery: Read 71 rows, 5.68 KiB in 0.001166 sec., 60891.93825042882 rows/sec., 4.75 MiB/sec. 2026.04.29 20:55:29.585659 [ 276 ] {4f1f84e0-cfe4-4878-861d-612efd531fa4} TCPHandler: Processed in 0.001330637 sec. 2026.04.29 20:55:29.585778 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.585874 [ 276 ] {30e3f865-4886-4cce-83ae-5534d12f6781} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.585916 [ 276 ] {30e3f865-4886-4cce-83ae-5534d12f6781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:29.586326 [ 276 ] {30e3f865-4886-4cce-83ae-5534d12f6781} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.586363 [ 276 ] {30e3f865-4886-4cce-83ae-5534d12f6781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.586688 [ 276 ] {30e3f865-4886-4cce-83ae-5534d12f6781} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:55:29.586898 [ 276 ] {30e3f865-4886-4cce-83ae-5534d12f6781} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.587029 [ 276 ] {30e3f865-4886-4cce-83ae-5534d12f6781} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.04.29 20:55:29.587066 [ 276 ] {30e3f865-4886-4cce-83ae-5534d12f6781} TCPHandler: Processed in 0.001339497 sec. 2026.04.29 20:55:29.587185 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.587279 [ 276 ] {34f40f21-6119-48aa-88d5-7c016a7af2f1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.587334 [ 276 ] {34f40f21-6119-48aa-88d5-7c016a7af2f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:29.588064 [ 276 ] {34f40f21-6119-48aa-88d5-7c016a7af2f1} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.588101 [ 276 ] {34f40f21-6119-48aa-88d5-7c016a7af2f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.588605 [ 276 ] {34f40f21-6119-48aa-88d5-7c016a7af2f1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:55:29.588840 [ 276 ] {34f40f21-6119-48aa-88d5-7c016a7af2f1} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.588981 [ 276 ] {34f40f21-6119-48aa-88d5-7c016a7af2f1} executeQuery: Read 7 rows, 12.84 KiB in 0.00172 sec., 4069.767441860465 rows/sec., 7.29 MiB/sec. 2026.04.29 20:55:29.589039 [ 276 ] {34f40f21-6119-48aa-88d5-7c016a7af2f1} TCPHandler: Processed in 0.001905335 sec. 2026.04.29 20:55:29.589173 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.589269 [ 276 ] {7ecd44e8-52e9-4e66-8d1d-19f22179a663} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.589310 [ 276 ] {7ecd44e8-52e9-4e66-8d1d-19f22179a663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:29.589655 [ 276 ] {7ecd44e8-52e9-4e66-8d1d-19f22179a663} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.589692 [ 276 ] {7ecd44e8-52e9-4e66-8d1d-19f22179a663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.589997 [ 276 ] {7ecd44e8-52e9-4e66-8d1d-19f22179a663} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:55:29.590212 [ 276 ] {7ecd44e8-52e9-4e66-8d1d-19f22179a663} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.590355 [ 276 ] {7ecd44e8-52e9-4e66-8d1d-19f22179a663} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.04.29 20:55:29.590391 [ 276 ] {7ecd44e8-52e9-4e66-8d1d-19f22179a663} TCPHandler: Processed in 0.001270036 sec. 2026.04.29 20:55:29.895432 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.895663 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:55:29.896013 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:29.896056 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:55:29.896288 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:29.896357 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:29.896499 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.04.29 20:55:29.896598 [ 307 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.29 20:55:29.896599 [ 327 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.29 20:55:29.896627 [ 315 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.04.29 20:55:29.896642 [ 347 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.04.29 20:55:29.896617 [ 335 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.29 20:55:29.896754 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2026.04.29 20:55:29.896776 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:29.896860 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.29 20:55:29.896887 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Reading approx. 45 rows with 3 streams 2026.04.29 20:55:29.896923 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:55:29.896961 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:55:29.896996 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:55:29.898090 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} executeQuery: Read 45 rows, 5.52 KiB in 0.002528 sec., 17800.632911392408 rows/sec., 2.13 MiB/sec. 2026.04.29 20:55:29.898212 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} MemoryTracker: Peak memory usage (for query): 136.10 KiB. 2026.04.29 20:55:29.898230 [ 276 ] {8ddca091-6cc1-4714-af7d-9ad92ad4c33b} TCPHandler: Processed in 0.002933957 sec. 2026.04.29 20:55:29.910637 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.910770 [ 276 ] {e16a846e-4194-4bb2-b3bc-af26700f4581} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:55:29.910821 [ 276 ] {e16a846e-4194-4bb2-b3bc-af26700f4581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:55:29.911384 [ 276 ] {e16a846e-4194-4bb2-b3bc-af26700f4581} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.911437 [ 276 ] {e16a846e-4194-4bb2-b3bc-af26700f4581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.911831 [ 276 ] {e16a846e-4194-4bb2-b3bc-af26700f4581} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:55:29.912099 [ 276 ] {e16a846e-4194-4bb2-b3bc-af26700f4581} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:55:29.912245 [ 27 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.04.29 20:55:29.912274 [ 276 ] {e16a846e-4194-4bb2-b3bc-af26700f4581} executeQuery: Read 6 rows, 501.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 317.70 KiB/sec. 2026.04.29 20:55:29.912315 [ 27 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.912331 [ 276 ] {e16a846e-4194-4bb2-b3bc-af26700f4581} TCPHandler: Processed in 0.001761593 sec. 2026.04.29 20:55:29.912345 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.912458 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::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.29 20:55:29.912473 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.912578 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:29.912590 [ 276 ] {b1468892-6dba-4069-a209-84119a93f683} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:29.912619 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.04.29 20:55:29.912637 [ 276 ] {b1468892-6dba-4069-a209-84119a93f683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:29.912689 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.04.29 20:55:29.912740 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.04.29 20:55:29.912780 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.04.29 20:55:29.912818 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2026.04.29 20:55:29.912859 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.04.29 20:55:29.913672 [ 195 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.001256376 sec., 36613.24316924233 rows/sec., 3.06 MiB/sec. 2026.04.29 20:55:29.913782 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.29 20:55:29.914023 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:55:29.914088 [ 187 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_10_2} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.04.29 20:55:29.914156 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.29 20:55:29.914167 [ 276 ] {b1468892-6dba-4069-a209-84119a93f683} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.914210 [ 276 ] {b1468892-6dba-4069-a209-84119a93f683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.914698 [ 276 ] {b1468892-6dba-4069-a209-84119a93f683} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:55:29.914922 [ 276 ] {b1468892-6dba-4069-a209-84119a93f683} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.915050 [ 26 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.29 20:55:29.915062 [ 276 ] {b1468892-6dba-4069-a209-84119a93f683} executeQuery: Read 2474 rows, 188.29 KiB in 0.002493 sec., 992378.6602486963 rows/sec., 73.76 MiB/sec. 2026.04.29 20:55:29.915085 [ 26 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.915104 [ 276 ] {b1468892-6dba-4069-a209-84119a93f683} TCPHandler: Processed in 0.002692834 sec. 2026.04.29 20:55:29.915105 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.915186 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.29 20:55:29.915243 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.915277 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:29.915308 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3239 rows starting from the beginning of the part 2026.04.29 20:55:29.915342 [ 276 ] {ce7c7293-85ad-4356-bc6a-21a796dde96b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.915360 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 126 rows starting from the beginning of the part 2026.04.29 20:55:29.915387 [ 276 ] {ce7c7293-85ad-4356-bc6a-21a796dde96b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:29.915409 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 933 rows starting from the beginning of the part 2026.04.29 20:55:29.915453 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 126 rows starting from the beginning of the part 2026.04.29 20:55:29.915492 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 70 rows starting from the beginning of the part 2026.04.29 20:55:29.915531 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2474 rows starting from the beginning of the part 2026.04.29 20:55:29.915824 [ 276 ] {ce7c7293-85ad-4356-bc6a-21a796dde96b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.915865 [ 276 ] {ce7c7293-85ad-4356-bc6a-21a796dde96b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.916241 [ 276 ] {ce7c7293-85ad-4356-bc6a-21a796dde96b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:55:29.916497 [ 276 ] {ce7c7293-85ad-4356-bc6a-21a796dde96b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.916635 [ 276 ] {ce7c7293-85ad-4356-bc6a-21a796dde96b} executeQuery: Read 50 rows, 3.73 KiB in 0.001311 sec., 38138.82532418001 rows/sec., 2.78 MiB/sec. 2026.04.29 20:55:29.916673 [ 276 ] {ce7c7293-85ad-4356-bc6a-21a796dde96b} TCPHandler: Processed in 0.001480889 sec. 2026.04.29 20:55:29.916856 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.916951 [ 276 ] {cb291044-3ed1-4167-9339-6c063d501bfd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.916990 [ 276 ] {cb291044-3ed1-4167-9339-6c063d501bfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:55:29.917694 [ 276 ] {cb291044-3ed1-4167-9339-6c063d501bfd} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.917730 [ 276 ] {cb291044-3ed1-4167-9339-6c063d501bfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.917871 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6968 rows, containing 5 columns (5 merged, 0 gathered) in 0.002710875 sec., 2570387.7899202285 rows/sec., 204.67 MiB/sec. 2026.04.29 20:55:29.918089 [ 276 ] {cb291044-3ed1-4167-9339-6c063d501bfd} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:55:29.918166 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.29 20:55:29.918386 [ 276 ] {cb291044-3ed1-4167-9339-6c063d501bfd} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:55:29.918466 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.918538 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_41_8} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.29 20:55:29.918537 [ 276 ] {cb291044-3ed1-4167-9339-6c063d501bfd} executeQuery: Read 801 rows, 47.38 KiB in 0.001605 sec., 499065.4205607476 rows/sec., 28.83 MiB/sec. 2026.04.29 20:55:29.918589 [ 276 ] {cb291044-3ed1-4167-9339-6c063d501bfd} TCPHandler: Processed in 0.001783083 sec. 2026.04.29 20:55:29.918599 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2026.04.29 20:55:29.918714 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.918818 [ 276 ] {016a4378-1c91-4c1a-b920-a0225aa438f1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.918865 [ 276 ] {016a4378-1c91-4c1a-b920-a0225aa438f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:55:29.919273 [ 276 ] {016a4378-1c91-4c1a-b920-a0225aa438f1} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.919308 [ 276 ] {016a4378-1c91-4c1a-b920-a0225aa438f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.919615 [ 276 ] {016a4378-1c91-4c1a-b920-a0225aa438f1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.29 20:55:29.919830 [ 276 ] {016a4378-1c91-4c1a-b920-a0225aa438f1} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:55:29.919955 [ 276 ] {016a4378-1c91-4c1a-b920-a0225aa438f1} executeQuery: Read 1 rows, 72.00 B in 0.001161 sec., 861.3264427217916 rows/sec., 60.56 KiB/sec. 2026.04.29 20:55:29.919992 [ 276 ] {016a4378-1c91-4c1a-b920-a0225aa438f1} TCPHandler: Processed in 0.001328807 sec. 2026.04.29 20:55:29.920123 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.920217 [ 276 ] {adecbbe1-c44c-4b4c-be60-7e8b487286c5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:29.920256 [ 276 ] {adecbbe1-c44c-4b4c-be60-7e8b487286c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:29.921147 [ 276 ] {adecbbe1-c44c-4b4c-be60-7e8b487286c5} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.921182 [ 276 ] {adecbbe1-c44c-4b4c-be60-7e8b487286c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.921554 [ 276 ] {adecbbe1-c44c-4b4c-be60-7e8b487286c5} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:55:29.921796 [ 276 ] {adecbbe1-c44c-4b4c-be60-7e8b487286c5} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.921902 [ 26 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.29 20:55:29.921928 [ 276 ] {adecbbe1-c44c-4b4c-be60-7e8b487286c5} executeQuery: Read 1329 rows, 91.25 KiB in 0.001729 sec., 768652.4002313475 rows/sec., 51.54 MiB/sec. 2026.04.29 20:55:29.921932 [ 26 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.921960 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.921966 [ 276 ] {adecbbe1-c44c-4b4c-be60-7e8b487286c5} TCPHandler: Processed in 0.001894044 sec. 2026.04.29 20:55:29.922033 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.29 20:55:29.922110 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.922125 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:29.922166 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1792 rows starting from the beginning of the part 2026.04.29 20:55:29.922212 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 99 rows starting from the beginning of the part 2026.04.29 20:55:29.922219 [ 276 ] {6ac86839-c9a1-4044-afd5-e4dd4ecf9445} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.922258 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 537 rows starting from the beginning of the part 2026.04.29 20:55:29.922269 [ 276 ] {6ac86839-c9a1-4044-afd5-e4dd4ecf9445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:29.922303 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 99 rows starting from the beginning of the part 2026.04.29 20:55:29.922347 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 71 rows starting from the beginning of the part 2026.04.29 20:55:29.922381 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1329 rows starting from the beginning of the part 2026.04.29 20:55:29.923035 [ 276 ] {6ac86839-c9a1-4044-afd5-e4dd4ecf9445} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.923075 [ 276 ] {6ac86839-c9a1-4044-afd5-e4dd4ecf9445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.923556 [ 276 ] {6ac86839-c9a1-4044-afd5-e4dd4ecf9445} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:55:29.923648 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3927 rows, containing 5 columns (5 merged, 0 gathered) in 0.001647251 sec., 2383971.8415711997 rows/sec., 172.94 MiB/sec. 2026.04.29 20:55:29.923787 [ 276 ] {6ac86839-c9a1-4044-afd5-e4dd4ecf9445} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.923864 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.29 20:55:29.923930 [ 276 ] {6ac86839-c9a1-4044-afd5-e4dd4ecf9445} executeQuery: Read 1499 rows, 93.11 KiB in 0.00173 sec., 866473.9884393064 rows/sec., 52.56 MiB/sec. 2026.04.29 20:55:29.923968 [ 276 ] {6ac86839-c9a1-4044-afd5-e4dd4ecf9445} TCPHandler: Processed in 0.001914545 sec. 2026.04.29 20:55:29.924091 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.924136 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.924186 [ 276 ] {9795d0e6-8b9c-437f-956b-541c83352b20} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.924202 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_41_8} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.29 20:55:29.924239 [ 276 ] {9795d0e6-8b9c-437f-956b-541c83352b20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:29.924277 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.04.29 20:55:29.925086 [ 276 ] {9795d0e6-8b9c-437f-956b-541c83352b20} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.925120 [ 276 ] {9795d0e6-8b9c-437f-956b-541c83352b20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.925709 [ 276 ] {9795d0e6-8b9c-437f-956b-541c83352b20} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:55:29.925946 [ 276 ] {9795d0e6-8b9c-437f-956b-541c83352b20} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.926084 [ 276 ] {9795d0e6-8b9c-437f-956b-541c83352b20} executeQuery: Read 44 rows, 80.74 KiB in 0.001916 sec., 22964.509394572025 rows/sec., 41.15 MiB/sec. 2026.04.29 20:55:29.926159 [ 276 ] {9795d0e6-8b9c-437f-956b-541c83352b20} TCPHandler: Processed in 0.002118427 sec. 2026.04.29 20:55:29.926291 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:29.926395 [ 276 ] {fe65c80b-bdb2-40ee-b713-cadbdeca40dc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:29.926443 [ 276 ] {fe65c80b-bdb2-40ee-b713-cadbdeca40dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:29.926825 [ 276 ] {fe65c80b-bdb2-40ee-b713-cadbdeca40dc} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:29.926865 [ 276 ] {fe65c80b-bdb2-40ee-b713-cadbdeca40dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:29.927232 [ 276 ] {fe65c80b-bdb2-40ee-b713-cadbdeca40dc} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:55:29.927499 [ 276 ] {fe65c80b-bdb2-40ee-b713-cadbdeca40dc} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:29.927651 [ 276 ] {fe65c80b-bdb2-40ee-b713-cadbdeca40dc} executeQuery: Read 12 rows, 848.00 B in 0.001277 sec., 9397.024275646047 rows/sec., 648.49 KiB/sec. 2026.04.29 20:55:29.927692 [ 276 ] {fe65c80b-bdb2-40ee-b713-cadbdeca40dc} TCPHandler: Processed in 0.001453209 sec. 2026.04.29 20:55:30.000197 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 272.58 MiB, peak 278.27 MiB, free memory in arenas 0.00 B, will set to 271.34 MiB (RSS), difference: -1.23 MiB 2026.04.29 20:55:30.814372 [ 25 ] {} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.29 20:55:30.814451 [ 25 ] {} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:30.814475 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:30.814584 [ 193 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::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.29 20:55:30.814928 [ 193 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:30.814980 [ 193 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part 2026.04.29 20:55:30.815079 [ 193 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 18 rows starting from the beginning of the part 2026.04.29 20:55:30.815152 [ 193 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::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.29 20:55:30.815227 [ 193 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.04.29 20:55:30.815296 [ 193 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.04.29 20:55:30.816924 [ 186 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 6 columns (6 merged, 0 gathered) in 0.00238182 sec., 21832.04440301954 rows/sec., 5.11 MiB/sec. 2026.04.29 20:55:30.817157 [ 186 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.29 20:55:30.817618 [ 186 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::all_1_5_1} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a): 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.29 20:55:30.817693 [ 186 ] {db5ff08a-a334-43d0-ae57-4f47164b529a::all_1_5_1} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.29 20:55:30.817783 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.04.29 20:55:32.218121 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 816 2026.04.29 20:55:32.220811 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:32.220863 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:32.222150 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:55:32.222424 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:55:32.222700 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 816 2026.04.29 20:55:34.574482 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:34.574718 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:34.575041 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:34.575073 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:34.575343 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:34.575409 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:34.575546 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:55:34.575582 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:55:34.575603 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:55:34.575617 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:34.575656 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:55:34.575675 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:55:34.576925 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} executeQuery: Read 52 rows, 12.45 KiB in 0.002277 sec., 22837.066315327185 rows/sec., 5.34 MiB/sec. 2026.04.29 20:55:34.577033 [ 276 ] {08bbdd89-a193-458c-a042-003bbd3aa294} TCPHandler: Processed in 0.002677045 sec. 2026.04.29 20:55:34.578474 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:34.578582 [ 276 ] {9a36243f-8d35-41d7-bd1e-3eadd3eb6a01} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:34.578623 [ 276 ] {9a36243f-8d35-41d7-bd1e-3eadd3eb6a01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:34.579147 [ 276 ] {9a36243f-8d35-41d7-bd1e-3eadd3eb6a01} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:34.579193 [ 276 ] {9a36243f-8d35-41d7-bd1e-3eadd3eb6a01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:34.579567 [ 276 ] {9a36243f-8d35-41d7-bd1e-3eadd3eb6a01} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:55:34.579791 [ 276 ] {9a36243f-8d35-41d7-bd1e-3eadd3eb6a01} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:34.579935 [ 276 ] {9a36243f-8d35-41d7-bd1e-3eadd3eb6a01} executeQuery: Read 56 rows, 4.41 KiB in 0.001385 sec., 40433.21299638989 rows/sec., 3.11 MiB/sec. 2026.04.29 20:55:34.579973 [ 276 ] {9a36243f-8d35-41d7-bd1e-3eadd3eb6a01} TCPHandler: Processed in 0.001558889 sec. 2026.04.29 20:55:34.580102 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:34.580196 [ 276 ] {ea9e4736-1f41-44a9-a4af-3c1c32e17ed6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:34.580235 [ 276 ] {ea9e4736-1f41-44a9-a4af-3c1c32e17ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:34.580658 [ 276 ] {ea9e4736-1f41-44a9-a4af-3c1c32e17ed6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:34.580693 [ 276 ] {ea9e4736-1f41-44a9-a4af-3c1c32e17ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:34.580987 [ 276 ] {ea9e4736-1f41-44a9-a4af-3c1c32e17ed6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:55:34.581189 [ 276 ] {ea9e4736-1f41-44a9-a4af-3c1c32e17ed6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:34.581316 [ 276 ] {ea9e4736-1f41-44a9-a4af-3c1c32e17ed6} executeQuery: Read 64 rows, 5.12 KiB in 0.001139 sec., 56189.64003511852 rows/sec., 4.39 MiB/sec. 2026.04.29 20:55:34.581353 [ 276 ] {ea9e4736-1f41-44a9-a4af-3c1c32e17ed6} TCPHandler: Processed in 0.001301367 sec. 2026.04.29 20:55:34.581473 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:34.581566 [ 276 ] {0455f4ee-7565-4939-87f7-99c37b21b543} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:34.581608 [ 276 ] {0455f4ee-7565-4939-87f7-99c37b21b543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:34.581974 [ 276 ] {0455f4ee-7565-4939-87f7-99c37b21b543} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:34.582009 [ 276 ] {0455f4ee-7565-4939-87f7-99c37b21b543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:34.582325 [ 276 ] {0455f4ee-7565-4939-87f7-99c37b21b543} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:55:34.582524 [ 276 ] {0455f4ee-7565-4939-87f7-99c37b21b543} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:34.582633 [ 28 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.29 20:55:34.582650 [ 276 ] {0455f4ee-7565-4939-87f7-99c37b21b543} executeQuery: Read 128 rows, 9.13 KiB in 0.001102 sec., 116152.45009074411 rows/sec., 8.09 MiB/sec. 2026.04.29 20:55:34.582704 [ 28 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:34.582714 [ 276 ] {0455f4ee-7565-4939-87f7-99c37b21b543} TCPHandler: Processed in 0.001291337 sec. 2026.04.29 20:55:34.582737 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:34.582841 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.29 20:55:34.582850 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:34.582961 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:34.582961 [ 276 ] {b85611a2-23bd-422d-9331-a5dd8c5cba72} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:34.582996 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 15362 rows starting from the beginning of the part 2026.04.29 20:55:34.583014 [ 276 ] {b85611a2-23bd-422d-9331-a5dd8c5cba72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:34.583062 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 795 rows starting from the beginning of the part 2026.04.29 20:55:34.583115 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2026.04.29 20:55:34.583162 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.04.29 20:55:34.583208 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1499 rows starting from the beginning of the part 2026.04.29 20:55:34.583253 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 128 rows starting from the beginning of the part 2026.04.29 20:55:34.583346 [ 276 ] {b85611a2-23bd-422d-9331-a5dd8c5cba72} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:34.583380 [ 276 ] {b85611a2-23bd-422d-9331-a5dd8c5cba72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:34.583858 [ 276 ] {b85611a2-23bd-422d-9331-a5dd8c5cba72} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:55:34.584088 [ 276 ] {b85611a2-23bd-422d-9331-a5dd8c5cba72} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:34.584219 [ 276 ] {b85611a2-23bd-422d-9331-a5dd8c5cba72} executeQuery: Read 48 rows, 3.31 KiB in 0.001277 sec., 37588.097102584186 rows/sec., 2.53 MiB/sec. 2026.04.29 20:55:34.584257 [ 276 ] {b85611a2-23bd-422d-9331-a5dd8c5cba72} TCPHandler: Processed in 0.001457458 sec. 2026.04.29 20:55:34.588589 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18104 rows, containing 5 columns (5 merged, 0 gathered) in 0.005786904 sec., 3128443.119153178 rows/sec., 200.22 MiB/sec. 2026.04.29 20:55:34.588934 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.29 20:55:34.589279 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:34.589369 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_41_8} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.29 20:55:34.589473 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. 2026.04.29 20:55:34.678111 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12947 2026.04.29 20:55:34.678609 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:34.678653 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:34.679117 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:55:34.679342 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:34.679474 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12947 2026.04.29 20:55:35.000213 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 271.73 MiB, peak 278.27 MiB, free memory in arenas 0.00 B, will set to 273.38 MiB (RSS), difference: 1.64 MiB 2026.04.29 20:55:35.369700 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.04.29 20:55:35.385833 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:35.385897 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:35.391876 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:55:35.392567 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:35.395309 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.04.29 20:55:39.576020 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:39.576253 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:39.576876 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:39.576912 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:39.577130 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:39.577197 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:39.577338 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:55:39.577373 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:55:39.577395 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:55:39.577411 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:39.577450 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:39.577471 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:55:39.578701 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} executeQuery: Read 52 rows, 12.45 KiB in 0.002544 sec., 20440.251572327044 rows/sec., 4.78 MiB/sec. 2026.04.29 20:55:39.578808 [ 276 ] {a3812751-9d06-4cb6-aeaa-981754aadeda} TCPHandler: Processed in 0.002916628 sec. 2026.04.29 20:55:39.580791 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:39.580904 [ 276 ] {086a43b6-9a3b-497d-9627-1e698fe64682} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:39.580948 [ 276 ] {086a43b6-9a3b-497d-9627-1e698fe64682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:39.581512 [ 276 ] {086a43b6-9a3b-497d-9627-1e698fe64682} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:39.581559 [ 276 ] {086a43b6-9a3b-497d-9627-1e698fe64682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:39.581925 [ 276 ] {086a43b6-9a3b-497d-9627-1e698fe64682} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:55:39.582153 [ 276 ] {086a43b6-9a3b-497d-9627-1e698fe64682} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:39.582299 [ 276 ] {086a43b6-9a3b-497d-9627-1e698fe64682} executeQuery: Read 70 rows, 5.75 KiB in 0.001427 sec., 49053.95935529082 rows/sec., 3.93 MiB/sec. 2026.04.29 20:55:39.582337 [ 276 ] {086a43b6-9a3b-497d-9627-1e698fe64682} TCPHandler: Processed in 0.001599881 sec. 2026.04.29 20:55:39.582474 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:39.582568 [ 276 ] {3bc7566f-71db-4075-8470-2453582dc80e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:39.582608 [ 276 ] {3bc7566f-71db-4075-8470-2453582dc80e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:39.583014 [ 276 ] {3bc7566f-71db-4075-8470-2453582dc80e} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:39.583050 [ 276 ] {3bc7566f-71db-4075-8470-2453582dc80e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:39.583383 [ 276 ] {3bc7566f-71db-4075-8470-2453582dc80e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:55:39.583595 [ 276 ] {3bc7566f-71db-4075-8470-2453582dc80e} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:39.583712 [ 128 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2026.04.29 20:55:39.583729 [ 276 ] {3bc7566f-71db-4075-8470-2453582dc80e} executeQuery: Read 7 rows, 539.00 B in 0.001179 sec., 5937.234944868533 rows/sec., 446.45 KiB/sec. 2026.04.29 20:55:39.583775 [ 128 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:39.583784 [ 276 ] {3bc7566f-71db-4075-8470-2453582dc80e} TCPHandler: Processed in 0.001359117 sec. 2026.04.29 20:55:39.583805 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:39.583926 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2026.04.29 20:55:39.583930 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:39.584076 [ 276 ] {da5ef0cd-2c5a-41b8-b30d-1330f668277d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:39.584082 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:39.584121 [ 276 ] {da5ef0cd-2c5a-41b8-b30d-1330f668277d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:39.584132 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 211 rows starting from the beginning of the part 2026.04.29 20:55:39.584211 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 165 rows starting from the beginning of the part 2026.04.29 20:55:39.584256 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 35 rows starting from the beginning of the part 2026.04.29 20:55:39.584299 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:39.584336 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 50 rows starting from the beginning of the part 2026.04.29 20:55:39.584375 [ 199 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:39.584564 [ 276 ] {da5ef0cd-2c5a-41b8-b30d-1330f668277d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:39.584605 [ 276 ] {da5ef0cd-2c5a-41b8-b30d-1330f668277d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:39.585039 [ 276 ] {da5ef0cd-2c5a-41b8-b30d-1330f668277d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:55:39.585252 [ 276 ] {da5ef0cd-2c5a-41b8-b30d-1330f668277d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:39.585263 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391997 sec., 341236.3676071141 rows/sec., 23.30 MiB/sec. 2026.04.29 20:55:39.585383 [ 276 ] {da5ef0cd-2c5a-41b8-b30d-1330f668277d} executeQuery: Read 71 rows, 5.68 KiB in 0.001325 sec., 53584.90566037736 rows/sec., 4.18 MiB/sec. 2026.04.29 20:55:39.585412 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2026.04.29 20:55:39.585426 [ 276 ] {da5ef0cd-2c5a-41b8-b30d-1330f668277d} TCPHandler: Processed in 0.001548029 sec. 2026.04.29 20:55:39.585568 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:39.585663 [ 276 ] {570878fd-753d-4ef7-a209-e6f881dc0d4a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:39.585677 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:39.585706 [ 276 ] {570878fd-753d-4ef7-a209-e6f881dc0d4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:39.585755 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_35_7} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2026.04.29 20:55:39.585836 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.29 20:55:39.586133 [ 276 ] {570878fd-753d-4ef7-a209-e6f881dc0d4a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:39.586173 [ 276 ] {570878fd-753d-4ef7-a209-e6f881dc0d4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:39.586530 [ 276 ] {570878fd-753d-4ef7-a209-e6f881dc0d4a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:55:39.586747 [ 276 ] {570878fd-753d-4ef7-a209-e6f881dc0d4a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:39.586876 [ 276 ] {570878fd-753d-4ef7-a209-e6f881dc0d4a} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2026.04.29 20:55:39.586912 [ 276 ] {570878fd-753d-4ef7-a209-e6f881dc0d4a} TCPHandler: Processed in 0.001393347 sec. 2026.04.29 20:55:39.587050 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:39.587143 [ 276 ] {cf10d00c-34a8-44b3-bd1e-b57a11e90302} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:39.587196 [ 276 ] {cf10d00c-34a8-44b3-bd1e-b57a11e90302} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:39.587975 [ 276 ] {cf10d00c-34a8-44b3-bd1e-b57a11e90302} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:39.588011 [ 276 ] {cf10d00c-34a8-44b3-bd1e-b57a11e90302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:39.588518 [ 276 ] {cf10d00c-34a8-44b3-bd1e-b57a11e90302} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:55:39.588741 [ 276 ] {cf10d00c-34a8-44b3-bd1e-b57a11e90302} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:39.588876 [ 276 ] {cf10d00c-34a8-44b3-bd1e-b57a11e90302} executeQuery: Read 7 rows, 12.84 KiB in 0.001751 sec., 3997.7155910908054 rows/sec., 7.16 MiB/sec. 2026.04.29 20:55:39.588928 [ 276 ] {cf10d00c-34a8-44b3-bd1e-b57a11e90302} TCPHandler: Processed in 0.001926874 sec. 2026.04.29 20:55:39.589061 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:39.589154 [ 276 ] {e4deb823-5cd6-4a64-81a2-4dfd0423213c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:39.589195 [ 276 ] {e4deb823-5cd6-4a64-81a2-4dfd0423213c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:39.589540 [ 276 ] {e4deb823-5cd6-4a64-81a2-4dfd0423213c} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:39.589576 [ 276 ] {e4deb823-5cd6-4a64-81a2-4dfd0423213c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:39.589882 [ 276 ] {e4deb823-5cd6-4a64-81a2-4dfd0423213c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:55:39.590089 [ 276 ] {e4deb823-5cd6-4a64-81a2-4dfd0423213c} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:39.590216 [ 276 ] {e4deb823-5cd6-4a64-81a2-4dfd0423213c} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.04.29 20:55:39.590217 [ 152 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.29 20:55:39.590251 [ 276 ] {e4deb823-5cd6-4a64-81a2-4dfd0423213c} TCPHandler: Processed in 0.001238046 sec. 2026.04.29 20:55:39.590271 [ 152 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:39.590298 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:39.590395 [ 196 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.29 20:55:39.590535 [ 196 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:39.590574 [ 196 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2160 rows starting from the beginning of the part 2026.04.29 20:55:39.590647 [ 196 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.04.29 20:55:39.590699 [ 196 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.04.29 20:55:39.590751 [ 196 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part 2026.04.29 20:55:39.590805 [ 196 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part 2026.04.29 20:55:39.590864 [ 196 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.04.29 20:55:39.592086 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 4 columns (4 merged, 0 gathered) in 0.001733792 sec., 1384249.0910097635 rows/sec., 90.79 MiB/sec. 2026.04.29 20:55:39.592361 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.29 20:55:39.592686 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:39.592778 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_41_8} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.29 20:55:39.592875 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.04.29 20:55:42.047674 [ 151 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:55:42.047744 [ 151 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:55:42.179597 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13459 2026.04.29 20:55:42.180097 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:42.180139 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:42.180614 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:55:42.180839 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:42.180963 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13459 2026.04.29 20:55:42.223249 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 840 2026.04.29 20:55:42.225419 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:42.225459 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:42.226696 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:55:42.226961 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:55:42.227234 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 840 2026.04.29 20:55:42.895424 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.04.29 20:55:42.911440 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:42.911505 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:42.917870 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:55:42.918593 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:42.921613 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.04.29 20:55:44.576056 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:44.576309 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:44.576652 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:44.576688 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:44.576910 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:44.576981 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:44.577123 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:55:44.577160 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:55:44.577182 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:55:44.577198 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:44.577237 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:44.577287 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:55:44.578380 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} executeQuery: Read 52 rows, 12.45 KiB in 0.002161 sec., 24062.933826931974 rows/sec., 5.63 MiB/sec. 2026.04.29 20:55:44.578491 [ 276 ] {78de0ee8-22ee-4054-8866-e8f9c3f47250} TCPHandler: Processed in 0.002610903 sec. 2026.04.29 20:55:44.580727 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:44.580862 [ 276 ] {acd1f2ba-e744-4cf8-8652-6dd73ce8a77b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:44.580915 [ 276 ] {acd1f2ba-e744-4cf8-8652-6dd73ce8a77b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:44.581498 [ 276 ] {acd1f2ba-e744-4cf8-8652-6dd73ce8a77b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:44.581563 [ 276 ] {acd1f2ba-e744-4cf8-8652-6dd73ce8a77b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:44.581951 [ 276 ] {acd1f2ba-e744-4cf8-8652-6dd73ce8a77b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:55:44.582180 [ 276 ] {acd1f2ba-e744-4cf8-8652-6dd73ce8a77b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:44.582327 [ 276 ] {acd1f2ba-e744-4cf8-8652-6dd73ce8a77b} executeQuery: Read 126 rows, 11.14 KiB in 0.001505 sec., 83720.93023255814 rows/sec., 7.23 MiB/sec. 2026.04.29 20:55:44.582367 [ 276 ] {acd1f2ba-e744-4cf8-8652-6dd73ce8a77b} TCPHandler: Processed in 0.001706992 sec. 2026.04.29 20:55:44.582501 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:44.582601 [ 276 ] {48170aa2-643d-45e0-be1e-2d5cf8f2bd0c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:44.582642 [ 276 ] {48170aa2-643d-45e0-be1e-2d5cf8f2bd0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:44.583051 [ 276 ] {48170aa2-643d-45e0-be1e-2d5cf8f2bd0c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:44.583084 [ 276 ] {48170aa2-643d-45e0-be1e-2d5cf8f2bd0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:44.583382 [ 276 ] {48170aa2-643d-45e0-be1e-2d5cf8f2bd0c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:55:44.583590 [ 276 ] {48170aa2-643d-45e0-be1e-2d5cf8f2bd0c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:44.583719 [ 276 ] {48170aa2-643d-45e0-be1e-2d5cf8f2bd0c} executeQuery: Read 35 rows, 2.63 KiB in 0.001141 sec., 30674.84662576687 rows/sec., 2.25 MiB/sec. 2026.04.29 20:55:44.583756 [ 276 ] {48170aa2-643d-45e0-be1e-2d5cf8f2bd0c} TCPHandler: Processed in 0.001309767 sec. 2026.04.29 20:55:44.583876 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:44.583970 [ 276 ] {60380961-78f7-4c66-a388-0475cea9befa} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:44.584009 [ 276 ] {60380961-78f7-4c66-a388-0475cea9befa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:44.584429 [ 276 ] {60380961-78f7-4c66-a388-0475cea9befa} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:44.584463 [ 276 ] {60380961-78f7-4c66-a388-0475cea9befa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:44.584763 [ 276 ] {60380961-78f7-4c66-a388-0475cea9befa} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:55:44.584969 [ 276 ] {60380961-78f7-4c66-a388-0475cea9befa} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:44.585100 [ 276 ] {60380961-78f7-4c66-a388-0475cea9befa} executeQuery: Read 99 rows, 7.92 KiB in 0.001147 sec., 86312.11857018308 rows/sec., 6.74 MiB/sec. 2026.04.29 20:55:44.585136 [ 276 ] {60380961-78f7-4c66-a388-0475cea9befa} TCPHandler: Processed in 0.001310147 sec. 2026.04.29 20:55:44.585261 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:44.585360 [ 276 ] {66edc8f8-6c31-4358-b0f0-bb3553afa770} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:44.585403 [ 276 ] {66edc8f8-6c31-4358-b0f0-bb3553afa770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:44.585797 [ 276 ] {66edc8f8-6c31-4358-b0f0-bb3553afa770} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:44.585830 [ 276 ] {66edc8f8-6c31-4358-b0f0-bb3553afa770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:44.586149 [ 276 ] {66edc8f8-6c31-4358-b0f0-bb3553afa770} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:55:44.586356 [ 276 ] {66edc8f8-6c31-4358-b0f0-bb3553afa770} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:44.586487 [ 276 ] {66edc8f8-6c31-4358-b0f0-bb3553afa770} executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. 2026.04.29 20:55:44.586522 [ 276 ] {66edc8f8-6c31-4358-b0f0-bb3553afa770} TCPHandler: Processed in 0.001311727 sec. 2026.04.29 20:55:44.586643 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:44.586736 [ 276 ] {a4f44677-732b-4bc2-b20d-a14fca87b8c0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:44.586790 [ 276 ] {a4f44677-732b-4bc2-b20d-a14fca87b8c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:44.587617 [ 276 ] {a4f44677-732b-4bc2-b20d-a14fca87b8c0} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:44.587650 [ 276 ] {a4f44677-732b-4bc2-b20d-a14fca87b8c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:44.588205 [ 276 ] {a4f44677-732b-4bc2-b20d-a14fca87b8c0} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:55:44.588424 [ 276 ] {a4f44677-732b-4bc2-b20d-a14fca87b8c0} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:44.588562 [ 276 ] {a4f44677-732b-4bc2-b20d-a14fca87b8c0} executeQuery: Read 35 rows, 64.22 KiB in 0.001843 sec., 18990.775908844276 rows/sec., 34.03 MiB/sec. 2026.04.29 20:55:44.588622 [ 276 ] {a4f44677-732b-4bc2-b20d-a14fca87b8c0} TCPHandler: Processed in 0.002030206 sec. 2026.04.29 20:55:44.588758 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:44.588853 [ 276 ] {0fa7d417-4e08-4038-b15b-b1ac9b32fcf5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:44.588893 [ 276 ] {0fa7d417-4e08-4038-b15b-b1ac9b32fcf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:44.589234 [ 276 ] {0fa7d417-4e08-4038-b15b-b1ac9b32fcf5} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:44.589268 [ 276 ] {0fa7d417-4e08-4038-b15b-b1ac9b32fcf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:44.589576 [ 276 ] {0fa7d417-4e08-4038-b15b-b1ac9b32fcf5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:55:44.589781 [ 276 ] {0fa7d417-4e08-4038-b15b-b1ac9b32fcf5} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:44.589910 [ 276 ] {0fa7d417-4e08-4038-b15b-b1ac9b32fcf5} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.04.29 20:55:44.589945 [ 276 ] {0fa7d417-4e08-4038-b15b-b1ac9b32fcf5} TCPHandler: Processed in 0.001238896 sec. 2026.04.29 20:55:49.577116 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.577405 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.04.29 20:55:49.577798 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:49.577838 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.29 20:55:49.578085 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:49.578169 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:49.578323 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.04.29 20:55:49.578359 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:55:49.578380 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:55:49.578395 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:49.578435 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.29 20:55:49.578456 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:55:49.579536 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} executeQuery: Read 52 rows, 12.45 KiB in 0.002241 sec., 23203.92681838465 rows/sec., 5.43 MiB/sec. 2026.04.29 20:55:49.579650 [ 276 ] {adb4f3a3-10e9-413c-933d-dea7d5f7ea07} TCPHandler: Processed in 0.002684534 sec. 2026.04.29 20:55:49.582203 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.582333 [ 276 ] {95366e3f-3800-4bc8-8a89-f2080a228e4e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:55:49.582377 [ 276 ] {95366e3f-3800-4bc8-8a89-f2080a228e4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:55:49.582857 [ 276 ] {95366e3f-3800-4bc8-8a89-f2080a228e4e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.582905 [ 276 ] {95366e3f-3800-4bc8-8a89-f2080a228e4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.583286 [ 276 ] {95366e3f-3800-4bc8-8a89-f2080a228e4e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:55:49.583512 [ 276 ] {95366e3f-3800-4bc8-8a89-f2080a228e4e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:55:49.583667 [ 276 ] {95366e3f-3800-4bc8-8a89-f2080a228e4e} executeQuery: Read 24 rows, 2.04 KiB in 0.001369 sec., 17531.044558071586 rows/sec., 1.45 MiB/sec. 2026.04.29 20:55:49.583707 [ 276 ] {95366e3f-3800-4bc8-8a89-f2080a228e4e} TCPHandler: Processed in 0.00156996 sec. 2026.04.29 20:55:49.583825 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.583924 [ 276 ] {f631fabd-32f9-4357-a213-31eaa09cd078} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:55:49.583965 [ 276 ] {f631fabd-32f9-4357-a213-31eaa09cd078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:55:49.584369 [ 276 ] {f631fabd-32f9-4357-a213-31eaa09cd078} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.584409 [ 276 ] {f631fabd-32f9-4357-a213-31eaa09cd078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.584702 [ 276 ] {f631fabd-32f9-4357-a213-31eaa09cd078} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:55:49.584909 [ 276 ] {f631fabd-32f9-4357-a213-31eaa09cd078} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:55:49.585044 [ 276 ] {f631fabd-32f9-4357-a213-31eaa09cd078} executeQuery: Read 8 rows, 668.00 B in 0.001143 sec., 6999.12510936133 rows/sec., 570.73 KiB/sec. 2026.04.29 20:55:49.585082 [ 276 ] {f631fabd-32f9-4357-a213-31eaa09cd078} TCPHandler: Processed in 0.001310687 sec. 2026.04.29 20:55:49.585196 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.585290 [ 276 ] {7559884f-b200-47bf-a8c0-ec9c2af9f579} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:49.585328 [ 276 ] {7559884f-b200-47bf-a8c0-ec9c2af9f579} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:49.585786 [ 276 ] {7559884f-b200-47bf-a8c0-ec9c2af9f579} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.585820 [ 276 ] {7559884f-b200-47bf-a8c0-ec9c2af9f579} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.586137 [ 276 ] {7559884f-b200-47bf-a8c0-ec9c2af9f579} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:55:49.586351 [ 276 ] {7559884f-b200-47bf-a8c0-ec9c2af9f579} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:49.586489 [ 276 ] {7559884f-b200-47bf-a8c0-ec9c2af9f579} executeQuery: Read 194 rows, 17.50 KiB in 0.001218 sec., 159277.50410509034 rows/sec., 14.03 MiB/sec. 2026.04.29 20:55:49.586525 [ 276 ] {7559884f-b200-47bf-a8c0-ec9c2af9f579} TCPHandler: Processed in 0.001380968 sec. 2026.04.29 20:55:49.586647 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.586741 [ 276 ] {7bee9a16-0003-4340-8db4-83030ad668bb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:49.586779 [ 276 ] {7bee9a16-0003-4340-8db4-83030ad668bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:49.587172 [ 276 ] {7bee9a16-0003-4340-8db4-83030ad668bb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.587207 [ 276 ] {7bee9a16-0003-4340-8db4-83030ad668bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.587533 [ 276 ] {7bee9a16-0003-4340-8db4-83030ad668bb} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:55:49.587741 [ 276 ] {7bee9a16-0003-4340-8db4-83030ad668bb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:49.587869 [ 276 ] {7bee9a16-0003-4340-8db4-83030ad668bb} executeQuery: Read 27 rows, 2.05 KiB in 0.001147 sec., 23539.668700959024 rows/sec., 1.74 MiB/sec. 2026.04.29 20:55:49.587905 [ 276 ] {7bee9a16-0003-4340-8db4-83030ad668bb} TCPHandler: Processed in 0.001309327 sec. 2026.04.29 20:55:49.588018 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.588111 [ 276 ] {568220b1-5ca0-4ca9-a916-4f4d06686ba4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:55:49.588148 [ 276 ] {568220b1-5ca0-4ca9-a916-4f4d06686ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:55:49.588546 [ 276 ] {568220b1-5ca0-4ca9-a916-4f4d06686ba4} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.588580 [ 276 ] {568220b1-5ca0-4ca9-a916-4f4d06686ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.588880 [ 276 ] {568220b1-5ca0-4ca9-a916-4f4d06686ba4} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:55:49.589083 [ 276 ] {568220b1-5ca0-4ca9-a916-4f4d06686ba4} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:55:49.589209 [ 276 ] {568220b1-5ca0-4ca9-a916-4f4d06686ba4} executeQuery: Read 24 rows, 2.04 KiB in 0.001117 sec., 21486.123545210387 rows/sec., 1.78 MiB/sec. 2026.04.29 20:55:49.589247 [ 276 ] {568220b1-5ca0-4ca9-a916-4f4d06686ba4} TCPHandler: Processed in 0.001279467 sec. 2026.04.29 20:55:49.589358 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.589450 [ 276 ] {d78e236b-f9b6-43ef-803e-8264f29823a4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:55:49.589488 [ 276 ] {d78e236b-f9b6-43ef-803e-8264f29823a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:55:49.589877 [ 276 ] {d78e236b-f9b6-43ef-803e-8264f29823a4} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.589913 [ 276 ] {d78e236b-f9b6-43ef-803e-8264f29823a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.590211 [ 276 ] {d78e236b-f9b6-43ef-803e-8264f29823a4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:55:49.590417 [ 276 ] {d78e236b-f9b6-43ef-803e-8264f29823a4} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:55:49.590548 [ 276 ] {d78e236b-f9b6-43ef-803e-8264f29823a4} executeQuery: Read 12 rows, 960.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 840.81 KiB/sec. 2026.04.29 20:55:49.590586 [ 276 ] {d78e236b-f9b6-43ef-803e-8264f29823a4} TCPHandler: Processed in 0.001278616 sec. 2026.04.29 20:55:49.590704 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.590796 [ 276 ] {8e4a40d5-6d35-45bd-952e-095763967e8b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:49.590834 [ 276 ] {8e4a40d5-6d35-45bd-952e-095763967e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:49.591258 [ 276 ] {8e4a40d5-6d35-45bd-952e-095763967e8b} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.591292 [ 276 ] {8e4a40d5-6d35-45bd-952e-095763967e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.591585 [ 276 ] {8e4a40d5-6d35-45bd-952e-095763967e8b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:55:49.591788 [ 276 ] {8e4a40d5-6d35-45bd-952e-095763967e8b} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:49.591909 [ 276 ] {8e4a40d5-6d35-45bd-952e-095763967e8b} executeQuery: Read 115 rows, 9.59 KiB in 0.001165 sec., 98712.44635193133 rows/sec., 8.04 MiB/sec. 2026.04.29 20:55:49.591942 [ 276 ] {8e4a40d5-6d35-45bd-952e-095763967e8b} TCPHandler: Processed in 0.001325847 sec. 2026.04.29 20:55:49.592050 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.592137 [ 276 ] {054ec641-5afa-4ebe-bcb9-3e50679289b9} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:49.592175 [ 276 ] {054ec641-5afa-4ebe-bcb9-3e50679289b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:49.592620 [ 276 ] {054ec641-5afa-4ebe-bcb9-3e50679289b9} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.592653 [ 276 ] {054ec641-5afa-4ebe-bcb9-3e50679289b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.593017 [ 276 ] {054ec641-5afa-4ebe-bcb9-3e50679289b9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:55:49.593231 [ 276 ] {054ec641-5afa-4ebe-bcb9-3e50679289b9} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:49.593361 [ 276 ] {054ec641-5afa-4ebe-bcb9-3e50679289b9} executeQuery: Read 200 rows, 14.68 KiB in 0.001192 sec., 167785.23489932888 rows/sec., 12.03 MiB/sec. 2026.04.29 20:55:49.593396 [ 276 ] {054ec641-5afa-4ebe-bcb9-3e50679289b9} TCPHandler: Processed in 0.001352927 sec. 2026.04.29 20:55:49.593533 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.593625 [ 276 ] {c8914287-eea0-4008-a1f5-39c860c8ea8b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:49.593678 [ 276 ] {c8914287-eea0-4008-a1f5-39c860c8ea8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:49.594418 [ 276 ] {c8914287-eea0-4008-a1f5-39c860c8ea8b} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.594453 [ 276 ] {c8914287-eea0-4008-a1f5-39c860c8ea8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.594972 [ 276 ] {c8914287-eea0-4008-a1f5-39c860c8ea8b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:55:49.595196 [ 276 ] {c8914287-eea0-4008-a1f5-39c860c8ea8b} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:49.595296 [ 146 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.29 20:55:49.595334 [ 146 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.595336 [ 276 ] {c8914287-eea0-4008-a1f5-39c860c8ea8b} executeQuery: Read 7 rows, 12.84 KiB in 0.001728 sec., 4050.925925925926 rows/sec., 7.26 MiB/sec. 2026.04.29 20:55:49.595352 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.595404 [ 276 ] {c8914287-eea0-4008-a1f5-39c860c8ea8b} TCPHandler: Processed in 0.001921705 sec. 2026.04.29 20:55:49.595467 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.29 20:55:49.595533 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:49.595633 [ 276 ] {6a30ac49-4f08-46e4-a0bb-8a65fa7b6a1d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:49.595673 [ 276 ] {6a30ac49-4f08-46e4-a0bb-8a65fa7b6a1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:49.595746 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:49.595819 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 730 rows starting from the beginning of the part 2026.04.29 20:55:49.595960 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:49.596030 [ 276 ] {6a30ac49-4f08-46e4-a0bb-8a65fa7b6a1d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.596070 [ 276 ] {6a30ac49-4f08-46e4-a0bb-8a65fa7b6a1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.596073 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 44 rows starting from the beginning of the part 2026.04.29 20:55:49.596192 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:49.596295 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 35 rows starting from the beginning of the part 2026.04.29 20:55:49.596384 [ 276 ] {6a30ac49-4f08-46e4-a0bb-8a65fa7b6a1d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:55:49.596412 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:49.596625 [ 276 ] {6a30ac49-4f08-46e4-a0bb-8a65fa7b6a1d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:49.596760 [ 276 ] {6a30ac49-4f08-46e4-a0bb-8a65fa7b6a1d} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2026.04.29 20:55:49.596798 [ 276 ] {6a30ac49-4f08-46e4-a0bb-8a65fa7b6a1d} TCPHandler: Processed in 0.001316577 sec. 2026.04.29 20:55:49.611245 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 830 rows, containing 19 columns (19 merged, 0 gathered) in 0.015827533 sec., 52440.26343208382 rows/sec., 93.97 MiB/sec. 2026.04.29 20:55:49.612422 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.29 20:55:49.612762 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:49.612837 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_36_7} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.29 20:55:49.612935 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2026.04.29 20:55:49.681141 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13907 2026.04.29 20:55:49.681630 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:49.681673 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:49.682151 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:55:49.682389 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:49.682537 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13907 2026.04.29 20:55:50.000192 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 275.43 MiB, peak 282.92 MiB, free memory in arenas 0.00 B, will set to 277.44 MiB (RSS), difference: 2.01 MiB 2026.04.29 20:55:50.421767 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.04.29 20:55:50.439763 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:50.439813 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:50.445699 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:55:50.446371 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:50.449708 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.04.29 20:55:52.227519 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 876 2026.04.29 20:55:52.229917 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:52.229970 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:52.231195 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:55:52.231480 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:55:52.231626 [ 145 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.29 20:55:52.231688 [ 145 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:52.231707 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:52.231809 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 876 2026.04.29 20:55:52.231829 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::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.29 20:55:52.232416 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:52.232582 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 686 rows starting from the beginning of the part 2026.04.29 20:55:52.232964 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2026.04.29 20:55:52.233347 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2026.04.29 20:55:52.233708 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part 2026.04.29 20:55:52.234048 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.04.29 20:55:52.234390 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2026.04.29 20:55:52.241634 [ 187 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 876 rows, containing 72 columns (72 merged, 0 gathered) in 0.009864916 sec., 88799.53970211202 rows/sec., 75.41 MiB/sec. 2026.04.29 20:55:52.242813 [ 192 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.29 20:55:52.243345 [ 192 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:55:52.243421 [ 192 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_21_4} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.29 20:55:52.243641 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. 2026.04.29 20:55:54.576665 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:54.576923 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:54.577298 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:54.577341 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:54.577598 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:54.577669 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:54.577816 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:55:54.577852 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:55:54.577875 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:55:54.577891 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:54.577932 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:54.577953 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:55:54.578983 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} executeQuery: Read 52 rows, 12.45 KiB in 0.002166 sec., 24007.386888273315 rows/sec., 5.61 MiB/sec. 2026.04.29 20:55:54.579066 [ 276 ] {f6208661-db50-4c95-8c60-a85de7cdb506} TCPHandler: Processed in 0.002548773 sec. 2026.04.29 20:55:54.581189 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:54.581318 [ 276 ] {b817abfe-d943-4057-ba0c-095b7f152613} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:54.581370 [ 276 ] {b817abfe-d943-4057-ba0c-095b7f152613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:54.581932 [ 276 ] {b817abfe-d943-4057-ba0c-095b7f152613} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:54.581970 [ 276 ] {b817abfe-d943-4057-ba0c-095b7f152613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:54.582349 [ 276 ] {b817abfe-d943-4057-ba0c-095b7f152613} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.29 20:55:54.582575 [ 276 ] {b817abfe-d943-4057-ba0c-095b7f152613} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:54.582692 [ 142 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.29 20:55:54.582720 [ 276 ] {b817abfe-d943-4057-ba0c-095b7f152613} executeQuery: Read 126 rows, 11.14 KiB in 0.001451 sec., 86836.66436940042 rows/sec., 7.50 MiB/sec. 2026.04.29 20:55:54.582725 [ 142 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:54.582750 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:54.582757 [ 276 ] {b817abfe-d943-4057-ba0c-095b7f152613} TCPHandler: Processed in 0.001646621 sec. 2026.04.29 20:55:54.582859 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.29 20:55:54.582877 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:54.582993 [ 276 ] {d1d79d42-7844-49b8-97b0-d298ab7490ef} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:54.583000 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:54.583041 [ 276 ] {d1d79d42-7844-49b8-97b0-d298ab7490ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:54.583059 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3359 rows starting from the beginning of the part 2026.04.29 20:55:54.583134 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part 2026.04.29 20:55:54.583190 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 70 rows starting from the beginning of the part 2026.04.29 20:55:54.583235 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 126 rows starting from the beginning of the part 2026.04.29 20:55:54.583280 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 194 rows starting from the beginning of the part 2026.04.29 20:55:54.583322 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 126 rows starting from the beginning of the part 2026.04.29 20:55:54.583449 [ 276 ] {d1d79d42-7844-49b8-97b0-d298ab7490ef} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:54.583552 [ 276 ] {d1d79d42-7844-49b8-97b0-d298ab7490ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:54.583876 [ 276 ] {d1d79d42-7844-49b8-97b0-d298ab7490ef} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:55:54.584107 [ 276 ] {d1d79d42-7844-49b8-97b0-d298ab7490ef} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:54.584255 [ 276 ] {d1d79d42-7844-49b8-97b0-d298ab7490ef} executeQuery: Read 35 rows, 2.63 KiB in 0.001253 sec., 27932.96089385475 rows/sec., 2.05 MiB/sec. 2026.04.29 20:55:54.584294 [ 276 ] {d1d79d42-7844-49b8-97b0-d298ab7490ef} TCPHandler: Processed in 0.001446559 sec. 2026.04.29 20:55:54.584410 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:54.584506 [ 276 ] {5c87343b-41cf-408b-8524-3d71a7bd15bd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:54.584549 [ 276 ] {5c87343b-41cf-408b-8524-3d71a7bd15bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:54.584943 [ 192 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3931 rows, containing 5 columns (5 merged, 0 gathered) in 0.002116637 sec., 1857191.3842571964 rows/sec., 150.22 MiB/sec. 2026.04.29 20:55:54.584992 [ 276 ] {5c87343b-41cf-408b-8524-3d71a7bd15bd} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:54.585034 [ 276 ] {5c87343b-41cf-408b-8524-3d71a7bd15bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:54.585361 [ 276 ] {5c87343b-41cf-408b-8524-3d71a7bd15bd} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.29 20:55:54.585364 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.29 20:55:54.585637 [ 276 ] {5c87343b-41cf-408b-8524-3d71a7bd15bd} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:54.585749 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:54.585754 [ 142 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.29 20:55:54.585785 [ 276 ] {5c87343b-41cf-408b-8524-3d71a7bd15bd} executeQuery: Read 99 rows, 7.92 KiB in 0.001297 sec., 76329.99228989978 rows/sec., 5.96 MiB/sec. 2026.04.29 20:55:54.585799 [ 142 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:54.585820 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:54.585825 [ 276 ] {5c87343b-41cf-408b-8524-3d71a7bd15bd} TCPHandler: Processed in 0.001466988 sec. 2026.04.29 20:55:54.585851 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_46_9} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.29 20:55:54.585917 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.29 20:55:54.585971 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:54.585980 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.04.29 20:55:54.586010 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:54.586042 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1828 rows starting from the beginning of the part 2026.04.29 20:55:54.586071 [ 276 ] {41dc9366-f6d4-4424-b41d-92e8abe66e6f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:54.586092 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2026.04.29 20:55:54.586117 [ 276 ] {41dc9366-f6d4-4424-b41d-92e8abe66e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:54.586136 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 71 rows starting from the beginning of the part 2026.04.29 20:55:54.586178 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 99 rows starting from the beginning of the part 2026.04.29 20:55:54.586215 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 115 rows starting from the beginning of the part 2026.04.29 20:55:54.586252 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 99 rows starting from the beginning of the part 2026.04.29 20:55:54.586632 [ 276 ] {41dc9366-f6d4-4424-b41d-92e8abe66e6f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:54.586676 [ 276 ] {41dc9366-f6d4-4424-b41d-92e8abe66e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:54.587141 [ 276 ] {41dc9366-f6d4-4424-b41d-92e8abe66e6f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:55:54.587309 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2276 rows, containing 5 columns (5 merged, 0 gathered) in 0.001423988 sec., 1598328.0757983916 rows/sec., 118.41 MiB/sec. 2026.04.29 20:55:54.587457 [ 276 ] {41dc9366-f6d4-4424-b41d-92e8abe66e6f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:54.587488 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.29 20:55:54.587651 [ 276 ] {41dc9366-f6d4-4424-b41d-92e8abe66e6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. 2026.04.29 20:55:54.587699 [ 276 ] {41dc9366-f6d4-4424-b41d-92e8abe66e6f} TCPHandler: Processed in 0.001778832 sec. 2026.04.29 20:55:54.587723 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:54.587782 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_46_9} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.29 20:55:54.587835 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:54.587843 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.04.29 20:55:54.587956 [ 276 ] {b5238cd2-b780-4487-ab77-189659c87f99} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:54.588032 [ 276 ] {b5238cd2-b780-4487-ab77-189659c87f99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:54.589066 [ 276 ] {b5238cd2-b780-4487-ab77-189659c87f99} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:54.589109 [ 276 ] {b5238cd2-b780-4487-ab77-189659c87f99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:54.589735 [ 276 ] {b5238cd2-b780-4487-ab77-189659c87f99} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:55:54.589961 [ 276 ] {b5238cd2-b780-4487-ab77-189659c87f99} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:54.590102 [ 276 ] {b5238cd2-b780-4487-ab77-189659c87f99} executeQuery: Read 35 rows, 64.22 KiB in 0.002172 sec., 16114.180478821363 rows/sec., 28.88 MiB/sec. 2026.04.29 20:55:54.590160 [ 276 ] {b5238cd2-b780-4487-ab77-189659c87f99} TCPHandler: Processed in 0.002387601 sec. 2026.04.29 20:55:54.590290 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:54.590382 [ 276 ] {1b242561-bd06-4e5d-8824-0add5c6245bf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:54.590424 [ 276 ] {1b242561-bd06-4e5d-8824-0add5c6245bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:54.590765 [ 276 ] {1b242561-bd06-4e5d-8824-0add5c6245bf} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:54.590799 [ 276 ] {1b242561-bd06-4e5d-8824-0add5c6245bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:54.591103 [ 276 ] {1b242561-bd06-4e5d-8824-0add5c6245bf} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:55:54.591319 [ 276 ] {1b242561-bd06-4e5d-8824-0add5c6245bf} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:54.591444 [ 276 ] {1b242561-bd06-4e5d-8824-0add5c6245bf} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.04.29 20:55:54.591478 [ 276 ] {1b242561-bd06-4e5d-8824-0add5c6245bf} TCPHandler: Processed in 0.001237216 sec. 2026.04.29 20:55:57.047784 [ 117 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:55:57.047855 [ 117 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:55:57.182784 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14419 2026.04.29 20:55:57.183276 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:57.183316 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:57.183801 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:55:57.184038 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:57.184178 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14419 2026.04.29 20:55:57.949946 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.04.29 20:55:57.972267 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:57.972329 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:57.977761 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:55:57.978418 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:57.981495 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.04.29 20:55:59.576317 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.577072 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:59.577494 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:59.577535 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:55:59.577763 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:59.577835 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:59.577978 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:55:59.578013 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:55:59.578035 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:55:59.578050 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:59.578088 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:55:59.578108 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:55:59.579095 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} executeQuery: Read 52 rows, 12.45 KiB in 0.002607 sec., 19946.298427311085 rows/sec., 4.66 MiB/sec. 2026.04.29 20:55:59.579174 [ 276 ] {f8451354-6f59-403b-8d0c-ab11ab1a49b3} TCPHandler: Processed in 0.002997008 sec. 2026.04.29 20:55:59.580995 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.581128 [ 276 ] {8888a0b2-9684-426a-8691-7357de973797} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:59.581181 [ 276 ] {8888a0b2-9684-426a-8691-7357de973797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:59.581769 [ 276 ] {8888a0b2-9684-426a-8691-7357de973797} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.581811 [ 276 ] {8888a0b2-9684-426a-8691-7357de973797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.582180 [ 276 ] {8888a0b2-9684-426a-8691-7357de973797} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.29 20:55:59.582418 [ 276 ] {8888a0b2-9684-426a-8691-7357de973797} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.582569 [ 276 ] {8888a0b2-9684-426a-8691-7357de973797} executeQuery: Read 70 rows, 5.75 KiB in 0.001478 sec., 47361.29905277402 rows/sec., 3.80 MiB/sec. 2026.04.29 20:55:59.582609 [ 276 ] {8888a0b2-9684-426a-8691-7357de973797} TCPHandler: Processed in 0.001678671 sec. 2026.04.29 20:55:59.582760 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.582858 [ 276 ] {66723864-f4a0-4fee-871b-f6a9480e1744} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.582900 [ 276 ] {66723864-f4a0-4fee-871b-f6a9480e1744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:59.583312 [ 276 ] {66723864-f4a0-4fee-871b-f6a9480e1744} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.583350 [ 276 ] {66723864-f4a0-4fee-871b-f6a9480e1744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.583649 [ 276 ] {66723864-f4a0-4fee-871b-f6a9480e1744} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:55:59.583864 [ 276 ] {66723864-f4a0-4fee-871b-f6a9480e1744} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.583995 [ 276 ] {66723864-f4a0-4fee-871b-f6a9480e1744} executeQuery: Read 7 rows, 539.00 B in 0.001158 sec., 6044.905008635579 rows/sec., 454.55 KiB/sec. 2026.04.29 20:55:59.584032 [ 276 ] {66723864-f4a0-4fee-871b-f6a9480e1744} TCPHandler: Processed in 0.001325647 sec. 2026.04.29 20:55:59.584160 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.584254 [ 276 ] {065fb944-a0cb-4fe4-9cf6-37fb29f1c486} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:59.584294 [ 276 ] {065fb944-a0cb-4fe4-9cf6-37fb29f1c486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:59.584713 [ 276 ] {065fb944-a0cb-4fe4-9cf6-37fb29f1c486} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.584750 [ 276 ] {065fb944-a0cb-4fe4-9cf6-37fb29f1c486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.585046 [ 276 ] {065fb944-a0cb-4fe4-9cf6-37fb29f1c486} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.29 20:55:59.585260 [ 276 ] {065fb944-a0cb-4fe4-9cf6-37fb29f1c486} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.585389 [ 276 ] {065fb944-a0cb-4fe4-9cf6-37fb29f1c486} executeQuery: Read 71 rows, 5.68 KiB in 0.001153 sec., 61578.490893321774 rows/sec., 4.81 MiB/sec. 2026.04.29 20:55:59.585439 [ 276 ] {065fb944-a0cb-4fe4-9cf6-37fb29f1c486} TCPHandler: Processed in 0.001329427 sec. 2026.04.29 20:55:59.585568 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.585663 [ 276 ] {c61d0061-23f2-4075-ab92-9c08084e341a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.585705 [ 276 ] {c61d0061-23f2-4075-ab92-9c08084e341a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:59.586121 [ 276 ] {c61d0061-23f2-4075-ab92-9c08084e341a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.586157 [ 276 ] {c61d0061-23f2-4075-ab92-9c08084e341a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.586478 [ 276 ] {c61d0061-23f2-4075-ab92-9c08084e341a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.29 20:55:59.586693 [ 276 ] {c61d0061-23f2-4075-ab92-9c08084e341a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.586800 [ 135 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.29 20:55:59.586824 [ 276 ] {c61d0061-23f2-4075-ab92-9c08084e341a} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2026.04.29 20:55:59.586869 [ 135 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.586878 [ 276 ] {c61d0061-23f2-4075-ab92-9c08084e341a} TCPHandler: Processed in 0.001360488 sec. 2026.04.29 20:55:59.586898 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.587010 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.587030 [ 192 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.29 20:55:59.587108 [ 276 ] {525c5fa4-985c-43d7-b157-22a022a28eca} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.587166 [ 276 ] {525c5fa4-985c-43d7-b157-22a022a28eca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:59.587190 [ 192 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:59.587238 [ 192 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18104 rows starting from the beginning of the part 2026.04.29 20:55:59.587316 [ 192 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.04.29 20:55:59.587369 [ 192 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2026.04.29 20:55:59.587418 [ 192 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 200 rows starting from the beginning of the part 2026.04.29 20:55:59.587468 [ 192 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.04.29 20:55:59.587515 [ 192 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.04.29 20:55:59.587935 [ 276 ] {525c5fa4-985c-43d7-b157-22a022a28eca} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.587977 [ 276 ] {525c5fa4-985c-43d7-b157-22a022a28eca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.588498 [ 276 ] {525c5fa4-985c-43d7-b157-22a022a28eca} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:55:59.588738 [ 276 ] {525c5fa4-985c-43d7-b157-22a022a28eca} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.588895 [ 276 ] {525c5fa4-985c-43d7-b157-22a022a28eca} executeQuery: Read 7 rows, 12.84 KiB in 0.001804 sec., 3880.2660753880264 rows/sec., 6.95 MiB/sec. 2026.04.29 20:55:59.588961 [ 276 ] {525c5fa4-985c-43d7-b157-22a022a28eca} TCPHandler: Processed in 0.002002116 sec. 2026.04.29 20:55:59.589088 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.589183 [ 276 ] {c2b16a5f-51e3-4e98-9c6c-dbca3f65836a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.589226 [ 276 ] {c2b16a5f-51e3-4e98-9c6c-dbca3f65836a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:59.589589 [ 276 ] {c2b16a5f-51e3-4e98-9c6c-dbca3f65836a} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.589626 [ 276 ] {c2b16a5f-51e3-4e98-9c6c-dbca3f65836a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.590104 [ 276 ] {c2b16a5f-51e3-4e98-9c6c-dbca3f65836a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:55:59.590345 [ 276 ] {c2b16a5f-51e3-4e98-9c6c-dbca3f65836a} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.590489 [ 276 ] {c2b16a5f-51e3-4e98-9c6c-dbca3f65836a} executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec. 2026.04.29 20:55:59.590526 [ 276 ] {c2b16a5f-51e3-4e98-9c6c-dbca3f65836a} TCPHandler: Processed in 0.001488999 sec. 2026.04.29 20:55:59.591858 [ 190 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 18944 rows, containing 5 columns (5 merged, 0 gathered) in 0.004891632 sec., 3872736.1338710682 rows/sec., 248.91 MiB/sec. 2026.04.29 20:55:59.592131 [ 200 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.29 20:55:59.592410 [ 200 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.592485 [ 200 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_46_9} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.29 20:55:59.592579 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.10 MiB. 2026.04.29 20:55:59.895500 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.895738 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:55:59.896103 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:55:59.896140 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:55:59.896377 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:55:59.896448 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:55:59.896603 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.04.29 20:55:59.896641 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:55:59.896662 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:55:59.896677 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:55:59.896717 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:55:59.896739 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:55:59.897691 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} executeQuery: Read 52 rows, 12.45 KiB in 0.002052 sec., 25341.1306042885 rows/sec., 5.93 MiB/sec. 2026.04.29 20:55:59.897772 [ 276 ] {51f7826a-f5e3-4e70-9a8c-3abe22a546a0} TCPHandler: Processed in 0.002410681 sec. 2026.04.29 20:55:59.909813 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.909929 [ 276 ] {bd1d377c-1e5b-4a30-ad14-9b13203a7d20} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:55:59.909976 [ 276 ] {bd1d377c-1e5b-4a30-ad14-9b13203a7d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:55:59.911853 [ 276 ] {bd1d377c-1e5b-4a30-ad14-9b13203a7d20} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.911897 [ 276 ] {bd1d377c-1e5b-4a30-ad14-9b13203a7d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.912408 [ 276 ] {bd1d377c-1e5b-4a30-ad14-9b13203a7d20} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.29 20:55:59.912639 [ 276 ] {bd1d377c-1e5b-4a30-ad14-9b13203a7d20} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.912794 [ 276 ] {bd1d377c-1e5b-4a30-ad14-9b13203a7d20} executeQuery: Read 2471 rows, 188.07 KiB in 0.002898 sec., 852657.0048309179 rows/sec., 63.37 MiB/sec. 2026.04.29 20:55:59.912837 [ 276 ] {bd1d377c-1e5b-4a30-ad14-9b13203a7d20} TCPHandler: Processed in 0.00308325 sec. 2026.04.29 20:55:59.912977 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.913080 [ 276 ] {54a5ef9a-d29d-4b97-aca2-daf4c65b219b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.913124 [ 276 ] {54a5ef9a-d29d-4b97-aca2-daf4c65b219b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:55:59.913562 [ 276 ] {54a5ef9a-d29d-4b97-aca2-daf4c65b219b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.913601 [ 276 ] {54a5ef9a-d29d-4b97-aca2-daf4c65b219b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.913909 [ 276 ] {54a5ef9a-d29d-4b97-aca2-daf4c65b219b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:55:59.914135 [ 276 ] {54a5ef9a-d29d-4b97-aca2-daf4c65b219b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.914257 [ 139 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2026.04.29 20:55:59.914276 [ 276 ] {54a5ef9a-d29d-4b97-aca2-daf4c65b219b} executeQuery: Read 44 rows, 3.31 KiB in 0.001218 sec., 36124.7947454844 rows/sec., 2.65 MiB/sec. 2026.04.29 20:55:59.914322 [ 139 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.914333 [ 276 ] {54a5ef9a-d29d-4b97-aca2-daf4c65b219b} TCPHandler: Processed in 0.001409598 sec. 2026.04.29 20:55:59.914353 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.914455 [ 190 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2026.04.29 20:55:59.914467 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.914548 [ 190 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:59.914571 [ 276 ] {a0d2c222-052c-483e-b3c8-3a2c882ae1cd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.914576 [ 190 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 223 rows starting from the beginning of the part 2026.04.29 20:55:59.914611 [ 276 ] {a0d2c222-052c-483e-b3c8-3a2c882ae1cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:55:59.914635 [ 190 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 35 rows starting from the beginning of the part 2026.04.29 20:55:59.914676 [ 190 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 27 rows starting from the beginning of the part 2026.04.29 20:55:59.914716 [ 190 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 35 rows starting from the beginning of the part 2026.04.29 20:55:59.914753 [ 190 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.04.29 20:55:59.914790 [ 190 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 44 rows starting from the beginning of the part 2026.04.29 20:55:59.915449 [ 276 ] {a0d2c222-052c-483e-b3c8-3a2c882ae1cd} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.915488 [ 276 ] {a0d2c222-052c-483e-b3c8-3a2c882ae1cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.915614 [ 200 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 371 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192005 sec., 311240.30520006205 rows/sec., 22.27 MiB/sec. 2026.04.29 20:55:59.915835 [ 276 ] {a0d2c222-052c-483e-b3c8-3a2c882ae1cd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:55:59.915834 [ 201 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2026.04.29 20:55:59.916105 [ 276 ] {a0d2c222-052c-483e-b3c8-3a2c882ae1cd} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:55:59.916239 [ 201 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.916254 [ 276 ] {a0d2c222-052c-483e-b3c8-3a2c882ae1cd} executeQuery: Read 801 rows, 47.38 KiB in 0.001703 sec., 470346.44744568405 rows/sec., 27.17 MiB/sec. 2026.04.29 20:55:59.916303 [ 276 ] {a0d2c222-052c-483e-b3c8-3a2c882ae1cd} TCPHandler: Processed in 0.001888124 sec. 2026.04.29 20:55:59.916345 [ 201 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_40_8} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2026.04.29 20:55:59.916428 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.916466 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.29 20:55:59.916528 [ 276 ] {87922551-f0e2-4422-b14c-b1e4a4a1def8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.916576 [ 276 ] {87922551-f0e2-4422-b14c-b1e4a4a1def8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:55:59.916986 [ 276 ] {87922551-f0e2-4422-b14c-b1e4a4a1def8} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.917026 [ 276 ] {87922551-f0e2-4422-b14c-b1e4a4a1def8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.917326 [ 276 ] {87922551-f0e2-4422-b14c-b1e4a4a1def8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.29 20:55:59.917541 [ 276 ] {87922551-f0e2-4422-b14c-b1e4a4a1def8} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:55:59.917672 [ 276 ] {87922551-f0e2-4422-b14c-b1e4a4a1def8} executeQuery: Read 1 rows, 72.00 B in 0.001163 sec., 859.8452278589854 rows/sec., 60.46 KiB/sec. 2026.04.29 20:55:59.917709 [ 276 ] {87922551-f0e2-4422-b14c-b1e4a4a1def8} TCPHandler: Processed in 0.001333327 sec. 2026.04.29 20:55:59.917828 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.917927 [ 276 ] {16e36c4f-bdcb-4ac1-88ed-709ea1a0e4e5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:55:59.917968 [ 276 ] {16e36c4f-bdcb-4ac1-88ed-709ea1a0e4e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:55:59.918972 [ 276 ] {16e36c4f-bdcb-4ac1-88ed-709ea1a0e4e5} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.919010 [ 276 ] {16e36c4f-bdcb-4ac1-88ed-709ea1a0e4e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.919390 [ 276 ] {16e36c4f-bdcb-4ac1-88ed-709ea1a0e4e5} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.29 20:55:59.919617 [ 276 ] {16e36c4f-bdcb-4ac1-88ed-709ea1a0e4e5} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.919752 [ 276 ] {16e36c4f-bdcb-4ac1-88ed-709ea1a0e4e5} executeQuery: Read 1323 rows, 90.76 KiB in 0.001842 sec., 718241.0423452768 rows/sec., 48.12 MiB/sec. 2026.04.29 20:55:59.919790 [ 276 ] {16e36c4f-bdcb-4ac1-88ed-709ea1a0e4e5} TCPHandler: Processed in 0.002014786 sec. 2026.04.29 20:55:59.919913 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.920006 [ 276 ] {819b5b06-e51a-4e49-aa21-88a64bc78315} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.920052 [ 276 ] {819b5b06-e51a-4e49-aa21-88a64bc78315} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:55:59.920870 [ 276 ] {819b5b06-e51a-4e49-aa21-88a64bc78315} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.920907 [ 276 ] {819b5b06-e51a-4e49-aa21-88a64bc78315} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.921322 [ 276 ] {819b5b06-e51a-4e49-aa21-88a64bc78315} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.29 20:55:59.921543 [ 276 ] {819b5b06-e51a-4e49-aa21-88a64bc78315} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.921678 [ 276 ] {819b5b06-e51a-4e49-aa21-88a64bc78315} executeQuery: Read 1496 rows, 92.90 KiB in 0.00169 sec., 885207.1005917159 rows/sec., 53.68 MiB/sec. 2026.04.29 20:55:59.921716 [ 276 ] {819b5b06-e51a-4e49-aa21-88a64bc78315} TCPHandler: Processed in 0.001854584 sec. 2026.04.29 20:55:59.921840 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.921935 [ 276 ] {740ffc1d-642a-43f5-bed1-e2c89cc754a5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.921990 [ 276 ] {740ffc1d-642a-43f5-bed1-e2c89cc754a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:55:59.922918 [ 276 ] {740ffc1d-642a-43f5-bed1-e2c89cc754a5} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.922954 [ 276 ] {740ffc1d-642a-43f5-bed1-e2c89cc754a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.923536 [ 276 ] {740ffc1d-642a-43f5-bed1-e2c89cc754a5} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:55:59.923801 [ 276 ] {740ffc1d-642a-43f5-bed1-e2c89cc754a5} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.923950 [ 276 ] {740ffc1d-642a-43f5-bed1-e2c89cc754a5} executeQuery: Read 44 rows, 80.74 KiB in 0.002032 sec., 21653.543307086613 rows/sec., 38.80 MiB/sec. 2026.04.29 20:55:59.924002 [ 276 ] {740ffc1d-642a-43f5-bed1-e2c89cc754a5} TCPHandler: Processed in 0.002214148 sec. 2026.04.29 20:55:59.924149 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:55:59.924243 [ 276 ] {256274c9-cd71-47a0-81db-bd9dbe82e59e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:55:59.924286 [ 276 ] {256274c9-cd71-47a0-81db-bd9dbe82e59e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:55:59.924619 [ 276 ] {256274c9-cd71-47a0-81db-bd9dbe82e59e} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.924656 [ 276 ] {256274c9-cd71-47a0-81db-bd9dbe82e59e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.924956 [ 276 ] {256274c9-cd71-47a0-81db-bd9dbe82e59e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.29 20:55:59.925181 [ 276 ] {256274c9-cd71-47a0-81db-bd9dbe82e59e} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.925300 [ 139 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.29 20:55:59.925314 [ 276 ] {256274c9-cd71-47a0-81db-bd9dbe82e59e} executeQuery: Read 12 rows, 848.00 B in 0.001089 sec., 11019.283746556475 rows/sec., 760.45 KiB/sec. 2026.04.29 20:55:59.925350 [ 139 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:55:59.925365 [ 276 ] {256274c9-cd71-47a0-81db-bd9dbe82e59e} TCPHandler: Processed in 0.001267256 sec. 2026.04.29 20:55:59.925376 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:55:59.925460 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.29 20:55:59.925546 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:55:59.925572 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2400 rows starting from the beginning of the part 2026.04.29 20:55:59.925615 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.04.29 20:55:59.925651 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.04.29 20:55:59.925683 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.04.29 20:55:59.925714 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.04.29 20:55:59.925742 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part 2026.04.29 20:55:59.926691 [ 200 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2652 rows, containing 4 columns (4 merged, 0 gathered) in 0.001258136 sec., 2107880.2291644146 rows/sec., 138.61 MiB/sec. 2026.04.29 20:55:59.926980 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.29 20:55:59.927292 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:55:59.927372 [ 195 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_46_9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.29 20:55:59.927479 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.04.29 20:56:02.232150 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 922 2026.04.29 20:56:02.234920 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:02.234979 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:56:02.236229 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:56:02.236509 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:56:02.236894 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 922 2026.04.29 20:56:04.575012 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:04.575258 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:04.575625 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:04.575667 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:04.575906 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:04.575976 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:04.576114 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:56:04.576149 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:04.576169 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:04.576184 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:04.576224 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:04.576243 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:04.577320 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} executeQuery: Read 52 rows, 12.45 KiB in 0.002209 sec., 23540.063377093706 rows/sec., 5.51 MiB/sec. 2026.04.29 20:56:04.577397 [ 276 ] {1a69c096-5b01-4061-ab23-0b92563f17d0} TCPHandler: Processed in 0.002578493 sec. 2026.04.29 20:56:04.579039 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:04.579169 [ 276 ] {0a1576eb-3d0c-48a3-8329-010ed8bb481b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:04.579221 [ 276 ] {0a1576eb-3d0c-48a3-8329-010ed8bb481b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:04.579789 [ 276 ] {0a1576eb-3d0c-48a3-8329-010ed8bb481b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:04.579837 [ 276 ] {0a1576eb-3d0c-48a3-8329-010ed8bb481b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:56:04.580209 [ 276 ] {0a1576eb-3d0c-48a3-8329-010ed8bb481b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.29 20:56:04.580446 [ 276 ] {0a1576eb-3d0c-48a3-8329-010ed8bb481b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:04.580594 [ 276 ] {0a1576eb-3d0c-48a3-8329-010ed8bb481b} executeQuery: Read 56 rows, 4.41 KiB in 0.001464 sec., 38251.366120218576 rows/sec., 2.94 MiB/sec. 2026.04.29 20:56:04.580634 [ 276 ] {0a1576eb-3d0c-48a3-8329-010ed8bb481b} TCPHandler: Processed in 0.001657222 sec. 2026.04.29 20:56:04.580771 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:04.580869 [ 276 ] {e761801b-7990-461f-b99b-e14f287a0a42} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:04.580910 [ 276 ] {e761801b-7990-461f-b99b-e14f287a0a42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:04.581335 [ 276 ] {e761801b-7990-461f-b99b-e14f287a0a42} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:04.581371 [ 276 ] {e761801b-7990-461f-b99b-e14f287a0a42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:56:04.581667 [ 276 ] {e761801b-7990-461f-b99b-e14f287a0a42} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.29 20:56:04.581871 [ 276 ] {e761801b-7990-461f-b99b-e14f287a0a42} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:04.581997 [ 276 ] {e761801b-7990-461f-b99b-e14f287a0a42} executeQuery: Read 64 rows, 5.12 KiB in 0.00115 sec., 55652.17391304348 rows/sec., 4.34 MiB/sec. 2026.04.29 20:56:04.582033 [ 276 ] {e761801b-7990-461f-b99b-e14f287a0a42} TCPHandler: Processed in 0.001311517 sec. 2026.04.29 20:56:04.582174 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:04.582279 [ 276 ] {3c1e82bc-1d3c-444c-8b42-f2277dfc32b1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:04.582321 [ 276 ] {3c1e82bc-1d3c-444c-8b42-f2277dfc32b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:04.582699 [ 276 ] {3c1e82bc-1d3c-444c-8b42-f2277dfc32b1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:04.582734 [ 276 ] {3c1e82bc-1d3c-444c-8b42-f2277dfc32b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:56:04.583051 [ 276 ] {3c1e82bc-1d3c-444c-8b42-f2277dfc32b1} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.29 20:56:04.583256 [ 276 ] {3c1e82bc-1d3c-444c-8b42-f2277dfc32b1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:04.583383 [ 276 ] {3c1e82bc-1d3c-444c-8b42-f2277dfc32b1} executeQuery: Read 128 rows, 9.13 KiB in 0.001124 sec., 113879.00355871886 rows/sec., 7.93 MiB/sec. 2026.04.29 20:56:04.583418 [ 276 ] {3c1e82bc-1d3c-444c-8b42-f2277dfc32b1} TCPHandler: Processed in 0.001305266 sec. 2026.04.29 20:56:04.583539 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:04.583632 [ 276 ] {384f8310-eae4-426b-bdbb-a1bd2c47e180} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:04.583672 [ 276 ] {384f8310-eae4-426b-bdbb-a1bd2c47e180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:04.584001 [ 276 ] {384f8310-eae4-426b-bdbb-a1bd2c47e180} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:04.584036 [ 276 ] {384f8310-eae4-426b-bdbb-a1bd2c47e180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:56:04.584341 [ 276 ] {384f8310-eae4-426b-bdbb-a1bd2c47e180} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.29 20:56:04.584540 [ 276 ] {384f8310-eae4-426b-bdbb-a1bd2c47e180} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:04.584668 [ 276 ] {384f8310-eae4-426b-bdbb-a1bd2c47e180} executeQuery: Read 48 rows, 3.31 KiB in 0.001055 sec., 45497.63033175356 rows/sec., 3.07 MiB/sec. 2026.04.29 20:56:04.584702 [ 276 ] {384f8310-eae4-426b-bdbb-a1bd2c47e180} TCPHandler: Processed in 0.001211265 sec. 2026.04.29 20:56:04.684276 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14867 2026.04.29 20:56:04.684766 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:04.684814 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:56:04.685316 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:56:04.685575 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:04.685722 [ 132 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.29 20:56:04.685727 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14867 2026.04.29 20:56:04.685793 [ 132 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:04.685819 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.04.29 20:56:04.685922 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.29 20:56:04.686040 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:04.686074 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12499 rows starting from the beginning of the part 2026.04.29 20:56:04.686132 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 448 rows starting from the beginning of the part 2026.04.29 20:56:04.686172 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 512 rows starting from the beginning of the part 2026.04.29 20:56:04.686209 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 448 rows starting from the beginning of the part 2026.04.29 20:56:04.686245 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 512 rows starting from the beginning of the part 2026.04.29 20:56:04.686279 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 448 rows starting from the beginning of the part 2026.04.29 20:56:04.688004 [ 200 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14867 rows, containing 4 columns (4 merged, 0 gathered) in 0.002128936 sec., 6983300.5783170555 rows/sec., 99.90 MiB/sec. 2026.04.29 20:56:04.688297 [ 186 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.29 20:56:04.688569 [ 186 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:04.688647 [ 186 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_31_6} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.29 20:56:04.688724 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.04.29 20:56:05.481585 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.04.29 20:56:05.500044 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:05.500097 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:05.506155 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:56:05.506848 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:05.507143 [ 129 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.29 20:56:05.507206 [ 129 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:05.507226 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:05.507345 [ 198 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.29 20:56:05.510102 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.04.29 20:56:05.511212 [ 198 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:05.512597 [ 198 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.04.29 20:56:05.517138 [ 198 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.04.29 20:56:05.521713 [ 198 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:05.526249 [ 198 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.04.29 20:56:05.530673 [ 198 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:05.534757 [ 198 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.04.29 20:56:05.592002 [ 200 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.084715455 sec., 2762.187844000838 rows/sec., 14.28 MiB/sec. 2026.04.29 20:56:05.594799 [ 193 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.29 20:56:05.596728 [ 193 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:05.596845 [ 193 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_31_6} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.29 20:56:05.599389 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.04.29 20:56:06.000291 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 279.03 MiB, peak 289.57 MiB, free memory in arenas 0.00 B, will set to 285.07 MiB (RSS), difference: 6.04 MiB 2026.04.29 20:56:08.150307 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37655 2026.04.29 20:56:08.150436 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.150463 [ 287 ] {} TCP-Session: a1394d7f-8580-4800-aeeb-6d9df9b4a115 Authenticating user 'default' from [fd00:1122:3344:101::e]:37655 2026.04.29 20:56:08.150485 [ 287 ] {} TCP-Session: a1394d7f-8580-4800-aeeb-6d9df9b4a115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.150498 [ 287 ] {} TCP-Session: a1394d7f-8580-4800-aeeb-6d9df9b4a115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.150753 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32971 2026.04.29 20:56:08.150759 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37627 2026.04.29 20:56:08.150883 [ 287 ] {} TCP-Session: a1394d7f-8580-4800-aeeb-6d9df9b4a115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:08.151051 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.151088 [ 289 ] {} TCP-Session: 6715d13c-376e-4150-8e1b-472e9540e8b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:32971 2026.04.29 20:56:08.151114 [ 289 ] {} TCP-Session: 6715d13c-376e-4150-8e1b-472e9540e8b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.151130 [ 289 ] {} TCP-Session: 6715d13c-376e-4150-8e1b-472e9540e8b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.151137 [ 287 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} executeQuery: (from [fd00:1122:3344:101::e]:37655) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:56:08.151298 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.151357 [ 290 ] {} TCP-Session: 909d8548-5a74-472f-a9de-709fdcadc258 Authenticating user 'default' from [fd00:1122:3344:101::e]:37627 2026.04.29 20:56:08.151397 [ 290 ] {} TCP-Session: 909d8548-5a74-472f-a9de-709fdcadc258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.151431 [ 290 ] {} TCP-Session: 909d8548-5a74-472f-a9de-709fdcadc258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.151518 [ 287 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:56:08.151605 [ 287 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:08.152023 [ 287 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:56:08.152746 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54388 2026.04.29 20:56:08.152757 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43349 2026.04.29 20:56:08.152874 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49825 2026.04.29 20:56:08.153105 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59404 2026.04.29 20:56:08.153116 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.153165 [ 291 ] {} TCP-Session: fd4de93f-e30f-4bcc-9f46-9c0af5cb679e Authenticating user 'default' from [fd00:1122:3344:101::e]:54388 2026.04.29 20:56:08.153167 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46370 2026.04.29 20:56:08.153189 [ 291 ] {} TCP-Session: fd4de93f-e30f-4bcc-9f46-9c0af5cb679e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.153213 [ 291 ] {} TCP-Session: fd4de93f-e30f-4bcc-9f46-9c0af5cb679e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.153341 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59331 2026.04.29 20:56:08.153658 [ 284 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} AggregatingTransform: Aggregating 2026.04.29 20:56:08.153697 [ 284 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} Aggregator: Aggregation method: without_key 2026.04.29 20:56:08.153730 [ 284 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0015681 sec. (637.714 rows/sec., 24.91 KiB/sec.) 2026.04.29 20:56:08.153749 [ 284 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} Aggregator: Merging aggregated data 2026.04.29 20:56:08.153870 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.153917 [ 352 ] {} TCP-Session: e3d2f876-c5ab-4f5e-a766-1456bc01e6b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:49825 2026.04.29 20:56:08.153941 [ 352 ] {} TCP-Session: e3d2f876-c5ab-4f5e-a766-1456bc01e6b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.153962 [ 352 ] {} TCP-Session: e3d2f876-c5ab-4f5e-a766-1456bc01e6b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.154130 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.154169 [ 355 ] {} TCP-Session: cc8e9f6a-18ca-4740-a477-371ebf8830ab Authenticating user 'default' from [fd00:1122:3344:101::e]:59331 2026.04.29 20:56:08.154191 [ 355 ] {} TCP-Session: cc8e9f6a-18ca-4740-a477-371ebf8830ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.154210 [ 355 ] {} TCP-Session: cc8e9f6a-18ca-4740-a477-371ebf8830ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.154318 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.154362 [ 351 ] {} TCP-Session: 7417ffad-579f-498a-989e-371e0ba528e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:43349 2026.04.29 20:56:08.154385 [ 351 ] {} TCP-Session: 7417ffad-579f-498a-989e-371e0ba528e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.154402 [ 351 ] {} TCP-Session: 7417ffad-579f-498a-989e-371e0ba528e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.154810 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.154852 [ 354 ] {} TCP-Session: 66a72900-e4a3-4c15-b84d-7ba64ede43fd Authenticating user 'default' from [fd00:1122:3344:101::e]:46370 2026.04.29 20:56:08.154873 [ 354 ] {} TCP-Session: 66a72900-e4a3-4c15-b84d-7ba64ede43fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.154886 [ 354 ] {} TCP-Session: 66a72900-e4a3-4c15-b84d-7ba64ede43fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.154915 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.154955 [ 353 ] {} TCP-Session: a69f99fd-07a5-4e37-97a1-e11f87f94572 Authenticating user 'default' from [fd00:1122:3344:101::e]:59404 2026.04.29 20:56:08.154974 [ 353 ] {} TCP-Session: a69f99fd-07a5-4e37-97a1-e11f87f94572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.154988 [ 353 ] {} TCP-Session: a69f99fd-07a5-4e37-97a1-e11f87f94572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.155315 [ 287 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} executeQuery: Read 1 rows, 40.00 B in 0.00425 sec., 235.2941176470588 rows/sec., 9.19 KiB/sec. 2026.04.29 20:56:08.155449 [ 287 ] {c9d730e7-62ac-42de-bfe8-eef42caa2093} TCPHandler: Processed in 0.00471564 sec. 2026.04.29 20:56:08.155608 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.155639 [ 287 ] {} TCP-Session: a1394d7f-8580-4800-aeeb-6d9df9b4a115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.155648 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.155674 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.155689 [ 289 ] {} TCP-Session: 6715d13c-376e-4150-8e1b-472e9540e8b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.155694 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.155717 [ 291 ] {} TCP-Session: fd4de93f-e30f-4bcc-9f46-9c0af5cb679e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.155717 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.155756 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.155786 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.155799 [ 290 ] {} TCP-Session: 909d8548-5a74-472f-a9de-709fdcadc258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.155817 [ 352 ] {} TCP-Session: e3d2f876-c5ab-4f5e-a766-1456bc01e6b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.155833 [ 353 ] {} TCP-Session: a69f99fd-07a5-4e37-97a1-e11f87f94572 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.155837 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.155755 [ 354 ] {} TCP-Session: 66a72900-e4a3-4c15-b84d-7ba64ede43fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.155896 [ 355 ] {} TCP-Session: cc8e9f6a-18ca-4740-a477-371ebf8830ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.155812 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.155966 [ 351 ] {} TCP-Session: 7417ffad-579f-498a-989e-371e0ba528e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.259875 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49708 2026.04.29 20:56:08.260009 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.260043 [ 287 ] {} TCP-Session: d4923211-1518-45bc-9c74-3c1da913983d Authenticating user 'default' from [fd00:1122:3344:101::e]:49708 2026.04.29 20:56:08.260066 [ 287 ] {} TCP-Session: d4923211-1518-45bc-9c74-3c1da913983d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260080 [ 287 ] {} TCP-Session: d4923211-1518-45bc-9c74-3c1da913983d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260317 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64206 2026.04.29 20:56:08.260349 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63158 2026.04.29 20:56:08.260388 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48448 2026.04.29 20:56:08.260397 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48869 2026.04.29 20:56:08.260442 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46451 2026.04.29 20:56:08.260454 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50217 2026.04.29 20:56:08.260451 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.260516 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.260538 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.260562 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.260587 [ 290 ] {} TCP-Session: 9a039100-07de-4d7c-a1f8-c9abd1c8e1a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:63158 2026.04.29 20:56:08.260613 [ 351 ] {} TCP-Session: ffd3d3cc-4224-4f05-a037-5e128e2a01d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:48869 2026.04.29 20:56:08.260646 [ 290 ] {} TCP-Session: 9a039100-07de-4d7c-a1f8-c9abd1c8e1a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260674 [ 351 ] {} TCP-Session: ffd3d3cc-4224-4f05-a037-5e128e2a01d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260694 [ 290 ] {} TCP-Session: 9a039100-07de-4d7c-a1f8-c9abd1c8e1a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260708 [ 351 ] {} TCP-Session: ffd3d3cc-4224-4f05-a037-5e128e2a01d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260621 [ 355 ] {} TCP-Session: f8ce5f7e-b98d-4e74-a4ea-9f1e2be0913e Authenticating user 'default' from [fd00:1122:3344:101::e]:50217 2026.04.29 20:56:08.260549 [ 289 ] {} TCP-Session: 4427adee-3236-4b54-b678-4b0b80530bb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:64206 2026.04.29 20:56:08.260780 [ 355 ] {} TCP-Session: f8ce5f7e-b98d-4e74-a4ea-9f1e2be0913e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260794 [ 289 ] {} TCP-Session: 4427adee-3236-4b54-b678-4b0b80530bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260805 [ 355 ] {} TCP-Session: f8ce5f7e-b98d-4e74-a4ea-9f1e2be0913e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260817 [ 289 ] {} TCP-Session: 4427adee-3236-4b54-b678-4b0b80530bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260539 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.260534 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.260872 [ 354 ] {} TCP-Session: a5dc3565-54b1-4850-b393-996980cd6c19 Authenticating user 'default' from [fd00:1122:3344:101::e]:46451 2026.04.29 20:56:08.260901 [ 352 ] {} TCP-Session: 4fa81cf1-1f5d-4900-bac5-0d0b0a4e9a63 Authenticating user 'default' from [fd00:1122:3344:101::e]:48448 2026.04.29 20:56:08.260911 [ 354 ] {} TCP-Session: a5dc3565-54b1-4850-b393-996980cd6c19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260927 [ 352 ] {} TCP-Session: 4fa81cf1-1f5d-4900-bac5-0d0b0a4e9a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260939 [ 354 ] {} TCP-Session: a5dc3565-54b1-4850-b393-996980cd6c19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260951 [ 352 ] {} TCP-Session: 4fa81cf1-1f5d-4900-bac5-0d0b0a4e9a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.260431 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62007 2026.04.29 20:56:08.260353 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56231 2026.04.29 20:56:08.260473 [ 287 ] {} TCP-Session: d4923211-1518-45bc-9c74-3c1da913983d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:08.261054 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.261082 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.261085 [ 353 ] {} TCP-Session: e2f55e36-16ae-4d5f-b891-ea292d238d07 Authenticating user 'default' from [fd00:1122:3344:101::e]:62007 2026.04.29 20:56:08.261115 [ 291 ] {} TCP-Session: 2357d8d4-3078-4ff2-885e-c1f033b556f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56231 2026.04.29 20:56:08.261130 [ 353 ] {} TCP-Session: e2f55e36-16ae-4d5f-b891-ea292d238d07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.261141 [ 291 ] {} TCP-Session: 2357d8d4-3078-4ff2-885e-c1f033b556f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.261155 [ 353 ] {} TCP-Session: e2f55e36-16ae-4d5f-b891-ea292d238d07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.261169 [ 291 ] {} TCP-Session: 2357d8d4-3078-4ff2-885e-c1f033b556f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.261208 [ 287 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} executeQuery: (from [fd00:1122:3344:101::e]:49708) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:56:08.261489 [ 287 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:56:08.261544 [ 287 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:08.261827 [ 287 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:56:08.262873 [ 284 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} AggregatingTransform: Aggregating 2026.04.29 20:56:08.262910 [ 284 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} Aggregator: Aggregation method: without_key 2026.04.29 20:56:08.262945 [ 284 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001011023 sec. (989.097 rows/sec., 38.64 KiB/sec.) 2026.04.29 20:56:08.262962 [ 284 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} Aggregator: Merging aggregated data 2026.04.29 20:56:08.264313 [ 287 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} executeQuery: Read 1 rows, 40.00 B in 0.003162 sec., 316.25553447185325 rows/sec., 12.35 KiB/sec. 2026.04.29 20:56:08.264454 [ 287 ] {c6ffba33-efea-47ad-8235-fba5bd88b94c} TCPHandler: Processed in 0.004145373 sec. 2026.04.29 20:56:08.264579 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.264607 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.264626 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.264647 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.264665 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.264674 [ 355 ] {} TCP-Session: f8ce5f7e-b98d-4e74-a4ea-9f1e2be0913e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.264697 [ 353 ] {} TCP-Session: e2f55e36-16ae-4d5f-b891-ea292d238d07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.264714 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.264730 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.264746 [ 351 ] {} TCP-Session: ffd3d3cc-4224-4f05-a037-5e128e2a01d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.264770 [ 290 ] {} TCP-Session: 9a039100-07de-4d7c-a1f8-c9abd1c8e1a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.264778 [ 352 ] {} TCP-Session: 4fa81cf1-1f5d-4900-bac5-0d0b0a4e9a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.264750 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.264689 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.264848 [ 354 ] {} TCP-Session: a5dc3565-54b1-4850-b393-996980cd6c19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.264859 [ 291 ] {} TCP-Session: 2357d8d4-3078-4ff2-885e-c1f033b556f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.264649 [ 289 ] {} TCP-Session: 4427adee-3236-4b54-b678-4b0b80530bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.264608 [ 287 ] {} TCP-Session: d4923211-1518-45bc-9c74-3c1da913983d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391334 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56308 2026.04.29 20:56:08.391446 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.391473 [ 287 ] {} TCP-Session: 28cd9174-def1-422a-8fb7-3f82ae1e0420 Authenticating user 'default' from [fd00:1122:3344:101::e]:56308 2026.04.29 20:56:08.391495 [ 287 ] {} TCP-Session: 28cd9174-def1-422a-8fb7-3f82ae1e0420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391508 [ 287 ] {} TCP-Session: 28cd9174-def1-422a-8fb7-3f82ae1e0420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391725 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56711 2026.04.29 20:56:08.391747 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41777 2026.04.29 20:56:08.391773 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58046 2026.04.29 20:56:08.391787 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51902 2026.04.29 20:56:08.391834 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.391850 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.391854 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.391869 [ 291 ] {} TCP-Session: 3a2ddc76-7ed1-4a86-ad5f-18045d031f23 Authenticating user 'default' from [fd00:1122:3344:101::e]:41777 2026.04.29 20:56:08.391885 [ 289 ] {} TCP-Session: 8f6b079f-7c38-4d05-9a30-ae1e4a3819b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:56711 2026.04.29 20:56:08.391893 [ 352 ] {} TCP-Session: 9032a91f-d5a9-46de-ba89-1518eaef27e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:58046 2026.04.29 20:56:08.391905 [ 291 ] {} TCP-Session: 3a2ddc76-7ed1-4a86-ad5f-18045d031f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391925 [ 289 ] {} TCP-Session: 8f6b079f-7c38-4d05-9a30-ae1e4a3819b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391929 [ 352 ] {} TCP-Session: 9032a91f-d5a9-46de-ba89-1518eaef27e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391943 [ 291 ] {} TCP-Session: 3a2ddc76-7ed1-4a86-ad5f-18045d031f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391955 [ 289 ] {} TCP-Session: 8f6b079f-7c38-4d05-9a30-ae1e4a3819b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391964 [ 352 ] {} TCP-Session: 9032a91f-d5a9-46de-ba89-1518eaef27e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391918 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.391797 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51959 2026.04.29 20:56:08.392043 [ 353 ] {} TCP-Session: 1f0e1ad4-ba3b-490c-bb78-686b4fc967e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:51902 2026.04.29 20:56:08.391725 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43627 2026.04.29 20:56:08.392087 [ 353 ] {} TCP-Session: 1f0e1ad4-ba3b-490c-bb78-686b4fc967e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391898 [ 287 ] {} TCP-Session: 28cd9174-def1-422a-8fb7-3f82ae1e0420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:08.392106 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.392137 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.392151 [ 354 ] {} TCP-Session: 23c33faa-f6eb-4834-9281-953fe7edcb6a Authenticating user 'default' from [fd00:1122:3344:101::e]:51959 2026.04.29 20:56:08.392168 [ 290 ] {} TCP-Session: b6b0d5ac-cc2b-42c3-94b4-b8f0d5364524 Authenticating user 'default' from [fd00:1122:3344:101::e]:43627 2026.04.29 20:56:08.392186 [ 354 ] {} TCP-Session: 23c33faa-f6eb-4834-9281-953fe7edcb6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.392197 [ 290 ] {} TCP-Session: b6b0d5ac-cc2b-42c3-94b4-b8f0d5364524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.392211 [ 354 ] {} TCP-Session: 23c33faa-f6eb-4834-9281-953fe7edcb6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.392223 [ 290 ] {} TCP-Session: b6b0d5ac-cc2b-42c3-94b4-b8f0d5364524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.392105 [ 353 ] {} TCP-Session: 1f0e1ad4-ba3b-490c-bb78-686b4fc967e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.391806 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37040 2026.04.29 20:56:08.392276 [ 287 ] {739d7b02-8329-4f7a-a261-931319f99380} executeQuery: (from [fd00:1122:3344:101::e]:56308) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:56:08.391772 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50944 2026.04.29 20:56:08.392332 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.392362 [ 355 ] {} TCP-Session: 5f0887ca-54e1-4416-8331-270b616fc71b Authenticating user 'default' from [fd00:1122:3344:101::e]:37040 2026.04.29 20:56:08.392378 [ 355 ] {} TCP-Session: 5f0887ca-54e1-4416-8331-270b616fc71b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.392390 [ 355 ] {} TCP-Session: 5f0887ca-54e1-4416-8331-270b616fc71b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.392407 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:56:08.392439 [ 351 ] {} TCP-Session: 49b51c51-d50c-4f26-9ee3-aeaa78de75ea Authenticating user 'default' from [fd00:1122:3344:101::e]:50944 2026.04.29 20:56:08.392461 [ 351 ] {} TCP-Session: 49b51c51-d50c-4f26-9ee3-aeaa78de75ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.392473 [ 351 ] {} TCP-Session: 49b51c51-d50c-4f26-9ee3-aeaa78de75ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.392553 [ 287 ] {739d7b02-8329-4f7a-a261-931319f99380} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:56:08.392609 [ 287 ] {739d7b02-8329-4f7a-a261-931319f99380} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:08.392900 [ 287 ] {739d7b02-8329-4f7a-a261-931319f99380} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:56:08.393794 [ 347 ] {739d7b02-8329-4f7a-a261-931319f99380} AggregatingTransform: Aggregating 2026.04.29 20:56:08.393830 [ 347 ] {739d7b02-8329-4f7a-a261-931319f99380} Aggregator: Aggregation method: without_key 2026.04.29 20:56:08.393864 [ 347 ] {739d7b02-8329-4f7a-a261-931319f99380} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000864631 sec. (1156.563 rows/sec., 45.18 KiB/sec.) 2026.04.29 20:56:08.393885 [ 347 ] {739d7b02-8329-4f7a-a261-931319f99380} Aggregator: Merging aggregated data 2026.04.29 20:56:08.395212 [ 287 ] {739d7b02-8329-4f7a-a261-931319f99380} executeQuery: Read 1 rows, 40.00 B in 0.002991 sec., 334.33634236041456 rows/sec., 13.06 KiB/sec. 2026.04.29 20:56:08.395355 [ 287 ] {739d7b02-8329-4f7a-a261-931319f99380} TCPHandler: Processed in 0.003576796 sec. 2026.04.29 20:56:08.395482 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.395507 [ 287 ] {} TCP-Session: 28cd9174-def1-422a-8fb7-3f82ae1e0420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.395512 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.395533 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.395551 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.395559 [ 289 ] {} TCP-Session: 8f6b079f-7c38-4d05-9a30-ae1e4a3819b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.395568 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.395589 [ 353 ] {} TCP-Session: 1f0e1ad4-ba3b-490c-bb78-686b4fc967e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.395591 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.395618 [ 355 ] {} TCP-Session: 5f0887ca-54e1-4416-8331-270b616fc71b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.395630 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.395647 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.395687 [ 291 ] {} TCP-Session: 3a2ddc76-7ed1-4a86-ad5f-18045d031f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.395609 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:56:08.395704 [ 354 ] {} TCP-Session: 23c33faa-f6eb-4834-9281-953fe7edcb6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.395736 [ 352 ] {} TCP-Session: 9032a91f-d5a9-46de-ba89-1518eaef27e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.395575 [ 290 ] {} TCP-Session: b6b0d5ac-cc2b-42c3-94b4-b8f0d5364524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:08.395660 [ 351 ] {} TCP-Session: 49b51c51-d50c-4f26-9ee3-aeaa78de75ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:56:09.578315 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:09.578647 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:09.579127 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:09.579182 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:09.579530 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:09.579652 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:09.579870 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:56:09.579924 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:09.579956 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:09.579978 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:09.580036 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:56:09.580066 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:09.581523 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} executeQuery: Read 52 rows, 12.45 KiB in 0.003008 sec., 17287.23404255319 rows/sec., 4.04 MiB/sec. 2026.04.29 20:56:09.581645 [ 276 ] {95410a54-c543-427a-b25e-6f2e8fa7b06c} TCPHandler: Processed in 0.003529135 sec. 2026.04.29 20:56:09.584476 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:09.584650 [ 276 ] {2c1031a3-60df-401e-9c68-83a66992042c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:09.584715 [ 276 ] {2c1031a3-60df-401e-9c68-83a66992042c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:09.585444 [ 276 ] {2c1031a3-60df-401e-9c68-83a66992042c} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:09.585500 [ 276 ] {2c1031a3-60df-401e-9c68-83a66992042c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:09.586003 [ 276 ] {2c1031a3-60df-401e-9c68-83a66992042c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.29 20:56:09.586329 [ 276 ] {2c1031a3-60df-401e-9c68-83a66992042c} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:09.586539 [ 276 ] {2c1031a3-60df-401e-9c68-83a66992042c} executeQuery: Read 70 rows, 5.75 KiB in 0.002001 sec., 34982.50874562719 rows/sec., 2.81 MiB/sec. 2026.04.29 20:56:09.586590 [ 276 ] {2c1031a3-60df-401e-9c68-83a66992042c} TCPHandler: Processed in 0.002261729 sec. 2026.04.29 20:56:09.586864 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:09.587021 [ 276 ] {66319196-cff1-4427-9323-41be6751b67b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:09.587089 [ 276 ] {66319196-cff1-4427-9323-41be6751b67b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:09.587718 [ 276 ] {66319196-cff1-4427-9323-41be6751b67b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:09.587769 [ 276 ] {66319196-cff1-4427-9323-41be6751b67b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:09.588207 [ 276 ] {66319196-cff1-4427-9323-41be6751b67b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:56:09.588509 [ 276 ] {66319196-cff1-4427-9323-41be6751b67b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:09.588697 [ 276 ] {66319196-cff1-4427-9323-41be6751b67b} executeQuery: Read 7 rows, 539.00 B in 0.001707 sec., 4100.761570005859 rows/sec., 308.36 KiB/sec. 2026.04.29 20:56:09.588751 [ 276 ] {66319196-cff1-4427-9323-41be6751b67b} TCPHandler: Processed in 0.001968625 sec. 2026.04.29 20:56:09.588922 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:09.589069 [ 276 ] {adc1814b-2963-4923-b594-26aeae0787ef} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:09.589135 [ 276 ] {adc1814b-2963-4923-b594-26aeae0787ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:09.589765 [ 276 ] {adc1814b-2963-4923-b594-26aeae0787ef} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:09.589817 [ 276 ] {adc1814b-2963-4923-b594-26aeae0787ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:09.590260 [ 276 ] {adc1814b-2963-4923-b594-26aeae0787ef} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.29 20:56:09.590591 [ 276 ] {adc1814b-2963-4923-b594-26aeae0787ef} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:09.590774 [ 276 ] {adc1814b-2963-4923-b594-26aeae0787ef} executeQuery: Read 71 rows, 5.68 KiB in 0.001735 sec., 40922.19020172911 rows/sec., 3.19 MiB/sec. 2026.04.29 20:56:09.590826 [ 276 ] {adc1814b-2963-4923-b594-26aeae0787ef} TCPHandler: Processed in 0.001980756 sec. 2026.04.29 20:56:09.590997 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:09.591132 [ 276 ] {97571a4d-6bd1-402e-a031-b0601e85cfef} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:09.591194 [ 276 ] {97571a4d-6bd1-402e-a031-b0601e85cfef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:09.591852 [ 276 ] {97571a4d-6bd1-402e-a031-b0601e85cfef} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:09.591906 [ 276 ] {97571a4d-6bd1-402e-a031-b0601e85cfef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:09.592422 [ 276 ] {97571a4d-6bd1-402e-a031-b0601e85cfef} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.29 20:56:09.592748 [ 276 ] {97571a4d-6bd1-402e-a031-b0601e85cfef} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:09.592938 [ 276 ] {97571a4d-6bd1-402e-a031-b0601e85cfef} executeQuery: Read 160 rows, 11.41 KiB in 0.001831 sec., 87383.94320043692 rows/sec., 6.09 MiB/sec. 2026.04.29 20:56:09.592995 [ 276 ] {97571a4d-6bd1-402e-a031-b0601e85cfef} TCPHandler: Processed in 0.002071476 sec. 2026.04.29 20:56:09.593175 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:09.593326 [ 276 ] {0152f2f0-1d41-4c92-b339-ba6fd702e841} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:09.593407 [ 276 ] {0152f2f0-1d41-4c92-b339-ba6fd702e841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:09.594566 [ 276 ] {0152f2f0-1d41-4c92-b339-ba6fd702e841} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:09.594625 [ 276 ] {0152f2f0-1d41-4c92-b339-ba6fd702e841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:09.595348 [ 276 ] {0152f2f0-1d41-4c92-b339-ba6fd702e841} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:56:09.595630 [ 276 ] {0152f2f0-1d41-4c92-b339-ba6fd702e841} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:09.595810 [ 276 ] {0152f2f0-1d41-4c92-b339-ba6fd702e841} executeQuery: Read 7 rows, 12.84 KiB in 0.002518 sec., 2779.9841143764893 rows/sec., 4.98 MiB/sec. 2026.04.29 20:56:09.595897 [ 276 ] {0152f2f0-1d41-4c92-b339-ba6fd702e841} TCPHandler: Processed in 0.002798296 sec. 2026.04.29 20:56:09.596075 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:09.596187 [ 276 ] {3b8fbcba-9b00-45a2-860b-4aa41d9822ef} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:09.596238 [ 276 ] {3b8fbcba-9b00-45a2-860b-4aa41d9822ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:09.596714 [ 276 ] {3b8fbcba-9b00-45a2-860b-4aa41d9822ef} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:09.596759 [ 276 ] {3b8fbcba-9b00-45a2-860b-4aa41d9822ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:09.597161 [ 276 ] {3b8fbcba-9b00-45a2-860b-4aa41d9822ef} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.29 20:56:09.597443 [ 276 ] {3b8fbcba-9b00-45a2-860b-4aa41d9822ef} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:09.597612 [ 276 ] {3b8fbcba-9b00-45a2-860b-4aa41d9822ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. 2026.04.29 20:56:09.597663 [ 276 ] {3b8fbcba-9b00-45a2-860b-4aa41d9822ef} TCPHandler: Processed in 0.001651471 sec. 2026.04.29 20:56:12.048122 [ 120 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:56:12.048195 [ 120 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:56:12.185933 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15379 2026.04.29 20:56:12.186448 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:12.186497 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:12.187007 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:56:12.187251 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:12.187399 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15379 2026.04.29 20:56:12.237261 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 952 2026.04.29 20:56:12.239610 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:12.239663 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:12.240925 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:56:12.241188 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:56:12.241473 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 952 2026.04.29 20:56:13.001576 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001185325 sec. 2026.04.29 20:56:13.010255 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.04.29 20:56:13.025767 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:13.025820 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:13.031634 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:56:13.032349 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:13.035020 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.04.29 20:56:14.577954 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:14.578302 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:14.578628 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:14.578662 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:14.578877 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:14.578942 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:14.579079 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:56:14.579114 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:14.579135 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:14.579150 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:14.579187 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:56:14.579207 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:14.580328 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} executeQuery: Read 52 rows, 12.45 KiB in 0.002174 sec., 23919.043238270468 rows/sec., 5.59 MiB/sec. 2026.04.29 20:56:14.580399 [ 276 ] {e8eb7620-9bf2-48a9-91fd-ce6293aa26b2} TCPHandler: Processed in 0.002628563 sec. 2026.04.29 20:56:14.582634 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:14.582743 [ 276 ] {b2014349-ccbd-4931-ae48-9057dc5053f4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:14.582783 [ 276 ] {b2014349-ccbd-4931-ae48-9057dc5053f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:14.583416 [ 276 ] {b2014349-ccbd-4931-ae48-9057dc5053f4} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:14.583455 [ 276 ] {b2014349-ccbd-4931-ae48-9057dc5053f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:14.583814 [ 276 ] {b2014349-ccbd-4931-ae48-9057dc5053f4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.29 20:56:14.584027 [ 276 ] {b2014349-ccbd-4931-ae48-9057dc5053f4} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:14.584157 [ 118 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.29 20:56:14.584166 [ 276 ] {b2014349-ccbd-4931-ae48-9057dc5053f4} executeQuery: Read 126 rows, 11.14 KiB in 0.001453 sec., 86717.13695801789 rows/sec., 7.49 MiB/sec. 2026.04.29 20:56:14.584200 [ 118 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:14.584214 [ 276 ] {b2014349-ccbd-4931-ae48-9057dc5053f4} TCPHandler: Processed in 0.001631011 sec. 2026.04.29 20:56:14.584224 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:14.584317 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.29 20:56:14.584360 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:14.584414 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:14.584445 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3360 rows starting from the beginning of the part 2026.04.29 20:56:14.584451 [ 276 ] {867bed53-ea92-4762-8348-a9e4e0e964cc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:14.584492 [ 276 ] {867bed53-ea92-4762-8348-a9e4e0e964cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:14.584506 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 70 rows starting from the beginning of the part 2026.04.29 20:56:14.584555 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 2471 rows starting from the beginning of the part 2026.04.29 20:56:14.584599 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2026.04.29 20:56:14.584642 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 70 rows starting from the beginning of the part 2026.04.29 20:56:14.584683 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 126 rows starting from the beginning of the part 2026.04.29 20:56:14.584911 [ 276 ] {867bed53-ea92-4762-8348-a9e4e0e964cc} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:14.584944 [ 276 ] {867bed53-ea92-4762-8348-a9e4e0e964cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:14.585225 [ 276 ] {867bed53-ea92-4762-8348-a9e4e0e964cc} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:56:14.585428 [ 276 ] {867bed53-ea92-4762-8348-a9e4e0e964cc} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:14.585552 [ 276 ] {867bed53-ea92-4762-8348-a9e4e0e964cc} executeQuery: Read 35 rows, 2.63 KiB in 0.001119 sec., 31277.92672028597 rows/sec., 2.30 MiB/sec. 2026.04.29 20:56:14.585586 [ 276 ] {867bed53-ea92-4762-8348-a9e4e0e964cc} TCPHandler: Processed in 0.001274006 sec. 2026.04.29 20:56:14.585708 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:14.585798 [ 276 ] {4db85ea5-0ad9-4e61-b0ae-222ac349833c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:14.585842 [ 276 ] {4db85ea5-0ad9-4e61-b0ae-222ac349833c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:14.586297 [ 276 ] {4db85ea5-0ad9-4e61-b0ae-222ac349833c} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:14.586330 [ 276 ] {4db85ea5-0ad9-4e61-b0ae-222ac349833c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:14.586617 [ 276 ] {4db85ea5-0ad9-4e61-b0ae-222ac349833c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.29 20:56:14.586711 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 6153 rows, containing 5 columns (5 merged, 0 gathered) in 0.002429271 sec., 2532858.6230190042 rows/sec., 200.80 MiB/sec. 2026.04.29 20:56:14.586837 [ 276 ] {4db85ea5-0ad9-4e61-b0ae-222ac349833c} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:14.586967 [ 276 ] {4db85ea5-0ad9-4e61-b0ae-222ac349833c} executeQuery: Read 99 rows, 7.92 KiB in 0.001187 sec., 83403.53833192925 rows/sec., 6.51 MiB/sec. 2026.04.29 20:56:14.586993 [ 116 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.29 20:56:14.587003 [ 276 ] {4db85ea5-0ad9-4e61-b0ae-222ac349833c} TCPHandler: Processed in 0.001342007 sec. 2026.04.29 20:56:14.587072 [ 116 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:14.587103 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:14.587174 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:14.587200 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.29 20:56:14.587210 [ 197 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.29 20:56:14.587272 [ 276 ] {a6f62e9e-e467-4257-969c-82fbddc5123f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:14.587317 [ 276 ] {a6f62e9e-e467-4257-969c-82fbddc5123f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:14.587330 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:14.587368 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1830 rows starting from the beginning of the part 2026.04.29 20:56:14.587435 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 71 rows starting from the beginning of the part 2026.04.29 20:56:14.587482 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1323 rows starting from the beginning of the part 2026.04.29 20:56:14.587527 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2026.04.29 20:56:14.587563 [ 197 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:14.587570 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 71 rows starting from the beginning of the part 2026.04.29 20:56:14.587631 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 99 rows starting from the beginning of the part 2026.04.29 20:56:14.587664 [ 197 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_51_10} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.29 20:56:14.587721 [ 276 ] {a6f62e9e-e467-4257-969c-82fbddc5123f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:14.587768 [ 276 ] {a6f62e9e-e467-4257-969c-82fbddc5123f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:14.587781 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.04.29 20:56:14.588121 [ 276 ] {a6f62e9e-e467-4257-969c-82fbddc5123f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.29 20:56:14.588337 [ 276 ] {a6f62e9e-e467-4257-969c-82fbddc5123f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:14.588466 [ 276 ] {a6f62e9e-e467-4257-969c-82fbddc5123f} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.04.29 20:56:14.588502 [ 276 ] {a6f62e9e-e467-4257-969c-82fbddc5123f} TCPHandler: Processed in 0.001376088 sec. 2026.04.29 20:56:14.588618 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:14.588708 [ 276 ] {afc4b755-3e82-4485-9285-8c2cc96f0117} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:14.588759 [ 276 ] {afc4b755-3e82-4485-9285-8c2cc96f0117} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:14.589057 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3458 rows, containing 5 columns (5 merged, 0 gathered) in 0.001902864 sec., 1817260.7185799931 rows/sec., 131.57 MiB/sec. 2026.04.29 20:56:14.589246 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.29 20:56:14.589501 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:14.589573 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_51_10} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.29 20:56:14.589598 [ 276 ] {afc4b755-3e82-4485-9285-8c2cc96f0117} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:14.589638 [ 276 ] {afc4b755-3e82-4485-9285-8c2cc96f0117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:14.589646 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.04.29 20:56:14.590181 [ 276 ] {afc4b755-3e82-4485-9285-8c2cc96f0117} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:56:14.590397 [ 276 ] {afc4b755-3e82-4485-9285-8c2cc96f0117} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:14.590506 [ 116 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.29 20:56:14.590530 [ 276 ] {afc4b755-3e82-4485-9285-8c2cc96f0117} executeQuery: Read 35 rows, 64.22 KiB in 0.001839 sec., 19032.082653616097 rows/sec., 34.10 MiB/sec. 2026.04.29 20:56:14.590537 [ 116 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:14.590569 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:14.590588 [ 276 ] {afc4b755-3e82-4485-9285-8c2cc96f0117} TCPHandler: Processed in 0.002018276 sec. 2026.04.29 20:56:14.590645 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.29 20:56:14.590718 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:14.590814 [ 276 ] {7270ebde-b22b-4d8f-8f34-ad39d04da730} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:14.590854 [ 276 ] {7270ebde-b22b-4d8f-8f34-ad39d04da730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:14.590888 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:14.590950 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 830 rows starting from the beginning of the part 2026.04.29 20:56:14.591077 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 35 rows starting from the beginning of the part 2026.04.29 20:56:14.591185 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:14.591191 [ 276 ] {7270ebde-b22b-4d8f-8f34-ad39d04da730} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:14.591234 [ 276 ] {7270ebde-b22b-4d8f-8f34-ad39d04da730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:14.591290 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 44 rows starting from the beginning of the part 2026.04.29 20:56:14.591385 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:14.591472 [ 196 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 35 rows starting from the beginning of the part 2026.04.29 20:56:14.591553 [ 276 ] {7270ebde-b22b-4d8f-8f34-ad39d04da730} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.29 20:56:14.591776 [ 276 ] {7270ebde-b22b-4d8f-8f34-ad39d04da730} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:14.591915 [ 276 ] {7270ebde-b22b-4d8f-8f34-ad39d04da730} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.04.29 20:56:14.591950 [ 276 ] {7270ebde-b22b-4d8f-8f34-ad39d04da730} TCPHandler: Processed in 0.001280876 sec. 2026.04.29 20:56:14.596252 [ 189 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 958 rows, containing 19 columns (19 merged, 0 gathered) in 0.005639212 sec., 169881.89129970642 rows/sec., 304.42 MiB/sec. 2026.04.29 20:56:14.597529 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.29 20:56:14.597831 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:14.597896 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_41_8} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.29 20:56:14.597970 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.15 MiB. 2026.04.29 20:56:15.000284 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 286.94 MiB, peak 295.04 MiB, free memory in arenas 0.00 B, will set to 288.91 MiB (RSS), difference: 1.97 MiB 2026.04.29 20:56:15.343984 [ 24 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 2026.04.29 20:56:15.344066 [ 24 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:15.344090 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:15.344209 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full 2026.04.29 20:56:15.344363 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:15.344416 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 951 rows starting from the beginning of the part 2026.04.29 20:56:15.344519 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 173 rows starting from the beginning of the part 2026.04.29 20:56:15.344593 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 801 rows starting from the beginning of the part 2026.04.29 20:56:15.344663 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.04.29 20:56:15.344725 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 801 rows starting from the beginning of the part 2026.04.29 20:56:15.346154 [ 187 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 2750 rows, containing 5 columns (5 merged, 0 gathered) in 0.001996635 sec., 1377317.3364185242 rows/sec., 86.44 MiB/sec. 2026.04.29 20:56:15.346400 [ 191 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.04.29 20:56:15.346739 [ 191 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:15.346825 [ 191 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_20_4} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 2026.04.29 20:56:15.346939 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.04.29 20:56:19.581312 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.581613 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.04.29 20:56:19.582091 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:19.582147 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.29 20:56:19.582526 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:19.582624 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:19.582818 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 33-element set) 2026.04.29 20:56:19.582868 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:19.582894 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:19.582911 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:19.582954 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.29 20:56:19.582976 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:19.584058 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} executeQuery: Read 52 rows, 12.45 KiB in 0.002584 sec., 20123.839009287927 rows/sec., 4.71 MiB/sec. 2026.04.29 20:56:19.584139 [ 276 ] {8889eb37-7d8f-4db0-89f0-0f85922a578e} TCPHandler: Processed in 0.002970928 sec. 2026.04.29 20:56:19.589560 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.589768 [ 276 ] {04442353-3ddf-421f-a55d-0c0c6fa4b316} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:56:19.589853 [ 276 ] {04442353-3ddf-421f-a55d-0c0c6fa4b316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:56:19.590675 [ 276 ] {04442353-3ddf-421f-a55d-0c0c6fa4b316} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.590716 [ 276 ] {04442353-3ddf-421f-a55d-0c0c6fa4b316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.591105 [ 276 ] {04442353-3ddf-421f-a55d-0c0c6fa4b316} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:56:19.591325 [ 276 ] {04442353-3ddf-421f-a55d-0c0c6fa4b316} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:56:19.591477 [ 276 ] {04442353-3ddf-421f-a55d-0c0c6fa4b316} executeQuery: Read 284 rows, 18.47 KiB in 0.00177 sec., 160451.97740112993 rows/sec., 10.19 MiB/sec. 2026.04.29 20:56:19.591516 [ 276 ] {04442353-3ddf-421f-a55d-0c0c6fa4b316} TCPHandler: Processed in 0.002067926 sec. 2026.04.29 20:56:19.591650 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.591748 [ 276 ] {58826d42-51aa-4f22-be81-9405679cb763} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:56:19.591790 [ 276 ] {58826d42-51aa-4f22-be81-9405679cb763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:56:19.592212 [ 276 ] {58826d42-51aa-4f22-be81-9405679cb763} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.592247 [ 276 ] {58826d42-51aa-4f22-be81-9405679cb763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.592539 [ 276 ] {58826d42-51aa-4f22-be81-9405679cb763} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:56:19.592746 [ 276 ] {58826d42-51aa-4f22-be81-9405679cb763} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:56:19.592880 [ 276 ] {58826d42-51aa-4f22-be81-9405679cb763} executeQuery: Read 4 rows, 334.00 B in 0.001153 sec., 3469.2107545533395 rows/sec., 282.89 KiB/sec. 2026.04.29 20:56:19.592916 [ 276 ] {58826d42-51aa-4f22-be81-9405679cb763} TCPHandler: Processed in 0.001320837 sec. 2026.04.29 20:56:19.593035 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.593129 [ 276 ] {2e863731-050d-4dcc-bc36-f6e4ed41571a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:19.593170 [ 276 ] {2e863731-050d-4dcc-bc36-f6e4ed41571a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:19.593960 [ 276 ] {2e863731-050d-4dcc-bc36-f6e4ed41571a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.593996 [ 276 ] {2e863731-050d-4dcc-bc36-f6e4ed41571a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.594342 [ 276 ] {2e863731-050d-4dcc-bc36-f6e4ed41571a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.29 20:56:19.594551 [ 276 ] {2e863731-050d-4dcc-bc36-f6e4ed41571a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:19.594681 [ 276 ] {2e863731-050d-4dcc-bc36-f6e4ed41571a} executeQuery: Read 814 rows, 64.42 KiB in 0.00157 sec., 518471.33757961786 rows/sec., 40.07 MiB/sec. 2026.04.29 20:56:19.594719 [ 276 ] {2e863731-050d-4dcc-bc36-f6e4ed41571a} TCPHandler: Processed in 0.001735512 sec. 2026.04.29 20:56:19.594834 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.594930 [ 276 ] {8f476fe8-dd80-437a-a4bd-9e555163fef3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:19.594970 [ 276 ] {8f476fe8-dd80-437a-a4bd-9e555163fef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:19.595409 [ 276 ] {8f476fe8-dd80-437a-a4bd-9e555163fef3} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.595444 [ 276 ] {8f476fe8-dd80-437a-a4bd-9e555163fef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.595755 [ 276 ] {8f476fe8-dd80-437a-a4bd-9e555163fef3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:56:19.595968 [ 276 ] {8f476fe8-dd80-437a-a4bd-9e555163fef3} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:19.596098 [ 276 ] {8f476fe8-dd80-437a-a4bd-9e555163fef3} executeQuery: Read 153 rows, 9.35 KiB in 0.001186 sec., 129005.05902192243 rows/sec., 7.70 MiB/sec. 2026.04.29 20:56:19.596135 [ 276 ] {8f476fe8-dd80-437a-a4bd-9e555163fef3} TCPHandler: Processed in 0.001352908 sec. 2026.04.29 20:56:19.596257 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.596351 [ 276 ] {99c8bf43-3a67-4820-a7a6-6d202e527873} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:56:19.596391 [ 276 ] {99c8bf43-3a67-4820-a7a6-6d202e527873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:56:19.596828 [ 276 ] {99c8bf43-3a67-4820-a7a6-6d202e527873} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.596864 [ 276 ] {99c8bf43-3a67-4820-a7a6-6d202e527873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.597164 [ 276 ] {99c8bf43-3a67-4820-a7a6-6d202e527873} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:56:19.597374 [ 276 ] {99c8bf43-3a67-4820-a7a6-6d202e527873} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:56:19.597502 [ 276 ] {99c8bf43-3a67-4820-a7a6-6d202e527873} executeQuery: Read 150 rows, 9.92 KiB in 0.001168 sec., 128424.65753424658 rows/sec., 8.30 MiB/sec. 2026.04.29 20:56:19.597539 [ 276 ] {99c8bf43-3a67-4820-a7a6-6d202e527873} TCPHandler: Processed in 0.001333627 sec. 2026.04.29 20:56:19.597659 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.597753 [ 276 ] {39cbb0a3-f391-4be1-a0a3-467d2029e3e6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:56:19.597793 [ 276 ] {39cbb0a3-f391-4be1-a0a3-467d2029e3e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:56:19.598235 [ 276 ] {39cbb0a3-f391-4be1-a0a3-467d2029e3e6} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.598270 [ 276 ] {39cbb0a3-f391-4be1-a0a3-467d2029e3e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.598568 [ 276 ] {39cbb0a3-f391-4be1-a0a3-467d2029e3e6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:56:19.598774 [ 276 ] {39cbb0a3-f391-4be1-a0a3-467d2029e3e6} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:56:19.598903 [ 276 ] {39cbb0a3-f391-4be1-a0a3-467d2029e3e6} executeQuery: Read 148 rows, 8.62 KiB in 0.001167 sec., 126820.90831191087 rows/sec., 7.21 MiB/sec. 2026.04.29 20:56:19.598940 [ 276 ] {39cbb0a3-f391-4be1-a0a3-467d2029e3e6} TCPHandler: Processed in 0.001331907 sec. 2026.04.29 20:56:19.599066 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.599159 [ 276 ] {64c472a3-9e70-4e02-8d33-4887bd6dab94} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:19.599199 [ 276 ] {64c472a3-9e70-4e02-8d33-4887bd6dab94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:19.599812 [ 276 ] {64c472a3-9e70-4e02-8d33-4887bd6dab94} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.599850 [ 276 ] {64c472a3-9e70-4e02-8d33-4887bd6dab94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.600168 [ 276 ] {64c472a3-9e70-4e02-8d33-4887bd6dab94} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.29 20:56:19.600392 [ 276 ] {64c472a3-9e70-4e02-8d33-4887bd6dab94} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:19.600520 [ 276 ] {64c472a3-9e70-4e02-8d33-4887bd6dab94} executeQuery: Read 501 rows, 36.07 KiB in 0.001379 sec., 363306.7440174039 rows/sec., 25.54 MiB/sec. 2026.04.29 20:56:19.600556 [ 276 ] {64c472a3-9e70-4e02-8d33-4887bd6dab94} TCPHandler: Processed in 0.00154193 sec. 2026.04.29 20:56:19.600674 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.600767 [ 276 ] {e9b19b08-8d08-4113-b798-324ecf659ce5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:56:19.600807 [ 276 ] {e9b19b08-8d08-4113-b798-324ecf659ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:56:19.601144 [ 276 ] {e9b19b08-8d08-4113-b798-324ecf659ce5} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.601178 [ 276 ] {e9b19b08-8d08-4113-b798-324ecf659ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.601476 [ 276 ] {e9b19b08-8d08-4113-b798-324ecf659ce5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:56:19.601682 [ 276 ] {e9b19b08-8d08-4113-b798-324ecf659ce5} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:56:19.601811 [ 276 ] {e9b19b08-8d08-4113-b798-324ecf659ce5} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2026.04.29 20:56:19.601849 [ 276 ] {e9b19b08-8d08-4113-b798-324ecf659ce5} TCPHandler: Processed in 0.001225996 sec. 2026.04.29 20:56:19.601972 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.602065 [ 276 ] {e77edb63-6116-4181-8d88-0e4d3c824899} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:19.602106 [ 276 ] {e77edb63-6116-4181-8d88-0e4d3c824899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:19.602519 [ 276 ] {e77edb63-6116-4181-8d88-0e4d3c824899} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.602553 [ 276 ] {e77edb63-6116-4181-8d88-0e4d3c824899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.602873 [ 276 ] {e77edb63-6116-4181-8d88-0e4d3c824899} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.29 20:56:19.603086 [ 276 ] {e77edb63-6116-4181-8d88-0e4d3c824899} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:19.603181 [ 66 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.29 20:56:19.603213 [ 276 ] {e77edb63-6116-4181-8d88-0e4d3c824899} executeQuery: Read 267 rows, 18.17 KiB in 0.001165 sec., 229184.54935622317 rows/sec., 15.23 MiB/sec. 2026.04.29 20:56:19.603217 [ 66 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.603246 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.603251 [ 276 ] {e77edb63-6116-4181-8d88-0e4d3c824899} TCPHandler: Processed in 0.001330606 sec. 2026.04.29 20:56:19.603382 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.603385 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.29 20:56:19.603477 [ 276 ] {a24e9a14-287a-4bfe-ac60-f7a4cef3e072} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:56:19.603523 [ 276 ] {a24e9a14-287a-4bfe-ac60-f7a4cef3e072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:56:19.603553 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:19.603594 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 18944 rows starting from the beginning of the part 2026.04.29 20:56:19.603664 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1496 rows starting from the beginning of the part 2026.04.29 20:56:19.603719 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 128 rows starting from the beginning of the part 2026.04.29 20:56:19.603766 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.04.29 20:56:19.603821 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2026.04.29 20:56:19.603844 [ 276 ] {a24e9a14-287a-4bfe-ac60-f7a4cef3e072} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.603868 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 267 rows starting from the beginning of the part 2026.04.29 20:56:19.603885 [ 276 ] {a24e9a14-287a-4bfe-ac60-f7a4cef3e072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.604222 [ 276 ] {a24e9a14-287a-4bfe-ac60-f7a4cef3e072} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:56:19.604438 [ 276 ] {a24e9a14-287a-4bfe-ac60-f7a4cef3e072} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:56:19.604568 [ 276 ] {a24e9a14-287a-4bfe-ac60-f7a4cef3e072} executeQuery: Read 2 rows, 134.00 B in 0.001108 sec., 1805.0541516245487 rows/sec., 118.10 KiB/sec. 2026.04.29 20:56:19.604603 [ 276 ] {a24e9a14-287a-4bfe-ac60-f7a4cef3e072} TCPHandler: Processed in 0.001271366 sec. 2026.04.29 20:56:19.604736 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.604830 [ 276 ] {924ec7f1-03b7-41d3-a72e-057bfab0d9f2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:19.604883 [ 276 ] {924ec7f1-03b7-41d3-a72e-057bfab0d9f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:19.605638 [ 276 ] {924ec7f1-03b7-41d3-a72e-057bfab0d9f2} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.605673 [ 276 ] {924ec7f1-03b7-41d3-a72e-057bfab0d9f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.606214 [ 276 ] {924ec7f1-03b7-41d3-a72e-057bfab0d9f2} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:56:19.606435 [ 276 ] {924ec7f1-03b7-41d3-a72e-057bfab0d9f2} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:19.606575 [ 276 ] {924ec7f1-03b7-41d3-a72e-057bfab0d9f2} executeQuery: Read 7 rows, 12.84 KiB in 0.001762 sec., 3972.758229284904 rows/sec., 7.12 MiB/sec. 2026.04.29 20:56:19.606634 [ 276 ] {924ec7f1-03b7-41d3-a72e-057bfab0d9f2} TCPHandler: Processed in 0.001948645 sec. 2026.04.29 20:56:19.606758 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:19.606853 [ 276 ] {8d8e223f-0bfe-4c5f-bb72-7f5b4270f887} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:19.606893 [ 276 ] {8d8e223f-0bfe-4c5f-bb72-7f5b4270f887} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:19.607235 [ 276 ] {8d8e223f-0bfe-4c5f-bb72-7f5b4270f887} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.607268 [ 276 ] {8d8e223f-0bfe-4c5f-bb72-7f5b4270f887} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.607569 [ 276 ] {8d8e223f-0bfe-4c5f-bb72-7f5b4270f887} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.29 20:56:19.607776 [ 276 ] {8d8e223f-0bfe-4c5f-bb72-7f5b4270f887} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:19.607905 [ 276 ] {8d8e223f-0bfe-4c5f-bb72-7f5b4270f887} executeQuery: Read 90 rows, 5.77 KiB in 0.00107 sec., 84112.14953271027 rows/sec., 5.26 MiB/sec. 2026.04.29 20:56:19.607939 [ 276 ] {8d8e223f-0bfe-4c5f-bb72-7f5b4270f887} TCPHandler: Processed in 0.001231886 sec. 2026.04.29 20:56:19.609104 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 21155 rows, containing 5 columns (5 merged, 0 gathered) in 0.005788845 sec., 3654442.2937563537 rows/sec., 234.46 MiB/sec. 2026.04.29 20:56:19.609482 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.29 20:56:19.609780 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:19.609866 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_51_10} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.29 20:56:19.609958 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.04.29 20:56:19.687579 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15827 2026.04.29 20:56:19.687994 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:19.688031 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:19.688446 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:56:19.688666 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:19.688795 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15827 2026.04.29 20:56:20.535140 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.04.29 20:56:20.550890 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:20.550937 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:20.556468 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:56:20.557146 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:20.559836 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.04.29 20:56:22.241727 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 992 2026.04.29 20:56:22.244138 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:22.244181 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:22.245375 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:56:22.245640 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:56:22.245926 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 992 2026.04.29 20:56:24.578226 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:24.578582 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:24.578916 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:24.578953 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:24.579174 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:24.579243 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:24.579386 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:56:24.579423 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:24.579445 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:24.579462 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:24.579502 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:56:24.579523 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:24.580593 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} executeQuery: Read 52 rows, 12.45 KiB in 0.002154 sec., 24141.132776230268 rows/sec., 5.65 MiB/sec. 2026.04.29 20:56:24.580667 [ 276 ] {815fa564-94ab-4009-b1ec-c5c8e79d3641} TCPHandler: Processed in 0.002634793 sec. 2026.04.29 20:56:24.582987 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:24.583096 [ 276 ] {514f57ee-45d4-422f-82fc-d37fba6568b7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:24.583141 [ 276 ] {514f57ee-45d4-422f-82fc-d37fba6568b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:24.583672 [ 276 ] {514f57ee-45d4-422f-82fc-d37fba6568b7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:24.583716 [ 276 ] {514f57ee-45d4-422f-82fc-d37fba6568b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:24.584083 [ 276 ] {514f57ee-45d4-422f-82fc-d37fba6568b7} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.29 20:56:24.584324 [ 276 ] {514f57ee-45d4-422f-82fc-d37fba6568b7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:24.584469 [ 276 ] {514f57ee-45d4-422f-82fc-d37fba6568b7} executeQuery: Read 126 rows, 11.14 KiB in 0.001403 sec., 89807.55523877406 rows/sec., 7.76 MiB/sec. 2026.04.29 20:56:24.584508 [ 276 ] {514f57ee-45d4-422f-82fc-d37fba6568b7} TCPHandler: Processed in 0.00157438 sec. 2026.04.29 20:56:24.584642 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:24.584736 [ 276 ] {336e7fa1-9e63-46d9-bd67-9f0e4ee4f155} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:24.584777 [ 276 ] {336e7fa1-9e63-46d9-bd67-9f0e4ee4f155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:24.585196 [ 276 ] {336e7fa1-9e63-46d9-bd67-9f0e4ee4f155} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:24.585234 [ 276 ] {336e7fa1-9e63-46d9-bd67-9f0e4ee4f155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:24.585526 [ 276 ] {336e7fa1-9e63-46d9-bd67-9f0e4ee4f155} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:56:24.585739 [ 276 ] {336e7fa1-9e63-46d9-bd67-9f0e4ee4f155} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:24.585869 [ 276 ] {336e7fa1-9e63-46d9-bd67-9f0e4ee4f155} executeQuery: Read 35 rows, 2.63 KiB in 0.00115 sec., 30434.782608695652 rows/sec., 2.23 MiB/sec. 2026.04.29 20:56:24.585906 [ 276 ] {336e7fa1-9e63-46d9-bd67-9f0e4ee4f155} TCPHandler: Processed in 0.001316597 sec. 2026.04.29 20:56:24.586027 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:24.586123 [ 276 ] {9341354b-ec92-46ec-9d14-c40f0b461e7f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:24.586163 [ 276 ] {9341354b-ec92-46ec-9d14-c40f0b461e7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:24.586587 [ 276 ] {9341354b-ec92-46ec-9d14-c40f0b461e7f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:24.586624 [ 276 ] {9341354b-ec92-46ec-9d14-c40f0b461e7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:24.586929 [ 276 ] {9341354b-ec92-46ec-9d14-c40f0b461e7f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.29 20:56:24.587138 [ 276 ] {9341354b-ec92-46ec-9d14-c40f0b461e7f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:24.587268 [ 276 ] {9341354b-ec92-46ec-9d14-c40f0b461e7f} executeQuery: Read 99 rows, 7.92 KiB in 0.001163 sec., 85124.67755803955 rows/sec., 6.65 MiB/sec. 2026.04.29 20:56:24.587305 [ 276 ] {9341354b-ec92-46ec-9d14-c40f0b461e7f} TCPHandler: Processed in 0.001328317 sec. 2026.04.29 20:56:24.587429 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:24.587523 [ 276 ] {0ee3e7cb-9cfe-45ee-be37-ab5e330acd1a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:24.587565 [ 276 ] {0ee3e7cb-9cfe-45ee-be37-ab5e330acd1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:24.587969 [ 276 ] {0ee3e7cb-9cfe-45ee-be37-ab5e330acd1a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:24.588005 [ 276 ] {0ee3e7cb-9cfe-45ee-be37-ab5e330acd1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:24.588328 [ 276 ] {0ee3e7cb-9cfe-45ee-be37-ab5e330acd1a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.29 20:56:24.588541 [ 276 ] {0ee3e7cb-9cfe-45ee-be37-ab5e330acd1a} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:24.588675 [ 276 ] {0ee3e7cb-9cfe-45ee-be37-ab5e330acd1a} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2026.04.29 20:56:24.588712 [ 276 ] {0ee3e7cb-9cfe-45ee-be37-ab5e330acd1a} TCPHandler: Processed in 0.001334258 sec. 2026.04.29 20:56:24.588844 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:24.588937 [ 276 ] {552379e6-243f-475a-a7a2-252cecb0df7e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:24.588992 [ 276 ] {552379e6-243f-475a-a7a2-252cecb0df7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:24.589815 [ 276 ] {552379e6-243f-475a-a7a2-252cecb0df7e} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:24.589853 [ 276 ] {552379e6-243f-475a-a7a2-252cecb0df7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:24.590404 [ 276 ] {552379e6-243f-475a-a7a2-252cecb0df7e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:56:24.590630 [ 276 ] {552379e6-243f-475a-a7a2-252cecb0df7e} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:24.590775 [ 276 ] {552379e6-243f-475a-a7a2-252cecb0df7e} executeQuery: Read 35 rows, 64.22 KiB in 0.001856 sec., 18857.758620689656 rows/sec., 33.79 MiB/sec. 2026.04.29 20:56:24.590838 [ 276 ] {552379e6-243f-475a-a7a2-252cecb0df7e} TCPHandler: Processed in 0.002044987 sec. 2026.04.29 20:56:24.590965 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:24.591060 [ 276 ] {e694d538-91a4-443f-8485-93a5ecc59ff4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:24.591205 [ 276 ] {e694d538-91a4-443f-8485-93a5ecc59ff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:24.591555 [ 276 ] {e694d538-91a4-443f-8485-93a5ecc59ff4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:24.591592 [ 276 ] {e694d538-91a4-443f-8485-93a5ecc59ff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:24.591902 [ 276 ] {e694d538-91a4-443f-8485-93a5ecc59ff4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.29 20:56:24.592117 [ 276 ] {e694d538-91a4-443f-8485-93a5ecc59ff4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:24.592249 [ 276 ] {e694d538-91a4-443f-8485-93a5ecc59ff4} executeQuery: Read 60 rows, 4.14 KiB in 0.001208 sec., 49668.874172185424 rows/sec., 3.35 MiB/sec. 2026.04.29 20:56:24.592254 [ 32 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.29 20:56:24.592286 [ 276 ] {e694d538-91a4-443f-8485-93a5ecc59ff4} TCPHandler: Processed in 0.001372397 sec. 2026.04.29 20:56:24.592326 [ 32 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:24.592465 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:24.592566 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.29 20:56:24.592677 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:24.592709 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2652 rows starting from the beginning of the part 2026.04.29 20:56:24.592767 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part 2026.04.29 20:56:24.592813 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.04.29 20:56:24.592857 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.04.29 20:56:24.592899 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 90 rows starting from the beginning of the part 2026.04.29 20:56:24.592938 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.04.29 20:56:24.594007 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2970 rows, containing 4 columns (4 merged, 0 gathered) in 0.001479489 sec., 2007449.8695157585 rows/sec., 132.06 MiB/sec. 2026.04.29 20:56:24.594291 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.29 20:56:24.594589 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:24.594674 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_51_10} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.29 20:56:24.594775 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.04.29 20:56:27.048444 [ 97 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:56:27.048507 [ 97 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:56:27.188971 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16339 2026.04.29 20:56:27.189522 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:27.189570 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:27.190067 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:56:27.190306 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:27.190449 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16339 2026.04.29 20:56:28.060116 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.04.29 20:56:28.076670 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:28.076740 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:28.082770 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:56:28.083492 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:28.086162 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.04.29 20:56:29.581051 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.581324 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:29.581737 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:29.581783 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:29.582043 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:29.582113 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:29.582261 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:56:29.582298 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:29.582319 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:29.582334 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:29.582375 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:29.582395 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:29.583532 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} executeQuery: Read 52 rows, 12.45 KiB in 0.002323 sec., 22384.847180370212 rows/sec., 5.24 MiB/sec. 2026.04.29 20:56:29.583653 [ 276 ] {212cf49b-867d-4d81-815c-a198b9cf0fb9} TCPHandler: Processed in 0.002748796 sec. 2026.04.29 20:56:29.588883 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.588999 [ 276 ] {4ca7da1e-6516-47dc-8018-08c3397eb938} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.589045 [ 276 ] {4ca7da1e-6516-47dc-8018-08c3397eb938} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:56:29.589655 [ 276 ] {4ca7da1e-6516-47dc-8018-08c3397eb938} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.589697 [ 276 ] {4ca7da1e-6516-47dc-8018-08c3397eb938} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.590084 [ 276 ] {4ca7da1e-6516-47dc-8018-08c3397eb938} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:56:29.590309 [ 276 ] {4ca7da1e-6516-47dc-8018-08c3397eb938} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:56:29.590461 [ 276 ] {4ca7da1e-6516-47dc-8018-08c3397eb938} executeQuery: Read 284 rows, 18.47 KiB in 0.001497 sec., 189712.75885103538 rows/sec., 12.05 MiB/sec. 2026.04.29 20:56:29.590499 [ 276 ] {4ca7da1e-6516-47dc-8018-08c3397eb938} TCPHandler: Processed in 0.001673031 sec. 2026.04.29 20:56:29.590636 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.590732 [ 276 ] {2a8835dd-6455-4260-b619-4b949c030f22} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:29.590772 [ 276 ] {2a8835dd-6455-4260-b619-4b949c030f22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:29.591633 [ 276 ] {2a8835dd-6455-4260-b619-4b949c030f22} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.591669 [ 276 ] {2a8835dd-6455-4260-b619-4b949c030f22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.592020 [ 276 ] {2a8835dd-6455-4260-b619-4b949c030f22} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.29 20:56:29.592234 [ 276 ] {2a8835dd-6455-4260-b619-4b949c030f22} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.592370 [ 276 ] {2a8835dd-6455-4260-b619-4b949c030f22} executeQuery: Read 811 rows, 64.18 KiB in 0.001656 sec., 489734.29951690824 rows/sec., 37.85 MiB/sec. 2026.04.29 20:56:29.592406 [ 276 ] {2a8835dd-6455-4260-b619-4b949c030f22} TCPHandler: Processed in 0.001822904 sec. 2026.04.29 20:56:29.592531 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.592627 [ 276 ] {34721fdb-684b-4ef7-8639-d951444adeb2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.592665 [ 276 ] {34721fdb-684b-4ef7-8639-d951444adeb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:29.593137 [ 276 ] {34721fdb-684b-4ef7-8639-d951444adeb2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.593172 [ 276 ] {34721fdb-684b-4ef7-8639-d951444adeb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.593488 [ 276 ] {34721fdb-684b-4ef7-8639-d951444adeb2} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:56:29.593700 [ 276 ] {34721fdb-684b-4ef7-8639-d951444adeb2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.593819 [ 64 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2026.04.29 20:56:29.593835 [ 276 ] {34721fdb-684b-4ef7-8639-d951444adeb2} executeQuery: Read 149 rows, 9.07 KiB in 0.001227 sec., 121434.39282803585 rows/sec., 7.22 MiB/sec. 2026.04.29 20:56:29.593883 [ 64 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.593896 [ 276 ] {34721fdb-684b-4ef7-8639-d951444adeb2} TCPHandler: Processed in 0.001415899 sec. 2026.04.29 20:56:29.593911 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.594020 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2026.04.29 20:56:29.594028 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.594146 [ 276 ] {31479ee9-5b72-41de-9873-34b3c77c81b8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.594151 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:29.594188 [ 276 ] {31479ee9-5b72-41de-9873-34b3c77c81b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:56:29.594201 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 225 rows starting from the beginning of the part 2026.04.29 20:56:29.594282 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:29.594332 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 35 rows starting from the beginning of the part 2026.04.29 20:56:29.594379 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 153 rows starting from the beginning of the part 2026.04.29 20:56:29.594424 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 35 rows starting from the beginning of the part 2026.04.29 20:56:29.594468 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 149 rows starting from the beginning of the part 2026.04.29 20:56:29.594671 [ 276 ] {31479ee9-5b72-41de-9873-34b3c77c81b8} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.594713 [ 276 ] {31479ee9-5b72-41de-9873-34b3c77c81b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.595033 [ 276 ] {31479ee9-5b72-41de-9873-34b3c77c81b8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:56:29.595264 [ 276 ] {31479ee9-5b72-41de-9873-34b3c77c81b8} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:56:29.595395 [ 276 ] {31479ee9-5b72-41de-9873-34b3c77c81b8} executeQuery: Read 149 rows, 9.86 KiB in 0.001268 sec., 117507.88643533122 rows/sec., 7.59 MiB/sec. 2026.04.29 20:56:29.595407 [ 201 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 5 columns (5 merged, 0 gathered) in 0.001427928 sec., 422990.51492792356 rows/sec., 28.25 MiB/sec. 2026.04.29 20:56:29.595433 [ 276 ] {31479ee9-5b72-41de-9873-34b3c77c81b8} TCPHandler: Processed in 0.001456338 sec. 2026.04.29 20:56:29.595577 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.595610 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2026.04.29 20:56:29.595674 [ 276 ] {302ddd7f-6ff9-46a9-ba92-998bbfb0fb13} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.595717 [ 276 ] {302ddd7f-6ff9-46a9-ba92-998bbfb0fb13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:56:29.595922 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.596011 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_45_9} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2026.04.29 20:56:29.596124 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.29 20:56:29.596192 [ 276 ] {302ddd7f-6ff9-46a9-ba92-998bbfb0fb13} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.596233 [ 276 ] {302ddd7f-6ff9-46a9-ba92-998bbfb0fb13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.596538 [ 276 ] {302ddd7f-6ff9-46a9-ba92-998bbfb0fb13} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:56:29.596750 [ 276 ] {302ddd7f-6ff9-46a9-ba92-998bbfb0fb13} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:56:29.596878 [ 276 ] {302ddd7f-6ff9-46a9-ba92-998bbfb0fb13} executeQuery: Read 148 rows, 8.62 KiB in 0.001222 sec., 121112.92962356792 rows/sec., 6.89 MiB/sec. 2026.04.29 20:56:29.596914 [ 276 ] {302ddd7f-6ff9-46a9-ba92-998bbfb0fb13} TCPHandler: Processed in 0.001387557 sec. 2026.04.29 20:56:29.597039 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.597134 [ 276 ] {c359b48b-ff18-4b55-9a9e-1917b9759c5e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:29.597172 [ 276 ] {c359b48b-ff18-4b55-9a9e-1917b9759c5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:29.597855 [ 276 ] {c359b48b-ff18-4b55-9a9e-1917b9759c5e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.597891 [ 276 ] {c359b48b-ff18-4b55-9a9e-1917b9759c5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.598217 [ 276 ] {c359b48b-ff18-4b55-9a9e-1917b9759c5e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.29 20:56:29.598411 [ 276 ] {c359b48b-ff18-4b55-9a9e-1917b9759c5e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.598533 [ 276 ] {c359b48b-ff18-4b55-9a9e-1917b9759c5e} executeQuery: Read 497 rows, 35.74 KiB in 0.001447 sec., 343469.24671734625 rows/sec., 24.12 MiB/sec. 2026.04.29 20:56:29.598568 [ 276 ] {c359b48b-ff18-4b55-9a9e-1917b9759c5e} TCPHandler: Processed in 0.001610611 sec. 2026.04.29 20:56:29.598680 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.598767 [ 276 ] {1a3b30d8-d61f-4b50-ab71-01a55ea1ffcf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:56:29.598805 [ 276 ] {1a3b30d8-d61f-4b50-ab71-01a55ea1ffcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:56:29.599193 [ 276 ] {1a3b30d8-d61f-4b50-ab71-01a55ea1ffcf} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.599228 [ 276 ] {1a3b30d8-d61f-4b50-ab71-01a55ea1ffcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.599532 [ 276 ] {1a3b30d8-d61f-4b50-ab71-01a55ea1ffcf} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:56:29.599740 [ 276 ] {1a3b30d8-d61f-4b50-ab71-01a55ea1ffcf} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:56:29.599869 [ 276 ] {1a3b30d8-d61f-4b50-ab71-01a55ea1ffcf} executeQuery: Read 6 rows, 321.00 B in 0.001074 sec., 5586.592178770949 rows/sec., 291.88 KiB/sec. 2026.04.29 20:56:29.599906 [ 276 ] {1a3b30d8-d61f-4b50-ab71-01a55ea1ffcf} TCPHandler: Processed in 0.001239996 sec. 2026.04.29 20:56:29.600031 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.600124 [ 276 ] {a8d08c3e-3d41-473a-9ce0-1fc592f298ea} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.600170 [ 276 ] {a8d08c3e-3d41-473a-9ce0-1fc592f298ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:29.600615 [ 276 ] {a8d08c3e-3d41-473a-9ce0-1fc592f298ea} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.600652 [ 276 ] {a8d08c3e-3d41-473a-9ce0-1fc592f298ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.600978 [ 276 ] {a8d08c3e-3d41-473a-9ce0-1fc592f298ea} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.29 20:56:29.601190 [ 276 ] {a8d08c3e-3d41-473a-9ce0-1fc592f298ea} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.601325 [ 276 ] {a8d08c3e-3d41-473a-9ce0-1fc592f298ea} executeQuery: Read 265 rows, 18.03 KiB in 0.001218 sec., 217569.7865353038 rows/sec., 14.46 MiB/sec. 2026.04.29 20:56:29.601362 [ 276 ] {a8d08c3e-3d41-473a-9ce0-1fc592f298ea} TCPHandler: Processed in 0.001380967 sec. 2026.04.29 20:56:29.601484 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.601578 [ 276 ] {9d454cd4-f06f-4351-8905-97bd173ce902} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.601623 [ 276 ] {9d454cd4-f06f-4351-8905-97bd173ce902} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:56:29.601938 [ 276 ] {9d454cd4-f06f-4351-8905-97bd173ce902} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.601972 [ 276 ] {9d454cd4-f06f-4351-8905-97bd173ce902} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.602270 [ 276 ] {9d454cd4-f06f-4351-8905-97bd173ce902} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:56:29.602484 [ 276 ] {9d454cd4-f06f-4351-8905-97bd173ce902} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:56:29.602611 [ 276 ] {9d454cd4-f06f-4351-8905-97bd173ce902} executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. 2026.04.29 20:56:29.602645 [ 276 ] {9d454cd4-f06f-4351-8905-97bd173ce902} TCPHandler: Processed in 0.001211046 sec. 2026.04.29 20:56:29.602762 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.602853 [ 276 ] {1ab8cd90-f712-43d2-8e71-6af91dd82615} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.602908 [ 276 ] {1ab8cd90-f712-43d2-8e71-6af91dd82615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:29.603655 [ 276 ] {1ab8cd90-f712-43d2-8e71-6af91dd82615} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.603694 [ 276 ] {1ab8cd90-f712-43d2-8e71-6af91dd82615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.604197 [ 276 ] {1ab8cd90-f712-43d2-8e71-6af91dd82615} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:56:29.604417 [ 276 ] {1ab8cd90-f712-43d2-8e71-6af91dd82615} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.604559 [ 276 ] {1ab8cd90-f712-43d2-8e71-6af91dd82615} executeQuery: Read 7 rows, 12.84 KiB in 0.001723 sec., 4062.6813697040047 rows/sec., 7.28 MiB/sec. 2026.04.29 20:56:29.604619 [ 276 ] {1ab8cd90-f712-43d2-8e71-6af91dd82615} TCPHandler: Processed in 0.001906064 sec. 2026.04.29 20:56:29.604759 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.604856 [ 276 ] {d8df8583-0007-40b3-a59e-6e0391c377f1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.604897 [ 276 ] {d8df8583-0007-40b3-a59e-6e0391c377f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:29.605229 [ 276 ] {d8df8583-0007-40b3-a59e-6e0391c377f1} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.605264 [ 276 ] {d8df8583-0007-40b3-a59e-6e0391c377f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.605570 [ 276 ] {d8df8583-0007-40b3-a59e-6e0391c377f1} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.29 20:56:29.605778 [ 276 ] {d8df8583-0007-40b3-a59e-6e0391c377f1} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.605904 [ 276 ] {d8df8583-0007-40b3-a59e-6e0391c377f1} executeQuery: Read 90 rows, 5.77 KiB in 0.001067 sec., 84348.64104967198 rows/sec., 5.28 MiB/sec. 2026.04.29 20:56:29.605943 [ 276 ] {d8df8583-0007-40b3-a59e-6e0391c377f1} TCPHandler: Processed in 0.001233356 sec. 2026.04.29 20:56:29.898722 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.898947 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:56:29.899273 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:29.899309 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:56:29.899539 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:29.899606 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:29.899744 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.04.29 20:56:29.899780 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:29.899801 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:29.899816 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:29.899857 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:56:29.899877 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:29.900912 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} executeQuery: Read 52 rows, 12.45 KiB in 0.002061 sec., 25230.470645317808 rows/sec., 5.90 MiB/sec. 2026.04.29 20:56:29.901023 [ 276 ] {e6e878c0-f0c1-402f-b835-fb8313aeed1a} TCPHandler: Processed in 0.002423931 sec. 2026.04.29 20:56:29.913674 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.913798 [ 276 ] {a1048dc5-b4b6-4df8-8840-1e4794050a7f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:56:29.913844 [ 276 ] {a1048dc5-b4b6-4df8-8840-1e4794050a7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:56:29.914344 [ 276 ] {a1048dc5-b4b6-4df8-8840-1e4794050a7f} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.914388 [ 276 ] {a1048dc5-b4b6-4df8-8840-1e4794050a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.914784 [ 276 ] {a1048dc5-b4b6-4df8-8840-1e4794050a7f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:56:29.915020 [ 276 ] {a1048dc5-b4b6-4df8-8840-1e4794050a7f} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:56:29.915184 [ 276 ] {a1048dc5-b4b6-4df8-8840-1e4794050a7f} executeQuery: Read 6 rows, 501.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 344.31 KiB/sec. 2026.04.29 20:56:29.915224 [ 276 ] {a1048dc5-b4b6-4df8-8840-1e4794050a7f} TCPHandler: Processed in 0.00160708 sec. 2026.04.29 20:56:29.915363 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.915471 [ 276 ] {2087062c-4ffd-4d1b-b914-e55ce09a4935} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:29.915513 [ 276 ] {2087062c-4ffd-4d1b-b914-e55ce09a4935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:29.917068 [ 276 ] {2087062c-4ffd-4d1b-b914-e55ce09a4935} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.917107 [ 276 ] {2087062c-4ffd-4d1b-b914-e55ce09a4935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.917567 [ 276 ] {2087062c-4ffd-4d1b-b914-e55ce09a4935} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.29 20:56:29.917786 [ 276 ] {2087062c-4ffd-4d1b-b914-e55ce09a4935} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.917926 [ 276 ] {2087062c-4ffd-4d1b-b914-e55ce09a4935} executeQuery: Read 2474 rows, 188.29 KiB in 0.002479 sec., 997983.0576845503 rows/sec., 74.17 MiB/sec. 2026.04.29 20:56:29.917964 [ 276 ] {2087062c-4ffd-4d1b-b914-e55ce09a4935} TCPHandler: Processed in 0.002660195 sec. 2026.04.29 20:56:29.918087 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.918186 [ 276 ] {0313d087-68c6-479b-ae22-12bdb8c674cb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.918227 [ 276 ] {0313d087-68c6-479b-ae22-12bdb8c674cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:29.918648 [ 276 ] {0313d087-68c6-479b-ae22-12bdb8c674cb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.918686 [ 276 ] {0313d087-68c6-479b-ae22-12bdb8c674cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.918988 [ 276 ] {0313d087-68c6-479b-ae22-12bdb8c674cb} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.29 20:56:29.919205 [ 276 ] {0313d087-68c6-479b-ae22-12bdb8c674cb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.919338 [ 276 ] {0313d087-68c6-479b-ae22-12bdb8c674cb} executeQuery: Read 50 rows, 3.73 KiB in 0.001173 sec., 42625.745950554134 rows/sec., 3.10 MiB/sec. 2026.04.29 20:56:29.919380 [ 276 ] {0313d087-68c6-479b-ae22-12bdb8c674cb} TCPHandler: Processed in 0.001343878 sec. 2026.04.29 20:56:29.919501 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.919596 [ 276 ] {f9c83587-c30a-42ef-9144-929a7e0388f7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.919636 [ 276 ] {f9c83587-c30a-42ef-9144-929a7e0388f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:56:29.920298 [ 276 ] {f9c83587-c30a-42ef-9144-929a7e0388f7} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.920336 [ 276 ] {f9c83587-c30a-42ef-9144-929a7e0388f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.920666 [ 276 ] {f9c83587-c30a-42ef-9144-929a7e0388f7} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:56:29.920881 [ 276 ] {f9c83587-c30a-42ef-9144-929a7e0388f7} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:56:29.921014 [ 276 ] {f9c83587-c30a-42ef-9144-929a7e0388f7} executeQuery: Read 801 rows, 47.38 KiB in 0.001438 sec., 557023.6439499304 rows/sec., 32.18 MiB/sec. 2026.04.29 20:56:29.921051 [ 276 ] {f9c83587-c30a-42ef-9144-929a7e0388f7} TCPHandler: Processed in 0.001599581 sec. 2026.04.29 20:56:29.921158 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.921252 [ 276 ] {d9f2a000-e141-480d-82d3-318e724d4d65} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.921291 [ 276 ] {d9f2a000-e141-480d-82d3-318e724d4d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:56:29.921677 [ 276 ] {d9f2a000-e141-480d-82d3-318e724d4d65} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.921712 [ 276 ] {d9f2a000-e141-480d-82d3-318e724d4d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.922000 [ 276 ] {d9f2a000-e141-480d-82d3-318e724d4d65} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.29 20:56:29.922210 [ 276 ] {d9f2a000-e141-480d-82d3-318e724d4d65} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:56:29.922333 [ 276 ] {d9f2a000-e141-480d-82d3-318e724d4d65} executeQuery: Read 1 rows, 72.00 B in 0.0011 sec., 909.090909090909 rows/sec., 63.92 KiB/sec. 2026.04.29 20:56:29.922370 [ 276 ] {d9f2a000-e141-480d-82d3-318e724d4d65} TCPHandler: Processed in 0.001260826 sec. 2026.04.29 20:56:29.922494 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.922616 [ 276 ] {10f4f27b-8ffb-4bd6-b278-42bcb1553527} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:29.922665 [ 276 ] {10f4f27b-8ffb-4bd6-b278-42bcb1553527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:29.923622 [ 276 ] {10f4f27b-8ffb-4bd6-b278-42bcb1553527} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.923659 [ 276 ] {10f4f27b-8ffb-4bd6-b278-42bcb1553527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.924037 [ 276 ] {10f4f27b-8ffb-4bd6-b278-42bcb1553527} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.29 20:56:29.924264 [ 276 ] {10f4f27b-8ffb-4bd6-b278-42bcb1553527} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.924398 [ 276 ] {10f4f27b-8ffb-4bd6-b278-42bcb1553527} executeQuery: Read 1329 rows, 91.25 KiB in 0.001807 sec., 735473.1599335916 rows/sec., 49.31 MiB/sec. 2026.04.29 20:56:29.924436 [ 276 ] {10f4f27b-8ffb-4bd6-b278-42bcb1553527} TCPHandler: Processed in 0.002005585 sec. 2026.04.29 20:56:29.924572 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.924692 [ 276 ] {7efe69b7-38ae-467e-bb20-55b1477e48e3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.924754 [ 276 ] {7efe69b7-38ae-467e-bb20-55b1477e48e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:29.925501 [ 276 ] {7efe69b7-38ae-467e-bb20-55b1477e48e3} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.925535 [ 276 ] {7efe69b7-38ae-467e-bb20-55b1477e48e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.925953 [ 276 ] {7efe69b7-38ae-467e-bb20-55b1477e48e3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.29 20:56:29.926166 [ 276 ] {7efe69b7-38ae-467e-bb20-55b1477e48e3} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.926297 [ 276 ] {7efe69b7-38ae-467e-bb20-55b1477e48e3} executeQuery: Read 1499 rows, 93.11 KiB in 0.001631 sec., 919068.0564071122 rows/sec., 55.75 MiB/sec. 2026.04.29 20:56:29.926334 [ 276 ] {7efe69b7-38ae-467e-bb20-55b1477e48e3} TCPHandler: Processed in 0.001827284 sec. 2026.04.29 20:56:29.926444 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.926543 [ 276 ] {ec68a797-8a4c-4f7e-8238-024866d73c7a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.926598 [ 276 ] {ec68a797-8a4c-4f7e-8238-024866d73c7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:29.927463 [ 276 ] {ec68a797-8a4c-4f7e-8238-024866d73c7a} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.927500 [ 276 ] {ec68a797-8a4c-4f7e-8238-024866d73c7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.928070 [ 276 ] {ec68a797-8a4c-4f7e-8238-024866d73c7a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:56:29.928305 [ 276 ] {ec68a797-8a4c-4f7e-8238-024866d73c7a} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.928451 [ 276 ] {ec68a797-8a4c-4f7e-8238-024866d73c7a} executeQuery: Read 44 rows, 80.74 KiB in 0.001927 sec., 22833.41982355994 rows/sec., 40.92 MiB/sec. 2026.04.29 20:56:29.928510 [ 276 ] {ec68a797-8a4c-4f7e-8238-024866d73c7a} TCPHandler: Processed in 0.002118247 sec. 2026.04.29 20:56:29.928630 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:29.928723 [ 276 ] {ed9d4160-8987-46f0-8fab-c166afb23e33} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:29.928764 [ 276 ] {ed9d4160-8987-46f0-8fab-c166afb23e33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:29.929090 [ 276 ] {ed9d4160-8987-46f0-8fab-c166afb23e33} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:29.929127 [ 276 ] {ed9d4160-8987-46f0-8fab-c166afb23e33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:29.929435 [ 276 ] {ed9d4160-8987-46f0-8fab-c166afb23e33} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.29 20:56:29.929653 [ 276 ] {ed9d4160-8987-46f0-8fab-c166afb23e33} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:29.929785 [ 276 ] {ed9d4160-8987-46f0-8fab-c166afb23e33} executeQuery: Read 12 rows, 848.00 B in 0.00108 sec., 11111.111111111111 rows/sec., 766.78 KiB/sec. 2026.04.29 20:56:29.929821 [ 276 ] {ed9d4160-8987-46f0-8fab-c166afb23e33} TCPHandler: Processed in 0.001242965 sec. 2026.04.29 20:56:30.000207 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 291.55 MiB, peak 297.04 MiB, free memory in arenas 0.00 B, will set to 290.00 MiB (RSS), difference: -1.55 MiB 2026.04.29 20:56:32.246508 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1050 2026.04.29 20:56:32.249478 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:32.249516 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:32.250749 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:56:32.251011 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:56:32.251273 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1050 2026.04.29 20:56:34.575194 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:34.575420 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:34.575749 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:34.575783 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:34.575999 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:34.576067 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:34.576209 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:56:34.576245 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:34.576267 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:34.576282 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:34.576322 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:34.576342 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:34.577488 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} executeQuery: Read 52 rows, 12.45 KiB in 0.002157 sec., 24107.556791840518 rows/sec., 5.64 MiB/sec. 2026.04.29 20:56:34.577591 [ 276 ] {4537d9a6-62b3-4ab7-a17c-a9abbba4d9d5} TCPHandler: Processed in 0.002549322 sec. 2026.04.29 20:56:34.579199 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:34.579312 [ 276 ] {b2f2a881-2483-4dba-8dfe-aaa0bbbab880} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:34.579355 [ 276 ] {b2f2a881-2483-4dba-8dfe-aaa0bbbab880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:34.579862 [ 276 ] {b2f2a881-2483-4dba-8dfe-aaa0bbbab880} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:34.579907 [ 276 ] {b2f2a881-2483-4dba-8dfe-aaa0bbbab880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:34.580279 [ 276 ] {b2f2a881-2483-4dba-8dfe-aaa0bbbab880} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.29 20:56:34.580514 [ 276 ] {b2f2a881-2483-4dba-8dfe-aaa0bbbab880} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:34.580661 [ 276 ] {b2f2a881-2483-4dba-8dfe-aaa0bbbab880} executeQuery: Read 56 rows, 4.41 KiB in 0.00138 sec., 40579.710144927536 rows/sec., 3.12 MiB/sec. 2026.04.29 20:56:34.580658 [ 111 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.29 20:56:34.580702 [ 276 ] {b2f2a881-2483-4dba-8dfe-aaa0bbbab880} TCPHandler: Processed in 0.00155628 sec. 2026.04.29 20:56:34.580734 [ 111 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:34.580760 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:34.580846 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:34.580859 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.29 20:56:34.580949 [ 276 ] {76834edf-5e04-4508-98f6-0567ddcf181f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:34.580983 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:34.580994 [ 276 ] {76834edf-5e04-4508-98f6-0567ddcf181f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:34.581024 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3360 rows starting from the beginning of the part 2026.04.29 20:56:34.581103 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 814 rows starting from the beginning of the part 2026.04.29 20:56:34.581157 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 126 rows starting from the beginning of the part 2026.04.29 20:56:34.581202 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 811 rows starting from the beginning of the part 2026.04.29 20:56:34.581242 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2474 rows starting from the beginning of the part 2026.04.29 20:56:34.581282 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part 2026.04.29 20:56:34.581505 [ 276 ] {76834edf-5e04-4508-98f6-0567ddcf181f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:34.581548 [ 276 ] {76834edf-5e04-4508-98f6-0567ddcf181f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:34.581884 [ 276 ] {76834edf-5e04-4508-98f6-0567ddcf181f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.29 20:56:34.582120 [ 276 ] {76834edf-5e04-4508-98f6-0567ddcf181f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:34.582239 [ 111 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.29 20:56:34.582254 [ 276 ] {76834edf-5e04-4508-98f6-0567ddcf181f} executeQuery: Read 64 rows, 5.12 KiB in 0.001324 sec., 48338.36858006042 rows/sec., 3.77 MiB/sec. 2026.04.29 20:56:34.582279 [ 111 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:34.582302 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:34.582303 [ 276 ] {76834edf-5e04-4508-98f6-0567ddcf181f} TCPHandler: Processed in 0.001509879 sec. 2026.04.29 20:56:34.582383 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.29 20:56:34.582459 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:34.582519 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:34.582563 [ 276 ] {2d145762-d7a8-4149-92ee-1046432b255d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:34.582563 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1830 rows starting from the beginning of the part 2026.04.29 20:56:34.582619 [ 276 ] {2d145762-d7a8-4149-92ee-1046432b255d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:34.582670 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 501 rows starting from the beginning of the part 2026.04.29 20:56:34.582747 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 99 rows starting from the beginning of the part 2026.04.29 20:56:34.582807 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 497 rows starting from the beginning of the part 2026.04.29 20:56:34.582867 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1329 rows starting from the beginning of the part 2026.04.29 20:56:34.582930 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part 2026.04.29 20:56:34.583039 [ 276 ] {2d145762-d7a8-4149-92ee-1046432b255d} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:34.583080 [ 276 ] {2d145762-d7a8-4149-92ee-1046432b255d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:34.583469 [ 276 ] {2d145762-d7a8-4149-92ee-1046432b255d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.29 20:56:34.583700 [ 276 ] {2d145762-d7a8-4149-92ee-1046432b255d} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:34.583730 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 7641 rows, containing 5 columns (5 merged, 0 gathered) in 0.002909237 sec., 2626461.8523688517 rows/sec., 209.01 MiB/sec. 2026.04.29 20:56:34.583839 [ 276 ] {2d145762-d7a8-4149-92ee-1046432b255d} executeQuery: Read 128 rows, 9.13 KiB in 0.001294 sec., 98918.08346213293 rows/sec., 6.89 MiB/sec. 2026.04.29 20:56:34.583880 [ 276 ] {2d145762-d7a8-4149-92ee-1046432b255d} TCPHandler: Processed in 0.001472899 sec. 2026.04.29 20:56:34.584012 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:34.584041 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.29 20:56:34.584107 [ 276 ] {85f67629-9152-482e-96ec-af70ee8337e9} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:34.584154 [ 276 ] {85f67629-9152-482e-96ec-af70ee8337e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:34.584309 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:34.584404 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_56_11} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.29 20:56:34.584508 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. 2026.04.29 20:56:34.584514 [ 276 ] {85f67629-9152-482e-96ec-af70ee8337e9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:34.584567 [ 276 ] {85f67629-9152-482e-96ec-af70ee8337e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:34.584640 [ 195 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4320 rows, containing 5 columns (5 merged, 0 gathered) in 0.00228888 sec., 1887385.970430953 rows/sec., 136.82 MiB/sec. 2026.04.29 20:56:34.584891 [ 276 ] {85f67629-9152-482e-96ec-af70ee8337e9} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.29 20:56:34.584917 [ 193 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.29 20:56:34.585148 [ 276 ] {85f67629-9152-482e-96ec-af70ee8337e9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:34.585266 [ 193 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:34.585298 [ 276 ] {85f67629-9152-482e-96ec-af70ee8337e9} executeQuery: Read 48 rows, 3.31 KiB in 0.001209 sec., 39702.233250620346 rows/sec., 2.68 MiB/sec. 2026.04.29 20:56:34.585338 [ 276 ] {85f67629-9152-482e-96ec-af70ee8337e9} TCPHandler: Processed in 0.001378038 sec. 2026.04.29 20:56:34.585358 [ 193 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_56_11} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.29 20:56:34.585471 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.04.29 20:56:34.690740 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16787 2026.04.29 20:56:34.691245 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:34.691289 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:34.691746 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:56:34.691982 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:34.692120 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16787 2026.04.29 20:56:35.586384 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.04.29 20:56:35.604216 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:35.604274 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:35.610392 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:56:35.611103 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:35.614129 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.04.29 20:56:39.582399 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.582642 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:39.583002 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:39.583041 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:39.583289 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:39.583360 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:39.583505 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:56:39.583543 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:39.583567 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:39.583583 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:39.583625 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:39.583647 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:39.584835 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} executeQuery: Read 52 rows, 12.45 KiB in 0.002298 sec., 22628.372497824195 rows/sec., 5.29 MiB/sec. 2026.04.29 20:56:39.584960 [ 276 ] {abbc5f05-d91f-4460-8f67-faf1cc3077cc} TCPHandler: Processed in 0.002699844 sec. 2026.04.29 20:56:39.589953 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.590071 [ 276 ] {390b70c0-fb34-4316-990c-049ad96da5b4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:56:39.590119 [ 276 ] {390b70c0-fb34-4316-990c-049ad96da5b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:56:39.590718 [ 276 ] {390b70c0-fb34-4316-990c-049ad96da5b4} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.590765 [ 276 ] {390b70c0-fb34-4316-990c-049ad96da5b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.591160 [ 276 ] {390b70c0-fb34-4316-990c-049ad96da5b4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:56:39.591393 [ 276 ] {390b70c0-fb34-4316-990c-049ad96da5b4} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:56:39.591542 [ 276 ] {390b70c0-fb34-4316-990c-049ad96da5b4} executeQuery: Read 284 rows, 18.47 KiB in 0.001505 sec., 188704.31893687707 rows/sec., 11.99 MiB/sec. 2026.04.29 20:56:39.591550 [ 101 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.04.29 20:56:39.591584 [ 276 ] {390b70c0-fb34-4316-990c-049ad96da5b4} TCPHandler: Processed in 0.001690742 sec. 2026.04.29 20:56:39.591618 [ 101 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.591646 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.591750 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.591764 [ 187 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.04.29 20:56:39.591852 [ 276 ] {b610376b-a134-4333-9d2e-058e26749d81} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:39.591898 [ 276 ] {b610376b-a134-4333-9d2e-058e26749d81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:39.591907 [ 187 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:39.591948 [ 187 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 284 rows starting from the beginning of the part 2026.04.29 20:56:39.592012 [ 187 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 308 rows starting from the beginning of the part 2026.04.29 20:56:39.592056 [ 187 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.04.29 20:56:39.592101 [ 187 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.04.29 20:56:39.592143 [ 187 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.04.29 20:56:39.592187 [ 187 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.04.29 20:56:39.592754 [ 276 ] {b610376b-a134-4333-9d2e-058e26749d81} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.592797 [ 276 ] {b610376b-a134-4333-9d2e-058e26749d81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.593172 [ 276 ] {b610376b-a134-4333-9d2e-058e26749d81} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.29 20:56:39.593311 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001602701 sec., 915953.7555663845 rows/sec., 62.25 MiB/sec. 2026.04.29 20:56:39.593413 [ 276 ] {b610376b-a134-4333-9d2e-058e26749d81} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.593481 [ 195 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.04.29 20:56:39.593564 [ 276 ] {b610376b-a134-4333-9d2e-058e26749d81} executeQuery: Read 811 rows, 64.18 KiB in 0.001731 sec., 468515.3090699018 rows/sec., 36.21 MiB/sec. 2026.04.29 20:56:39.593609 [ 276 ] {b610376b-a134-4333-9d2e-058e26749d81} TCPHandler: Processed in 0.001912604 sec. 2026.04.29 20:56:39.593736 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.593822 [ 195 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.593833 [ 276 ] {f75f8f3f-9874-4b8a-9ac9-b7f96940d28d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:39.593887 [ 276 ] {f75f8f3f-9874-4b8a-9ac9-b7f96940d28d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:39.593910 [ 195 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_14_3} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.04.29 20:56:39.594008 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.04.29 20:56:39.594394 [ 276 ] {f75f8f3f-9874-4b8a-9ac9-b7f96940d28d} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.594436 [ 276 ] {f75f8f3f-9874-4b8a-9ac9-b7f96940d28d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.594753 [ 276 ] {f75f8f3f-9874-4b8a-9ac9-b7f96940d28d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.29 20:56:39.594975 [ 276 ] {f75f8f3f-9874-4b8a-9ac9-b7f96940d28d} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.595106 [ 276 ] {f75f8f3f-9874-4b8a-9ac9-b7f96940d28d} executeQuery: Read 149 rows, 9.07 KiB in 0.001292 sec., 115325.07739938081 rows/sec., 6.85 MiB/sec. 2026.04.29 20:56:39.595144 [ 276 ] {f75f8f3f-9874-4b8a-9ac9-b7f96940d28d} TCPHandler: Processed in 0.001459859 sec. 2026.04.29 20:56:39.595270 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.595366 [ 276 ] {e4b99ee1-5bd3-4b33-9b89-e04bf62e3ee4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:56:39.595407 [ 276 ] {e4b99ee1-5bd3-4b33-9b89-e04bf62e3ee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:56:39.595869 [ 276 ] {e4b99ee1-5bd3-4b33-9b89-e04bf62e3ee4} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.595906 [ 276 ] {e4b99ee1-5bd3-4b33-9b89-e04bf62e3ee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.596209 [ 276 ] {e4b99ee1-5bd3-4b33-9b89-e04bf62e3ee4} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:56:39.596420 [ 276 ] {e4b99ee1-5bd3-4b33-9b89-e04bf62e3ee4} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:56:39.596547 [ 276 ] {e4b99ee1-5bd3-4b33-9b89-e04bf62e3ee4} executeQuery: Read 149 rows, 9.86 KiB in 0.001199 sec., 124270.22518765638 rows/sec., 8.03 MiB/sec. 2026.04.29 20:56:39.596585 [ 276 ] {e4b99ee1-5bd3-4b33-9b89-e04bf62e3ee4} TCPHandler: Processed in 0.001372347 sec. 2026.04.29 20:56:39.596712 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.596807 [ 276 ] {5e9ab9bc-5587-475c-afcb-0e140205714c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:56:39.596846 [ 276 ] {5e9ab9bc-5587-475c-afcb-0e140205714c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:56:39.597308 [ 276 ] {5e9ab9bc-5587-475c-afcb-0e140205714c} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.597346 [ 276 ] {5e9ab9bc-5587-475c-afcb-0e140205714c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.597642 [ 276 ] {5e9ab9bc-5587-475c-afcb-0e140205714c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:56:39.597861 [ 276 ] {5e9ab9bc-5587-475c-afcb-0e140205714c} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:56:39.597961 [ 101 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.04.29 20:56:39.597988 [ 276 ] {5e9ab9bc-5587-475c-afcb-0e140205714c} executeQuery: Read 148 rows, 8.62 KiB in 0.001199 sec., 123436.19683069225 rows/sec., 7.02 MiB/sec. 2026.04.29 20:56:39.597998 [ 101 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.598030 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.598035 [ 276 ] {5e9ab9bc-5587-475c-afcb-0e140205714c} TCPHandler: Processed in 0.001374128 sec. 2026.04.29 20:56:39.598121 [ 198 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.04.29 20:56:39.598181 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.598209 [ 198 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:39.598238 [ 198 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 148 rows starting from the beginning of the part 2026.04.29 20:56:39.598277 [ 276 ] {e85b9d87-d2a7-4509-8b50-3f9c984acbbf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:39.598299 [ 198 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.04.29 20:56:39.598316 [ 276 ] {e85b9d87-d2a7-4509-8b50-3f9c984acbbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:39.598348 [ 198 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.04.29 20:56:39.598395 [ 198 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.04.29 20:56:39.598441 [ 198 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.04.29 20:56:39.598484 [ 198 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.04.29 20:56:39.599005 [ 276 ] {e85b9d87-d2a7-4509-8b50-3f9c984acbbf} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.599040 [ 276 ] {e85b9d87-d2a7-4509-8b50-3f9c984acbbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.599367 [ 276 ] {e85b9d87-d2a7-4509-8b50-3f9c984acbbf} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.29 20:56:39.599429 [ 195 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 764 rows, containing 5 columns (5 merged, 0 gathered) in 0.001346688 sec., 567317.7454614581 rows/sec., 34.78 MiB/sec. 2026.04.29 20:56:39.599587 [ 276 ] {e85b9d87-d2a7-4509-8b50-3f9c984acbbf} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.599614 [ 193 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.04.29 20:56:39.599728 [ 276 ] {e85b9d87-d2a7-4509-8b50-3f9c984acbbf} executeQuery: Read 497 rows, 35.74 KiB in 0.001468 sec., 338555.8583106267 rows/sec., 23.77 MiB/sec. 2026.04.29 20:56:39.599772 [ 276 ] {e85b9d87-d2a7-4509-8b50-3f9c984acbbf} TCPHandler: Processed in 0.001643131 sec. 2026.04.29 20:56:39.599901 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.599933 [ 193 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.599998 [ 276 ] {6377badc-3d34-46a1-9b28-8bf75b7d79de} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:56:39.600014 [ 193 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_14_3} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.04.29 20:56:39.600049 [ 276 ] {6377badc-3d34-46a1-9b28-8bf75b7d79de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:56:39.600129 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.29 20:56:39.600392 [ 276 ] {6377badc-3d34-46a1-9b28-8bf75b7d79de} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.600434 [ 276 ] {6377badc-3d34-46a1-9b28-8bf75b7d79de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.600754 [ 276 ] {6377badc-3d34-46a1-9b28-8bf75b7d79de} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:56:39.600972 [ 276 ] {6377badc-3d34-46a1-9b28-8bf75b7d79de} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:56:39.601101 [ 276 ] {6377badc-3d34-46a1-9b28-8bf75b7d79de} executeQuery: Read 6 rows, 321.00 B in 0.001122 sec., 5347.593582887701 rows/sec., 279.39 KiB/sec. 2026.04.29 20:56:39.601137 [ 276 ] {6377badc-3d34-46a1-9b28-8bf75b7d79de} TCPHandler: Processed in 0.001288546 sec. 2026.04.29 20:56:39.601260 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.601357 [ 276 ] {9c4e2bc1-8e1e-46e0-b1d4-b0cf58e412c4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:39.601400 [ 276 ] {9c4e2bc1-8e1e-46e0-b1d4-b0cf58e412c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:39.601843 [ 276 ] {9c4e2bc1-8e1e-46e0-b1d4-b0cf58e412c4} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.601879 [ 276 ] {9c4e2bc1-8e1e-46e0-b1d4-b0cf58e412c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.602203 [ 276 ] {9c4e2bc1-8e1e-46e0-b1d4-b0cf58e412c4} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.29 20:56:39.602426 [ 276 ] {9c4e2bc1-8e1e-46e0-b1d4-b0cf58e412c4} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.602559 [ 276 ] {9c4e2bc1-8e1e-46e0-b1d4-b0cf58e412c4} executeQuery: Read 265 rows, 18.03 KiB in 0.00122 sec., 217213.11475409838 rows/sec., 14.43 MiB/sec. 2026.04.29 20:56:39.602555 [ 100 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.29 20:56:39.602599 [ 276 ] {9c4e2bc1-8e1e-46e0-b1d4-b0cf58e412c4} TCPHandler: Processed in 0.001390118 sec. 2026.04.29 20:56:39.602630 [ 100 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.602656 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.602744 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.602752 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.29 20:56:39.602849 [ 276 ] {87c2de4f-741f-4417-822d-4cb96b7623b4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:56:39.602881 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:39.602896 [ 276 ] {87c2de4f-741f-4417-822d-4cb96b7623b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:56:39.602926 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 21155 rows starting from the beginning of the part 2026.04.29 20:56:39.602995 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.04.29 20:56:39.603042 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 265 rows starting from the beginning of the part 2026.04.29 20:56:39.603085 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1499 rows starting from the beginning of the part 2026.04.29 20:56:39.603136 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 128 rows starting from the beginning of the part 2026.04.29 20:56:39.603181 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 265 rows starting from the beginning of the part 2026.04.29 20:56:39.603247 [ 276 ] {87c2de4f-741f-4417-822d-4cb96b7623b4} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.603288 [ 276 ] {87c2de4f-741f-4417-822d-4cb96b7623b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.603627 [ 276 ] {87c2de4f-741f-4417-822d-4cb96b7623b4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:56:39.603848 [ 276 ] {87c2de4f-741f-4417-822d-4cb96b7623b4} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:56:39.603978 [ 276 ] {87c2de4f-741f-4417-822d-4cb96b7623b4} executeQuery: Read 1 rows, 69.00 B in 0.001147 sec., 871.8395815170009 rows/sec., 58.75 KiB/sec. 2026.04.29 20:56:39.604016 [ 276 ] {87c2de4f-741f-4417-822d-4cb96b7623b4} TCPHandler: Processed in 0.001323297 sec. 2026.04.29 20:56:39.604152 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.604247 [ 276 ] {b4020fb1-cbc1-4337-8582-e0f1cf5e9cef} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:39.604303 [ 276 ] {b4020fb1-cbc1-4337-8582-e0f1cf5e9cef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:39.605093 [ 276 ] {b4020fb1-cbc1-4337-8582-e0f1cf5e9cef} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.605131 [ 276 ] {b4020fb1-cbc1-4337-8582-e0f1cf5e9cef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.605706 [ 276 ] {b4020fb1-cbc1-4337-8582-e0f1cf5e9cef} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.29 20:56:39.605943 [ 276 ] {b4020fb1-cbc1-4337-8582-e0f1cf5e9cef} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.606063 [ 100 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.29 20:56:39.606089 [ 276 ] {b4020fb1-cbc1-4337-8582-e0f1cf5e9cef} executeQuery: Read 7 rows, 12.84 KiB in 0.00186 sec., 3763.4408602150534 rows/sec., 6.74 MiB/sec. 2026.04.29 20:56:39.606099 [ 100 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.606132 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.606165 [ 276 ] {b4020fb1-cbc1-4337-8582-e0f1cf5e9cef} TCPHandler: Processed in 0.002064207 sec. 2026.04.29 20:56:39.606220 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.29 20:56:39.606313 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:39.606413 [ 276 ] {9c61c971-c50f-4e37-8f0d-e4b86d7e6d2f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:39.606431 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:39.606455 [ 276 ] {9c61c971-c50f-4e37-8f0d-e4b86d7e6d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:39.606495 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 958 rows starting from the beginning of the part 2026.04.29 20:56:39.606622 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:39.606734 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 35 rows starting from the beginning of the part 2026.04.29 20:56:39.606827 [ 276 ] {9c61c971-c50f-4e37-8f0d-e4b86d7e6d2f} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:39.606830 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:39.606872 [ 276 ] {9c61c971-c50f-4e37-8f0d-e4b86d7e6d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:39.606939 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 44 rows starting from the beginning of the part 2026.04.29 20:56:39.607031 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:39.607231 [ 276 ] {9c61c971-c50f-4e37-8f0d-e4b86d7e6d2f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.29 20:56:39.607563 [ 276 ] {9c61c971-c50f-4e37-8f0d-e4b86d7e6d2f} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.607767 [ 276 ] {9c61c971-c50f-4e37-8f0d-e4b86d7e6d2f} executeQuery: Read 90 rows, 5.77 KiB in 0.001371 sec., 65645.51422319474 rows/sec., 4.11 MiB/sec. 2026.04.29 20:56:39.607818 [ 276 ] {9c61c971-c50f-4e37-8f0d-e4b86d7e6d2f} TCPHandler: Processed in 0.00155534 sec. 2026.04.29 20:56:39.614179 [ 200 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 23472 rows, containing 5 columns (5 merged, 0 gathered) in 0.011468377 sec., 2046671.468857363 rows/sec., 131.10 MiB/sec. 2026.04.29 20:56:39.614719 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.29 20:56:39.614909 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 19 columns (19 merged, 0 gathered) in 0.008731792 sec., 121166.42265413559 rows/sec., 217.12 MiB/sec. 2026.04.29 20:56:39.615019 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.615100 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_56_11} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.29 20:56:39.615188 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.04.29 20:56:39.616601 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.29 20:56:39.616973 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:39.617052 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_46_9} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.29 20:56:39.617179 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.28 MiB. 2026.04.29 20:56:40.000192 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 291.00 MiB, peak 304.90 MiB, free memory in arenas 0.00 B, will set to 298.15 MiB (RSS), difference: 7.15 MiB 2026.04.29 20:56:41.413837 [ 98 ] {} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.04.29 20:56:41.413917 [ 98 ] {} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:41.413939 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:41.414064 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.04.29 20:56:41.414204 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:41.414239 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 2 rows starting from the beginning of the part 2026.04.29 20:56:41.414305 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.04.29 20:56:41.414351 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.04.29 20:56:41.414395 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.04.29 20:56:41.414435 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.04.29 20:56:41.415249 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001238736 sec., 4843.647072499709 rows/sec., 359.49 KiB/sec. 2026.04.29 20:56:41.415431 [ 198 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.04.29 20:56:41.415766 [ 198 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:41.415858 [ 198 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_9_2} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.04.29 20:56:41.415969 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.04.29 20:56:42.048553 [ 96 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:56:42.048602 [ 96 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:56:42.192281 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17299 2026.04.29 20:56:42.192842 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:42.192891 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:42.193403 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:56:42.193624 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:42.193760 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17299 2026.04.29 20:56:42.193785 [ 95 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.29 20:56:42.193845 [ 95 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:42.193865 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:42.193970 [ 188 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.29 20:56:42.194098 [ 188 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:42.194136 [ 188 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14867 rows starting from the beginning of the part 2026.04.29 20:56:42.194195 [ 188 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 512 rows starting from the beginning of the part 2026.04.29 20:56:42.194301 [ 188 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 448 rows starting from the beginning of the part 2026.04.29 20:56:42.194343 [ 188 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 512 rows starting from the beginning of the part 2026.04.29 20:56:42.194382 [ 188 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 448 rows starting from the beginning of the part 2026.04.29 20:56:42.194422 [ 188 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 512 rows starting from the beginning of the part 2026.04.29 20:56:42.196659 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17299 rows, containing 4 columns (4 merged, 0 gathered) in 0.002694955 sec., 6419031.115547383 rows/sec., 91.82 MiB/sec. 2026.04.29 20:56:42.196784 [ 196 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.29 20:56:42.197099 [ 196 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:42.197185 [ 196 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_36_7} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.29 20:56:42.197278 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.04.29 20:56:42.251654 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1084 2026.04.29 20:56:42.254148 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:42.254197 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:42.255451 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:56:42.255745 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:56:42.255887 [ 95 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.29 20:56:42.255920 [ 95 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:42.255940 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:42.256056 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::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.29 20:56:42.256134 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1084 2026.04.29 20:56:42.256602 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:42.256736 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 876 rows starting from the beginning of the part 2026.04.29 20:56:42.257068 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 46 rows starting from the beginning of the part 2026.04.29 20:56:42.257378 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part 2026.04.29 20:56:42.257677 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2026.04.29 20:56:42.257962 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part 2026.04.29 20:56:42.258243 [ 194 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part 2026.04.29 20:56:42.264948 [ 197 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 72 columns (72 merged, 0 gathered) in 0.008949445 sec., 121124.829528535 rows/sec., 102.02 MiB/sec. 2026.04.29 20:56:42.266813 [ 197 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.29 20:56:42.267503 [ 197 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): 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.29 20:56:42.267586 [ 197 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_26_5} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.29 20:56:42.267830 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. 2026.04.29 20:56:43.114290 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.04.29 20:56:43.132044 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:43.132097 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:43.140111 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:56:43.142529 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:43.142957 [ 94 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.29 20:56:43.143020 [ 94 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:43.143042 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:43.143151 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.29 20:56:43.146758 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:43.148037 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.04.29 20:56:43.148211 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.04.29 20:56:43.152634 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:43.156904 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.04.29 20:56:43.161352 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:43.166153 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.04.29 20:56:43.170058 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.04.29 20:56:43.226558 [ 189 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.083448959 sec., 3259.477448963743 rows/sec., 16.85 MiB/sec. 2026.04.29 20:56:43.229257 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.29 20:56:43.231519 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:43.231630 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_36_7} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.29 20:56:43.234271 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. 2026.04.29 20:56:44.577302 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:44.577602 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:44.577978 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:44.578015 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:44.578242 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:44.578317 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:44.578463 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:56:44.578501 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:44.578524 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:44.578540 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:44.578587 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:56:44.578609 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:44.579744 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} executeQuery: Read 52 rows, 12.45 KiB in 0.002232 sec., 23297.491039426524 rows/sec., 5.45 MiB/sec. 2026.04.29 20:56:44.579864 [ 276 ] {aa332068-2fe0-4158-bbe9-f07063e9d22d} TCPHandler: Processed in 0.002764616 sec. 2026.04.29 20:56:44.582209 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:44.582420 [ 276 ] {e4476441-8e91-44b8-bef6-d8376af9a6e3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:44.582499 [ 276 ] {e4476441-8e91-44b8-bef6-d8376af9a6e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:44.583049 [ 276 ] {e4476441-8e91-44b8-bef6-d8376af9a6e3} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:44.583099 [ 276 ] {e4476441-8e91-44b8-bef6-d8376af9a6e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:44.583493 [ 276 ] {e4476441-8e91-44b8-bef6-d8376af9a6e3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.29 20:56:44.583727 [ 276 ] {e4476441-8e91-44b8-bef6-d8376af9a6e3} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:44.583882 [ 276 ] {e4476441-8e91-44b8-bef6-d8376af9a6e3} executeQuery: Read 126 rows, 11.14 KiB in 0.001524 sec., 82677.1653543307 rows/sec., 7.14 MiB/sec. 2026.04.29 20:56:44.583921 [ 276 ] {e4476441-8e91-44b8-bef6-d8376af9a6e3} TCPHandler: Processed in 0.001820154 sec. 2026.04.29 20:56:44.584070 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:44.584170 [ 276 ] {4f2104ea-97c5-4863-bd2c-5599beed3161} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:44.584212 [ 276 ] {4f2104ea-97c5-4863-bd2c-5599beed3161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:44.584631 [ 276 ] {4f2104ea-97c5-4863-bd2c-5599beed3161} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:44.584669 [ 276 ] {4f2104ea-97c5-4863-bd2c-5599beed3161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:44.584979 [ 276 ] {4f2104ea-97c5-4863-bd2c-5599beed3161} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.29 20:56:44.585201 [ 276 ] {4f2104ea-97c5-4863-bd2c-5599beed3161} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:44.585337 [ 276 ] {4f2104ea-97c5-4863-bd2c-5599beed3161} executeQuery: Read 35 rows, 2.63 KiB in 0.001188 sec., 29461.27946127946 rows/sec., 2.16 MiB/sec. 2026.04.29 20:56:44.585374 [ 276 ] {4f2104ea-97c5-4863-bd2c-5599beed3161} TCPHandler: Processed in 0.001358207 sec. 2026.04.29 20:56:44.585494 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:44.585590 [ 276 ] {64ea7f38-6bfe-4f4d-ae4c-9c867dfd499b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:44.585636 [ 276 ] {64ea7f38-6bfe-4f4d-ae4c-9c867dfd499b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:44.586093 [ 276 ] {64ea7f38-6bfe-4f4d-ae4c-9c867dfd499b} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:44.586129 [ 276 ] {64ea7f38-6bfe-4f4d-ae4c-9c867dfd499b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:44.586450 [ 276 ] {64ea7f38-6bfe-4f4d-ae4c-9c867dfd499b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.29 20:56:44.586673 [ 276 ] {64ea7f38-6bfe-4f4d-ae4c-9c867dfd499b} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:44.586808 [ 276 ] {64ea7f38-6bfe-4f4d-ae4c-9c867dfd499b} executeQuery: Read 99 rows, 7.92 KiB in 0.001238 sec., 79967.68982229402 rows/sec., 6.25 MiB/sec. 2026.04.29 20:56:44.586846 [ 276 ] {64ea7f38-6bfe-4f4d-ae4c-9c867dfd499b} TCPHandler: Processed in 0.001402868 sec. 2026.04.29 20:56:44.586968 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:44.587063 [ 276 ] {d1ffb9f2-8499-4d90-8fcd-6eb7eee87089} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:44.587106 [ 276 ] {d1ffb9f2-8499-4d90-8fcd-6eb7eee87089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:44.587518 [ 276 ] {d1ffb9f2-8499-4d90-8fcd-6eb7eee87089} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:44.587553 [ 276 ] {d1ffb9f2-8499-4d90-8fcd-6eb7eee87089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:44.587883 [ 276 ] {d1ffb9f2-8499-4d90-8fcd-6eb7eee87089} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.29 20:56:44.588094 [ 276 ] {d1ffb9f2-8499-4d90-8fcd-6eb7eee87089} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:44.588225 [ 276 ] {d1ffb9f2-8499-4d90-8fcd-6eb7eee87089} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.04.29 20:56:44.588262 [ 276 ] {d1ffb9f2-8499-4d90-8fcd-6eb7eee87089} TCPHandler: Processed in 0.001346107 sec. 2026.04.29 20:56:44.588381 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:44.588477 [ 276 ] {445d9bff-4085-457a-b21a-11b2819dc6fa} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:44.588530 [ 276 ] {445d9bff-4085-457a-b21a-11b2819dc6fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:44.589382 [ 276 ] {445d9bff-4085-457a-b21a-11b2819dc6fa} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:44.589418 [ 276 ] {445d9bff-4085-457a-b21a-11b2819dc6fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:44.589971 [ 276 ] {445d9bff-4085-457a-b21a-11b2819dc6fa} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.29 20:56:44.590195 [ 276 ] {445d9bff-4085-457a-b21a-11b2819dc6fa} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:44.590347 [ 276 ] {445d9bff-4085-457a-b21a-11b2819dc6fa} executeQuery: Read 35 rows, 64.22 KiB in 0.001888 sec., 18538.13559322034 rows/sec., 33.22 MiB/sec. 2026.04.29 20:56:44.590413 [ 276 ] {445d9bff-4085-457a-b21a-11b2819dc6fa} TCPHandler: Processed in 0.002081977 sec. 2026.04.29 20:56:44.590539 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:44.590633 [ 276 ] {e25b6454-7466-4948-b98b-21daec0dc9b4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:44.590675 [ 276 ] {e25b6454-7466-4948-b98b-21daec0dc9b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:44.591023 [ 276 ] {e25b6454-7466-4948-b98b-21daec0dc9b4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:44.591059 [ 276 ] {e25b6454-7466-4948-b98b-21daec0dc9b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:44.591376 [ 276 ] {e25b6454-7466-4948-b98b-21daec0dc9b4} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.29 20:56:44.591590 [ 276 ] {e25b6454-7466-4948-b98b-21daec0dc9b4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:44.591712 [ 92 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.29 20:56:44.591726 [ 276 ] {e25b6454-7466-4948-b98b-21daec0dc9b4} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.04.29 20:56:44.591775 [ 92 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:44.591791 [ 276 ] {e25b6454-7466-4948-b98b-21daec0dc9b4} TCPHandler: Processed in 0.001303386 sec. 2026.04.29 20:56:44.591801 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:44.591928 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.29 20:56:44.592078 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:44.592115 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2970 rows starting from the beginning of the part 2026.04.29 20:56:44.592179 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 90 rows starting from the beginning of the part 2026.04.29 20:56:44.592221 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part 2026.04.29 20:56:44.592263 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 48 rows starting from the beginning of the part 2026.04.29 20:56:44.592302 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 90 rows starting from the beginning of the part 2026.04.29 20:56:44.592343 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.04.29 20:56:44.593659 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3270 rows, containing 4 columns (4 merged, 0 gathered) in 0.001788483 sec., 1828365.1563923168 rows/sec., 120.06 MiB/sec. 2026.04.29 20:56:44.593977 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.29 20:56:44.594298 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:44.594376 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_56_11} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.29 20:56:44.594464 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.04.29 20:56:49.581685 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.582089 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:49.582681 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:49.582732 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:49.582982 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:49.583053 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:49.583198 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.29 20:56:49.583235 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:49.583257 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:49.583273 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:49.583318 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:49.583341 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:49.584827 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} executeQuery: Read 52 rows, 12.45 KiB in 0.002905 sec., 17900.172117039587 rows/sec., 4.19 MiB/sec. 2026.04.29 20:56:49.584935 [ 276 ] {2fc17fe7-530e-4791-a75c-a344c0310e61} TCPHandler: Processed in 0.003448484 sec. 2026.04.29 20:56:49.590384 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.590591 [ 276 ] {5b381dd4-81fa-43d2-b280-1d6e0efcde49} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:56:49.590673 [ 276 ] {5b381dd4-81fa-43d2-b280-1d6e0efcde49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:56:49.591658 [ 276 ] {5b381dd4-81fa-43d2-b280-1d6e0efcde49} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.591712 [ 276 ] {5b381dd4-81fa-43d2-b280-1d6e0efcde49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.592099 [ 276 ] {5b381dd4-81fa-43d2-b280-1d6e0efcde49} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:56:49.592337 [ 276 ] {5b381dd4-81fa-43d2-b280-1d6e0efcde49} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:56:49.592490 [ 276 ] {5b381dd4-81fa-43d2-b280-1d6e0efcde49} executeQuery: Read 284 rows, 18.47 KiB in 0.001958 sec., 145045.96527068436 rows/sec., 9.21 MiB/sec. 2026.04.29 20:56:49.592532 [ 276 ] {5b381dd4-81fa-43d2-b280-1d6e0efcde49} TCPHandler: Processed in 0.002253039 sec. 2026.04.29 20:56:49.592664 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.592763 [ 276 ] {f50b579f-ac89-4a51-82f7-0aa53e275edb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:56:49.592803 [ 276 ] {f50b579f-ac89-4a51-82f7-0aa53e275edb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:56:49.593211 [ 276 ] {f50b579f-ac89-4a51-82f7-0aa53e275edb} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.593247 [ 276 ] {f50b579f-ac89-4a51-82f7-0aa53e275edb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.593543 [ 276 ] {f50b579f-ac89-4a51-82f7-0aa53e275edb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:56:49.593772 [ 276 ] {f50b579f-ac89-4a51-82f7-0aa53e275edb} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:56:49.593904 [ 276 ] {f50b579f-ac89-4a51-82f7-0aa53e275edb} executeQuery: Read 8 rows, 668.00 B in 0.001162 sec., 6884.681583476764 rows/sec., 561.40 KiB/sec. 2026.04.29 20:56:49.593941 [ 276 ] {f50b579f-ac89-4a51-82f7-0aa53e275edb} TCPHandler: Processed in 0.001328837 sec. 2026.04.29 20:56:49.594068 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.594162 [ 276 ] {e386fdd3-e6a1-4972-8da4-0e389dfa16c6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:49.594201 [ 276 ] {e386fdd3-e6a1-4972-8da4-0e389dfa16c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:49.595024 [ 276 ] {e386fdd3-e6a1-4972-8da4-0e389dfa16c6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.595061 [ 276 ] {e386fdd3-e6a1-4972-8da4-0e389dfa16c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.595409 [ 276 ] {e386fdd3-e6a1-4972-8da4-0e389dfa16c6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.29 20:56:49.595638 [ 276 ] {e386fdd3-e6a1-4972-8da4-0e389dfa16c6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:49.595767 [ 276 ] {e386fdd3-e6a1-4972-8da4-0e389dfa16c6} executeQuery: Read 815 rows, 64.47 KiB in 0.001623 sec., 502156.50030807144 rows/sec., 38.79 MiB/sec. 2026.04.29 20:56:49.595804 [ 276 ] {e386fdd3-e6a1-4972-8da4-0e389dfa16c6} TCPHandler: Processed in 0.001787483 sec. 2026.04.29 20:56:49.595923 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.596018 [ 276 ] {77d92530-91f2-4849-ba10-afe80374a88c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:49.596058 [ 276 ] {77d92530-91f2-4849-ba10-afe80374a88c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:49.596527 [ 276 ] {77d92530-91f2-4849-ba10-afe80374a88c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.596563 [ 276 ] {77d92530-91f2-4849-ba10-afe80374a88c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.596870 [ 276 ] {77d92530-91f2-4849-ba10-afe80374a88c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.29 20:56:49.597080 [ 276 ] {77d92530-91f2-4849-ba10-afe80374a88c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:49.597208 [ 276 ] {77d92530-91f2-4849-ba10-afe80374a88c} executeQuery: Read 157 rows, 9.63 KiB in 0.001208 sec., 129966.88741721853 rows/sec., 7.78 MiB/sec. 2026.04.29 20:56:49.597245 [ 276 ] {77d92530-91f2-4849-ba10-afe80374a88c} TCPHandler: Processed in 0.001372358 sec. 2026.04.29 20:56:49.597363 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.597457 [ 276 ] {07b29dd4-288e-4906-9d91-fc67684e76e6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:56:49.597496 [ 276 ] {07b29dd4-288e-4906-9d91-fc67684e76e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:56:49.597953 [ 276 ] {07b29dd4-288e-4906-9d91-fc67684e76e6} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.597990 [ 276 ] {07b29dd4-288e-4906-9d91-fc67684e76e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.598289 [ 276 ] {07b29dd4-288e-4906-9d91-fc67684e76e6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:56:49.598502 [ 276 ] {07b29dd4-288e-4906-9d91-fc67684e76e6} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:56:49.598633 [ 276 ] {07b29dd4-288e-4906-9d91-fc67684e76e6} executeQuery: Read 149 rows, 9.86 KiB in 0.001193 sec., 124895.22212908634 rows/sec., 8.07 MiB/sec. 2026.04.29 20:56:49.598636 [ 88 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.04.29 20:56:49.598671 [ 276 ] {07b29dd4-288e-4906-9d91-fc67684e76e6} TCPHandler: Processed in 0.001359127 sec. 2026.04.29 20:56:49.598706 [ 88 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.598732 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.598802 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.598843 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.04.29 20:56:49.598900 [ 276 ] {6c024873-eee8-4991-8a7b-44d315dc52e5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:56:49.598944 [ 276 ] {6c024873-eee8-4991-8a7b-44d315dc52e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:56:49.598984 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:49.599023 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 975 rows starting from the beginning of the part 2026.04.29 20:56:49.599090 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 150 rows starting from the beginning of the part 2026.04.29 20:56:49.599136 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 149 rows starting from the beginning of the part 2026.04.29 20:56:49.599192 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 801 rows starting from the beginning of the part 2026.04.29 20:56:49.599232 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 149 rows starting from the beginning of the part 2026.04.29 20:56:49.599277 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 149 rows starting from the beginning of the part 2026.04.29 20:56:49.599446 [ 276 ] {6c024873-eee8-4991-8a7b-44d315dc52e5} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.599487 [ 276 ] {6c024873-eee8-4991-8a7b-44d315dc52e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.599839 [ 276 ] {6c024873-eee8-4991-8a7b-44d315dc52e5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:56:49.600081 [ 276 ] {6c024873-eee8-4991-8a7b-44d315dc52e5} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:56:49.600214 [ 276 ] {6c024873-eee8-4991-8a7b-44d315dc52e5} executeQuery: Read 148 rows, 8.62 KiB in 0.001332 sec., 111111.11111111111 rows/sec., 6.32 MiB/sec. 2026.04.29 20:56:49.600251 [ 276 ] {6c024873-eee8-4991-8a7b-44d315dc52e5} TCPHandler: Processed in 0.001500479 sec. 2026.04.29 20:56:49.600373 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.600468 [ 276 ] {2613db60-6132-4f33-afae-a44aa8a7b328} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:49.600507 [ 276 ] {2613db60-6132-4f33-afae-a44aa8a7b328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:49.600549 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 2373 rows, containing 5 columns (5 merged, 0 gathered) in 0.001762082 sec., 1346702.366859204 rows/sec., 86.17 MiB/sec. 2026.04.29 20:56:49.600782 [ 187 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.04.29 20:56:49.601122 [ 187 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:49.601211 [ 276 ] {2613db60-6132-4f33-afae-a44aa8a7b328} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.601212 [ 187 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_25_5} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.04.29 20:56:49.601257 [ 276 ] {2613db60-6132-4f33-afae-a44aa8a7b328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.601342 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.29 20:56:49.601600 [ 276 ] {2613db60-6132-4f33-afae-a44aa8a7b328} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.29 20:56:49.601819 [ 276 ] {2613db60-6132-4f33-afae-a44aa8a7b328} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:49.601950 [ 276 ] {2613db60-6132-4f33-afae-a44aa8a7b328} executeQuery: Read 505 rows, 36.39 KiB in 0.001501 sec., 336442.37175216526 rows/sec., 23.68 MiB/sec. 2026.04.29 20:56:49.601987 [ 276 ] {2613db60-6132-4f33-afae-a44aa8a7b328} TCPHandler: Processed in 0.001665222 sec. 2026.04.29 20:56:49.602104 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.602199 [ 276 ] {225d0503-b47d-43c8-9142-3ebfb2d792be} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:56:49.602239 [ 276 ] {225d0503-b47d-43c8-9142-3ebfb2d792be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:56:49.602591 [ 276 ] {225d0503-b47d-43c8-9142-3ebfb2d792be} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.602634 [ 276 ] {225d0503-b47d-43c8-9142-3ebfb2d792be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.602955 [ 276 ] {225d0503-b47d-43c8-9142-3ebfb2d792be} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:56:49.603171 [ 276 ] {225d0503-b47d-43c8-9142-3ebfb2d792be} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:56:49.603326 [ 276 ] {225d0503-b47d-43c8-9142-3ebfb2d792be} executeQuery: Read 6 rows, 321.00 B in 0.001142 sec., 5253.940455341506 rows/sec., 274.50 KiB/sec. 2026.04.29 20:56:49.603380 [ 276 ] {225d0503-b47d-43c8-9142-3ebfb2d792be} TCPHandler: Processed in 0.001325677 sec. 2026.04.29 20:56:49.603559 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.603661 [ 276 ] {5c6ad7d2-7253-49dc-9a7d-ee9954279654} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:49.603702 [ 276 ] {5c6ad7d2-7253-49dc-9a7d-ee9954279654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:49.604137 [ 276 ] {5c6ad7d2-7253-49dc-9a7d-ee9954279654} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.604171 [ 276 ] {5c6ad7d2-7253-49dc-9a7d-ee9954279654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.604505 [ 276 ] {5c6ad7d2-7253-49dc-9a7d-ee9954279654} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.29 20:56:49.604725 [ 276 ] {5c6ad7d2-7253-49dc-9a7d-ee9954279654} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:49.604864 [ 276 ] {5c6ad7d2-7253-49dc-9a7d-ee9954279654} executeQuery: Read 269 rows, 18.31 KiB in 0.001222 sec., 220130.93289689036 rows/sec., 14.64 MiB/sec. 2026.04.29 20:56:49.604900 [ 276 ] {5c6ad7d2-7253-49dc-9a7d-ee9954279654} TCPHandler: Processed in 0.001407358 sec. 2026.04.29 20:56:49.605027 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.605136 [ 276 ] {160ace51-98a0-46b2-8d0f-9db4a579bf86} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:56:49.605177 [ 276 ] {160ace51-98a0-46b2-8d0f-9db4a579bf86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:56:49.605493 [ 276 ] {160ace51-98a0-46b2-8d0f-9db4a579bf86} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.605527 [ 276 ] {160ace51-98a0-46b2-8d0f-9db4a579bf86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.605822 [ 276 ] {160ace51-98a0-46b2-8d0f-9db4a579bf86} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:56:49.606036 [ 276 ] {160ace51-98a0-46b2-8d0f-9db4a579bf86} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:56:49.606162 [ 276 ] {160ace51-98a0-46b2-8d0f-9db4a579bf86} executeQuery: Read 1 rows, 69.00 B in 0.001047 sec., 955.1098376313277 rows/sec., 64.36 KiB/sec. 2026.04.29 20:56:49.606198 [ 276 ] {160ace51-98a0-46b2-8d0f-9db4a579bf86} TCPHandler: Processed in 0.001221126 sec. 2026.04.29 20:56:49.606324 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.606418 [ 276 ] {5522abcb-677b-4550-a5e9-72d48a426919} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:49.606471 [ 276 ] {5522abcb-677b-4550-a5e9-72d48a426919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:49.607235 [ 276 ] {5522abcb-677b-4550-a5e9-72d48a426919} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.607270 [ 276 ] {5522abcb-677b-4550-a5e9-72d48a426919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.607767 [ 276 ] {5522abcb-677b-4550-a5e9-72d48a426919} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.29 20:56:49.607993 [ 276 ] {5522abcb-677b-4550-a5e9-72d48a426919} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:49.608129 [ 276 ] {5522abcb-677b-4550-a5e9-72d48a426919} executeQuery: Read 7 rows, 12.84 KiB in 0.001729 sec., 4048.5829959514167 rows/sec., 7.25 MiB/sec. 2026.04.29 20:56:49.608180 [ 276 ] {5522abcb-677b-4550-a5e9-72d48a426919} TCPHandler: Processed in 0.001912974 sec. 2026.04.29 20:56:49.608305 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:49.608400 [ 276 ] {8c3701f1-4ab9-471b-9dc4-a483a632bd47} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:49.608440 [ 276 ] {8c3701f1-4ab9-471b-9dc4-a483a632bd47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:49.608781 [ 276 ] {8c3701f1-4ab9-471b-9dc4-a483a632bd47} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.608815 [ 276 ] {8c3701f1-4ab9-471b-9dc4-a483a632bd47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.609123 [ 276 ] {8c3701f1-4ab9-471b-9dc4-a483a632bd47} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.29 20:56:49.609340 [ 276 ] {8c3701f1-4ab9-471b-9dc4-a483a632bd47} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:49.609465 [ 276 ] {8c3701f1-4ab9-471b-9dc4-a483a632bd47} executeQuery: Read 90 rows, 5.77 KiB in 0.001084 sec., 83025.8302583026 rows/sec., 5.20 MiB/sec. 2026.04.29 20:56:49.609500 [ 276 ] {8c3701f1-4ab9-471b-9dc4-a483a632bd47} TCPHandler: Processed in 0.001246006 sec. 2026.04.29 20:56:49.693878 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17747 2026.04.29 20:56:49.694326 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:49.694365 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:49.694815 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:56:49.695044 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:49.695183 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17747 2026.04.29 20:56:50.648139 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.04.29 20:56:50.663604 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:50.663659 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:50.669193 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:56:50.669882 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:50.672588 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.04.29 20:56:52.256429 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1124 2026.04.29 20:56:52.259035 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:52.259089 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:52.260337 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:56:52.260621 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:52.260891 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1124 2026.04.29 20:56:54.577924 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:54.578183 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:54.578567 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:54.578609 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:56:54.578857 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:54.578928 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:54.579074 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:56:54.579111 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:54.579134 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:54.579151 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:54.579192 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:56:54.579214 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:54.580304 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} executeQuery: Read 52 rows, 12.45 KiB in 0.002225 sec., 23370.786516853932 rows/sec., 5.47 MiB/sec. 2026.04.29 20:56:54.580418 [ 276 ] {12378867-89f6-417e-8bcf-7f55d415bbf5} TCPHandler: Processed in 0.002640414 sec. 2026.04.29 20:56:54.582706 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:54.582838 [ 276 ] {7883af19-fa80-48ef-b776-9da099173ce2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:54.582886 [ 276 ] {7883af19-fa80-48ef-b776-9da099173ce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:54.583446 [ 276 ] {7883af19-fa80-48ef-b776-9da099173ce2} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:54.583495 [ 276 ] {7883af19-fa80-48ef-b776-9da099173ce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:54.583896 [ 276 ] {7883af19-fa80-48ef-b776-9da099173ce2} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.29 20:56:54.584128 [ 276 ] {7883af19-fa80-48ef-b776-9da099173ce2} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:54.584285 [ 276 ] {7883af19-fa80-48ef-b776-9da099173ce2} executeQuery: Read 126 rows, 11.14 KiB in 0.001482 sec., 85020.24291497975 rows/sec., 7.34 MiB/sec. 2026.04.29 20:56:54.584327 [ 276 ] {7883af19-fa80-48ef-b776-9da099173ce2} TCPHandler: Processed in 0.001687132 sec. 2026.04.29 20:56:54.584462 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:54.584564 [ 276 ] {b51a54dd-7255-4695-ad14-03fc5128299f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:54.584606 [ 276 ] {b51a54dd-7255-4695-ad14-03fc5128299f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:54.585029 [ 276 ] {b51a54dd-7255-4695-ad14-03fc5128299f} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:54.585069 [ 276 ] {b51a54dd-7255-4695-ad14-03fc5128299f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:54.585380 [ 276 ] {b51a54dd-7255-4695-ad14-03fc5128299f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.29 20:56:54.585594 [ 276 ] {b51a54dd-7255-4695-ad14-03fc5128299f} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:54.585710 [ 79 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2026.04.29 20:56:54.585730 [ 276 ] {b51a54dd-7255-4695-ad14-03fc5128299f} executeQuery: Read 35 rows, 2.63 KiB in 0.001189 sec., 29436.501261564343 rows/sec., 2.16 MiB/sec. 2026.04.29 20:56:54.585774 [ 79 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:54.585787 [ 276 ] {b51a54dd-7255-4695-ad14-03fc5128299f} TCPHandler: Processed in 0.001377628 sec. 2026.04.29 20:56:54.585809 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:54.585921 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:54.585922 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2026.04.29 20:56:54.586026 [ 276 ] {6fc2c63b-3209-4aad-b25f-23713f1bfc7e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:54.586044 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:54.586073 [ 276 ] {6fc2c63b-3209-4aad-b25f-23713f1bfc7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:54.586082 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 225 rows starting from the beginning of the part 2026.04.29 20:56:54.586153 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 50 rows starting from the beginning of the part 2026.04.29 20:56:54.586197 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 149 rows starting from the beginning of the part 2026.04.29 20:56:54.586237 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 35 rows starting from the beginning of the part 2026.04.29 20:56:54.586274 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 157 rows starting from the beginning of the part 2026.04.29 20:56:54.586346 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 35 rows starting from the beginning of the part 2026.04.29 20:56:54.586553 [ 276 ] {6fc2c63b-3209-4aad-b25f-23713f1bfc7e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:54.586598 [ 276 ] {6fc2c63b-3209-4aad-b25f-23713f1bfc7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:54.586941 [ 276 ] {6fc2c63b-3209-4aad-b25f-23713f1bfc7e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.29 20:56:54.587171 [ 276 ] {6fc2c63b-3209-4aad-b25f-23713f1bfc7e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:54.587263 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 651 rows, containing 5 columns (5 merged, 0 gathered) in 0.001379357 sec., 471959.0359856078 rows/sec., 31.83 MiB/sec. 2026.04.29 20:56:54.587306 [ 276 ] {6fc2c63b-3209-4aad-b25f-23713f1bfc7e} executeQuery: Read 99 rows, 7.92 KiB in 0.001299 sec., 76212.47113163972 rows/sec., 5.95 MiB/sec. 2026.04.29 20:56:54.587349 [ 276 ] {6fc2c63b-3209-4aad-b25f-23713f1bfc7e} TCPHandler: Processed in 0.001479519 sec. 2026.04.29 20:56:54.587413 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2026.04.29 20:56:54.587483 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:54.587587 [ 276 ] {b21861e5-116e-4188-a005-2214e96cb4b4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:54.587634 [ 276 ] {b21861e5-116e-4188-a005-2214e96cb4b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:54.587697 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:54.587772 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_50_10} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2026.04.29 20:56:54.587842 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.29 20:56:54.588065 [ 276 ] {b21861e5-116e-4188-a005-2214e96cb4b4} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:54.588108 [ 276 ] {b21861e5-116e-4188-a005-2214e96cb4b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:54.588460 [ 276 ] {b21861e5-116e-4188-a005-2214e96cb4b4} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.29 20:56:54.588677 [ 276 ] {b21861e5-116e-4188-a005-2214e96cb4b4} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:54.588812 [ 276 ] {b21861e5-116e-4188-a005-2214e96cb4b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2026.04.29 20:56:54.588850 [ 276 ] {b21861e5-116e-4188-a005-2214e96cb4b4} TCPHandler: Processed in 0.001420238 sec. 2026.04.29 20:56:54.588978 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:54.589074 [ 276 ] {e5ead686-4045-4cab-92e7-598047ae0569} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:54.589130 [ 276 ] {e5ead686-4045-4cab-92e7-598047ae0569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:54.590000 [ 276 ] {e5ead686-4045-4cab-92e7-598047ae0569} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:54.590042 [ 276 ] {e5ead686-4045-4cab-92e7-598047ae0569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:54.590731 [ 276 ] {e5ead686-4045-4cab-92e7-598047ae0569} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.29 20:56:54.590967 [ 276 ] {e5ead686-4045-4cab-92e7-598047ae0569} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:54.591113 [ 276 ] {e5ead686-4045-4cab-92e7-598047ae0569} executeQuery: Read 35 rows, 64.22 KiB in 0.002057 sec., 17015.07049100632 rows/sec., 30.49 MiB/sec. 2026.04.29 20:56:54.591198 [ 276 ] {e5ead686-4045-4cab-92e7-598047ae0569} TCPHandler: Processed in 0.002270339 sec. 2026.04.29 20:56:54.591346 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:54.591449 [ 276 ] {6b6335ee-ac9a-4446-85a6-55d725f9426d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:54.591492 [ 276 ] {6b6335ee-ac9a-4446-85a6-55d725f9426d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:54.591840 [ 276 ] {6b6335ee-ac9a-4446-85a6-55d725f9426d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:54.591878 [ 276 ] {6b6335ee-ac9a-4446-85a6-55d725f9426d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.04.29 20:56:54.592188 [ 276 ] {6b6335ee-ac9a-4446-85a6-55d725f9426d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.29 20:56:54.592405 [ 276 ] {6b6335ee-ac9a-4446-85a6-55d725f9426d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:54.592575 [ 276 ] {6b6335ee-ac9a-4446-85a6-55d725f9426d} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2026.04.29 20:56:54.592619 [ 276 ] {6b6335ee-ac9a-4446-85a6-55d725f9426d} TCPHandler: Processed in 0.001335867 sec. 2026.04.29 20:56:57.048647 [ 77 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:56:57.048708 [ 77 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:56:57.195416 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18259 2026.04.29 20:56:57.196031 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:57.196071 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:57.196538 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:56:57.196779 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:57.196921 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18259 2026.04.29 20:56:58.172804 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.04.29 20:56:58.188743 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:58.188792 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:58.194698 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:56:58.195381 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:58.198094 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.04.29 20:56:59.582410 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.582789 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:59.583231 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:59.583269 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:59.583513 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:59.583584 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:59.583732 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:56:59.583768 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:59.583790 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:59.583805 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:59.583844 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:56:59.583865 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:59.585229 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} executeQuery: Read 52 rows, 12.45 KiB in 0.002603 sec., 19976.94967345371 rows/sec., 4.67 MiB/sec. 2026.04.29 20:56:59.585340 [ 276 ] {07269e46-f313-4229-a4b8-32a06d6f232d} TCPHandler: Processed in 0.00312474 sec. 2026.04.29 20:56:59.590472 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.590681 [ 276 ] {68d0dd1b-0dff-49fd-a78c-a4de3d9cd91e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.590764 [ 276 ] {68d0dd1b-0dff-49fd-a78c-a4de3d9cd91e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:56:59.591538 [ 276 ] {68d0dd1b-0dff-49fd-a78c-a4de3d9cd91e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.591581 [ 276 ] {68d0dd1b-0dff-49fd-a78c-a4de3d9cd91e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.591962 [ 276 ] {68d0dd1b-0dff-49fd-a78c-a4de3d9cd91e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:56:59.592206 [ 276 ] {68d0dd1b-0dff-49fd-a78c-a4de3d9cd91e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:56:59.592358 [ 276 ] {68d0dd1b-0dff-49fd-a78c-a4de3d9cd91e} executeQuery: Read 284 rows, 18.47 KiB in 0.001738 sec., 163406.21403912542 rows/sec., 10.38 MiB/sec. 2026.04.29 20:56:59.592398 [ 276 ] {68d0dd1b-0dff-49fd-a78c-a4de3d9cd91e} TCPHandler: Processed in 0.002034166 sec. 2026.04.29 20:56:59.592531 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.592632 [ 276 ] {86c09887-74f7-4459-80ef-263ffa5941ad} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:59.592674 [ 276 ] {86c09887-74f7-4459-80ef-263ffa5941ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:59.593513 [ 276 ] {86c09887-74f7-4459-80ef-263ffa5941ad} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.593551 [ 276 ] {86c09887-74f7-4459-80ef-263ffa5941ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.593908 [ 276 ] {86c09887-74f7-4459-80ef-263ffa5941ad} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.29 20:56:59.594124 [ 276 ] {86c09887-74f7-4459-80ef-263ffa5941ad} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.594239 [ 75 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.29 20:56:59.594260 [ 276 ] {86c09887-74f7-4459-80ef-263ffa5941ad} executeQuery: Read 811 rows, 64.18 KiB in 0.001651 sec., 491217.4439733495 rows/sec., 37.96 MiB/sec. 2026.04.29 20:56:59.594305 [ 75 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.594318 [ 276 ] {86c09887-74f7-4459-80ef-263ffa5941ad} TCPHandler: Processed in 0.001839984 sec. 2026.04.29 20:56:59.594331 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.594443 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.29 20:56:59.594448 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.594570 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:59.594574 [ 276 ] {0558ab63-ef2f-4781-b1fd-0f3a2e24f7f9} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.594615 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3360 rows starting from the beginning of the part 2026.04.29 20:56:59.594634 [ 276 ] {0558ab63-ef2f-4781-b1fd-0f3a2e24f7f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:59.594685 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 811 rows starting from the beginning of the part 2026.04.29 20:56:59.594740 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 126 rows starting from the beginning of the part 2026.04.29 20:56:59.594785 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 815 rows starting from the beginning of the part 2026.04.29 20:56:59.594828 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 126 rows starting from the beginning of the part 2026.04.29 20:56:59.594870 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 811 rows starting from the beginning of the part 2026.04.29 20:56:59.595121 [ 276 ] {0558ab63-ef2f-4781-b1fd-0f3a2e24f7f9} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.595165 [ 276 ] {0558ab63-ef2f-4781-b1fd-0f3a2e24f7f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.595495 [ 276 ] {0558ab63-ef2f-4781-b1fd-0f3a2e24f7f9} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.29 20:56:59.595730 [ 276 ] {0558ab63-ef2f-4781-b1fd-0f3a2e24f7f9} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.595870 [ 276 ] {0558ab63-ef2f-4781-b1fd-0f3a2e24f7f9} executeQuery: Read 149 rows, 9.07 KiB in 0.001317 sec., 113135.91495823841 rows/sec., 6.72 MiB/sec. 2026.04.29 20:56:59.595908 [ 276 ] {0558ab63-ef2f-4781-b1fd-0f3a2e24f7f9} TCPHandler: Processed in 0.001513089 sec. 2026.04.29 20:56:59.596031 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.596126 [ 276 ] {eeb8ea9b-ff99-4481-a5d5-02d062b5564c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.596165 [ 276 ] {eeb8ea9b-ff99-4481-a5d5-02d062b5564c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:56:59.596631 [ 276 ] {eeb8ea9b-ff99-4481-a5d5-02d062b5564c} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.596668 [ 276 ] {eeb8ea9b-ff99-4481-a5d5-02d062b5564c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.596954 [ 195 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 6049 rows, containing 5 columns (5 merged, 0 gathered) in 0.002552972 sec., 2369395.3556874106 rows/sec., 190.92 MiB/sec. 2026.04.29 20:56:59.596976 [ 276 ] {eeb8ea9b-ff99-4481-a5d5-02d062b5564c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:56:59.597214 [ 276 ] {eeb8ea9b-ff99-4481-a5d5-02d062b5564c} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): 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.29 20:56:59.597261 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.29 20:56:59.597350 [ 276 ] {eeb8ea9b-ff99-4481-a5d5-02d062b5564c} executeQuery: Read 149 rows, 9.86 KiB in 0.001243 sec., 119871.27916331457 rows/sec., 7.74 MiB/sec. 2026.04.29 20:56:59.597392 [ 276 ] {eeb8ea9b-ff99-4481-a5d5-02d062b5564c} TCPHandler: Processed in 0.001413258 sec. 2026.04.29 20:56:59.597516 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.597531 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.597605 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_61_12} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.29 20:56:59.597611 [ 276 ] {c7b87540-c44d-46de-bc1f-b99391f14c6f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.597659 [ 276 ] {c7b87540-c44d-46de-bc1f-b99391f14c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:56:59.597684 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.04.29 20:56:59.598127 [ 276 ] {c7b87540-c44d-46de-bc1f-b99391f14c6f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.598167 [ 276 ] {c7b87540-c44d-46de-bc1f-b99391f14c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.598476 [ 276 ] {c7b87540-c44d-46de-bc1f-b99391f14c6f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:56:59.598689 [ 276 ] {c7b87540-c44d-46de-bc1f-b99391f14c6f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:56:59.598819 [ 276 ] {c7b87540-c44d-46de-bc1f-b99391f14c6f} executeQuery: Read 148 rows, 8.62 KiB in 0.001226 sec., 120717.78140293637 rows/sec., 6.87 MiB/sec. 2026.04.29 20:56:59.598856 [ 276 ] {c7b87540-c44d-46de-bc1f-b99391f14c6f} TCPHandler: Processed in 0.001391998 sec. 2026.04.29 20:56:59.598977 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.599070 [ 276 ] {44eac8f3-fdd0-4668-8b20-679c1e78e4af} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:59.599109 [ 276 ] {44eac8f3-fdd0-4668-8b20-679c1e78e4af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:59.599794 [ 276 ] {44eac8f3-fdd0-4668-8b20-679c1e78e4af} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.599830 [ 276 ] {44eac8f3-fdd0-4668-8b20-679c1e78e4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.600161 [ 276 ] {44eac8f3-fdd0-4668-8b20-679c1e78e4af} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.29 20:56:59.600376 [ 276 ] {44eac8f3-fdd0-4668-8b20-679c1e78e4af} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.600476 [ 75 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.29 20:56:59.600512 [ 75 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.600509 [ 276 ] {44eac8f3-fdd0-4668-8b20-679c1e78e4af} executeQuery: Read 497 rows, 35.74 KiB in 0.001457 sec., 341111.8737131091 rows/sec., 23.95 MiB/sec. 2026.04.29 20:56:59.600531 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.600566 [ 276 ] {44eac8f3-fdd0-4668-8b20-679c1e78e4af} TCPHandler: Processed in 0.001640611 sec. 2026.04.29 20:56:59.600670 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.29 20:56:59.600690 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.600810 [ 276 ] {f4e833ff-13be-4bd3-bcf0-1c2d5b7d1243} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:56:59.600835 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:59.600851 [ 276 ] {f4e833ff-13be-4bd3-bcf0-1c2d5b7d1243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:56:59.600885 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1830 rows starting from the beginning of the part 2026.04.29 20:56:59.600972 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 497 rows starting from the beginning of the part 2026.04.29 20:56:59.601024 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 99 rows starting from the beginning of the part 2026.04.29 20:56:59.601064 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 505 rows starting from the beginning of the part 2026.04.29 20:56:59.601105 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 99 rows starting from the beginning of the part 2026.04.29 20:56:59.601146 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 497 rows starting from the beginning of the part 2026.04.29 20:56:59.601202 [ 276 ] {f4e833ff-13be-4bd3-bcf0-1c2d5b7d1243} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.601242 [ 276 ] {f4e833ff-13be-4bd3-bcf0-1c2d5b7d1243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.601583 [ 276 ] {f4e833ff-13be-4bd3-bcf0-1c2d5b7d1243} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:56:59.601811 [ 276 ] {f4e833ff-13be-4bd3-bcf0-1c2d5b7d1243} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:56:59.601914 [ 75 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.04.29 20:56:59.601943 [ 75 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.601948 [ 276 ] {f4e833ff-13be-4bd3-bcf0-1c2d5b7d1243} executeQuery: Read 6 rows, 321.00 B in 0.001156 sec., 5190.311418685122 rows/sec., 271.17 KiB/sec. 2026.04.29 20:56:59.601966 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.601999 [ 276 ] {f4e833ff-13be-4bd3-bcf0-1c2d5b7d1243} TCPHandler: Processed in 0.001360127 sec. 2026.04.29 20:56:59.602042 [ 195 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.04.29 20:56:59.602124 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.602139 [ 195 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:59.602176 [ 195 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part 2026.04.29 20:56:59.602225 [ 195 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.04.29 20:56:59.602226 [ 276 ] {72cef856-90c8-4d0b-979f-b4a94c0ec6a1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.602265 [ 195 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.04.29 20:56:59.602282 [ 276 ] {72cef856-90c8-4d0b-979f-b4a94c0ec6a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:59.602305 [ 195 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.04.29 20:56:59.602343 [ 195 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.04.29 20:56:59.602381 [ 195 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.04.29 20:56:59.602601 [ 193 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3527 rows, containing 5 columns (5 merged, 0 gathered) in 0.001994246 sec., 1768588.228332914 rows/sec., 129.87 MiB/sec. 2026.04.29 20:56:59.602759 [ 276 ] {72cef856-90c8-4d0b-979f-b4a94c0ec6a1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.602802 [ 276 ] {72cef856-90c8-4d0b-979f-b4a94c0ec6a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.602898 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.29 20:56:59.603091 [ 200 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001074444 sec., 83764.25388386924 rows/sec., 4.27 MiB/sec. 2026.04.29 20:56:59.603181 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.603266 [ 198 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_61_12} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.29 20:56:59.603269 [ 193 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.04.29 20:56:59.603371 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.04.29 20:56:59.603470 [ 276 ] {72cef856-90c8-4d0b-979f-b4a94c0ec6a1} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.29 20:56:59.603638 [ 193 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.603734 [ 193 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_15_3} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.04.29 20:56:59.603734 [ 276 ] {72cef856-90c8-4d0b-979f-b4a94c0ec6a1} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.603835 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.29 20:56:59.603894 [ 276 ] {72cef856-90c8-4d0b-979f-b4a94c0ec6a1} executeQuery: Read 265 rows, 18.03 KiB in 0.001687 sec., 157083.58032009486 rows/sec., 10.44 MiB/sec. 2026.04.29 20:56:59.603935 [ 276 ] {72cef856-90c8-4d0b-979f-b4a94c0ec6a1} TCPHandler: Processed in 0.001862184 sec. 2026.04.29 20:56:59.604058 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.604152 [ 276 ] {8c122f26-d2ba-4f6d-bf49-c6ce71578c44} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.604194 [ 276 ] {8c122f26-d2ba-4f6d-bf49-c6ce71578c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:56:59.604532 [ 276 ] {8c122f26-d2ba-4f6d-bf49-c6ce71578c44} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.604567 [ 276 ] {8c122f26-d2ba-4f6d-bf49-c6ce71578c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.604869 [ 276 ] {8c122f26-d2ba-4f6d-bf49-c6ce71578c44} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:56:59.605072 [ 276 ] {8c122f26-d2ba-4f6d-bf49-c6ce71578c44} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:56:59.605169 [ 75 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.29 20:56:59.605198 [ 75 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.605200 [ 276 ] {8c122f26-d2ba-4f6d-bf49-c6ce71578c44} executeQuery: Read 1 rows, 69.00 B in 0.001066 sec., 938.0863039399624 rows/sec., 63.21 KiB/sec. 2026.04.29 20:56:59.605216 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.605250 [ 276 ] {8c122f26-d2ba-4f6d-bf49-c6ce71578c44} TCPHandler: Processed in 0.001241296 sec. 2026.04.29 20:56:59.605308 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::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.29 20:56:59.605371 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.605417 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:59.605456 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part 2026.04.29 20:56:59.605466 [ 276 ] {b81ca7d3-d4a9-4f3d-a76a-7dbfd546e260} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.605509 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.04.29 20:56:59.605523 [ 276 ] {b81ca7d3-d4a9-4f3d-a76a-7dbfd546e260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:59.605553 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.04.29 20:56:59.605594 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.04.29 20:56:59.605629 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.04.29 20:56:59.605664 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.04.29 20:56:59.606295 [ 276 ] {b81ca7d3-d4a9-4f3d-a76a-7dbfd546e260} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.606336 [ 276 ] {b81ca7d3-d4a9-4f3d-a76a-7dbfd546e260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.606448 [ 198 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.001175355 sec., 14463.715217955425 rows/sec., 967.96 KiB/sec. 2026.04.29 20:56:59.606589 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.29 20:56:59.606847 [ 276 ] {b81ca7d3-d4a9-4f3d-a76a-7dbfd546e260} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.29 20:56:59.606870 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:56:59.606955 [ 200 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_16_3} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.29 20:56:59.607030 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.29 20:56:59.607096 [ 276 ] {b81ca7d3-d4a9-4f3d-a76a-7dbfd546e260} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.607243 [ 276 ] {b81ca7d3-d4a9-4f3d-a76a-7dbfd546e260} executeQuery: Read 7 rows, 12.84 KiB in 0.001795 sec., 3899.7214484679666 rows/sec., 6.99 MiB/sec. 2026.04.29 20:56:59.607312 [ 276 ] {b81ca7d3-d4a9-4f3d-a76a-7dbfd546e260} TCPHandler: Processed in 0.001989145 sec. 2026.04.29 20:56:59.607454 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.607545 [ 276 ] {51bfad3d-d53f-41c8-b357-955f7ad10417} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.607585 [ 276 ] {51bfad3d-d53f-41c8-b357-955f7ad10417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:59.607911 [ 276 ] {51bfad3d-d53f-41c8-b357-955f7ad10417} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.607946 [ 276 ] {51bfad3d-d53f-41c8-b357-955f7ad10417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.608242 [ 276 ] {51bfad3d-d53f-41c8-b357-955f7ad10417} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.29 20:56:59.608451 [ 276 ] {51bfad3d-d53f-41c8-b357-955f7ad10417} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.608579 [ 276 ] {51bfad3d-d53f-41c8-b357-955f7ad10417} executeQuery: Read 90 rows, 5.77 KiB in 0.001052 sec., 85551.33079847909 rows/sec., 5.35 MiB/sec. 2026.04.29 20:56:59.608614 [ 276 ] {51bfad3d-d53f-41c8-b357-955f7ad10417} TCPHandler: Processed in 0.001208866 sec. 2026.04.29 20:56:59.900925 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.901155 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:56:59.901521 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:56:59.901564 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:56:59.901815 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:56:59.901897 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:56:59.902067 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.04.29 20:56:59.902108 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:56:59.902131 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:56:59.902146 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:56:59.902189 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:56:59.902210 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:56:59.903344 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} executeQuery: Read 52 rows, 12.45 KiB in 0.002284 sec., 22767.07530647986 rows/sec., 5.32 MiB/sec. 2026.04.29 20:56:59.903458 [ 276 ] {6a70e5fd-3bf7-45fe-8ed7-6776d9988f11} TCPHandler: Processed in 0.002662055 sec. 2026.04.29 20:56:59.915729 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.915859 [ 276 ] {c5b6d497-aa96-4803-9809-9aa867000049} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:56:59.915911 [ 276 ] {c5b6d497-aa96-4803-9809-9aa867000049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:56:59.917585 [ 276 ] {c5b6d497-aa96-4803-9809-9aa867000049} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.917632 [ 276 ] {c5b6d497-aa96-4803-9809-9aa867000049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.918229 [ 276 ] {c5b6d497-aa96-4803-9809-9aa867000049} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.29 20:56:59.918484 [ 276 ] {c5b6d497-aa96-4803-9809-9aa867000049} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.918658 [ 276 ] {c5b6d497-aa96-4803-9809-9aa867000049} executeQuery: Read 2471 rows, 188.07 KiB in 0.002835 sec., 871604.938271605 rows/sec., 64.78 MiB/sec. 2026.04.29 20:56:59.918705 [ 276 ] {c5b6d497-aa96-4803-9809-9aa867000049} TCPHandler: Processed in 0.003046039 sec. 2026.04.29 20:56:59.918842 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.918946 [ 276 ] {128cf208-3e05-4024-8985-d853fee892e7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.918990 [ 276 ] {128cf208-3e05-4024-8985-d853fee892e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:56:59.919425 [ 276 ] {128cf208-3e05-4024-8985-d853fee892e7} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.919463 [ 276 ] {128cf208-3e05-4024-8985-d853fee892e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.919769 [ 276 ] {128cf208-3e05-4024-8985-d853fee892e7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.29 20:56:59.919990 [ 276 ] {128cf208-3e05-4024-8985-d853fee892e7} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.920130 [ 276 ] {128cf208-3e05-4024-8985-d853fee892e7} executeQuery: Read 44 rows, 3.31 KiB in 0.001208 sec., 36423.841059602644 rows/sec., 2.67 MiB/sec. 2026.04.29 20:56:59.920169 [ 276 ] {128cf208-3e05-4024-8985-d853fee892e7} TCPHandler: Processed in 0.001383008 sec. 2026.04.29 20:56:59.920281 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.920377 [ 276 ] {b8a4ac3a-04a7-4a11-be88-73cc53393b7e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.920419 [ 276 ] {b8a4ac3a-04a7-4a11-be88-73cc53393b7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:56:59.921088 [ 276 ] {b8a4ac3a-04a7-4a11-be88-73cc53393b7e} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.921126 [ 276 ] {b8a4ac3a-04a7-4a11-be88-73cc53393b7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.921471 [ 276 ] {b8a4ac3a-04a7-4a11-be88-73cc53393b7e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:56:59.921689 [ 276 ] {b8a4ac3a-04a7-4a11-be88-73cc53393b7e} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.921827 [ 276 ] {b8a4ac3a-04a7-4a11-be88-73cc53393b7e} executeQuery: Read 801 rows, 47.38 KiB in 0.001469 sec., 545268.8904016338 rows/sec., 31.50 MiB/sec. 2026.04.29 20:56:59.921863 [ 276 ] {b8a4ac3a-04a7-4a11-be88-73cc53393b7e} TCPHandler: Processed in 0.001634061 sec. 2026.04.29 20:56:59.921983 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.922077 [ 276 ] {47ac0bd8-c102-48ed-8f8b-60cd40a2a7dc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.922118 [ 276 ] {47ac0bd8-c102-48ed-8f8b-60cd40a2a7dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:56:59.922532 [ 276 ] {47ac0bd8-c102-48ed-8f8b-60cd40a2a7dc} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.922577 [ 276 ] {47ac0bd8-c102-48ed-8f8b-60cd40a2a7dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.922899 [ 276 ] {47ac0bd8-c102-48ed-8f8b-60cd40a2a7dc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.29 20:56:59.923142 [ 276 ] {47ac0bd8-c102-48ed-8f8b-60cd40a2a7dc} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:56:59.923323 [ 276 ] {47ac0bd8-c102-48ed-8f8b-60cd40a2a7dc} executeQuery: Read 1 rows, 72.00 B in 0.001264 sec., 791.1392405063292 rows/sec., 55.63 KiB/sec. 2026.04.29 20:56:59.923376 [ 276 ] {47ac0bd8-c102-48ed-8f8b-60cd40a2a7dc} TCPHandler: Processed in 0.001444919 sec. 2026.04.29 20:56:59.923511 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.923617 [ 276 ] {553dadcb-c44c-47f1-b3c0-f58fe666e9a1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:56:59.923668 [ 276 ] {553dadcb-c44c-47f1-b3c0-f58fe666e9a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:56:59.924627 [ 276 ] {553dadcb-c44c-47f1-b3c0-f58fe666e9a1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.924670 [ 276 ] {553dadcb-c44c-47f1-b3c0-f58fe666e9a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.925100 [ 276 ] {553dadcb-c44c-47f1-b3c0-f58fe666e9a1} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.29 20:56:59.925433 [ 276 ] {553dadcb-c44c-47f1-b3c0-f58fe666e9a1} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.925591 [ 276 ] {553dadcb-c44c-47f1-b3c0-f58fe666e9a1} executeQuery: Read 1323 rows, 90.76 KiB in 0.001995 sec., 663157.8947368421 rows/sec., 44.43 MiB/sec. 2026.04.29 20:56:59.925632 [ 276 ] {553dadcb-c44c-47f1-b3c0-f58fe666e9a1} TCPHandler: Processed in 0.002175999 sec. 2026.04.29 20:56:59.925761 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.925858 [ 276 ] {515188d5-b84d-48b7-ba0b-aa96ed2cdf6b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.925901 [ 276 ] {515188d5-b84d-48b7-ba0b-aa96ed2cdf6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:56:59.926587 [ 276 ] {515188d5-b84d-48b7-ba0b-aa96ed2cdf6b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.926624 [ 276 ] {515188d5-b84d-48b7-ba0b-aa96ed2cdf6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.927107 [ 276 ] {515188d5-b84d-48b7-ba0b-aa96ed2cdf6b} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.29 20:56:59.927329 [ 276 ] {515188d5-b84d-48b7-ba0b-aa96ed2cdf6b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.927456 [ 73 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.29 20:56:59.927463 [ 276 ] {515188d5-b84d-48b7-ba0b-aa96ed2cdf6b} executeQuery: Read 1496 rows, 92.90 KiB in 0.001624 sec., 921182.2660098522 rows/sec., 55.87 MiB/sec. 2026.04.29 20:56:59.927526 [ 73 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.927545 [ 276 ] {515188d5-b84d-48b7-ba0b-aa96ed2cdf6b} TCPHandler: Processed in 0.001835354 sec. 2026.04.29 20:56:59.927553 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.927658 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.29 20:56:59.927678 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.927759 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:59.927774 [ 276 ] {b778cdc0-d5a6-416f-bfc5-790cd37553c6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.927788 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 23472 rows starting from the beginning of the part 2026.04.29 20:56:59.927828 [ 276 ] {b778cdc0-d5a6-416f-bfc5-790cd37553c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:56:59.927847 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2026.04.29 20:56:59.927893 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 269 rows starting from the beginning of the part 2026.04.29 20:56:59.927935 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.04.29 20:56:59.927974 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 265 rows starting from the beginning of the part 2026.04.29 20:56:59.928016 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1496 rows starting from the beginning of the part 2026.04.29 20:56:59.928701 [ 276 ] {b778cdc0-d5a6-416f-bfc5-790cd37553c6} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.928738 [ 276 ] {b778cdc0-d5a6-416f-bfc5-790cd37553c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.929467 [ 276 ] {b778cdc0-d5a6-416f-bfc5-790cd37553c6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.29 20:56:59.929813 [ 276 ] {b778cdc0-d5a6-416f-bfc5-790cd37553c6} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.929957 [ 73 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.29 20:56:59.929975 [ 276 ] {b778cdc0-d5a6-416f-bfc5-790cd37553c6} executeQuery: Read 44 rows, 80.74 KiB in 0.002219 sec., 19828.751689950426 rows/sec., 35.53 MiB/sec. 2026.04.29 20:56:59.930001 [ 73 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.930028 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.930065 [ 276 ] {b778cdc0-d5a6-416f-bfc5-790cd37553c6} TCPHandler: Processed in 0.002437431 sec. 2026.04.29 20:56:59.930139 [ 200 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.29 20:56:59.930237 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:56:59.930342 [ 276 ] {5890205f-72ac-407d-8874-fdcaff074044} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:56:59.930387 [ 276 ] {5890205f-72ac-407d-8874-fdcaff074044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:56:59.930426 [ 200 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:56:59.930498 [ 200 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1058 rows starting from the beginning of the part 2026.04.29 20:56:59.930639 [ 200 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 35 rows starting from the beginning of the part 2026.04.29 20:56:59.930715 [ 276 ] {5890205f-72ac-407d-8874-fdcaff074044} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:56:59.930755 [ 276 ] {5890205f-72ac-407d-8874-fdcaff074044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:56:59.930763 [ 200 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:59.930890 [ 200 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 35 rows starting from the beginning of the part 2026.04.29 20:56:59.931011 [ 200 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part 2026.04.29 20:56:59.931102 [ 276 ] {5890205f-72ac-407d-8874-fdcaff074044} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.29 20:56:59.931126 [ 200 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 44 rows starting from the beginning of the part 2026.04.29 20:56:59.931345 [ 276 ] {5890205f-72ac-407d-8874-fdcaff074044} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.931494 [ 276 ] {5890205f-72ac-407d-8874-fdcaff074044} executeQuery: Read 12 rows, 848.00 B in 0.001172 sec., 10238.907849829351 rows/sec., 706.59 KiB/sec. 2026.04.29 20:56:59.931535 [ 276 ] {5890205f-72ac-407d-8874-fdcaff074044} TCPHandler: Processed in 0.001349817 sec. 2026.04.29 20:56:59.935577 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 25822 rows, containing 5 columns (5 merged, 0 gathered) in 0.007958692 sec., 3244502.9911950356 rows/sec., 207.57 MiB/sec. 2026.04.29 20:56:59.935824 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.29 20:56:59.936095 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.936163 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_61_12} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.29 20:56:59.936235 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. 2026.04.29 20:56:59.940979 [ 194 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1186 rows, containing 19 columns (19 merged, 0 gathered) in 0.010893379 sec., 108873.47259284745 rows/sec., 195.10 MiB/sec. 2026.04.29 20:56:59.942354 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.29 20:56:59.942685 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:56:59.942763 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_51_10} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.29 20:56:59.942914 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.38 MiB. 2026.04.29 20:57:00.000199 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 301.28 MiB, peak 312.63 MiB, free memory in arenas 0.00 B, will set to 304.77 MiB (RSS), difference: 3.49 MiB 2026.04.29 20:57:00.192581 [ 73 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.04.29 20:57:00.192631 [ 73 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:00.192655 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:00.192792 [ 200 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.04.29 20:57:00.192946 [ 200 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:00.192985 [ 200 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part 2026.04.29 20:57:00.193061 [ 200 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part 2026.04.29 20:57:00.193110 [ 200 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.04.29 20:57:00.193154 [ 200 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.04.29 20:57:00.193202 [ 200 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.04.29 20:57:00.193955 [ 194 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001249165 sec., 35223.52931758414 rows/sec., 2.94 MiB/sec. 2026.04.29 20:57:00.194114 [ 188 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.04.29 20:57:00.194405 [ 188 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:00.194547 [ 188 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_14_3} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.04.29 20:57:00.194625 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.29 20:57:02.261361 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1180 2026.04.29 20:57:02.264241 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:02.264294 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:02.265598 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:57:02.265876 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:02.266153 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1180 2026.04.29 20:57:04.576022 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:04.576266 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:04.576595 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:04.576628 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:04.576844 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:04.576911 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:04.577052 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:57:04.577086 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:04.577108 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:04.577123 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:04.577161 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:04.577181 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:04.578425 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} executeQuery: Read 52 rows, 12.45 KiB in 0.002254 sec., 23070.097604259096 rows/sec., 5.40 MiB/sec. 2026.04.29 20:57:04.578526 [ 276 ] {487c742b-407c-47ed-97a7-9aa4f4e2a7e9} TCPHandler: Processed in 0.002643224 sec. 2026.04.29 20:57:04.579963 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:04.580069 [ 276 ] {d9f77117-b824-4f86-99c6-10ec21343eda} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:04.580111 [ 276 ] {d9f77117-b824-4f86-99c6-10ec21343eda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:04.580834 [ 276 ] {d9f77117-b824-4f86-99c6-10ec21343eda} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:04.580905 [ 276 ] {d9f77117-b824-4f86-99c6-10ec21343eda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:04.581419 [ 276 ] {d9f77117-b824-4f86-99c6-10ec21343eda} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.29 20:57:04.581647 [ 276 ] {d9f77117-b824-4f86-99c6-10ec21343eda} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:04.581790 [ 276 ] {d9f77117-b824-4f86-99c6-10ec21343eda} executeQuery: Read 56 rows, 4.41 KiB in 0.001752 sec., 31963.4703196347 rows/sec., 2.46 MiB/sec. 2026.04.29 20:57:04.581827 [ 276 ] {d9f77117-b824-4f86-99c6-10ec21343eda} TCPHandler: Processed in 0.001916054 sec. 2026.04.29 20:57:04.581949 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:04.582043 [ 276 ] {be4e3421-52bf-43b8-83c7-98035b1f1d17} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:04.582082 [ 276 ] {be4e3421-52bf-43b8-83c7-98035b1f1d17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:04.582499 [ 276 ] {be4e3421-52bf-43b8-83c7-98035b1f1d17} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:04.582532 [ 276 ] {be4e3421-52bf-43b8-83c7-98035b1f1d17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:04.582822 [ 276 ] {be4e3421-52bf-43b8-83c7-98035b1f1d17} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.29 20:57:04.583019 [ 276 ] {be4e3421-52bf-43b8-83c7-98035b1f1d17} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:04.583146 [ 276 ] {be4e3421-52bf-43b8-83c7-98035b1f1d17} executeQuery: Read 64 rows, 5.12 KiB in 0.001121 sec., 57091.882247992864 rows/sec., 4.46 MiB/sec. 2026.04.29 20:57:04.583182 [ 276 ] {be4e3421-52bf-43b8-83c7-98035b1f1d17} TCPHandler: Processed in 0.001283117 sec. 2026.04.29 20:57:04.583303 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:04.583397 [ 276 ] {0a8cd4ec-2218-476a-8327-c45680f3664f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:04.583439 [ 276 ] {0a8cd4ec-2218-476a-8327-c45680f3664f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:04.583820 [ 276 ] {0a8cd4ec-2218-476a-8327-c45680f3664f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:04.583855 [ 276 ] {0a8cd4ec-2218-476a-8327-c45680f3664f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:04.584177 [ 276 ] {0a8cd4ec-2218-476a-8327-c45680f3664f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.29 20:57:04.584378 [ 276 ] {0a8cd4ec-2218-476a-8327-c45680f3664f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:04.584503 [ 276 ] {0a8cd4ec-2218-476a-8327-c45680f3664f} executeQuery: Read 128 rows, 9.13 KiB in 0.001124 sec., 113879.00355871886 rows/sec., 7.93 MiB/sec. 2026.04.29 20:57:04.584539 [ 276 ] {0a8cd4ec-2218-476a-8327-c45680f3664f} TCPHandler: Processed in 0.001286687 sec. 2026.04.29 20:57:04.584668 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:04.584762 [ 276 ] {1fee7189-147f-4fae-a195-8ac1a0bf02e4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:04.584801 [ 276 ] {1fee7189-147f-4fae-a195-8ac1a0bf02e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:04.585149 [ 276 ] {1fee7189-147f-4fae-a195-8ac1a0bf02e4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:04.585183 [ 276 ] {1fee7189-147f-4fae-a195-8ac1a0bf02e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:04.585472 [ 276 ] {1fee7189-147f-4fae-a195-8ac1a0bf02e4} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.29 20:57:04.585682 [ 276 ] {1fee7189-147f-4fae-a195-8ac1a0bf02e4} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:04.585806 [ 276 ] {1fee7189-147f-4fae-a195-8ac1a0bf02e4} executeQuery: Read 48 rows, 3.31 KiB in 0.001063 sec., 45155.22107243651 rows/sec., 3.04 MiB/sec. 2026.04.29 20:57:04.585841 [ 276 ] {1fee7189-147f-4fae-a195-8ac1a0bf02e4} TCPHandler: Processed in 0.001223916 sec. 2026.04.29 20:57:04.585835 [ 67 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.29 20:57:04.585935 [ 67 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:04.585961 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:04.586086 [ 200 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.29 20:57:04.586253 [ 200 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:04.586293 [ 200 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3270 rows starting from the beginning of the part 2026.04.29 20:57:04.586365 [ 200 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 90 rows starting from the beginning of the part 2026.04.29 20:57:04.586416 [ 200 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.04.29 20:57:04.586463 [ 200 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 90 rows starting from the beginning of the part 2026.04.29 20:57:04.586509 [ 200 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part 2026.04.29 20:57:04.586555 [ 200 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 48 rows starting from the beginning of the part 2026.04.29 20:57:04.587805 [ 190 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3570 rows, containing 4 columns (4 merged, 0 gathered) in 0.001777073 sec., 2008921.4117821832 rows/sec., 131.72 MiB/sec. 2026.04.29 20:57:04.588123 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.29 20:57:04.588440 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:04.588520 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_61_12} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.29 20:57:04.588629 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.04.29 20:57:04.697152 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18707 2026.04.29 20:57:04.697650 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:04.697699 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:04.698166 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:57:04.698400 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:04.698548 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18707 2026.04.29 20:57:05.698286 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.04.29 20:57:05.715735 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:05.715798 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:05.721954 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:57:05.722654 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:05.725819 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.04.29 20:57:08.231726 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32814 2026.04.29 20:57:08.231849 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.231875 [ 287 ] {} TCP-Session: 0ce28eeb-83a3-450f-8aac-c2898ec95ccd Authenticating user 'default' from [fd00:1122:3344:101::e]:32814 2026.04.29 20:57:08.231897 [ 287 ] {} TCP-Session: 0ce28eeb-83a3-450f-8aac-c2898ec95ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.231910 [ 287 ] {} TCP-Session: 0ce28eeb-83a3-450f-8aac-c2898ec95ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.232137 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33275 2026.04.29 20:57:08.232159 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37352 2026.04.29 20:57:08.232205 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42108 2026.04.29 20:57:08.232226 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61292 2026.04.29 20:57:08.232236 [ 287 ] {} TCP-Session: 0ce28eeb-83a3-450f-8aac-c2898ec95ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:08.232257 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.232294 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.232294 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.232314 [ 289 ] {} TCP-Session: adf6bdb0-7700-489d-bd40-86ac189b0f57 Authenticating user 'default' from [fd00:1122:3344:101::e]:33275 2026.04.29 20:57:08.232326 [ 290 ] {} TCP-Session: 58949162-d1f2-436f-8725-0d185366ee4d Authenticating user 'default' from [fd00:1122:3344:101::e]:37352 2026.04.29 20:57:08.232338 [ 353 ] {} TCP-Session: ba0c4884-888e-4474-9be3-627ba2198395 Authenticating user 'default' from [fd00:1122:3344:101::e]:42108 2026.04.29 20:57:08.232356 [ 289 ] {} TCP-Session: adf6bdb0-7700-489d-bd40-86ac189b0f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.232367 [ 290 ] {} TCP-Session: 58949162-d1f2-436f-8725-0d185366ee4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.232374 [ 353 ] {} TCP-Session: ba0c4884-888e-4474-9be3-627ba2198395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.232398 [ 290 ] {} TCP-Session: 58949162-d1f2-436f-8725-0d185366ee4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.232386 [ 289 ] {} TCP-Session: adf6bdb0-7700-489d-bd40-86ac189b0f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.232421 [ 353 ] {} TCP-Session: ba0c4884-888e-4474-9be3-627ba2198395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.232440 [ 287 ] {98f78ab7-a492-43fa-8106-63335041c197} executeQuery: (from [fd00:1122:3344:101::e]:32814) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:57:08.232465 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.232237 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62172 2026.04.29 20:57:08.232499 [ 354 ] {} TCP-Session: e2e1ee60-663e-4360-b798-f03c001a326c Authenticating user 'default' from [fd00:1122:3344:101::e]:61292 2026.04.29 20:57:08.232196 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60567 2026.04.29 20:57:08.232545 [ 354 ] {} TCP-Session: e2e1ee60-663e-4360-b798-f03c001a326c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.232199 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50735 2026.04.29 20:57:08.232615 [ 354 ] {} TCP-Session: e2e1ee60-663e-4360-b798-f03c001a326c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.232170 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50230 2026.04.29 20:57:08.232733 [ 287 ] {98f78ab7-a492-43fa-8106-63335041c197} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:57:08.232794 [ 287 ] {98f78ab7-a492-43fa-8106-63335041c197} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:08.233034 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.233068 [ 352 ] {} TCP-Session: 0bde606e-bf08-48aa-9e96-de9963b7d0e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50735 2026.04.29 20:57:08.233084 [ 352 ] {} TCP-Session: 0bde606e-bf08-48aa-9e96-de9963b7d0e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.233094 [ 287 ] {98f78ab7-a492-43fa-8106-63335041c197} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:57:08.233100 [ 352 ] {} TCP-Session: 0bde606e-bf08-48aa-9e96-de9963b7d0e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.233146 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.233179 [ 291 ] {} TCP-Session: 49193b1b-15c4-4472-8474-e1b7989ac20f Authenticating user 'default' from [fd00:1122:3344:101::e]:50230 2026.04.29 20:57:08.233195 [ 291 ] {} TCP-Session: 49193b1b-15c4-4472-8474-e1b7989ac20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.233207 [ 291 ] {} TCP-Session: 49193b1b-15c4-4472-8474-e1b7989ac20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.233266 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.233299 [ 355 ] {} TCP-Session: 310de849-da30-4b74-aefb-16b374c27c3c Authenticating user 'default' from [fd00:1122:3344:101::e]:62172 2026.04.29 20:57:08.233316 [ 355 ] {} TCP-Session: 310de849-da30-4b74-aefb-16b374c27c3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.233335 [ 355 ] {} TCP-Session: 310de849-da30-4b74-aefb-16b374c27c3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.233476 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.233520 [ 351 ] {} TCP-Session: a4940bfd-10a9-4804-a5fe-51e10c23e81c Authenticating user 'default' from [fd00:1122:3344:101::e]:60567 2026.04.29 20:57:08.233543 [ 351 ] {} TCP-Session: a4940bfd-10a9-4804-a5fe-51e10c23e81c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.233556 [ 351 ] {} TCP-Session: a4940bfd-10a9-4804-a5fe-51e10c23e81c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.234126 [ 306 ] {98f78ab7-a492-43fa-8106-63335041c197} AggregatingTransform: Aggregating 2026.04.29 20:57:08.234169 [ 306 ] {98f78ab7-a492-43fa-8106-63335041c197} Aggregator: Aggregation method: without_key 2026.04.29 20:57:08.234206 [ 306 ] {98f78ab7-a492-43fa-8106-63335041c197} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000996003 sec. (1004.013 rows/sec., 39.22 KiB/sec.) 2026.04.29 20:57:08.234225 [ 306 ] {98f78ab7-a492-43fa-8106-63335041c197} Aggregator: Merging aggregated data 2026.04.29 20:57:08.235462 [ 287 ] {98f78ab7-a492-43fa-8106-63335041c197} executeQuery: Read 1 rows, 40.00 B in 0.003083 sec., 324.3593902043464 rows/sec., 12.67 KiB/sec. 2026.04.29 20:57:08.235717 [ 287 ] {98f78ab7-a492-43fa-8106-63335041c197} TCPHandler: Processed in 0.003609096 sec. 2026.04.29 20:57:08.235971 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.235972 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.236025 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.236043 [ 289 ] {} TCP-Session: adf6bdb0-7700-489d-bd40-86ac189b0f57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.236050 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.236070 [ 291 ] {} TCP-Session: 49193b1b-15c4-4472-8474-e1b7989ac20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.236095 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.236117 [ 351 ] {} TCP-Session: a4940bfd-10a9-4804-a5fe-51e10c23e81c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.236117 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.236163 [ 352 ] {} TCP-Session: 0bde606e-bf08-48aa-9e96-de9963b7d0e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.236075 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.236196 [ 354 ] {} TCP-Session: e2e1ee60-663e-4360-b798-f03c001a326c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.235994 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.236239 [ 353 ] {} TCP-Session: ba0c4884-888e-4474-9be3-627ba2198395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.236087 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.236279 [ 355 ] {} TCP-Session: 310de849-da30-4b74-aefb-16b374c27c3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.236057 [ 287 ] {} TCP-Session: 0ce28eeb-83a3-450f-8aac-c2898ec95ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.236325 [ 290 ] {} TCP-Session: 58949162-d1f2-436f-8725-0d185366ee4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283180 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42041 2026.04.29 20:57:08.283302 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.283329 [ 287 ] {} TCP-Session: f8958e49-6e27-4297-ac56-7be77e2416e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:42041 2026.04.29 20:57:08.283351 [ 287 ] {} TCP-Session: f8958e49-6e27-4297-ac56-7be77e2416e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283364 [ 287 ] {} TCP-Session: f8958e49-6e27-4297-ac56-7be77e2416e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283559 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57228 2026.04.29 20:57:08.283577 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61385 2026.04.29 20:57:08.283615 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38853 2026.04.29 20:57:08.283654 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41932 2026.04.29 20:57:08.283686 [ 287 ] {} TCP-Session: f8958e49-6e27-4297-ac56-7be77e2416e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:08.283694 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.283647 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48983 2026.04.29 20:57:08.283737 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.283744 [ 290 ] {} TCP-Session: fb8cdce0-23ae-4f62-b639-96bfbb2ae42b Authenticating user 'default' from [fd00:1122:3344:101::e]:61385 2026.04.29 20:57:08.283792 [ 351 ] {} TCP-Session: 8f7fbc9a-7f2b-4e30-af3e-32106fdcb9b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:38853 2026.04.29 20:57:08.283806 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.283813 [ 290 ] {} TCP-Session: fb8cdce0-23ae-4f62-b639-96bfbb2ae42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283829 [ 351 ] {} TCP-Session: 8f7fbc9a-7f2b-4e30-af3e-32106fdcb9b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283837 [ 354 ] {} TCP-Session: 0b2b61f4-0cec-4996-baa8-8ba069b933ef Authenticating user 'default' from [fd00:1122:3344:101::e]:48983 2026.04.29 20:57:08.283862 [ 287 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} executeQuery: (from [fd00:1122:3344:101::e]:42041) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:57:08.283859 [ 351 ] {} TCP-Session: 8f7fbc9a-7f2b-4e30-af3e-32106fdcb9b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283878 [ 354 ] {} TCP-Session: 0b2b61f4-0cec-4996-baa8-8ba069b933ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283846 [ 290 ] {} TCP-Session: fb8cdce0-23ae-4f62-b639-96bfbb2ae42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283920 [ 354 ] {} TCP-Session: 0b2b61f4-0cec-4996-baa8-8ba069b933ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283739 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.283643 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.283983 [ 355 ] {} TCP-Session: 43b6b417-59ad-4f5c-8907-23a5173329cf Authenticating user 'default' from [fd00:1122:3344:101::e]:41932 2026.04.29 20:57:08.283586 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53083 2026.04.29 20:57:08.284007 [ 355 ] {} TCP-Session: 43b6b417-59ad-4f5c-8907-23a5173329cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283997 [ 289 ] {} TCP-Session: c2dacf64-aa14-4a17-bda1-204f933c689f Authenticating user 'default' from [fd00:1122:3344:101::e]:57228 2026.04.29 20:57:08.284044 [ 355 ] {} TCP-Session: 43b6b417-59ad-4f5c-8907-23a5173329cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.284058 [ 289 ] {} TCP-Session: c2dacf64-aa14-4a17-bda1-204f933c689f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.283634 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59375 2026.04.29 20:57:08.284074 [ 289 ] {} TCP-Session: c2dacf64-aa14-4a17-bda1-204f933c689f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.284073 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.283621 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41236 2026.04.29 20:57:08.284139 [ 291 ] {} TCP-Session: fe04a1a9-02d1-40da-8936-f43bebca8580 Authenticating user 'default' from [fd00:1122:3344:101::e]:53083 2026.04.29 20:57:08.284168 [ 287 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:57:08.284183 [ 291 ] {} TCP-Session: fe04a1a9-02d1-40da-8936-f43bebca8580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.284135 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.284203 [ 291 ] {} TCP-Session: fe04a1a9-02d1-40da-8936-f43bebca8580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.284207 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.284233 [ 352 ] {} TCP-Session: 51f18183-27a5-44f5-bc17-c67058d34ca4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59375 2026.04.29 20:57:08.284263 [ 353 ] {} TCP-Session: 78c8c038-d66c-456c-a936-040a2056e489 Authenticating user 'default' from [fd00:1122:3344:101::e]:41236 2026.04.29 20:57:08.284279 [ 352 ] {} TCP-Session: 51f18183-27a5-44f5-bc17-c67058d34ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.284296 [ 353 ] {} TCP-Session: 78c8c038-d66c-456c-a936-040a2056e489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.284304 [ 352 ] {} TCP-Session: 51f18183-27a5-44f5-bc17-c67058d34ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.284319 [ 353 ] {} TCP-Session: 78c8c038-d66c-456c-a936-040a2056e489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.284229 [ 287 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:08.284652 [ 287 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:57:08.286116 [ 350 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} AggregatingTransform: Aggregating 2026.04.29 20:57:08.286161 [ 350 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} Aggregator: Aggregation method: without_key 2026.04.29 20:57:08.286200 [ 350 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001441889 sec. (693.535 rows/sec., 27.09 KiB/sec.) 2026.04.29 20:57:08.286219 [ 350 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} Aggregator: Merging aggregated data 2026.04.29 20:57:08.287494 [ 287 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} executeQuery: Read 1 rows, 40.00 B in 0.00368 sec., 271.7391304347826 rows/sec., 10.61 KiB/sec. 2026.04.29 20:57:08.287829 [ 287 ] {dc87c3f9-5df0-4341-bb24-298bcd00ed32} TCPHandler: Processed in 0.004277355 sec. 2026.04.29 20:57:08.288039 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.288076 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.288079 [ 287 ] {} TCP-Session: f8958e49-6e27-4297-ac56-7be77e2416e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.288107 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.288130 [ 289 ] {} TCP-Session: c2dacf64-aa14-4a17-bda1-204f933c689f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.288161 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.288167 [ 354 ] {} TCP-Session: 0b2b61f4-0cec-4996-baa8-8ba069b933ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.288187 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.288217 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.288242 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.288273 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.288283 [ 291 ] {} TCP-Session: fe04a1a9-02d1-40da-8936-f43bebca8580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.288340 [ 352 ] {} TCP-Session: 51f18183-27a5-44f5-bc17-c67058d34ca4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.288131 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.288208 [ 355 ] {} TCP-Session: 43b6b417-59ad-4f5c-8907-23a5173329cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.288416 [ 290 ] {} TCP-Session: fb8cdce0-23ae-4f62-b639-96bfbb2ae42b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.288327 [ 351 ] {} TCP-Session: 8f7fbc9a-7f2b-4e30-af3e-32106fdcb9b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.288263 [ 353 ] {} TCP-Session: 78c8c038-d66c-456c-a936-040a2056e489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.401770 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49919 2026.04.29 20:57:08.401887 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.401917 [ 287 ] {} TCP-Session: 0b171f59-1dec-46bd-803e-049ec2d55485 Authenticating user 'default' from [fd00:1122:3344:101::e]:49919 2026.04.29 20:57:08.401940 [ 287 ] {} TCP-Session: 0b171f59-1dec-46bd-803e-049ec2d55485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.401953 [ 287 ] {} TCP-Session: 0b171f59-1dec-46bd-803e-049ec2d55485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402154 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57563 2026.04.29 20:57:08.402171 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48932 2026.04.29 20:57:08.402213 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35835 2026.04.29 20:57:08.402224 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49451 2026.04.29 20:57:08.402276 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.402286 [ 287 ] {} TCP-Session: 0b171f59-1dec-46bd-803e-049ec2d55485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:08.402317 [ 290 ] {} TCP-Session: c45a80bf-e2de-40b6-8652-e65a0c8508d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:57563 2026.04.29 20:57:08.402295 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.402355 [ 290 ] {} TCP-Session: c45a80bf-e2de-40b6-8652-e65a0c8508d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402374 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.402383 [ 354 ] {} TCP-Session: 6e883017-7ca1-4e21-a4c2-1cf879eadfc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:35835 2026.04.29 20:57:08.402381 [ 290 ] {} TCP-Session: c45a80bf-e2de-40b6-8652-e65a0c8508d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402415 [ 355 ] {} TCP-Session: 9a8c94f4-b360-4a1f-b786-17995d846fd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49451 2026.04.29 20:57:08.402423 [ 354 ] {} TCP-Session: 6e883017-7ca1-4e21-a4c2-1cf879eadfc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402462 [ 355 ] {} TCP-Session: 9a8c94f4-b360-4a1f-b786-17995d846fd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402466 [ 354 ] {} TCP-Session: 6e883017-7ca1-4e21-a4c2-1cf879eadfc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402481 [ 287 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} executeQuery: (from [fd00:1122:3344:101::e]:49919) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:57:08.402484 [ 355 ] {} TCP-Session: 9a8c94f4-b360-4a1f-b786-17995d846fd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402292 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.402156 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38277 2026.04.29 20:57:08.402569 [ 291 ] {} TCP-Session: 0a7529f5-cf33-4bbf-845b-b1fc66d24bb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:48932 2026.04.29 20:57:08.402203 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63004 2026.04.29 20:57:08.402607 [ 291 ] {} TCP-Session: 0a7529f5-cf33-4bbf-845b-b1fc66d24bb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402629 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.402658 [ 291 ] {} TCP-Session: 0a7529f5-cf33-4bbf-845b-b1fc66d24bb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402678 [ 289 ] {} TCP-Session: e4a270c7-3b0d-4704-a98b-684132aa0d40 Authenticating user 'default' from [fd00:1122:3344:101::e]:38277 2026.04.29 20:57:08.402192 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58966 2026.04.29 20:57:08.402707 [ 289 ] {} TCP-Session: e4a270c7-3b0d-4704-a98b-684132aa0d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402707 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.402726 [ 289 ] {} TCP-Session: e4a270c7-3b0d-4704-a98b-684132aa0d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402199 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56596 2026.04.29 20:57:08.402757 [ 351 ] {} TCP-Session: b682d541-54af-40da-9d2b-14d42cc3c27c Authenticating user 'default' from [fd00:1122:3344:101::e]:63004 2026.04.29 20:57:08.402764 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.402804 [ 351 ] {} TCP-Session: b682d541-54af-40da-9d2b-14d42cc3c27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402810 [ 287 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:57:08.402833 [ 351 ] {} TCP-Session: b682d541-54af-40da-9d2b-14d42cc3c27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402827 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:57:08.402810 [ 352 ] {} TCP-Session: b9db13e7-0578-47e2-b6a8-b9e8fe10de3e Authenticating user 'default' from [fd00:1122:3344:101::e]:58966 2026.04.29 20:57:08.402893 [ 353 ] {} TCP-Session: 728129d0-36b6-4412-b9f0-0b006a7ea604 Authenticating user 'default' from [fd00:1122:3344:101::e]:56596 2026.04.29 20:57:08.402911 [ 352 ] {} TCP-Session: b9db13e7-0578-47e2-b6a8-b9e8fe10de3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402926 [ 353 ] {} TCP-Session: 728129d0-36b6-4412-b9f0-0b006a7ea604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402940 [ 352 ] {} TCP-Session: b9db13e7-0578-47e2-b6a8-b9e8fe10de3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402952 [ 353 ] {} TCP-Session: 728129d0-36b6-4412-b9f0-0b006a7ea604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.402883 [ 287 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:08.403274 [ 287 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:57:08.404193 [ 343 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} AggregatingTransform: Aggregating 2026.04.29 20:57:08.404231 [ 343 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} Aggregator: Aggregation method: without_key 2026.04.29 20:57:08.404269 [ 343 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000892741 sec. (1120.146 rows/sec., 43.76 KiB/sec.) 2026.04.29 20:57:08.404288 [ 343 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} Aggregator: Merging aggregated data 2026.04.29 20:57:08.405936 [ 287 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} executeQuery: Read 1 rows, 40.00 B in 0.003512 sec., 284.7380410022779 rows/sec., 11.12 KiB/sec. 2026.04.29 20:57:08.406090 [ 287 ] {baca0104-de68-4aa0-9aed-c2d21969b1e5} TCPHandler: Processed in 0.00397728 sec. 2026.04.29 20:57:08.406226 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.406257 [ 287 ] {} TCP-Session: 0b171f59-1dec-46bd-803e-049ec2d55485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.406256 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.406278 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.406300 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.406324 [ 290 ] {} TCP-Session: c45a80bf-e2de-40b6-8652-e65a0c8508d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.406342 [ 291 ] {} TCP-Session: 0a7529f5-cf33-4bbf-845b-b1fc66d24bb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.406361 [ 289 ] {} TCP-Session: e4a270c7-3b0d-4704-a98b-684132aa0d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.406369 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.406383 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.406418 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.406443 [ 354 ] {} TCP-Session: 6e883017-7ca1-4e21-a4c2-1cf879eadfc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.406332 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.406478 [ 351 ] {} TCP-Session: b682d541-54af-40da-9d2b-14d42cc3c27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.406426 [ 353 ] {} TCP-Session: 728129d0-36b6-4412-b9f0-0b006a7ea604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.406513 [ 355 ] {} TCP-Session: 9a8c94f4-b360-4a1f-b786-17995d846fd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:08.406402 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:57:08.406574 [ 352 ] {} TCP-Session: b9db13e7-0578-47e2-b6a8-b9e8fe10de3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:57:09.582697 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.582931 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:09.583288 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:09.583326 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:09.583576 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:09.583652 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:09.583807 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:57:09.583845 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:09.583867 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:09.583883 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:09.583923 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:09.583945 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:09.585132 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} executeQuery: Read 52 rows, 12.45 KiB in 0.002296 sec., 22648.083623693383 rows/sec., 5.30 MiB/sec. 2026.04.29 20:57:09.585260 [ 276 ] {1f644074-b090-49d2-ad9a-41ef4e8ed33f} TCPHandler: Processed in 0.002702365 sec. 2026.04.29 20:57:09.590527 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.590655 [ 276 ] {85c49c2b-51d4-4680-8b68-8e5689948f3e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:57:09.590704 [ 276 ] {85c49c2b-51d4-4680-8b68-8e5689948f3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:57:09.591373 [ 276 ] {85c49c2b-51d4-4680-8b68-8e5689948f3e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.591421 [ 276 ] {85c49c2b-51d4-4680-8b68-8e5689948f3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.591832 [ 276 ] {85c49c2b-51d4-4680-8b68-8e5689948f3e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:57:09.592067 [ 276 ] {85c49c2b-51d4-4680-8b68-8e5689948f3e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:57:09.592228 [ 276 ] {85c49c2b-51d4-4680-8b68-8e5689948f3e} executeQuery: Read 284 rows, 18.47 KiB in 0.001608 sec., 176616.91542288556 rows/sec., 11.22 MiB/sec. 2026.04.29 20:57:09.592272 [ 276 ] {85c49c2b-51d4-4680-8b68-8e5689948f3e} TCPHandler: Processed in 0.001807253 sec. 2026.04.29 20:57:09.592423 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.592532 [ 276 ] {181ae2a9-a9ec-45b2-a5a9-ae116a79cff6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:09.592577 [ 276 ] {181ae2a9-a9ec-45b2-a5a9-ae116a79cff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:09.593416 [ 276 ] {181ae2a9-a9ec-45b2-a5a9-ae116a79cff6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.593453 [ 276 ] {181ae2a9-a9ec-45b2-a5a9-ae116a79cff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.593827 [ 276 ] {181ae2a9-a9ec-45b2-a5a9-ae116a79cff6} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.29 20:57:09.594039 [ 276 ] {181ae2a9-a9ec-45b2-a5a9-ae116a79cff6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:09.594187 [ 276 ] {181ae2a9-a9ec-45b2-a5a9-ae116a79cff6} executeQuery: Read 811 rows, 64.18 KiB in 0.001679 sec., 483025.61048243 rows/sec., 37.33 MiB/sec. 2026.04.29 20:57:09.594228 [ 276 ] {181ae2a9-a9ec-45b2-a5a9-ae116a79cff6} TCPHandler: Processed in 0.001857684 sec. 2026.04.29 20:57:09.594362 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.594477 [ 276 ] {56589dd6-258a-4d58-b61a-6f6ddacbc21e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:09.594535 [ 276 ] {56589dd6-258a-4d58-b61a-6f6ddacbc21e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:09.595067 [ 276 ] {56589dd6-258a-4d58-b61a-6f6ddacbc21e} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.595102 [ 276 ] {56589dd6-258a-4d58-b61a-6f6ddacbc21e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.595470 [ 276 ] {56589dd6-258a-4d58-b61a-6f6ddacbc21e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.29 20:57:09.595706 [ 276 ] {56589dd6-258a-4d58-b61a-6f6ddacbc21e} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:09.595842 [ 276 ] {56589dd6-258a-4d58-b61a-6f6ddacbc21e} executeQuery: Read 149 rows, 9.07 KiB in 0.001395 sec., 106810.0358422939 rows/sec., 6.35 MiB/sec. 2026.04.29 20:57:09.595880 [ 276 ] {56589dd6-258a-4d58-b61a-6f6ddacbc21e} TCPHandler: Processed in 0.00156965 sec. 2026.04.29 20:57:09.596021 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.596130 [ 276 ] {21b741a1-5e3e-4c35-9b4a-9d824e0abd52} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:57:09.596174 [ 276 ] {21b741a1-5e3e-4c35-9b4a-9d824e0abd52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:57:09.596633 [ 276 ] {21b741a1-5e3e-4c35-9b4a-9d824e0abd52} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.596669 [ 276 ] {21b741a1-5e3e-4c35-9b4a-9d824e0abd52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.597005 [ 276 ] {21b741a1-5e3e-4c35-9b4a-9d824e0abd52} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:57:09.597220 [ 276 ] {21b741a1-5e3e-4c35-9b4a-9d824e0abd52} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:09.597350 [ 276 ] {21b741a1-5e3e-4c35-9b4a-9d824e0abd52} executeQuery: Read 149 rows, 9.86 KiB in 0.001245 sec., 119678.71485943775 rows/sec., 7.73 MiB/sec. 2026.04.29 20:57:09.597388 [ 276 ] {21b741a1-5e3e-4c35-9b4a-9d824e0abd52} TCPHandler: Processed in 0.001421888 sec. 2026.04.29 20:57:09.597535 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.597655 [ 276 ] {d6a5c82a-3070-4812-a144-b02c80b2a1da} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:57:09.597697 [ 276 ] {d6a5c82a-3070-4812-a144-b02c80b2a1da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:57:09.598158 [ 276 ] {d6a5c82a-3070-4812-a144-b02c80b2a1da} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.598193 [ 276 ] {d6a5c82a-3070-4812-a144-b02c80b2a1da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.598496 [ 276 ] {d6a5c82a-3070-4812-a144-b02c80b2a1da} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:57:09.598704 [ 276 ] {d6a5c82a-3070-4812-a144-b02c80b2a1da} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:57:09.598833 [ 276 ] {d6a5c82a-3070-4812-a144-b02c80b2a1da} executeQuery: Read 148 rows, 8.62 KiB in 0.001205 sec., 122821.57676348549 rows/sec., 6.99 MiB/sec. 2026.04.29 20:57:09.598874 [ 276 ] {d6a5c82a-3070-4812-a144-b02c80b2a1da} TCPHandler: Processed in 0.001399888 sec. 2026.04.29 20:57:09.599028 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.599129 [ 276 ] {44d415f1-906e-44d6-a970-286d611c5703} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:09.599170 [ 276 ] {44d415f1-906e-44d6-a970-286d611c5703} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:09.599873 [ 276 ] {44d415f1-906e-44d6-a970-286d611c5703} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.599907 [ 276 ] {44d415f1-906e-44d6-a970-286d611c5703} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.600269 [ 276 ] {44d415f1-906e-44d6-a970-286d611c5703} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.29 20:57:09.600502 [ 276 ] {44d415f1-906e-44d6-a970-286d611c5703} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:09.600640 [ 276 ] {44d415f1-906e-44d6-a970-286d611c5703} executeQuery: Read 497 rows, 35.74 KiB in 0.001532 sec., 324412.53263707575 rows/sec., 22.78 MiB/sec. 2026.04.29 20:57:09.600679 [ 276 ] {44d415f1-906e-44d6-a970-286d611c5703} TCPHandler: Processed in 0.001709752 sec. 2026.04.29 20:57:09.600807 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.600905 [ 276 ] {803172f7-2b44-49bf-863d-8a2edcb0c52a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:57:09.600945 [ 276 ] {803172f7-2b44-49bf-863d-8a2edcb0c52a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:57:09.601333 [ 276 ] {803172f7-2b44-49bf-863d-8a2edcb0c52a} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.601369 [ 276 ] {803172f7-2b44-49bf-863d-8a2edcb0c52a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.601695 [ 276 ] {803172f7-2b44-49bf-863d-8a2edcb0c52a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:57:09.601916 [ 276 ] {803172f7-2b44-49bf-863d-8a2edcb0c52a} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:57:09.602080 [ 276 ] {803172f7-2b44-49bf-863d-8a2edcb0c52a} executeQuery: Read 6 rows, 321.00 B in 0.001193 sec., 5029.337803855826 rows/sec., 262.76 KiB/sec. 2026.04.29 20:57:09.602132 [ 276 ] {803172f7-2b44-49bf-863d-8a2edcb0c52a} TCPHandler: Processed in 0.001373917 sec. 2026.04.29 20:57:09.602308 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.602412 [ 276 ] {2d1c3304-3c75-47a8-a0d0-2a4a62614900} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:09.602457 [ 276 ] {2d1c3304-3c75-47a8-a0d0-2a4a62614900} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:09.602918 [ 276 ] {2d1c3304-3c75-47a8-a0d0-2a4a62614900} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.602953 [ 276 ] {2d1c3304-3c75-47a8-a0d0-2a4a62614900} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.603295 [ 276 ] {2d1c3304-3c75-47a8-a0d0-2a4a62614900} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.29 20:57:09.603510 [ 276 ] {2d1c3304-3c75-47a8-a0d0-2a4a62614900} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:09.603645 [ 276 ] {2d1c3304-3c75-47a8-a0d0-2a4a62614900} executeQuery: Read 265 rows, 18.03 KiB in 0.001257 sec., 210819.41129673825 rows/sec., 14.01 MiB/sec. 2026.04.29 20:57:09.603683 [ 276 ] {2d1c3304-3c75-47a8-a0d0-2a4a62614900} TCPHandler: Processed in 0.001438998 sec. 2026.04.29 20:57:09.603816 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.603912 [ 276 ] {941f4288-5880-4c34-94c8-b53120c2dd10} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:57:09.603959 [ 276 ] {941f4288-5880-4c34-94c8-b53120c2dd10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:57:09.604293 [ 276 ] {941f4288-5880-4c34-94c8-b53120c2dd10} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.604328 [ 276 ] {941f4288-5880-4c34-94c8-b53120c2dd10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.604622 [ 276 ] {941f4288-5880-4c34-94c8-b53120c2dd10} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:57:09.604827 [ 276 ] {941f4288-5880-4c34-94c8-b53120c2dd10} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:57:09.604958 [ 276 ] {941f4288-5880-4c34-94c8-b53120c2dd10} executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. 2026.04.29 20:57:09.604994 [ 276 ] {941f4288-5880-4c34-94c8-b53120c2dd10} TCPHandler: Processed in 0.001228596 sec. 2026.04.29 20:57:09.605135 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.605231 [ 276 ] {6d9f9860-f5b8-4b2f-a301-72252841747d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:09.605285 [ 276 ] {6d9f9860-f5b8-4b2f-a301-72252841747d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:09.606071 [ 276 ] {6d9f9860-f5b8-4b2f-a301-72252841747d} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.606110 [ 276 ] {6d9f9860-f5b8-4b2f-a301-72252841747d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.606618 [ 276 ] {6d9f9860-f5b8-4b2f-a301-72252841747d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.29 20:57:09.606852 [ 276 ] {6d9f9860-f5b8-4b2f-a301-72252841747d} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:09.606998 [ 276 ] {6d9f9860-f5b8-4b2f-a301-72252841747d} executeQuery: Read 7 rows, 12.84 KiB in 0.001785 sec., 3921.568627450981 rows/sec., 7.03 MiB/sec. 2026.04.29 20:57:09.607073 [ 276 ] {6d9f9860-f5b8-4b2f-a301-72252841747d} TCPHandler: Processed in 0.001990685 sec. 2026.04.29 20:57:09.607230 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:09.607327 [ 276 ] {8e206c70-04b0-4bbe-8864-48f140aa33ce} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:09.607369 [ 276 ] {8e206c70-04b0-4bbe-8864-48f140aa33ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:09.607735 [ 276 ] {8e206c70-04b0-4bbe-8864-48f140aa33ce} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:09.607772 [ 276 ] {8e206c70-04b0-4bbe-8864-48f140aa33ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:09.608085 [ 276 ] {8e206c70-04b0-4bbe-8864-48f140aa33ce} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.29 20:57:09.608294 [ 276 ] {8e206c70-04b0-4bbe-8864-48f140aa33ce} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:09.608426 [ 276 ] {8e206c70-04b0-4bbe-8864-48f140aa33ce} executeQuery: Read 90 rows, 5.77 KiB in 0.001119 sec., 80428.9544235925 rows/sec., 5.03 MiB/sec. 2026.04.29 20:57:09.608465 [ 276 ] {8e206c70-04b0-4bbe-8864-48f140aa33ce} TCPHandler: Processed in 0.001286376 sec. 2026.04.29 20:57:12.048760 [ 50 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:57:12.048829 [ 50 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:57:12.198665 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19219 2026.04.29 20:57:12.199226 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:12.199272 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:12.199761 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:57:12.199990 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:12.200118 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19219 2026.04.29 20:57:12.266498 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1220 2026.04.29 20:57:12.269087 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:12.269136 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:12.270334 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:57:12.270599 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:12.270865 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1220 2026.04.29 20:57:13.225977 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.04.29 20:57:13.247711 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:13.247773 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:13.255765 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:57:13.256689 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:13.260614 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.04.29 20:57:14.578346 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:14.578602 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:14.578932 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:14.578966 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:14.579184 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:14.579253 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:14.579393 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:57:14.579428 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:14.579448 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:14.579463 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:14.579502 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:57:14.579523 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:14.580689 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} executeQuery: Read 52 rows, 12.45 KiB in 0.002188 sec., 23765.99634369287 rows/sec., 5.56 MiB/sec. 2026.04.29 20:57:14.580813 [ 276 ] {80c5b06c-2493-46ee-8d16-04b2bf1b6616} TCPHandler: Processed in 0.002607793 sec. 2026.04.29 20:57:14.582991 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:14.583122 [ 276 ] {c752a99c-b68f-4818-875c-a56c9907bd8f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:14.583173 [ 276 ] {c752a99c-b68f-4818-875c-a56c9907bd8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:14.583760 [ 276 ] {c752a99c-b68f-4818-875c-a56c9907bd8f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:14.583807 [ 276 ] {c752a99c-b68f-4818-875c-a56c9907bd8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:14.584181 [ 276 ] {c752a99c-b68f-4818-875c-a56c9907bd8f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.29 20:57:14.584400 [ 276 ] {c752a99c-b68f-4818-875c-a56c9907bd8f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:14.584557 [ 276 ] {c752a99c-b68f-4818-875c-a56c9907bd8f} executeQuery: Read 126 rows, 11.14 KiB in 0.001474 sec., 85481.68249660787 rows/sec., 7.38 MiB/sec. 2026.04.29 20:57:14.584597 [ 276 ] {c752a99c-b68f-4818-875c-a56c9907bd8f} TCPHandler: Processed in 0.001668542 sec. 2026.04.29 20:57:14.584724 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:14.584823 [ 276 ] {3a4f2013-be6c-4b85-bf79-bee50c21819f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:14.584864 [ 276 ] {3a4f2013-be6c-4b85-bf79-bee50c21819f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:14.585298 [ 276 ] {3a4f2013-be6c-4b85-bf79-bee50c21819f} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:14.585335 [ 276 ] {3a4f2013-be6c-4b85-bf79-bee50c21819f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:14.585630 [ 276 ] {3a4f2013-be6c-4b85-bf79-bee50c21819f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.29 20:57:14.585833 [ 276 ] {3a4f2013-be6c-4b85-bf79-bee50c21819f} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:14.585963 [ 276 ] {3a4f2013-be6c-4b85-bf79-bee50c21819f} executeQuery: Read 35 rows, 2.63 KiB in 0.001162 sec., 30120.481927710844 rows/sec., 2.21 MiB/sec. 2026.04.29 20:57:14.585998 [ 276 ] {3a4f2013-be6c-4b85-bf79-bee50c21819f} TCPHandler: Processed in 0.001325147 sec. 2026.04.29 20:57:14.586129 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:14.586222 [ 276 ] {c40cdb3d-c5e8-4dac-9931-1e2b7273cf3d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:14.586260 [ 276 ] {c40cdb3d-c5e8-4dac-9931-1e2b7273cf3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:14.586677 [ 276 ] {c40cdb3d-c5e8-4dac-9931-1e2b7273cf3d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:14.586713 [ 276 ] {c40cdb3d-c5e8-4dac-9931-1e2b7273cf3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:14.587006 [ 276 ] {c40cdb3d-c5e8-4dac-9931-1e2b7273cf3d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.29 20:57:14.587216 [ 276 ] {c40cdb3d-c5e8-4dac-9931-1e2b7273cf3d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:14.587345 [ 276 ] {c40cdb3d-c5e8-4dac-9931-1e2b7273cf3d} executeQuery: Read 99 rows, 7.92 KiB in 0.001143 sec., 86614.17322834647 rows/sec., 6.76 MiB/sec. 2026.04.29 20:57:14.587381 [ 276 ] {c40cdb3d-c5e8-4dac-9931-1e2b7273cf3d} TCPHandler: Processed in 0.001300797 sec. 2026.04.29 20:57:14.587501 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:14.587593 [ 276 ] {38a43e1b-2719-42be-8e2a-9f567d577c6f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:14.587634 [ 276 ] {38a43e1b-2719-42be-8e2a-9f567d577c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:14.588036 [ 276 ] {38a43e1b-2719-42be-8e2a-9f567d577c6f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:14.588071 [ 276 ] {38a43e1b-2719-42be-8e2a-9f567d577c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:14.588379 [ 276 ] {38a43e1b-2719-42be-8e2a-9f567d577c6f} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.29 20:57:14.588583 [ 276 ] {38a43e1b-2719-42be-8e2a-9f567d577c6f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:14.588709 [ 276 ] {38a43e1b-2719-42be-8e2a-9f567d577c6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001134 sec., 141093.47442680775 rows/sec., 9.83 MiB/sec. 2026.04.29 20:57:14.588744 [ 276 ] {38a43e1b-2719-42be-8e2a-9f567d577c6f} TCPHandler: Processed in 0.001290177 sec. 2026.04.29 20:57:14.588860 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:14.588952 [ 276 ] {8b5b6950-7eb7-41f2-b630-e0ad21015f59} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:14.589005 [ 276 ] {8b5b6950-7eb7-41f2-b630-e0ad21015f59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:14.589813 [ 276 ] {8b5b6950-7eb7-41f2-b630-e0ad21015f59} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:14.589849 [ 276 ] {8b5b6950-7eb7-41f2-b630-e0ad21015f59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:14.590392 [ 276 ] {8b5b6950-7eb7-41f2-b630-e0ad21015f59} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.29 20:57:14.590606 [ 276 ] {8b5b6950-7eb7-41f2-b630-e0ad21015f59} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:14.590740 [ 276 ] {8b5b6950-7eb7-41f2-b630-e0ad21015f59} executeQuery: Read 35 rows, 64.22 KiB in 0.001805 sec., 19390.581717451525 rows/sec., 34.75 MiB/sec. 2026.04.29 20:57:14.590801 [ 276 ] {8b5b6950-7eb7-41f2-b630-e0ad21015f59} TCPHandler: Processed in 0.001988075 sec. 2026.04.29 20:57:14.590943 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:14.591035 [ 276 ] {c3d2c280-f92a-4aad-a7a8-6180755c8648} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:14.591075 [ 276 ] {c3d2c280-f92a-4aad-a7a8-6180755c8648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:14.591419 [ 276 ] {c3d2c280-f92a-4aad-a7a8-6180755c8648} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:14.591454 [ 276 ] {c3d2c280-f92a-4aad-a7a8-6180755c8648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:14.591747 [ 276 ] {c3d2c280-f92a-4aad-a7a8-6180755c8648} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.29 20:57:14.591958 [ 276 ] {c3d2c280-f92a-4aad-a7a8-6180755c8648} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:14.592083 [ 276 ] {c3d2c280-f92a-4aad-a7a8-6180755c8648} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.04.29 20:57:14.592117 [ 276 ] {c3d2c280-f92a-4aad-a7a8-6180755c8648} TCPHandler: Processed in 0.001221906 sec. 2026.04.29 20:57:19.581675 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.581931 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:19.582285 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:19.582325 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:19.582567 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:19.582638 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:19.582779 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.29 20:57:19.582816 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:19.582838 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:19.582853 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:19.582892 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:19.582912 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:19.584132 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} executeQuery: Read 52 rows, 12.45 KiB in 0.002299 sec., 22618.52979556329 rows/sec., 5.29 MiB/sec. 2026.04.29 20:57:19.584246 [ 276 ] {c60e525c-295b-4590-b13b-037a7a349b3b} TCPHandler: Processed in 0.002707404 sec. 2026.04.29 20:57:19.589099 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.589232 [ 276 ] {29d78b11-2c7c-4fbf-84ee-9c1795b77b4e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:57:19.589286 [ 276 ] {29d78b11-2c7c-4fbf-84ee-9c1795b77b4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:57:19.589937 [ 276 ] {29d78b11-2c7c-4fbf-84ee-9c1795b77b4e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.589982 [ 276 ] {29d78b11-2c7c-4fbf-84ee-9c1795b77b4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.590366 [ 276 ] {29d78b11-2c7c-4fbf-84ee-9c1795b77b4e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:57:19.590589 [ 276 ] {29d78b11-2c7c-4fbf-84ee-9c1795b77b4e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:57:19.590749 [ 276 ] {29d78b11-2c7c-4fbf-84ee-9c1795b77b4e} executeQuery: Read 284 rows, 18.47 KiB in 0.001556 sec., 182519.28020565552 rows/sec., 11.59 MiB/sec. 2026.04.29 20:57:19.590789 [ 276 ] {29d78b11-2c7c-4fbf-84ee-9c1795b77b4e} TCPHandler: Processed in 0.001755772 sec. 2026.04.29 20:57:19.590918 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.591016 [ 276 ] {4c168250-2700-4f4c-8a77-57b98729640a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:57:19.591057 [ 276 ] {4c168250-2700-4f4c-8a77-57b98729640a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:57:19.591460 [ 276 ] {4c168250-2700-4f4c-8a77-57b98729640a} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.591494 [ 276 ] {4c168250-2700-4f4c-8a77-57b98729640a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.591787 [ 276 ] {4c168250-2700-4f4c-8a77-57b98729640a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:57:19.591993 [ 276 ] {4c168250-2700-4f4c-8a77-57b98729640a} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:57:19.592125 [ 276 ] {4c168250-2700-4f4c-8a77-57b98729640a} executeQuery: Read 4 rows, 334.00 B in 0.001131 sec., 3536.6931918656055 rows/sec., 288.39 KiB/sec. 2026.04.29 20:57:19.592167 [ 276 ] {4c168250-2700-4f4c-8a77-57b98729640a} TCPHandler: Processed in 0.001300337 sec. 2026.04.29 20:57:19.592282 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.592376 [ 276 ] {dcb1a8fe-0e89-4c84-9d39-1aca994d1992} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:19.592415 [ 276 ] {dcb1a8fe-0e89-4c84-9d39-1aca994d1992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:19.593198 [ 276 ] {dcb1a8fe-0e89-4c84-9d39-1aca994d1992} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.593232 [ 276 ] {dcb1a8fe-0e89-4c84-9d39-1aca994d1992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.593572 [ 276 ] {dcb1a8fe-0e89-4c84-9d39-1aca994d1992} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.29 20:57:19.593790 [ 276 ] {dcb1a8fe-0e89-4c84-9d39-1aca994d1992} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.593889 [ 46 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.29 20:57:19.593912 [ 276 ] {dcb1a8fe-0e89-4c84-9d39-1aca994d1992} executeQuery: Read 813 rows, 64.33 KiB in 0.001564 sec., 519820.97186700767 rows/sec., 40.17 MiB/sec. 2026.04.29 20:57:19.593930 [ 46 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.593949 [ 276 ] {dcb1a8fe-0e89-4c84-9d39-1aca994d1992} TCPHandler: Processed in 0.001729942 sec. 2026.04.29 20:57:19.593951 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.594038 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.29 20:57:19.594059 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.594119 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:19.594142 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3360 rows starting from the beginning of the part 2026.04.29 20:57:19.594148 [ 276 ] {07edf384-6127-4166-a47f-041e690d38bd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:19.594186 [ 276 ] {07edf384-6127-4166-a47f-041e690d38bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:19.594191 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 2471 rows starting from the beginning of the part 2026.04.29 20:57:19.594232 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part 2026.04.29 20:57:19.594267 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 811 rows starting from the beginning of the part 2026.04.29 20:57:19.594301 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 126 rows starting from the beginning of the part 2026.04.29 20:57:19.594336 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 813 rows starting from the beginning of the part 2026.04.29 20:57:19.594601 [ 276 ] {07edf384-6127-4166-a47f-041e690d38bd} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.594633 [ 276 ] {07edf384-6127-4166-a47f-041e690d38bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.594995 [ 276 ] {07edf384-6127-4166-a47f-041e690d38bd} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.29 20:57:19.595208 [ 276 ] {07edf384-6127-4166-a47f-041e690d38bd} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.595314 [ 46 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2026.04.29 20:57:19.595339 [ 46 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.595341 [ 276 ] {07edf384-6127-4166-a47f-041e690d38bd} executeQuery: Read 153 rows, 9.35 KiB in 0.001186 sec., 129005.05902192243 rows/sec., 7.70 MiB/sec. 2026.04.29 20:57:19.595356 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.595382 [ 276 ] {07edf384-6127-4166-a47f-041e690d38bd} TCPHandler: Processed in 0.001354307 sec. 2026.04.29 20:57:19.595469 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2026.04.29 20:57:19.595502 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.595603 [ 276 ] {228e117a-a7d1-41f4-8abe-e4ef6a4a3880} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:57:19.595617 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:19.595644 [ 276 ] {228e117a-a7d1-41f4-8abe-e4ef6a4a3880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:57:19.595657 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 225 rows starting from the beginning of the part 2026.04.29 20:57:19.595731 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 149 rows starting from the beginning of the part 2026.04.29 20:57:19.595776 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 44 rows starting from the beginning of the part 2026.04.29 20:57:19.595819 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 149 rows starting from the beginning of the part 2026.04.29 20:57:19.595860 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 35 rows starting from the beginning of the part 2026.04.29 20:57:19.595904 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 153 rows starting from the beginning of the part 2026.04.29 20:57:19.596088 [ 276 ] {228e117a-a7d1-41f4-8abe-e4ef6a4a3880} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.596128 [ 276 ] {228e117a-a7d1-41f4-8abe-e4ef6a4a3880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.596453 [ 276 ] {228e117a-a7d1-41f4-8abe-e4ef6a4a3880} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:57:19.596517 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 7637 rows, containing 5 columns (5 merged, 0 gathered) in 0.002500701 sec., 3053943.6741937557 rows/sec., 243.02 MiB/sec. 2026.04.29 20:57:19.596681 [ 276 ] {228e117a-a7d1-41f4-8abe-e4ef6a4a3880} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.596811 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.001401788 sec., 538597.8478914073 rows/sec., 35.60 MiB/sec. 2026.04.29 20:57:19.596819 [ 276 ] {228e117a-a7d1-41f4-8abe-e4ef6a4a3880} executeQuery: Read 149 rows, 9.86 KiB in 0.001234 sec., 120745.54294975688 rows/sec., 7.80 MiB/sec. 2026.04.29 20:57:19.596862 [ 276 ] {228e117a-a7d1-41f4-8abe-e4ef6a4a3880} TCPHandler: Processed in 0.001411108 sec. 2026.04.29 20:57:19.596862 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.29 20:57:19.596939 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2026.04.29 20:57:19.596992 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.597087 [ 276 ] {ced0b7f6-81c2-44db-aecd-16beae4eb5f5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:57:19.597128 [ 276 ] {ced0b7f6-81c2-44db-aecd-16beae4eb5f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:57:19.597251 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.597322 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_55_11} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2026.04.29 20:57:19.597328 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.597396 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.29 20:57:19.597440 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_66_13} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.29 20:57:19.597550 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2026.04.29 20:57:19.597569 [ 276 ] {ced0b7f6-81c2-44db-aecd-16beae4eb5f5} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.597609 [ 276 ] {ced0b7f6-81c2-44db-aecd-16beae4eb5f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.597916 [ 276 ] {ced0b7f6-81c2-44db-aecd-16beae4eb5f5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:57:19.598126 [ 276 ] {ced0b7f6-81c2-44db-aecd-16beae4eb5f5} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:57:19.598259 [ 276 ] {ced0b7f6-81c2-44db-aecd-16beae4eb5f5} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.04.29 20:57:19.598297 [ 276 ] {ced0b7f6-81c2-44db-aecd-16beae4eb5f5} TCPHandler: Processed in 0.001355107 sec. 2026.04.29 20:57:19.598423 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.598517 [ 276 ] {2165586e-94da-4bda-ac5a-1db5a0a43096} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:19.598557 [ 276 ] {2165586e-94da-4bda-ac5a-1db5a0a43096} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:19.599170 [ 276 ] {2165586e-94da-4bda-ac5a-1db5a0a43096} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.599204 [ 276 ] {2165586e-94da-4bda-ac5a-1db5a0a43096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.599536 [ 276 ] {2165586e-94da-4bda-ac5a-1db5a0a43096} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.29 20:57:19.599741 [ 276 ] {2165586e-94da-4bda-ac5a-1db5a0a43096} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.599844 [ 46 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.29 20:57:19.599872 [ 276 ] {2165586e-94da-4bda-ac5a-1db5a0a43096} executeQuery: Read 501 rows, 36.07 KiB in 0.001371 sec., 365426.6958424508 rows/sec., 25.69 MiB/sec. 2026.04.29 20:57:19.599872 [ 46 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.599903 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.599913 [ 276 ] {2165586e-94da-4bda-ac5a-1db5a0a43096} TCPHandler: Processed in 0.00153902 sec. 2026.04.29 20:57:19.599963 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.29 20:57:19.600037 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.600050 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:19.600077 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1830 rows starting from the beginning of the part 2026.04.29 20:57:19.600127 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1323 rows starting from the beginning of the part 2026.04.29 20:57:19.600131 [ 276 ] {4f4e2dc7-c202-4b7a-adbf-6a6539707daa} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:57:19.600169 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part 2026.04.29 20:57:19.600175 [ 276 ] {4f4e2dc7-c202-4b7a-adbf-6a6539707daa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:57:19.600210 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 497 rows starting from the beginning of the part 2026.04.29 20:57:19.600251 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 99 rows starting from the beginning of the part 2026.04.29 20:57:19.600288 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 501 rows starting from the beginning of the part 2026.04.29 20:57:19.600550 [ 276 ] {4f4e2dc7-c202-4b7a-adbf-6a6539707daa} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.600583 [ 276 ] {4f4e2dc7-c202-4b7a-adbf-6a6539707daa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.600881 [ 276 ] {4f4e2dc7-c202-4b7a-adbf-6a6539707daa} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:57:19.601085 [ 276 ] {4f4e2dc7-c202-4b7a-adbf-6a6539707daa} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:57:19.601214 [ 276 ] {4f4e2dc7-c202-4b7a-adbf-6a6539707daa} executeQuery: Read 6 rows, 321.00 B in 0.001101 sec., 5449.591280653951 rows/sec., 284.72 KiB/sec. 2026.04.29 20:57:19.601273 [ 276 ] {4f4e2dc7-c202-4b7a-adbf-6a6539707daa} TCPHandler: Processed in 0.001286936 sec. 2026.04.29 20:57:19.601385 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.601478 [ 276 ] {884eeca8-1b14-4453-802d-29e2cd83bc35} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:19.601520 [ 276 ] {884eeca8-1b14-4453-802d-29e2cd83bc35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:19.601595 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4314 rows, containing 5 columns (5 merged, 0 gathered) in 0.001655372 sec., 2606060.7525075935 rows/sec., 188.88 MiB/sec. 2026.04.29 20:57:19.601875 [ 192 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.29 20:57:19.601977 [ 276 ] {884eeca8-1b14-4453-802d-29e2cd83bc35} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.602019 [ 276 ] {884eeca8-1b14-4453-802d-29e2cd83bc35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.602254 [ 192 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.602354 [ 192 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_66_13} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.29 20:57:19.602376 [ 276 ] {884eeca8-1b14-4453-802d-29e2cd83bc35} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.29 20:57:19.602472 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.04.29 20:57:19.602607 [ 276 ] {884eeca8-1b14-4453-802d-29e2cd83bc35} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.602751 [ 276 ] {884eeca8-1b14-4453-802d-29e2cd83bc35} executeQuery: Read 267 rows, 18.17 KiB in 0.00129 sec., 206976.74418604653 rows/sec., 13.76 MiB/sec. 2026.04.29 20:57:19.602789 [ 276 ] {884eeca8-1b14-4453-802d-29e2cd83bc35} TCPHandler: Processed in 0.001452329 sec. 2026.04.29 20:57:19.602925 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.603017 [ 276 ] {5ea4a394-ba01-43f8-b844-69e5d393b011} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:57:19.603058 [ 276 ] {5ea4a394-ba01-43f8-b844-69e5d393b011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:57:19.603380 [ 276 ] {5ea4a394-ba01-43f8-b844-69e5d393b011} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.603412 [ 276 ] {5ea4a394-ba01-43f8-b844-69e5d393b011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.603726 [ 276 ] {5ea4a394-ba01-43f8-b844-69e5d393b011} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:57:19.603934 [ 276 ] {5ea4a394-ba01-43f8-b844-69e5d393b011} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:57:19.604074 [ 276 ] {5ea4a394-ba01-43f8-b844-69e5d393b011} executeQuery: Read 1 rows, 69.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 62.74 KiB/sec. 2026.04.29 20:57:19.604126 [ 276 ] {5ea4a394-ba01-43f8-b844-69e5d393b011} TCPHandler: Processed in 0.001250516 sec. 2026.04.29 20:57:19.604251 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.604347 [ 276 ] {1ee5053e-e5ba-4643-ba77-443b1bdb2b9f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:19.604402 [ 276 ] {1ee5053e-e5ba-4643-ba77-443b1bdb2b9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:19.605612 [ 276 ] {1ee5053e-e5ba-4643-ba77-443b1bdb2b9f} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.605669 [ 276 ] {1ee5053e-e5ba-4643-ba77-443b1bdb2b9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.606233 [ 276 ] {1ee5053e-e5ba-4643-ba77-443b1bdb2b9f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.29 20:57:19.606459 [ 276 ] {1ee5053e-e5ba-4643-ba77-443b1bdb2b9f} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.606607 [ 276 ] {1ee5053e-e5ba-4643-ba77-443b1bdb2b9f} executeQuery: Read 7 rows, 12.84 KiB in 0.002278 sec., 3072.8709394205443 rows/sec., 5.51 MiB/sec. 2026.04.29 20:57:19.606686 [ 276 ] {1ee5053e-e5ba-4643-ba77-443b1bdb2b9f} TCPHandler: Processed in 0.002486922 sec. 2026.04.29 20:57:19.606822 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:19.606919 [ 276 ] {d60d1ba8-b0cf-44e2-a242-d561c742c9bb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:19.606960 [ 276 ] {d60d1ba8-b0cf-44e2-a242-d561c742c9bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:19.607315 [ 276 ] {d60d1ba8-b0cf-44e2-a242-d561c742c9bb} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.607348 [ 276 ] {d60d1ba8-b0cf-44e2-a242-d561c742c9bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.607652 [ 276 ] {d60d1ba8-b0cf-44e2-a242-d561c742c9bb} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.29 20:57:19.607860 [ 276 ] {d60d1ba8-b0cf-44e2-a242-d561c742c9bb} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.607989 [ 276 ] {d60d1ba8-b0cf-44e2-a242-d561c742c9bb} executeQuery: Read 90 rows, 5.77 KiB in 0.001089 sec., 82644.62809917355 rows/sec., 5.17 MiB/sec. 2026.04.29 20:57:19.608024 [ 276 ] {d60d1ba8-b0cf-44e2-a242-d561c742c9bb} TCPHandler: Processed in 0.001254916 sec. 2026.04.29 20:57:19.700285 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19667 2026.04.29 20:57:19.700808 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.700849 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.701323 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:57:19.701549 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.701678 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19667 2026.04.29 20:57:19.701690 [ 46 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.29 20:57:19.701733 [ 46 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:19.701752 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:19.701825 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.29 20:57:19.701911 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:19.701941 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17299 rows starting from the beginning of the part 2026.04.29 20:57:19.701989 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 448 rows starting from the beginning of the part 2026.04.29 20:57:19.702027 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 512 rows starting from the beginning of the part 2026.04.29 20:57:19.702061 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 448 rows starting from the beginning of the part 2026.04.29 20:57:19.702094 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 512 rows starting from the beginning of the part 2026.04.29 20:57:19.702126 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 448 rows starting from the beginning of the part 2026.04.29 20:57:19.704305 [ 201 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19667 rows, containing 4 columns (4 merged, 0 gathered) in 0.002509942 sec., 7835639.229910493 rows/sec., 112.09 MiB/sec. 2026.04.29 20:57:19.704525 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.29 20:57:19.704766 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:19.704826 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_41_8} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.29 20:57:19.704889 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.62 MiB. 2026.04.29 20:57:20.760751 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.04.29 20:57:20.779072 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:20.779135 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:20.785474 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:57:20.786202 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:20.786507 [ 44 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.29 20:57:20.786542 [ 44 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:20.786561 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:20.786693 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.29 20:57:20.789793 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.04.29 20:57:20.790570 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:20.791996 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.04.29 20:57:20.796319 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:20.800740 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.04.29 20:57:20.804995 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:20.809431 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.04.29 20:57:20.813632 [ 191 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:20.869480 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.082840112 sec., 3730.0770428702467 rows/sec., 19.29 MiB/sec. 2026.04.29 20:57:20.872114 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.29 20:57:20.874255 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:20.874376 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_41_8} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.29 20:57:20.877665 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.04.29 20:57:22.271199 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1260 2026.04.29 20:57:22.273765 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:22.273812 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:22.275069 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:57:22.275368 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:22.275729 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1260 2026.04.29 20:57:24.577654 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:24.577914 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:24.578260 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:24.578297 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:24.578518 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:24.578589 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:24.578734 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:57:24.578770 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:24.578793 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:24.578809 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:24.578851 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:57:24.578872 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:24.580339 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} executeQuery: Read 52 rows, 12.45 KiB in 0.002529 sec., 20561.486753657573 rows/sec., 4.81 MiB/sec. 2026.04.29 20:57:24.580448 [ 276 ] {b1b95fc6-79b2-4565-9225-5e7726574863} TCPHandler: Processed in 0.002942668 sec. 2026.04.29 20:57:24.582728 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:24.582854 [ 276 ] {68b835b4-38a8-44d6-89f0-ea3c65a55ff4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:24.582906 [ 276 ] {68b835b4-38a8-44d6-89f0-ea3c65a55ff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:24.583513 [ 276 ] {68b835b4-38a8-44d6-89f0-ea3c65a55ff4} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:24.583566 [ 276 ] {68b835b4-38a8-44d6-89f0-ea3c65a55ff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:24.583999 [ 276 ] {68b835b4-38a8-44d6-89f0-ea3c65a55ff4} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.29 20:57:24.584230 [ 276 ] {68b835b4-38a8-44d6-89f0-ea3c65a55ff4} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:24.584380 [ 276 ] {68b835b4-38a8-44d6-89f0-ea3c65a55ff4} executeQuery: Read 126 rows, 11.14 KiB in 0.001561 sec., 80717.48878923766 rows/sec., 6.97 MiB/sec. 2026.04.29 20:57:24.584419 [ 276 ] {68b835b4-38a8-44d6-89f0-ea3c65a55ff4} TCPHandler: Processed in 0.001753933 sec. 2026.04.29 20:57:24.584557 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:24.584653 [ 276 ] {42d818b6-a5cb-41bd-b261-b904d055f9cf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:24.584693 [ 276 ] {42d818b6-a5cb-41bd-b261-b904d055f9cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:24.585113 [ 276 ] {42d818b6-a5cb-41bd-b261-b904d055f9cf} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:24.585151 [ 276 ] {42d818b6-a5cb-41bd-b261-b904d055f9cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:24.585459 [ 276 ] {42d818b6-a5cb-41bd-b261-b904d055f9cf} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.29 20:57:24.585671 [ 276 ] {42d818b6-a5cb-41bd-b261-b904d055f9cf} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:24.585805 [ 276 ] {42d818b6-a5cb-41bd-b261-b904d055f9cf} executeQuery: Read 35 rows, 2.63 KiB in 0.00117 sec., 29914.529914529914 rows/sec., 2.20 MiB/sec. 2026.04.29 20:57:24.585844 [ 276 ] {42d818b6-a5cb-41bd-b261-b904d055f9cf} TCPHandler: Processed in 0.001339177 sec. 2026.04.29 20:57:24.585967 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:24.586062 [ 276 ] {669c8e39-b052-4cda-bfa4-901b5164aa5c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:24.586101 [ 276 ] {669c8e39-b052-4cda-bfa4-901b5164aa5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:24.586539 [ 276 ] {669c8e39-b052-4cda-bfa4-901b5164aa5c} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:24.586577 [ 276 ] {669c8e39-b052-4cda-bfa4-901b5164aa5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:24.586880 [ 276 ] {669c8e39-b052-4cda-bfa4-901b5164aa5c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.29 20:57:24.587093 [ 276 ] {669c8e39-b052-4cda-bfa4-901b5164aa5c} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:24.587226 [ 276 ] {669c8e39-b052-4cda-bfa4-901b5164aa5c} executeQuery: Read 99 rows, 7.92 KiB in 0.001182 sec., 83756.34517766496 rows/sec., 6.54 MiB/sec. 2026.04.29 20:57:24.587263 [ 276 ] {669c8e39-b052-4cda-bfa4-901b5164aa5c} TCPHandler: Processed in 0.001348577 sec. 2026.04.29 20:57:24.587389 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:24.587485 [ 276 ] {25ae2b34-874c-487f-8336-c7567ea87f0b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:24.587528 [ 276 ] {25ae2b34-874c-487f-8336-c7567ea87f0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:24.587946 [ 276 ] {25ae2b34-874c-487f-8336-c7567ea87f0b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:24.587983 [ 276 ] {25ae2b34-874c-487f-8336-c7567ea87f0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:24.588311 [ 276 ] {25ae2b34-874c-487f-8336-c7567ea87f0b} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.29 20:57:24.588520 [ 276 ] {25ae2b34-874c-487f-8336-c7567ea87f0b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:24.588625 [ 42 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.29 20:57:24.588647 [ 276 ] {25ae2b34-874c-487f-8336-c7567ea87f0b} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.04.29 20:57:24.588664 [ 42 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:24.588684 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:24.588685 [ 276 ] {25ae2b34-874c-487f-8336-c7567ea87f0b} TCPHandler: Processed in 0.001347978 sec. 2026.04.29 20:57:24.588794 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.29 20:57:24.588814 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:24.588933 [ 276 ] {bba64fa1-38f7-4d59-b912-4d3a97277ad0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:24.588942 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:24.588992 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 25822 rows starting from the beginning of the part 2026.04.29 20:57:24.588995 [ 276 ] {bba64fa1-38f7-4d59-b912-4d3a97277ad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:24.589062 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 128 rows starting from the beginning of the part 2026.04.29 20:57:24.589112 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 265 rows starting from the beginning of the part 2026.04.29 20:57:24.589154 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2026.04.29 20:57:24.589194 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 267 rows starting from the beginning of the part 2026.04.29 20:57:24.589236 [ 201 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.04.29 20:57:24.589843 [ 276 ] {bba64fa1-38f7-4d59-b912-4d3a97277ad0} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:24.589884 [ 276 ] {bba64fa1-38f7-4d59-b912-4d3a97277ad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:24.590501 [ 276 ] {bba64fa1-38f7-4d59-b912-4d3a97277ad0} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.29 20:57:24.590751 [ 276 ] {bba64fa1-38f7-4d59-b912-4d3a97277ad0} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:24.590898 [ 276 ] {bba64fa1-38f7-4d59-b912-4d3a97277ad0} executeQuery: Read 35 rows, 64.22 KiB in 0.001987 sec., 17614.494212380472 rows/sec., 31.56 MiB/sec. 2026.04.29 20:57:24.590955 [ 276 ] {bba64fa1-38f7-4d59-b912-4d3a97277ad0} TCPHandler: Processed in 0.002191618 sec. 2026.04.29 20:57:24.591097 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:24.591193 [ 276 ] {4667182d-d10c-4399-b71a-62faa97d4a26} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:24.591234 [ 276 ] {4667182d-d10c-4399-b71a-62faa97d4a26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:24.591582 [ 276 ] {4667182d-d10c-4399-b71a-62faa97d4a26} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:24.591617 [ 276 ] {4667182d-d10c-4399-b71a-62faa97d4a26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:24.591953 [ 276 ] {4667182d-d10c-4399-b71a-62faa97d4a26} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.29 20:57:24.592159 [ 276 ] {4667182d-d10c-4399-b71a-62faa97d4a26} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:24.592287 [ 276 ] {4667182d-d10c-4399-b71a-62faa97d4a26} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2026.04.29 20:57:24.592321 [ 276 ] {4667182d-d10c-4399-b71a-62faa97d4a26} TCPHandler: Processed in 0.001304706 sec. 2026.04.29 20:57:24.603774 [ 195 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 26802 rows, containing 5 columns (5 merged, 0 gathered) in 0.015025273 sec., 1783794.5440325777 rows/sec., 114.38 MiB/sec. 2026.04.29 20:57:24.604144 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.29 20:57:24.604479 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:24.604565 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_66_13} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.29 20:57:24.604652 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.04.29 20:57:25.000230 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 307.87 MiB, peak 319.96 MiB, free memory in arenas 0.00 B, will set to 309.85 MiB (RSS), difference: 1.98 MiB 2026.04.29 20:57:27.048896 [ 40 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:57:27.048968 [ 40 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:57:27.201989 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20179 2026.04.29 20:57:27.202808 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:27.202884 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:27.203705 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:57:27.203932 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:27.204062 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20179 2026.04.29 20:57:28.290094 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.04.29 20:57:28.305482 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:28.305541 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:28.310863 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:57:28.311548 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:28.314512 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.04.29 20:57:29.582189 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.582569 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:29.583185 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:29.583271 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:29.583577 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:29.583644 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:29.583789 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:57:29.583826 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:29.583847 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:29.583863 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:29.583903 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:29.583924 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:29.585386 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} executeQuery: Read 52 rows, 12.45 KiB in 0.002949 sec., 17633.09596473381 rows/sec., 4.12 MiB/sec. 2026.04.29 20:57:29.585494 [ 276 ] {33d5e8c0-1119-454f-8d1a-eeb8f5fc06aa} TCPHandler: Processed in 0.003493905 sec. 2026.04.29 20:57:29.590468 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.590593 [ 276 ] {86d37eaa-d8c5-4855-a5ac-6dc7e0a63180} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.590645 [ 276 ] {86d37eaa-d8c5-4855-a5ac-6dc7e0a63180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:57:29.591350 [ 276 ] {86d37eaa-d8c5-4855-a5ac-6dc7e0a63180} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.591397 [ 276 ] {86d37eaa-d8c5-4855-a5ac-6dc7e0a63180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.591781 [ 276 ] {86d37eaa-d8c5-4855-a5ac-6dc7e0a63180} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:57:29.592009 [ 276 ] {86d37eaa-d8c5-4855-a5ac-6dc7e0a63180} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:57:29.592160 [ 276 ] {86d37eaa-d8c5-4855-a5ac-6dc7e0a63180} executeQuery: Read 284 rows, 18.47 KiB in 0.001603 sec., 177167.81035558326 rows/sec., 11.25 MiB/sec. 2026.04.29 20:57:29.592160 [ 36 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.04.29 20:57:29.592200 [ 276 ] {86d37eaa-d8c5-4855-a5ac-6dc7e0a63180} TCPHandler: Processed in 0.001805174 sec. 2026.04.29 20:57:29.592262 [ 36 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.592293 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.592380 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.592415 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.04.29 20:57:29.592486 [ 276 ] {20f03a0a-6f15-43c5-87e9-780b181ec3b0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:29.592530 [ 276 ] {20f03a0a-6f15-43c5-87e9-780b181ec3b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:29.592559 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:29.592601 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 308 rows starting from the beginning of the part 2026.04.29 20:57:29.592675 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.04.29 20:57:29.592726 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 284 rows starting from the beginning of the part 2026.04.29 20:57:29.592774 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 284 rows starting from the beginning of the part 2026.04.29 20:57:29.592819 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 284 rows starting from the beginning of the part 2026.04.29 20:57:29.592864 [ 193 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 284 rows starting from the beginning of the part 2026.04.29 20:57:29.593373 [ 276 ] {20f03a0a-6f15-43c5-87e9-780b181ec3b0} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.593415 [ 276 ] {20f03a0a-6f15-43c5-87e9-780b181ec3b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.593784 [ 276 ] {20f03a0a-6f15-43c5-87e9-780b181ec3b0} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.29 20:57:29.593931 [ 195 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.00157071 sec., 1100139.427392708 rows/sec., 74.37 MiB/sec. 2026.04.29 20:57:29.594016 [ 276 ] {20f03a0a-6f15-43c5-87e9-780b181ec3b0} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.594128 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.04.29 20:57:29.594155 [ 276 ] {20f03a0a-6f15-43c5-87e9-780b181ec3b0} executeQuery: Read 811 rows, 64.18 KiB in 0.001688 sec., 480450.2369668246 rows/sec., 37.13 MiB/sec. 2026.04.29 20:57:29.594193 [ 276 ] {20f03a0a-6f15-43c5-87e9-780b181ec3b0} TCPHandler: Processed in 0.001867564 sec. 2026.04.29 20:57:29.594325 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.594421 [ 276 ] {c2036dc1-5658-474a-ac65-1659b256b693} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.594421 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.594461 [ 276 ] {c2036dc1-5658-474a-ac65-1659b256b693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:29.594494 [ 198 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_19_4} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.04.29 20:57:29.594586 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.04.29 20:57:29.594904 [ 276 ] {c2036dc1-5658-474a-ac65-1659b256b693} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.594939 [ 276 ] {c2036dc1-5658-474a-ac65-1659b256b693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.595234 [ 276 ] {c2036dc1-5658-474a-ac65-1659b256b693} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.29 20:57:29.595442 [ 276 ] {c2036dc1-5658-474a-ac65-1659b256b693} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.595568 [ 276 ] {c2036dc1-5658-474a-ac65-1659b256b693} executeQuery: Read 149 rows, 9.07 KiB in 0.001165 sec., 127896.9957081545 rows/sec., 7.60 MiB/sec. 2026.04.29 20:57:29.595605 [ 276 ] {c2036dc1-5658-474a-ac65-1659b256b693} TCPHandler: Processed in 0.001331817 sec. 2026.04.29 20:57:29.595731 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.595825 [ 276 ] {1c5ebee2-0f0c-4d18-a17c-e658eded68a7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.595864 [ 276 ] {1c5ebee2-0f0c-4d18-a17c-e658eded68a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:57:29.596304 [ 276 ] {1c5ebee2-0f0c-4d18-a17c-e658eded68a7} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.596340 [ 276 ] {1c5ebee2-0f0c-4d18-a17c-e658eded68a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.596635 [ 276 ] {1c5ebee2-0f0c-4d18-a17c-e658eded68a7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:57:29.596846 [ 276 ] {1c5ebee2-0f0c-4d18-a17c-e658eded68a7} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.596951 [ 36 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.04.29 20:57:29.596972 [ 276 ] {1c5ebee2-0f0c-4d18-a17c-e658eded68a7} executeQuery: Read 149 rows, 9.86 KiB in 0.001165 sec., 127896.9957081545 rows/sec., 8.26 MiB/sec. 2026.04.29 20:57:29.596988 [ 36 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.597015 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.597018 [ 276 ] {1c5ebee2-0f0c-4d18-a17c-e658eded68a7} TCPHandler: Processed in 0.001338927 sec. 2026.04.29 20:57:29.597095 [ 193 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2026.04.29 20:57:29.597163 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.597192 [ 193 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:29.597224 [ 193 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 975 rows starting from the beginning of the part 2026.04.29 20:57:29.597263 [ 276 ] {fa3d7b90-a7d1-45f8-8dc4-3b675e5c3d1a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.597272 [ 193 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 149 rows starting from the beginning of the part 2026.04.29 20:57:29.597310 [ 276 ] {fa3d7b90-a7d1-45f8-8dc4-3b675e5c3d1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:57:29.597324 [ 193 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 801 rows starting from the beginning of the part 2026.04.29 20:57:29.597367 [ 193 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 149 rows starting from the beginning of the part 2026.04.29 20:57:29.597405 [ 193 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 149 rows starting from the beginning of the part 2026.04.29 20:57:29.597440 [ 193 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 149 rows starting from the beginning of the part 2026.04.29 20:57:29.597749 [ 276 ] {fa3d7b90-a7d1-45f8-8dc4-3b675e5c3d1a} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.597789 [ 276 ] {fa3d7b90-a7d1-45f8-8dc4-3b675e5c3d1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.598095 [ 276 ] {fa3d7b90-a7d1-45f8-8dc4-3b675e5c3d1a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:57:29.598317 [ 276 ] {fa3d7b90-a7d1-45f8-8dc4-3b675e5c3d1a} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:57:29.598443 [ 276 ] {fa3d7b90-a7d1-45f8-8dc4-3b675e5c3d1a} executeQuery: Read 148 rows, 8.62 KiB in 0.001198 sec., 123539.23205342237 rows/sec., 7.03 MiB/sec. 2026.04.29 20:57:29.598447 [ 35 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.04.29 20:57:29.598483 [ 276 ] {fa3d7b90-a7d1-45f8-8dc4-3b675e5c3d1a} TCPHandler: Processed in 0.001371677 sec. 2026.04.29 20:57:29.598499 [ 35 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.598522 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 5 columns (5 merged, 0 gathered) in 0.001461949 sec., 1622491.619064687 rows/sec., 103.82 MiB/sec. 2026.04.29 20:57:29.598524 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.598610 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.598626 [ 195 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.04.29 20:57:29.598708 [ 276 ] {429449b8-3e56-4cdc-901f-f9c87cba48bd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:29.598723 [ 187 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.04.29 20:57:29.598748 [ 195 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:29.598752 [ 276 ] {429449b8-3e56-4cdc-901f-f9c87cba48bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:29.598788 [ 195 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 160 rows starting from the beginning of the part 2026.04.29 20:57:29.598859 [ 195 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.04.29 20:57:29.598908 [ 195 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 148 rows starting from the beginning of the part 2026.04.29 20:57:29.598953 [ 195 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 148 rows starting from the beginning of the part 2026.04.29 20:57:29.598997 [ 195 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 148 rows starting from the beginning of the part 2026.04.29 20:57:29.599019 [ 187 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.599041 [ 195 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 148 rows starting from the beginning of the part 2026.04.29 20:57:29.599103 [ 187 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_30_6} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.04.29 20:57:29.599191 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.29 20:57:29.599346 [ 276 ] {429449b8-3e56-4cdc-901f-f9c87cba48bd} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.599388 [ 276 ] {429449b8-3e56-4cdc-901f-f9c87cba48bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.599730 [ 276 ] {429449b8-3e56-4cdc-901f-f9c87cba48bd} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.29 20:57:29.599876 [ 187 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001290526 sec., 697390.0564575995 rows/sec., 42.50 MiB/sec. 2026.04.29 20:57:29.599944 [ 276 ] {429449b8-3e56-4cdc-901f-f9c87cba48bd} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.599986 [ 187 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.04.29 20:57:29.600088 [ 276 ] {429449b8-3e56-4cdc-901f-f9c87cba48bd} executeQuery: Read 497 rows, 35.74 KiB in 0.001397 sec., 355762.34788833215 rows/sec., 24.98 MiB/sec. 2026.04.29 20:57:29.600132 [ 276 ] {429449b8-3e56-4cdc-901f-f9c87cba48bd} TCPHandler: Processed in 0.00157453 sec. 2026.04.29 20:57:29.600235 [ 187 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.600253 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.600299 [ 187 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_19_4} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.04.29 20:57:29.600352 [ 276 ] {05486bef-80a2-41f6-b307-513eb1e4d78f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:57:29.600362 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.29 20:57:29.600399 [ 276 ] {05486bef-80a2-41f6-b307-513eb1e4d78f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:57:29.600744 [ 276 ] {05486bef-80a2-41f6-b307-513eb1e4d78f} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.600779 [ 276 ] {05486bef-80a2-41f6-b307-513eb1e4d78f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.601091 [ 276 ] {05486bef-80a2-41f6-b307-513eb1e4d78f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:57:29.601297 [ 276 ] {05486bef-80a2-41f6-b307-513eb1e4d78f} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:57:29.601429 [ 276 ] {05486bef-80a2-41f6-b307-513eb1e4d78f} executeQuery: Read 6 rows, 321.00 B in 0.001095 sec., 5479.45205479452 rows/sec., 286.28 KiB/sec. 2026.04.29 20:57:29.601465 [ 276 ] {05486bef-80a2-41f6-b307-513eb1e4d78f} TCPHandler: Processed in 0.001265056 sec. 2026.04.29 20:57:29.601587 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.601681 [ 276 ] {1be8cb3b-89f7-4cee-a545-737995f705c2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.601723 [ 276 ] {1be8cb3b-89f7-4cee-a545-737995f705c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:29.602127 [ 276 ] {1be8cb3b-89f7-4cee-a545-737995f705c2} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.602163 [ 276 ] {1be8cb3b-89f7-4cee-a545-737995f705c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.602485 [ 276 ] {1be8cb3b-89f7-4cee-a545-737995f705c2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.29 20:57:29.602694 [ 276 ] {1be8cb3b-89f7-4cee-a545-737995f705c2} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.602822 [ 276 ] {1be8cb3b-89f7-4cee-a545-737995f705c2} executeQuery: Read 265 rows, 18.03 KiB in 0.001159 sec., 228645.38395168248 rows/sec., 15.19 MiB/sec. 2026.04.29 20:57:29.602858 [ 276 ] {1be8cb3b-89f7-4cee-a545-737995f705c2} TCPHandler: Processed in 0.001322507 sec. 2026.04.29 20:57:29.602977 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.603071 [ 276 ] {78dd71c9-7f25-427c-80c5-b8f7c7d73f23} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.603113 [ 276 ] {78dd71c9-7f25-427c-80c5-b8f7c7d73f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:57:29.603424 [ 276 ] {78dd71c9-7f25-427c-80c5-b8f7c7d73f23} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.603459 [ 276 ] {78dd71c9-7f25-427c-80c5-b8f7c7d73f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.603757 [ 276 ] {78dd71c9-7f25-427c-80c5-b8f7c7d73f23} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:57:29.603963 [ 276 ] {78dd71c9-7f25-427c-80c5-b8f7c7d73f23} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:57:29.604089 [ 276 ] {78dd71c9-7f25-427c-80c5-b8f7c7d73f23} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2026.04.29 20:57:29.604125 [ 276 ] {78dd71c9-7f25-427c-80c5-b8f7c7d73f23} TCPHandler: Processed in 0.001199606 sec. 2026.04.29 20:57:29.604240 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.604339 [ 276 ] {f47a03d7-388d-4b3c-806a-bf5f83fef067} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.604394 [ 276 ] {f47a03d7-388d-4b3c-806a-bf5f83fef067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:29.605182 [ 276 ] {f47a03d7-388d-4b3c-806a-bf5f83fef067} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.605220 [ 276 ] {f47a03d7-388d-4b3c-806a-bf5f83fef067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.605728 [ 276 ] {f47a03d7-388d-4b3c-806a-bf5f83fef067} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.29 20:57:29.605944 [ 276 ] {f47a03d7-388d-4b3c-806a-bf5f83fef067} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.606060 [ 35 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.29 20:57:29.606082 [ 276 ] {f47a03d7-388d-4b3c-806a-bf5f83fef067} executeQuery: Read 7 rows, 12.84 KiB in 0.001762 sec., 3972.758229284904 rows/sec., 7.12 MiB/sec. 2026.04.29 20:57:29.606094 [ 35 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.606122 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.606150 [ 276 ] {f47a03d7-388d-4b3c-806a-bf5f83fef067} TCPHandler: Processed in 0.001959175 sec. 2026.04.29 20:57:29.606207 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.29 20:57:29.606285 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.606382 [ 276 ] {f49c4074-49a8-40a6-9bc5-17e49bfde91a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.606418 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:29.606421 [ 276 ] {f49c4074-49a8-40a6-9bc5-17e49bfde91a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:29.606476 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1186 rows starting from the beginning of the part 2026.04.29 20:57:29.606599 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:29.606704 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 35 rows starting from the beginning of the part 2026.04.29 20:57:29.606781 [ 276 ] {f49c4074-49a8-40a6-9bc5-17e49bfde91a} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.606805 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:29.606821 [ 276 ] {f49c4074-49a8-40a6-9bc5-17e49bfde91a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.606907 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 35 rows starting from the beginning of the part 2026.04.29 20:57:29.607007 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:29.607125 [ 276 ] {f49c4074-49a8-40a6-9bc5-17e49bfde91a} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.29 20:57:29.607346 [ 276 ] {f49c4074-49a8-40a6-9bc5-17e49bfde91a} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.607481 [ 276 ] {f49c4074-49a8-40a6-9bc5-17e49bfde91a} executeQuery: Read 90 rows, 5.77 KiB in 0.001118 sec., 80500.89445438283 rows/sec., 5.04 MiB/sec. 2026.04.29 20:57:29.607483 [ 35 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.29 20:57:29.607518 [ 276 ] {f49c4074-49a8-40a6-9bc5-17e49bfde91a} TCPHandler: Processed in 0.001282367 sec. 2026.04.29 20:57:29.607531 [ 35 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.607556 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.607617 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.29 20:57:29.607692 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:29.607716 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3570 rows starting from the beginning of the part 2026.04.29 20:57:29.607759 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 90 rows starting from the beginning of the part 2026.04.29 20:57:29.607797 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2026.04.29 20:57:29.607837 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 90 rows starting from the beginning of the part 2026.04.29 20:57:29.607878 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2026.04.29 20:57:29.607914 [ 187 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 90 rows starting from the beginning of the part 2026.04.29 20:57:29.609094 [ 196 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3960 rows, containing 4 columns (4 merged, 0 gathered) in 0.001502549 sec., 2635521.3706840845 rows/sec., 172.42 MiB/sec. 2026.04.29 20:57:29.609574 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.29 20:57:29.609892 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.609978 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_66_13} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.29 20:57:29.610075 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.04.29 20:57:29.613648 [ 195 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1277 rows, containing 19 columns (19 merged, 0 gathered) in 0.007473475 sec., 170870.9803672321 rows/sec., 306.19 MiB/sec. 2026.04.29 20:57:29.615531 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.29 20:57:29.615886 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.615966 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_56_11} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.29 20:57:29.616099 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2026.04.29 20:57:29.903608 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.903878 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:57:29.904274 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:29.904313 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:57:29.904556 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:29.904627 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:29.904773 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.04.29 20:57:29.904809 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:29.904833 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:29.904848 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:29.904890 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:57:29.904912 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:29.906057 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} executeQuery: Read 52 rows, 12.45 KiB in 0.002296 sec., 22648.083623693383 rows/sec., 5.30 MiB/sec. 2026.04.29 20:57:29.906183 [ 276 ] {7694a9b1-1016-4771-858c-5c9edc62a479} TCPHandler: Processed in 0.002793475 sec. 2026.04.29 20:57:29.918934 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.919055 [ 276 ] {e15fc977-b64a-4367-ac4f-1337118f4f66} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:57:29.919106 [ 276 ] {e15fc977-b64a-4367-ac4f-1337118f4f66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:57:29.919619 [ 276 ] {e15fc977-b64a-4367-ac4f-1337118f4f66} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.919669 [ 276 ] {e15fc977-b64a-4367-ac4f-1337118f4f66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.920034 [ 276 ] {e15fc977-b64a-4367-ac4f-1337118f4f66} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:57:29.920272 [ 276 ] {e15fc977-b64a-4367-ac4f-1337118f4f66} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:57:29.920423 [ 276 ] {e15fc977-b64a-4367-ac4f-1337118f4f66} executeQuery: Read 6 rows, 501.00 B in 0.001402 sec., 4279.600570613409 rows/sec., 348.97 KiB/sec. 2026.04.29 20:57:29.920464 [ 276 ] {e15fc977-b64a-4367-ac4f-1337118f4f66} TCPHandler: Processed in 0.001588 sec. 2026.04.29 20:57:29.920594 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.920690 [ 276 ] {bc7c0a83-6269-4b05-9f7f-955760897130} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:29.920730 [ 276 ] {bc7c0a83-6269-4b05-9f7f-955760897130} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:29.922300 [ 276 ] {bc7c0a83-6269-4b05-9f7f-955760897130} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.922338 [ 276 ] {bc7c0a83-6269-4b05-9f7f-955760897130} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.922795 [ 276 ] {bc7c0a83-6269-4b05-9f7f-955760897130} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.29 20:57:29.923022 [ 276 ] {bc7c0a83-6269-4b05-9f7f-955760897130} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.923153 [ 276 ] {bc7c0a83-6269-4b05-9f7f-955760897130} executeQuery: Read 2478 rows, 188.65 KiB in 0.002481 sec., 998790.8101571946 rows/sec., 74.26 MiB/sec. 2026.04.29 20:57:29.923191 [ 276 ] {bc7c0a83-6269-4b05-9f7f-955760897130} TCPHandler: Processed in 0.002648374 sec. 2026.04.29 20:57:29.923318 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.923412 [ 276 ] {2596eddf-26a6-446a-b905-3abb50284c04} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.923451 [ 276 ] {2596eddf-26a6-446a-b905-3abb50284c04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:29.923880 [ 276 ] {2596eddf-26a6-446a-b905-3abb50284c04} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.923917 [ 276 ] {2596eddf-26a6-446a-b905-3abb50284c04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.924217 [ 276 ] {2596eddf-26a6-446a-b905-3abb50284c04} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.29 20:57:29.924448 [ 276 ] {2596eddf-26a6-446a-b905-3abb50284c04} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.924583 [ 276 ] {2596eddf-26a6-446a-b905-3abb50284c04} executeQuery: Read 52 rows, 3.88 KiB in 0.00119 sec., 43697.47899159663 rows/sec., 3.18 MiB/sec. 2026.04.29 20:57:29.924621 [ 276 ] {2596eddf-26a6-446a-b905-3abb50284c04} TCPHandler: Processed in 0.001354168 sec. 2026.04.29 20:57:29.924741 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.924835 [ 276 ] {b58d6702-100c-4911-896d-c21369c13510} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.924874 [ 276 ] {b58d6702-100c-4911-896d-c21369c13510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:57:29.925547 [ 276 ] {b58d6702-100c-4911-896d-c21369c13510} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.925581 [ 276 ] {b58d6702-100c-4911-896d-c21369c13510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.925912 [ 276 ] {b58d6702-100c-4911-896d-c21369c13510} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:57:29.926127 [ 276 ] {b58d6702-100c-4911-896d-c21369c13510} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.926260 [ 276 ] {b58d6702-100c-4911-896d-c21369c13510} executeQuery: Read 801 rows, 47.38 KiB in 0.001443 sec., 555093.5550935551 rows/sec., 32.06 MiB/sec. 2026.04.29 20:57:29.926298 [ 276 ] {b58d6702-100c-4911-896d-c21369c13510} TCPHandler: Processed in 0.001608021 sec. 2026.04.29 20:57:29.926420 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.926513 [ 276 ] {0e5f2bcb-e09c-48f3-8c6c-19ca5e30d296} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.926552 [ 276 ] {0e5f2bcb-e09c-48f3-8c6c-19ca5e30d296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:57:29.926943 [ 276 ] {0e5f2bcb-e09c-48f3-8c6c-19ca5e30d296} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.926976 [ 276 ] {0e5f2bcb-e09c-48f3-8c6c-19ca5e30d296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.927273 [ 276 ] {0e5f2bcb-e09c-48f3-8c6c-19ca5e30d296} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.29 20:57:29.927491 [ 276 ] {0e5f2bcb-e09c-48f3-8c6c-19ca5e30d296} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:57:29.927620 [ 276 ] {0e5f2bcb-e09c-48f3-8c6c-19ca5e30d296} executeQuery: Read 1 rows, 72.00 B in 0.001125 sec., 888.8888888888889 rows/sec., 62.50 KiB/sec. 2026.04.29 20:57:29.927658 [ 276 ] {0e5f2bcb-e09c-48f3-8c6c-19ca5e30d296} TCPHandler: Processed in 0.001289117 sec. 2026.04.29 20:57:29.927781 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.927872 [ 276 ] {2b3cdc8c-8a62-457e-8497-b20487441614} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:29.927911 [ 276 ] {2b3cdc8c-8a62-457e-8497-b20487441614} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:29.928781 [ 276 ] {2b3cdc8c-8a62-457e-8497-b20487441614} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.928816 [ 276 ] {2b3cdc8c-8a62-457e-8497-b20487441614} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.929179 [ 276 ] {2b3cdc8c-8a62-457e-8497-b20487441614} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.29 20:57:29.929399 [ 276 ] {2b3cdc8c-8a62-457e-8497-b20487441614} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.929528 [ 276 ] {2b3cdc8c-8a62-457e-8497-b20487441614} executeQuery: Read 1331 rows, 91.41 KiB in 0.001673 sec., 795576.8081291093 rows/sec., 53.36 MiB/sec. 2026.04.29 20:57:29.929566 [ 276 ] {2b3cdc8c-8a62-457e-8497-b20487441614} TCPHandler: Processed in 0.001835214 sec. 2026.04.29 20:57:29.929694 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.929788 [ 276 ] {5e34983a-8cf1-4ef7-bf03-da97710c865c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.929830 [ 276 ] {5e34983a-8cf1-4ef7-bf03-da97710c865c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:29.930532 [ 276 ] {5e34983a-8cf1-4ef7-bf03-da97710c865c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.930567 [ 276 ] {5e34983a-8cf1-4ef7-bf03-da97710c865c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.930991 [ 276 ] {5e34983a-8cf1-4ef7-bf03-da97710c865c} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.29 20:57:29.931209 [ 276 ] {5e34983a-8cf1-4ef7-bf03-da97710c865c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.931338 [ 276 ] {5e34983a-8cf1-4ef7-bf03-da97710c865c} executeQuery: Read 1499 rows, 93.11 KiB in 0.00157 sec., 954777.0700636943 rows/sec., 57.92 MiB/sec. 2026.04.29 20:57:29.931374 [ 276 ] {5e34983a-8cf1-4ef7-bf03-da97710c865c} TCPHandler: Processed in 0.001731772 sec. 2026.04.29 20:57:29.931498 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.931590 [ 276 ] {50f1f913-449b-4049-9dcc-f35a0da3584e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.931643 [ 276 ] {50f1f913-449b-4049-9dcc-f35a0da3584e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:29.932479 [ 276 ] {50f1f913-449b-4049-9dcc-f35a0da3584e} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.932513 [ 276 ] {50f1f913-449b-4049-9dcc-f35a0da3584e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.933073 [ 276 ] {50f1f913-449b-4049-9dcc-f35a0da3584e} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.29 20:57:29.933305 [ 276 ] {50f1f913-449b-4049-9dcc-f35a0da3584e} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.933440 [ 276 ] {50f1f913-449b-4049-9dcc-f35a0da3584e} executeQuery: Read 46 rows, 84.41 KiB in 0.001868 sec., 24625.267665952888 rows/sec., 44.13 MiB/sec. 2026.04.29 20:57:29.933494 [ 276 ] {50f1f913-449b-4049-9dcc-f35a0da3584e} TCPHandler: Processed in 0.002047246 sec. 2026.04.29 20:57:29.933631 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:29.933725 [ 276 ] {ddcf0cab-fb92-46e7-a34a-047047a887d7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:29.933766 [ 276 ] {ddcf0cab-fb92-46e7-a34a-047047a887d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:29.934096 [ 276 ] {ddcf0cab-fb92-46e7-a34a-047047a887d7} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:29.934130 [ 276 ] {ddcf0cab-fb92-46e7-a34a-047047a887d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:29.934448 [ 276 ] {ddcf0cab-fb92-46e7-a34a-047047a887d7} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.29 20:57:29.934675 [ 276 ] {ddcf0cab-fb92-46e7-a34a-047047a887d7} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:29.934803 [ 276 ] {ddcf0cab-fb92-46e7-a34a-047047a887d7} executeQuery: Read 12 rows, 848.00 B in 0.001097 sec., 10938.924339106654 rows/sec., 754.90 KiB/sec. 2026.04.29 20:57:29.934840 [ 276 ] {ddcf0cab-fb92-46e7-a34a-047047a887d7} TCPHandler: Processed in 0.001259776 sec. 2026.04.29 20:57:30.000262 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 311.51 MiB, peak 322.30 MiB, free memory in arenas 0.00 B, will set to 314.80 MiB (RSS), difference: 3.29 MiB 2026.04.29 20:57:32.276127 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1318 2026.04.29 20:57:32.279270 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:32.279331 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:32.280604 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.29 20:57:32.280892 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:32.281062 [ 30 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.29 20:57:32.281138 [ 30 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:32.281164 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:32.281265 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1318 2026.04.29 20:57:32.281302 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.04.29 20:57:32.281959 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:32.282117 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1084 rows starting from the beginning of the part 2026.04.29 20:57:32.282483 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2026.04.29 20:57:32.282803 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part 2026.04.29 20:57:32.283115 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part 2026.04.29 20:57:32.283410 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2026.04.29 20:57:32.283700 [ 196 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part 2026.04.29 20:57:32.290394 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1318 rows, containing 72 columns (72 merged, 0 gathered) in 0.009157067 sec., 143932.549581651 rows/sec., 120.33 MiB/sec. 2026.04.29 20:57:32.292124 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.29 20:57:32.292738 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:32.292828 [ 190 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_31_6} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.29 20:57:32.293167 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.08 MiB. 2026.04.29 20:57:34.579130 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:34.579496 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:34.580006 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:34.580063 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:34.580394 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:34.580502 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:34.580723 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:57:34.580774 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:34.580806 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:34.580828 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:34.580888 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:34.580917 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:34.582736 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} executeQuery: Read 52 rows, 12.45 KiB in 0.003376 sec., 15402.843601895735 rows/sec., 3.60 MiB/sec. 2026.04.29 20:57:34.582902 [ 276 ] {2a4c551e-a147-4385-be03-5e43d94d700c} TCPHandler: Processed in 0.004001411 sec. 2026.04.29 20:57:34.585229 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:34.585433 [ 276 ] {4a33c16d-75d4-46fa-8e5e-4b6cc2d8c7a9} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:34.585515 [ 276 ] {4a33c16d-75d4-46fa-8e5e-4b6cc2d8c7a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:34.586422 [ 276 ] {4a33c16d-75d4-46fa-8e5e-4b6cc2d8c7a9} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:34.586498 [ 276 ] {4a33c16d-75d4-46fa-8e5e-4b6cc2d8c7a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:34.587196 [ 276 ] {4a33c16d-75d4-46fa-8e5e-4b6cc2d8c7a9} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.29 20:57:34.587545 [ 276 ] {4a33c16d-75d4-46fa-8e5e-4b6cc2d8c7a9} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:34.587758 [ 276 ] {4a33c16d-75d4-46fa-8e5e-4b6cc2d8c7a9} executeQuery: Read 56 rows, 4.41 KiB in 0.002395 sec., 23382.04592901879 rows/sec., 1.80 MiB/sec. 2026.04.29 20:57:34.587814 [ 276 ] {4a33c16d-75d4-46fa-8e5e-4b6cc2d8c7a9} TCPHandler: Processed in 0.002681874 sec. 2026.04.29 20:57:34.587983 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:34.588135 [ 276 ] {3bff7785-834e-4a93-8c68-67b1d9f7cd94} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:34.588199 [ 276 ] {3bff7785-834e-4a93-8c68-67b1d9f7cd94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:34.588823 [ 276 ] {3bff7785-834e-4a93-8c68-67b1d9f7cd94} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:34.588873 [ 276 ] {3bff7785-834e-4a93-8c68-67b1d9f7cd94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:34.589397 [ 276 ] {3bff7785-834e-4a93-8c68-67b1d9f7cd94} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.29 20:57:34.589736 [ 276 ] {3bff7785-834e-4a93-8c68-67b1d9f7cd94} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:34.589922 [ 276 ] {3bff7785-834e-4a93-8c68-67b1d9f7cd94} executeQuery: Read 64 rows, 5.12 KiB in 0.001826 sec., 35049.28806133626 rows/sec., 2.74 MiB/sec. 2026.04.29 20:57:34.589978 [ 276 ] {3bff7785-834e-4a93-8c68-67b1d9f7cd94} TCPHandler: Processed in 0.002067737 sec. 2026.04.29 20:57:34.590147 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:34.590290 [ 276 ] {49b2e5e8-6d2f-4e01-acf9-c908d67feb8c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:34.590358 [ 276 ] {49b2e5e8-6d2f-4e01-acf9-c908d67feb8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:34.590920 [ 276 ] {49b2e5e8-6d2f-4e01-acf9-c908d67feb8c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:34.590967 [ 276 ] {49b2e5e8-6d2f-4e01-acf9-c908d67feb8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:34.591465 [ 276 ] {49b2e5e8-6d2f-4e01-acf9-c908d67feb8c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.29 20:57:34.591770 [ 276 ] {49b2e5e8-6d2f-4e01-acf9-c908d67feb8c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:34.591946 [ 276 ] {49b2e5e8-6d2f-4e01-acf9-c908d67feb8c} executeQuery: Read 128 rows, 9.13 KiB in 0.00169 sec., 75739.6449704142 rows/sec., 5.28 MiB/sec. 2026.04.29 20:57:34.591994 [ 276 ] {49b2e5e8-6d2f-4e01-acf9-c908d67feb8c} TCPHandler: Processed in 0.001920044 sec. 2026.04.29 20:57:34.592162 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:34.592292 [ 276 ] {ee40caca-b62d-42c5-9992-13d2a470b834} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:34.592356 [ 276 ] {ee40caca-b62d-42c5-9992-13d2a470b834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:34.592825 [ 276 ] {ee40caca-b62d-42c5-9992-13d2a470b834} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:34.592873 [ 276 ] {ee40caca-b62d-42c5-9992-13d2a470b834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:34.593325 [ 276 ] {ee40caca-b62d-42c5-9992-13d2a470b834} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.29 20:57:34.593630 [ 276 ] {ee40caca-b62d-42c5-9992-13d2a470b834} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:34.593809 [ 276 ] {ee40caca-b62d-42c5-9992-13d2a470b834} executeQuery: Read 48 rows, 3.31 KiB in 0.001547 sec., 31027.795733678086 rows/sec., 2.09 MiB/sec. 2026.04.29 20:57:34.593857 [ 276 ] {ee40caca-b62d-42c5-9992-13d2a470b834} TCPHandler: Processed in 0.001765523 sec. 2026.04.29 20:57:34.704134 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20627 2026.04.29 20:57:34.704677 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:34.704722 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:34.705284 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:57:34.705524 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:34.705654 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20627 2026.04.29 20:57:35.815564 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.04.29 20:57:35.831928 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:35.831982 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:35.838132 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:57:35.838820 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:35.841576 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.04.29 20:57:39.582204 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.582440 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:39.582800 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:39.582839 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:39.583086 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:39.583154 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:39.583299 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:57:39.583334 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:39.583356 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:39.583372 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:39.583411 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:57:39.583432 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:39.584654 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} executeQuery: Read 52 rows, 12.45 KiB in 0.002315 sec., 22462.203023758102 rows/sec., 5.25 MiB/sec. 2026.04.29 20:57:39.584757 [ 276 ] {068d097e-aa6b-4b97-a03c-87738d0443ad} TCPHandler: Processed in 0.002689925 sec. 2026.04.29 20:57:39.589792 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.589920 [ 276 ] {4f5914c6-9359-40d9-a619-6c688ad0df57} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:57:39.589970 [ 276 ] {4f5914c6-9359-40d9-a619-6c688ad0df57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:57:39.590614 [ 276 ] {4f5914c6-9359-40d9-a619-6c688ad0df57} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.590659 [ 276 ] {4f5914c6-9359-40d9-a619-6c688ad0df57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:39.591033 [ 276 ] {4f5914c6-9359-40d9-a619-6c688ad0df57} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:57:39.591257 [ 276 ] {4f5914c6-9359-40d9-a619-6c688ad0df57} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:57:39.591403 [ 276 ] {4f5914c6-9359-40d9-a619-6c688ad0df57} executeQuery: Read 284 rows, 18.47 KiB in 0.001521 sec., 186719.26364234058 rows/sec., 11.86 MiB/sec. 2026.04.29 20:57:39.591442 [ 276 ] {4f5914c6-9359-40d9-a619-6c688ad0df57} TCPHandler: Processed in 0.001714093 sec. 2026.04.29 20:57:39.591570 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.591665 [ 276 ] {06fa15f7-c2e6-4fc2-92c8-742c7985ac1a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:39.591704 [ 276 ] {06fa15f7-c2e6-4fc2-92c8-742c7985ac1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:39.592561 [ 276 ] {06fa15f7-c2e6-4fc2-92c8-742c7985ac1a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.592599 [ 276 ] {06fa15f7-c2e6-4fc2-92c8-742c7985ac1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:39.592945 [ 276 ] {06fa15f7-c2e6-4fc2-92c8-742c7985ac1a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.29 20:57:39.593174 [ 276 ] {06fa15f7-c2e6-4fc2-92c8-742c7985ac1a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:39.593291 [ 28 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.29 20:57:39.593305 [ 276 ] {06fa15f7-c2e6-4fc2-92c8-742c7985ac1a} executeQuery: Read 811 rows, 64.18 KiB in 0.001659 sec., 488848.70403857745 rows/sec., 37.78 MiB/sec. 2026.04.29 20:57:39.593357 [ 28 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.593366 [ 276 ] {06fa15f7-c2e6-4fc2-92c8-742c7985ac1a} TCPHandler: Processed in 0.001847514 sec. 2026.04.29 20:57:39.593492 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:39.593590 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.29 20:57:39.593604 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.593683 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:39.593705 [ 276 ] {a3da59fd-42f9-42cb-861c-7da3a44bfb31} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:39.593710 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3360 rows starting from the beginning of the part 2026.04.29 20:57:39.593745 [ 276 ] {a3da59fd-42f9-42cb-861c-7da3a44bfb31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:39.593774 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 126 rows starting from the beginning of the part 2026.04.29 20:57:39.593849 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 811 rows starting from the beginning of the part 2026.04.29 20:57:39.593891 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 2478 rows starting from the beginning of the part 2026.04.29 20:57:39.593929 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part 2026.04.29 20:57:39.593974 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 811 rows starting from the beginning of the part 2026.04.29 20:57:39.594240 [ 276 ] {a3da59fd-42f9-42cb-861c-7da3a44bfb31} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.594275 [ 276 ] {a3da59fd-42f9-42cb-861c-7da3a44bfb31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:39.594584 [ 276 ] {a3da59fd-42f9-42cb-861c-7da3a44bfb31} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.29 20:57:39.594796 [ 276 ] {a3da59fd-42f9-42cb-861c-7da3a44bfb31} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:39.594925 [ 276 ] {a3da59fd-42f9-42cb-861c-7da3a44bfb31} executeQuery: Read 149 rows, 9.07 KiB in 0.001238 sec., 120355.41195476576 rows/sec., 7.15 MiB/sec. 2026.04.29 20:57:39.594962 [ 276 ] {a3da59fd-42f9-42cb-861c-7da3a44bfb31} TCPHandler: Processed in 0.001409578 sec. 2026.04.29 20:57:39.595084 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.595178 [ 276 ] {d158c69c-a123-4201-a643-5c0ddda5dbab} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:57:39.595217 [ 276 ] {d158c69c-a123-4201-a643-5c0ddda5dbab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:57:39.595707 [ 276 ] {d158c69c-a123-4201-a643-5c0ddda5dbab} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.595743 [ 276 ] {d158c69c-a123-4201-a643-5c0ddda5dbab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:39.596042 [ 276 ] {d158c69c-a123-4201-a643-5c0ddda5dbab} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:57:39.596256 [ 276 ] {d158c69c-a123-4201-a643-5c0ddda5dbab} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:39.596382 [ 276 ] {d158c69c-a123-4201-a643-5c0ddda5dbab} executeQuery: Read 149 rows, 9.86 KiB in 0.001222 sec., 121931.26022913257 rows/sec., 7.88 MiB/sec. 2026.04.29 20:57:39.596419 [ 276 ] {d158c69c-a123-4201-a643-5c0ddda5dbab} TCPHandler: Processed in 0.001387318 sec. 2026.04.29 20:57:39.596420 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 7642 rows, containing 5 columns (5 merged, 0 gathered) in 0.002869137 sec., 2663518.681749948 rows/sec., 211.97 MiB/sec. 2026.04.29 20:57:39.596538 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.596632 [ 276 ] {38d55479-783a-4857-ae7e-d1032d860f8b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:57:39.596669 [ 276 ] {38d55479-783a-4857-ae7e-d1032d860f8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:57:39.596702 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.29 20:57:39.596937 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:39.597014 [ 194 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_71_14} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.29 20:57:39.597079 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. 2026.04.29 20:57:39.597140 [ 276 ] {38d55479-783a-4857-ae7e-d1032d860f8b} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.597176 [ 276 ] {38d55479-783a-4857-ae7e-d1032d860f8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:39.597474 [ 276 ] {38d55479-783a-4857-ae7e-d1032d860f8b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:57:39.597695 [ 276 ] {38d55479-783a-4857-ae7e-d1032d860f8b} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:57:39.597834 [ 276 ] {38d55479-783a-4857-ae7e-d1032d860f8b} executeQuery: Read 148 rows, 8.62 KiB in 0.00122 sec., 121311.47540983607 rows/sec., 6.90 MiB/sec. 2026.04.29 20:57:39.597870 [ 276 ] {38d55479-783a-4857-ae7e-d1032d860f8b} TCPHandler: Processed in 0.001382908 sec. 2026.04.29 20:57:39.597988 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.598081 [ 276 ] {9f3a0acf-7636-4446-b1ae-a5b60aeed5a6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:39.598119 [ 276 ] {9f3a0acf-7636-4446-b1ae-a5b60aeed5a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:39.598768 [ 276 ] {9f3a0acf-7636-4446-b1ae-a5b60aeed5a6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.598805 [ 276 ] {9f3a0acf-7636-4446-b1ae-a5b60aeed5a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:39.599129 [ 276 ] {9f3a0acf-7636-4446-b1ae-a5b60aeed5a6} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.29 20:57:39.599346 [ 276 ] {9f3a0acf-7636-4446-b1ae-a5b60aeed5a6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:39.599468 [ 99 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.29 20:57:39.599477 [ 276 ] {9f3a0acf-7636-4446-b1ae-a5b60aeed5a6} executeQuery: Read 497 rows, 35.74 KiB in 0.001414 sec., 351485.1485148515 rows/sec., 24.68 MiB/sec. 2026.04.29 20:57:39.599550 [ 99 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.599564 [ 276 ] {9f3a0acf-7636-4446-b1ae-a5b60aeed5a6} TCPHandler: Processed in 0.001627191 sec. 2026.04.29 20:57:39.599580 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:39.599681 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.29 20:57:39.599688 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.599806 [ 276 ] {8fb60840-c706-4303-b8d8-771eef2b8cdc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:57:39.599813 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:39.599852 [ 276 ] {8fb60840-c706-4303-b8d8-771eef2b8cdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:57:39.599861 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1830 rows starting from the beginning of the part 2026.04.29 20:57:39.599942 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 99 rows starting from the beginning of the part 2026.04.29 20:57:39.599997 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 497 rows starting from the beginning of the part 2026.04.29 20:57:39.600046 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1331 rows starting from the beginning of the part 2026.04.29 20:57:39.600092 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part 2026.04.29 20:57:39.600137 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 497 rows starting from the beginning of the part 2026.04.29 20:57:39.600229 [ 276 ] {8fb60840-c706-4303-b8d8-771eef2b8cdc} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.600279 [ 276 ] {8fb60840-c706-4303-b8d8-771eef2b8cdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:39.600682 [ 276 ] {8fb60840-c706-4303-b8d8-771eef2b8cdc} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:57:39.600941 [ 276 ] {8fb60840-c706-4303-b8d8-771eef2b8cdc} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:57:39.601107 [ 276 ] {8fb60840-c706-4303-b8d8-771eef2b8cdc} executeQuery: Read 6 rows, 321.00 B in 0.001316 sec., 4559.270516717325 rows/sec., 238.20 KiB/sec. 2026.04.29 20:57:39.601153 [ 276 ] {8fb60840-c706-4303-b8d8-771eef2b8cdc} TCPHandler: Processed in 0.00151424 sec. 2026.04.29 20:57:39.601300 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.601415 [ 276 ] {4fbf9fc7-a2d1-4208-a809-7e6393d3a5d2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:39.601460 [ 276 ] {4fbf9fc7-a2d1-4208-a809-7e6393d3a5d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:39.601724 [ 192 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4318 rows, containing 5 columns (5 merged, 0 gathered) in 0.002084317 sec., 2071661.8441436691 rows/sec., 150.17 MiB/sec. 2026.04.29 20:57:39.601878 [ 276 ] {4fbf9fc7-a2d1-4208-a809-7e6393d3a5d2} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.601922 [ 276 ] {4fbf9fc7-a2d1-4208-a809-7e6393d3a5d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:39.601931 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.29 20:57:39.602223 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:39.602304 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_71_14} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.29 20:57:39.602312 [ 276 ] {4fbf9fc7-a2d1-4208-a809-7e6393d3a5d2} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.29 20:57:39.602385 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.04.29 20:57:39.602543 [ 276 ] {4fbf9fc7-a2d1-4208-a809-7e6393d3a5d2} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:39.602683 [ 276 ] {4fbf9fc7-a2d1-4208-a809-7e6393d3a5d2} executeQuery: Read 265 rows, 18.03 KiB in 0.001292 sec., 205108.35913312694 rows/sec., 13.63 MiB/sec. 2026.04.29 20:57:39.602722 [ 276 ] {4fbf9fc7-a2d1-4208-a809-7e6393d3a5d2} TCPHandler: Processed in 0.001485119 sec. 2026.04.29 20:57:39.602845 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.602939 [ 276 ] {46ddab04-b469-447d-81c5-6c5e552683f2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:57:39.602980 [ 276 ] {46ddab04-b469-447d-81c5-6c5e552683f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:57:39.603312 [ 276 ] {46ddab04-b469-447d-81c5-6c5e552683f2} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.603348 [ 276 ] {46ddab04-b469-447d-81c5-6c5e552683f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:39.603654 [ 276 ] {46ddab04-b469-447d-81c5-6c5e552683f2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:57:39.603870 [ 276 ] {46ddab04-b469-447d-81c5-6c5e552683f2} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:57:39.604007 [ 276 ] {46ddab04-b469-447d-81c5-6c5e552683f2} executeQuery: Read 1 rows, 69.00 B in 0.001086 sec., 920.8103130755065 rows/sec., 62.05 KiB/sec. 2026.04.29 20:57:39.604045 [ 276 ] {46ddab04-b469-447d-81c5-6c5e552683f2} TCPHandler: Processed in 0.001250726 sec. 2026.04.29 20:57:39.604170 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.604263 [ 276 ] {eb74b0f0-ebfb-456d-825d-d777e4a76cea} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:39.604316 [ 276 ] {eb74b0f0-ebfb-456d-825d-d777e4a76cea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:39.605062 [ 276 ] {eb74b0f0-ebfb-456d-825d-d777e4a76cea} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.605099 [ 276 ] {eb74b0f0-ebfb-456d-825d-d777e4a76cea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:39.605600 [ 276 ] {eb74b0f0-ebfb-456d-825d-d777e4a76cea} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.29 20:57:39.605844 [ 276 ] {eb74b0f0-ebfb-456d-825d-d777e4a76cea} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:39.605997 [ 276 ] {eb74b0f0-ebfb-456d-825d-d777e4a76cea} executeQuery: Read 7 rows, 12.84 KiB in 0.001751 sec., 3997.7155910908054 rows/sec., 7.16 MiB/sec. 2026.04.29 20:57:39.606054 [ 276 ] {eb74b0f0-ebfb-456d-825d-d777e4a76cea} TCPHandler: Processed in 0.001935804 sec. 2026.04.29 20:57:39.606181 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:39.606276 [ 276 ] {97c8f202-a7a8-4523-abd6-f461db65c7f0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:39.606316 [ 276 ] {97c8f202-a7a8-4523-abd6-f461db65c7f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:39.606663 [ 276 ] {97c8f202-a7a8-4523-abd6-f461db65c7f0} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:39.606700 [ 276 ] {97c8f202-a7a8-4523-abd6-f461db65c7f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.04.29 20:57:39.607012 [ 276 ] {97c8f202-a7a8-4523-abd6-f461db65c7f0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.29 20:57:39.607226 [ 276 ] {97c8f202-a7a8-4523-abd6-f461db65c7f0} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:39.607357 [ 276 ] {97c8f202-a7a8-4523-abd6-f461db65c7f0} executeQuery: Read 90 rows, 5.77 KiB in 0.001099 sec., 81892.6296633303 rows/sec., 5.12 MiB/sec. 2026.04.29 20:57:39.607393 [ 276 ] {97c8f202-a7a8-4523-abd6-f461db65c7f0} TCPHandler: Processed in 0.001262627 sec. 2026.04.29 20:57:42.049222 [ 141 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:57:42.049298 [ 141 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:57:42.205747 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21139 2026.04.29 20:57:42.206316 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:42.206351 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:42.206806 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:57:42.207029 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:42.207165 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21139 2026.04.29 20:57:42.281603 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1352 2026.04.29 20:57:42.284311 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:42.284353 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:42.285550 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.29 20:57:42.285808 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:42.286057 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1352 2026.04.29 20:57:43.000197 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 311.09 MiB, peak 322.30 MiB, free memory in arenas 0.00 B, will set to 315.08 MiB (RSS), difference: 3.99 MiB 2026.04.29 20:57:43.341689 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.04.29 20:57:43.358824 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:43.358883 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:43.365161 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:57:43.365932 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:43.368957 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.04.29 20:57:44.578023 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:44.578243 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:44.578566 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:44.578601 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:44.578811 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:44.578877 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:44.579012 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:57:44.579047 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:44.579067 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:44.579082 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:44.579119 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:57:44.579140 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:44.580083 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} executeQuery: Read 52 rows, 12.45 KiB in 0.001931 sec., 26929.052304505436 rows/sec., 6.30 MiB/sec. 2026.04.29 20:57:44.580158 [ 276 ] {a9f1d071-3ae7-4910-a769-d810f17db20e} TCPHandler: Processed in 0.002264449 sec. 2026.04.29 20:57:44.582426 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:44.582551 [ 276 ] {dacfb0c0-7990-4981-852f-8c344033dd04} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:44.582600 [ 276 ] {dacfb0c0-7990-4981-852f-8c344033dd04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:44.583098 [ 276 ] {dacfb0c0-7990-4981-852f-8c344033dd04} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:44.583137 [ 276 ] {dacfb0c0-7990-4981-852f-8c344033dd04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:44.583500 [ 276 ] {dacfb0c0-7990-4981-852f-8c344033dd04} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.29 20:57:44.583728 [ 276 ] {dacfb0c0-7990-4981-852f-8c344033dd04} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:44.583871 [ 276 ] {dacfb0c0-7990-4981-852f-8c344033dd04} executeQuery: Read 126 rows, 11.14 KiB in 0.001356 sec., 92920.35398230089 rows/sec., 8.03 MiB/sec. 2026.04.29 20:57:44.583907 [ 276 ] {dacfb0c0-7990-4981-852f-8c344033dd04} TCPHandler: Processed in 0.00154312 sec. 2026.04.29 20:57:44.584043 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:44.584138 [ 276 ] {ad6a85a0-2647-4c33-90a2-23048c734a27} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:44.584177 [ 276 ] {ad6a85a0-2647-4c33-90a2-23048c734a27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:44.584584 [ 276 ] {ad6a85a0-2647-4c33-90a2-23048c734a27} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:44.584620 [ 276 ] {ad6a85a0-2647-4c33-90a2-23048c734a27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:44.584934 [ 276 ] {ad6a85a0-2647-4c33-90a2-23048c734a27} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.29 20:57:44.585154 [ 276 ] {ad6a85a0-2647-4c33-90a2-23048c734a27} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:44.585277 [ 128 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2026.04.29 20:57:44.585283 [ 276 ] {ad6a85a0-2647-4c33-90a2-23048c734a27} executeQuery: Read 35 rows, 2.63 KiB in 0.001163 sec., 30094.582975064488 rows/sec., 2.21 MiB/sec. 2026.04.29 20:57:44.585347 [ 128 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:44.585363 [ 276 ] {ad6a85a0-2647-4c33-90a2-23048c734a27} TCPHandler: Processed in 0.001367708 sec. 2026.04.29 20:57:44.585373 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:44.585506 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:44.585515 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2026.04.29 20:57:44.585603 [ 276 ] {ed12dd9f-4430-4e4d-a2c2-2be377db668e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:44.585645 [ 276 ] {ed12dd9f-4430-4e4d-a2c2-2be377db668e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:44.585665 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:44.585703 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 225 rows starting from the beginning of the part 2026.04.29 20:57:44.585777 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 35 rows starting from the beginning of the part 2026.04.29 20:57:44.585825 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 149 rows starting from the beginning of the part 2026.04.29 20:57:44.585871 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 52 rows starting from the beginning of the part 2026.04.29 20:57:44.585916 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 149 rows starting from the beginning of the part 2026.04.29 20:57:44.585959 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 35 rows starting from the beginning of the part 2026.04.29 20:57:44.586113 [ 276 ] {ed12dd9f-4430-4e4d-a2c2-2be377db668e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:44.586157 [ 276 ] {ed12dd9f-4430-4e4d-a2c2-2be377db668e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:44.586499 [ 276 ] {ed12dd9f-4430-4e4d-a2c2-2be377db668e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.29 20:57:44.586727 [ 276 ] {ed12dd9f-4430-4e4d-a2c2-2be377db668e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:44.586864 [ 276 ] {ed12dd9f-4430-4e4d-a2c2-2be377db668e} executeQuery: Read 99 rows, 7.92 KiB in 0.001275 sec., 77647.05882352941 rows/sec., 6.06 MiB/sec. 2026.04.29 20:57:44.586909 [ 276 ] {ed12dd9f-4430-4e4d-a2c2-2be377db668e} TCPHandler: Processed in 0.001452028 sec. 2026.04.29 20:57:44.586933 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 645 rows, containing 5 columns (5 merged, 0 gathered) in 0.001476199 sec., 436932.9609354836 rows/sec., 29.46 MiB/sec. 2026.04.29 20:57:44.587050 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:44.587080 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2026.04.29 20:57:44.587157 [ 276 ] {52b25a02-a944-45cd-9b07-9c6debe63470} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:44.587205 [ 276 ] {52b25a02-a944-45cd-9b07-9c6debe63470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:44.587350 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:44.587432 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_60_12} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2026.04.29 20:57:44.587520 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.29 20:57:44.587635 [ 276 ] {52b25a02-a944-45cd-9b07-9c6debe63470} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:44.587676 [ 276 ] {52b25a02-a944-45cd-9b07-9c6debe63470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:44.588009 [ 276 ] {52b25a02-a944-45cd-9b07-9c6debe63470} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.29 20:57:44.588228 [ 276 ] {52b25a02-a944-45cd-9b07-9c6debe63470} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:44.588349 [ 128 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 2026.04.29 20:57:44.588361 [ 276 ] {52b25a02-a944-45cd-9b07-9c6debe63470} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2026.04.29 20:57:44.588386 [ 128 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:44.588406 [ 276 ] {52b25a02-a944-45cd-9b07-9c6debe63470} TCPHandler: Processed in 0.001406188 sec. 2026.04.29 20:57:44.588408 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:44.588499 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full 2026.04.29 20:57:44.588539 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:44.588612 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:44.588638 [ 276 ] {28bc841b-538f-4ed5-a237-765a8db8a539} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:44.588646 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 26802 rows starting from the beginning of the part 2026.04.29 20:57:44.588699 [ 276 ] {28bc841b-538f-4ed5-a237-765a8db8a539} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:44.588717 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 265 rows starting from the beginning of the part 2026.04.29 20:57:44.588769 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1499 rows starting from the beginning of the part 2026.04.29 20:57:44.588812 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 128 rows starting from the beginning of the part 2026.04.29 20:57:44.588852 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 265 rows starting from the beginning of the part 2026.04.29 20:57:44.589533 [ 276 ] {28bc841b-538f-4ed5-a237-765a8db8a539} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:44.589573 [ 276 ] {28bc841b-538f-4ed5-a237-765a8db8a539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:44.590141 [ 276 ] {28bc841b-538f-4ed5-a237-765a8db8a539} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.29 20:57:44.590372 [ 276 ] {28bc841b-538f-4ed5-a237-765a8db8a539} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:44.590515 [ 276 ] {28bc841b-538f-4ed5-a237-765a8db8a539} executeQuery: Read 35 rows, 64.22 KiB in 0.001896 sec., 18459.915611814347 rows/sec., 33.08 MiB/sec. 2026.04.29 20:57:44.590583 [ 276 ] {28bc841b-538f-4ed5-a237-765a8db8a539} TCPHandler: Processed in 0.002091517 sec. 2026.04.29 20:57:44.590710 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:44.590803 [ 276 ] {0e6e941e-cb00-45ba-894e-4d4409c9e402} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:44.590844 [ 276 ] {0e6e941e-cb00-45ba-894e-4d4409c9e402} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:44.591182 [ 276 ] {0e6e941e-cb00-45ba-894e-4d4409c9e402} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:44.591218 [ 276 ] {0e6e941e-cb00-45ba-894e-4d4409c9e402} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:44.591730 [ 276 ] {0e6e941e-cb00-45ba-894e-4d4409c9e402} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.29 20:57:44.591951 [ 276 ] {0e6e941e-cb00-45ba-894e-4d4409c9e402} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:44.592086 [ 276 ] {0e6e941e-cb00-45ba-894e-4d4409c9e402} executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec. 2026.04.29 20:57:44.592121 [ 276 ] {0e6e941e-cb00-45ba-894e-4d4409c9e402} TCPHandler: Processed in 0.001459999 sec. 2026.04.29 20:57:44.595081 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 28959 rows, containing 5 columns (5 merged, 0 gathered) in 0.006608955 sec., 4381781.991252778 rows/sec., 280.47 MiB/sec. 2026.04.29 20:57:44.595521 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.04.29 20:57:44.595798 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:44.595882 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_70_14} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 2026.04.29 20:57:44.595955 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.04.29 20:57:49.583013 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.583298 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.04.29 20:57:49.583684 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:49.583727 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.29 20:57:49.583979 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:49.584050 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:49.584193 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.04.29 20:57:49.584235 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:49.584257 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:49.584272 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:49.584313 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.29 20:57:49.584334 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:49.585303 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} executeQuery: Read 52 rows, 12.45 KiB in 0.002117 sec., 24563.060935285783 rows/sec., 5.74 MiB/sec. 2026.04.29 20:57:49.585377 [ 276 ] {119a94da-5ab5-4ee4-96e2-84585d15d04f} TCPHandler: Processed in 0.002511672 sec. 2026.04.29 20:57:49.588893 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.589001 [ 276 ] {5aa9827b-7ec3-407b-9a10-f277bd8d2aaf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:57:49.589045 [ 276 ] {5aa9827b-7ec3-407b-9a10-f277bd8d2aaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:57:49.589518 [ 276 ] {5aa9827b-7ec3-407b-9a10-f277bd8d2aaf} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.589559 [ 276 ] {5aa9827b-7ec3-407b-9a10-f277bd8d2aaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.589920 [ 276 ] {5aa9827b-7ec3-407b-9a10-f277bd8d2aaf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:57:49.590146 [ 276 ] {5aa9827b-7ec3-407b-9a10-f277bd8d2aaf} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:57:49.590296 [ 276 ] {5aa9827b-7ec3-407b-9a10-f277bd8d2aaf} executeQuery: Read 24 rows, 2.04 KiB in 0.001327 sec., 18085.908063300678 rows/sec., 1.50 MiB/sec. 2026.04.29 20:57:49.590335 [ 276 ] {5aa9827b-7ec3-407b-9a10-f277bd8d2aaf} TCPHandler: Processed in 0.001495249 sec. 2026.04.29 20:57:49.590465 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.590562 [ 276 ] {ff47ffe8-08f6-40e9-b8e9-bcd749081e24} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:57:49.590603 [ 276 ] {ff47ffe8-08f6-40e9-b8e9-bcd749081e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:57:49.591001 [ 276 ] {ff47ffe8-08f6-40e9-b8e9-bcd749081e24} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.591037 [ 276 ] {ff47ffe8-08f6-40e9-b8e9-bcd749081e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.591322 [ 276 ] {ff47ffe8-08f6-40e9-b8e9-bcd749081e24} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.29 20:57:49.591533 [ 276 ] {ff47ffe8-08f6-40e9-b8e9-bcd749081e24} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:57:49.591661 [ 276 ] {ff47ffe8-08f6-40e9-b8e9-bcd749081e24} executeQuery: Read 8 rows, 668.00 B in 0.00112 sec., 7142.857142857143 rows/sec., 582.45 KiB/sec. 2026.04.29 20:57:49.591698 [ 276 ] {ff47ffe8-08f6-40e9-b8e9-bcd749081e24} TCPHandler: Processed in 0.001285416 sec. 2026.04.29 20:57:49.591816 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.591910 [ 276 ] {2b125bd0-15ce-4572-a630-9b4f94fd7d75} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:49.591948 [ 276 ] {2b125bd0-15ce-4572-a630-9b4f94fd7d75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:49.592431 [ 276 ] {2b125bd0-15ce-4572-a630-9b4f94fd7d75} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.592467 [ 276 ] {2b125bd0-15ce-4572-a630-9b4f94fd7d75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.592789 [ 276 ] {2b125bd0-15ce-4572-a630-9b4f94fd7d75} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.29 20:57:49.592993 [ 276 ] {2b125bd0-15ce-4572-a630-9b4f94fd7d75} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:49.593121 [ 276 ] {2b125bd0-15ce-4572-a630-9b4f94fd7d75} executeQuery: Read 194 rows, 17.50 KiB in 0.00123 sec., 157723.57723577236 rows/sec., 13.90 MiB/sec. 2026.04.29 20:57:49.593158 [ 276 ] {2b125bd0-15ce-4572-a630-9b4f94fd7d75} TCPHandler: Processed in 0.001393308 sec. 2026.04.29 20:57:49.593280 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.593373 [ 276 ] {36ba9892-7dbf-42c2-a764-409303998b85} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:49.593412 [ 276 ] {36ba9892-7dbf-42c2-a764-409303998b85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:49.593811 [ 276 ] {36ba9892-7dbf-42c2-a764-409303998b85} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.593847 [ 276 ] {36ba9892-7dbf-42c2-a764-409303998b85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.594134 [ 276 ] {36ba9892-7dbf-42c2-a764-409303998b85} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.29 20:57:49.594346 [ 276 ] {36ba9892-7dbf-42c2-a764-409303998b85} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:49.594476 [ 276 ] {36ba9892-7dbf-42c2-a764-409303998b85} executeQuery: Read 27 rows, 2.05 KiB in 0.001122 sec., 24064.171122994652 rows/sec., 1.78 MiB/sec. 2026.04.29 20:57:49.594513 [ 276 ] {36ba9892-7dbf-42c2-a764-409303998b85} TCPHandler: Processed in 0.001284906 sec. 2026.04.29 20:57:49.594642 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.594736 [ 276 ] {5ab54103-8572-4ef6-bca5-4e7e38adde01} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:57:49.594774 [ 276 ] {5ab54103-8572-4ef6-bca5-4e7e38adde01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:57:49.595166 [ 276 ] {5ab54103-8572-4ef6-bca5-4e7e38adde01} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.595201 [ 276 ] {5ab54103-8572-4ef6-bca5-4e7e38adde01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.595488 [ 276 ] {5ab54103-8572-4ef6-bca5-4e7e38adde01} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:57:49.595696 [ 276 ] {5ab54103-8572-4ef6-bca5-4e7e38adde01} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:49.595824 [ 276 ] {5ab54103-8572-4ef6-bca5-4e7e38adde01} executeQuery: Read 24 rows, 2.04 KiB in 0.001106 sec., 21699.8191681736 rows/sec., 1.80 MiB/sec. 2026.04.29 20:57:49.595861 [ 276 ] {5ab54103-8572-4ef6-bca5-4e7e38adde01} TCPHandler: Processed in 0.001269627 sec. 2026.04.29 20:57:49.595980 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.596073 [ 276 ] {e3d32305-2df6-4277-90e8-65994722ba2f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:57:49.596112 [ 276 ] {e3d32305-2df6-4277-90e8-65994722ba2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:57:49.596505 [ 276 ] {e3d32305-2df6-4277-90e8-65994722ba2f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.596541 [ 276 ] {e3d32305-2df6-4277-90e8-65994722ba2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.596842 [ 276 ] {e3d32305-2df6-4277-90e8-65994722ba2f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:57:49.597054 [ 276 ] {e3d32305-2df6-4277-90e8-65994722ba2f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:57:49.597181 [ 276 ] {e3d32305-2df6-4277-90e8-65994722ba2f} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.04.29 20:57:49.597220 [ 276 ] {e3d32305-2df6-4277-90e8-65994722ba2f} TCPHandler: Processed in 0.001290576 sec. 2026.04.29 20:57:49.597339 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.597432 [ 276 ] {b1c6e5c9-0d07-45f7-9b8b-87610f1a8c69} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:49.597471 [ 276 ] {b1c6e5c9-0d07-45f7-9b8b-87610f1a8c69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:49.597907 [ 276 ] {b1c6e5c9-0d07-45f7-9b8b-87610f1a8c69} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.597942 [ 276 ] {b1c6e5c9-0d07-45f7-9b8b-87610f1a8c69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.598261 [ 276 ] {b1c6e5c9-0d07-45f7-9b8b-87610f1a8c69} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.29 20:57:49.598477 [ 276 ] {b1c6e5c9-0d07-45f7-9b8b-87610f1a8c69} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:49.598604 [ 276 ] {b1c6e5c9-0d07-45f7-9b8b-87610f1a8c69} executeQuery: Read 115 rows, 9.59 KiB in 0.001191 sec., 96557.51469353485 rows/sec., 7.86 MiB/sec. 2026.04.29 20:57:49.598641 [ 276 ] {b1c6e5c9-0d07-45f7-9b8b-87610f1a8c69} TCPHandler: Processed in 0.001354457 sec. 2026.04.29 20:57:49.598761 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.598855 [ 276 ] {f0b3d982-7a02-4fc0-ad1f-fa1eba1ebb1f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:49.598897 [ 276 ] {f0b3d982-7a02-4fc0-ad1f-fa1eba1ebb1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:49.599345 [ 276 ] {f0b3d982-7a02-4fc0-ad1f-fa1eba1ebb1f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.599380 [ 276 ] {f0b3d982-7a02-4fc0-ad1f-fa1eba1ebb1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.599717 [ 276 ] {f0b3d982-7a02-4fc0-ad1f-fa1eba1ebb1f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.29 20:57:49.599934 [ 276 ] {f0b3d982-7a02-4fc0-ad1f-fa1eba1ebb1f} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:49.600064 [ 276 ] {f0b3d982-7a02-4fc0-ad1f-fa1eba1ebb1f} executeQuery: Read 308 rows, 23.65 KiB in 0.001228 sec., 250814.33224755703 rows/sec., 18.80 MiB/sec. 2026.04.29 20:57:49.600101 [ 276 ] {f0b3d982-7a02-4fc0-ad1f-fa1eba1ebb1f} TCPHandler: Processed in 0.001390608 sec. 2026.04.29 20:57:49.600216 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.600310 [ 276 ] {94e675c8-c8fd-4209-960c-b0eade4ad49c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:49.600363 [ 276 ] {94e675c8-c8fd-4209-960c-b0eade4ad49c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:49.601113 [ 276 ] {94e675c8-c8fd-4209-960c-b0eade4ad49c} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.601148 [ 276 ] {94e675c8-c8fd-4209-960c-b0eade4ad49c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.601658 [ 276 ] {94e675c8-c8fd-4209-960c-b0eade4ad49c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.29 20:57:49.601893 [ 276 ] {94e675c8-c8fd-4209-960c-b0eade4ad49c} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:49.602035 [ 276 ] {94e675c8-c8fd-4209-960c-b0eade4ad49c} executeQuery: Read 7 rows, 12.84 KiB in 0.001743 sec., 4016.0642570281125 rows/sec., 7.20 MiB/sec. 2026.04.29 20:57:49.602096 [ 276 ] {94e675c8-c8fd-4209-960c-b0eade4ad49c} TCPHandler: Processed in 0.001932094 sec. 2026.04.29 20:57:49.602237 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:49.602331 [ 276 ] {dd5d4b35-3bf2-4a60-913f-045b8cc2f843} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:49.602371 [ 276 ] {dd5d4b35-3bf2-4a60-913f-045b8cc2f843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:49.602705 [ 276 ] {dd5d4b35-3bf2-4a60-913f-045b8cc2f843} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.602740 [ 276 ] {dd5d4b35-3bf2-4a60-913f-045b8cc2f843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.603047 [ 276 ] {dd5d4b35-3bf2-4a60-913f-045b8cc2f843} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.29 20:57:49.603256 [ 276 ] {dd5d4b35-3bf2-4a60-913f-045b8cc2f843} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:49.603367 [ 149 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.29 20:57:49.603385 [ 276 ] {dd5d4b35-3bf2-4a60-913f-045b8cc2f843} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.04.29 20:57:49.603435 [ 149 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.603443 [ 276 ] {dd5d4b35-3bf2-4a60-913f-045b8cc2f843} TCPHandler: Processed in 0.001256436 sec. 2026.04.29 20:57:49.603464 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.603587 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.29 20:57:49.603745 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:49.603785 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3960 rows starting from the beginning of the part 2026.04.29 20:57:49.603855 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 12 rows starting from the beginning of the part 2026.04.29 20:57:49.603905 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part 2026.04.29 20:57:49.603953 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 90 rows starting from the beginning of the part 2026.04.29 20:57:49.603998 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2026.04.29 20:57:49.604042 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.04.29 20:57:49.605410 [ 197 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4230 rows, containing 4 columns (4 merged, 0 gathered) in 0.001879764 sec., 2250282.482269051 rows/sec., 147.27 MiB/sec. 2026.04.29 20:57:49.605739 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.29 20:57:49.606031 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:49.606114 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_71_14} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.29 20:57:49.606218 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.04.29 20:57:49.707398 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21587 2026.04.29 20:57:49.707827 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:49.707860 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:49.708345 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:57:49.708571 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:49.708696 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21587 2026.04.29 20:57:50.869209 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.04.29 20:57:50.886932 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:50.886992 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:50.893279 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:57:50.894022 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:50.897077 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.04.29 20:57:51.455673 [ 147 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2026.04.29 20:57:51.455742 [ 147 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:51.455765 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:51.455872 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2026.04.29 20:57:51.456012 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:51.456051 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part 2026.04.29 20:57:51.456120 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.04.29 20:57:51.456169 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.04.29 20:57:51.456213 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.04.29 20:57:51.456258 [ 199 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.04.29 20:57:51.457049 [ 197 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.001220046 sec., 93439.09983721926 rows/sec., 4.77 MiB/sec. 2026.04.29 20:57:51.457248 [ 193 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.04.29 20:57:51.457603 [ 193 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:51.457696 [ 193 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_19_4} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2026.04.29 20:57:51.457796 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.29 20:57:51.869030 [ 147 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 2026.04.29 20:57:51.869073 [ 147 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:51.869092 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:51.869204 [ 198 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full 2026.04.29 20:57:51.869357 [ 198 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:51.869392 [ 198 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 17 rows starting from the beginning of the part 2026.04.29 20:57:51.869455 [ 198 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.04.29 20:57:51.869498 [ 198 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.04.29 20:57:51.869538 [ 198 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.04.29 20:57:51.869575 [ 198 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.04.29 20:57:51.870286 [ 197 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.001139355 sec., 18431.480969495897 rows/sec., 1.21 MiB/sec. 2026.04.29 20:57:51.870433 [ 197 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.04.29 20:57:51.870716 [ 197 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:51.870787 [ 197 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_20_4} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 2026.04.29 20:57:51.870869 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.04.29 20:57:52.286466 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1388 2026.04.29 20:57:52.289114 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:52.289164 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:52.290431 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.04.29 20:57:52.290713 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:52.291034 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1388 2026.04.29 20:57:54.579385 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:54.579617 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:54.579947 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:54.579982 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:54.580197 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:54.580264 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:54.580402 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:57:54.580438 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:54.580459 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:54.580474 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:54.580514 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:57:54.580534 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:54.581601 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} executeQuery: Read 52 rows, 12.45 KiB in 0.002076 sec., 25048.169556840076 rows/sec., 5.86 MiB/sec. 2026.04.29 20:57:54.581710 [ 276 ] {c81f1d8c-e57e-45bd-a1af-4bc9a203546c} TCPHandler: Processed in 0.002464082 sec. 2026.04.29 20:57:54.583956 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:54.584070 [ 276 ] {cb2d1a94-3804-4093-ad23-435f76b2f4f7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:54.584119 [ 276 ] {cb2d1a94-3804-4093-ad23-435f76b2f4f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:54.584738 [ 276 ] {cb2d1a94-3804-4093-ad23-435f76b2f4f7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:54.584792 [ 276 ] {cb2d1a94-3804-4093-ad23-435f76b2f4f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:54.585223 [ 276 ] {cb2d1a94-3804-4093-ad23-435f76b2f4f7} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.29 20:57:54.585448 [ 276 ] {cb2d1a94-3804-4093-ad23-435f76b2f4f7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:54.585597 [ 276 ] {cb2d1a94-3804-4093-ad23-435f76b2f4f7} executeQuery: Read 126 rows, 11.14 KiB in 0.001565 sec., 80511.18210862619 rows/sec., 6.95 MiB/sec. 2026.04.29 20:57:54.585636 [ 276 ] {cb2d1a94-3804-4093-ad23-435f76b2f4f7} TCPHandler: Processed in 0.001732752 sec. 2026.04.29 20:57:54.585767 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:54.585863 [ 276 ] {688120b1-e3fb-4d9e-9cc2-f656ffd05bcb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:54.585904 [ 276 ] {688120b1-e3fb-4d9e-9cc2-f656ffd05bcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:54.586314 [ 276 ] {688120b1-e3fb-4d9e-9cc2-f656ffd05bcb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:54.586350 [ 276 ] {688120b1-e3fb-4d9e-9cc2-f656ffd05bcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:54.586651 [ 276 ] {688120b1-e3fb-4d9e-9cc2-f656ffd05bcb} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.29 20:57:54.586873 [ 276 ] {688120b1-e3fb-4d9e-9cc2-f656ffd05bcb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:54.587005 [ 276 ] {688120b1-e3fb-4d9e-9cc2-f656ffd05bcb} executeQuery: Read 35 rows, 2.63 KiB in 0.001161 sec., 30146.425495262705 rows/sec., 2.21 MiB/sec. 2026.04.29 20:57:54.587043 [ 276 ] {688120b1-e3fb-4d9e-9cc2-f656ffd05bcb} TCPHandler: Processed in 0.001327897 sec. 2026.04.29 20:57:54.587176 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:54.587269 [ 276 ] {bca2d09d-bc6a-48ae-a424-5d8b1f491c88} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:54.587315 [ 276 ] {bca2d09d-bc6a-48ae-a424-5d8b1f491c88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:54.587815 [ 276 ] {bca2d09d-bc6a-48ae-a424-5d8b1f491c88} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:54.587855 [ 276 ] {bca2d09d-bc6a-48ae-a424-5d8b1f491c88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:54.588220 [ 276 ] {bca2d09d-bc6a-48ae-a424-5d8b1f491c88} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.29 20:57:54.588474 [ 276 ] {bca2d09d-bc6a-48ae-a424-5d8b1f491c88} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:54.588621 [ 276 ] {bca2d09d-bc6a-48ae-a424-5d8b1f491c88} executeQuery: Read 99 rows, 7.92 KiB in 0.001369 sec., 72315.55880204529 rows/sec., 5.65 MiB/sec. 2026.04.29 20:57:54.588666 [ 276 ] {bca2d09d-bc6a-48ae-a424-5d8b1f491c88} TCPHandler: Processed in 0.00154085 sec. 2026.04.29 20:57:54.588801 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:54.588903 [ 276 ] {41e7ccce-41a8-4ade-8870-9f855bc9a939} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:54.588952 [ 276 ] {41e7ccce-41a8-4ade-8870-9f855bc9a939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:54.589402 [ 276 ] {41e7ccce-41a8-4ade-8870-9f855bc9a939} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:54.589435 [ 276 ] {41e7ccce-41a8-4ade-8870-9f855bc9a939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:54.589737 [ 276 ] {41e7ccce-41a8-4ade-8870-9f855bc9a939} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.29 20:57:54.589930 [ 276 ] {41e7ccce-41a8-4ade-8870-9f855bc9a939} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:54.590050 [ 276 ] {41e7ccce-41a8-4ade-8870-9f855bc9a939} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.04.29 20:57:54.590085 [ 276 ] {41e7ccce-41a8-4ade-8870-9f855bc9a939} TCPHandler: Processed in 0.001393038 sec. 2026.04.29 20:57:54.590195 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:54.590350 [ 276 ] {62353f36-9b13-4e91-b4bd-15f294499d3d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:54.590405 [ 276 ] {62353f36-9b13-4e91-b4bd-15f294499d3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:54.591197 [ 276 ] {62353f36-9b13-4e91-b4bd-15f294499d3d} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:54.591233 [ 276 ] {62353f36-9b13-4e91-b4bd-15f294499d3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:54.591799 [ 276 ] {62353f36-9b13-4e91-b4bd-15f294499d3d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.29 20:57:54.592030 [ 276 ] {62353f36-9b13-4e91-b4bd-15f294499d3d} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:54.592149 [ 143 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.29 20:57:54.592168 [ 276 ] {62353f36-9b13-4e91-b4bd-15f294499d3d} executeQuery: Read 35 rows, 64.22 KiB in 0.001836 sec., 19063.18082788671 rows/sec., 34.16 MiB/sec. 2026.04.29 20:57:54.592217 [ 143 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:54.592243 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:54.592244 [ 276 ] {62353f36-9b13-4e91-b4bd-15f294499d3d} TCPHandler: Processed in 0.002039946 sec. 2026.04.29 20:57:54.592361 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.29 20:57:54.592406 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:54.592507 [ 276 ] {c5c01da4-6d97-4196-ae91-82f8be73efae} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:54.592548 [ 276 ] {c5c01da4-6d97-4196-ae91-82f8be73efae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:54.592597 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:54.592660 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1277 rows starting from the beginning of the part 2026.04.29 20:57:54.592798 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 46 rows starting from the beginning of the part 2026.04.29 20:57:54.592895 [ 276 ] {c5c01da4-6d97-4196-ae91-82f8be73efae} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:54.592907 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:54.592938 [ 276 ] {c5c01da4-6d97-4196-ae91-82f8be73efae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:54.593015 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 35 rows starting from the beginning of the part 2026.04.29 20:57:54.593108 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:54.593197 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 35 rows starting from the beginning of the part 2026.04.29 20:57:54.593250 [ 276 ] {c5c01da4-6d97-4196-ae91-82f8be73efae} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.29 20:57:54.593475 [ 276 ] {c5c01da4-6d97-4196-ae91-82f8be73efae} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:54.593620 [ 276 ] {c5c01da4-6d97-4196-ae91-82f8be73efae} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2026.04.29 20:57:54.593656 [ 276 ] {c5c01da4-6d97-4196-ae91-82f8be73efae} TCPHandler: Processed in 0.001302157 sec. 2026.04.29 20:57:54.599348 [ 200 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1407 rows, containing 19 columns (19 merged, 0 gathered) in 0.00703644 sec., 199959.0702116411 rows/sec., 358.32 MiB/sec. 2026.04.29 20:57:54.600889 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.29 20:57:54.601282 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:54.601387 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_61_12} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.29 20:57:54.601537 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. 2026.04.29 20:57:55.000194 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 316.83 MiB, peak 328.42 MiB, free memory in arenas 0.00 B, will set to 318.82 MiB (RSS), difference: 1.99 MiB 2026.04.29 20:57:57.049358 [ 142 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:57:57.049429 [ 142 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:57:57.208903 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22099 2026.04.29 20:57:57.209419 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:57.209468 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:57.209959 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.29 20:57:57.210197 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:57.210348 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22099 2026.04.29 20:57:57.210374 [ 142 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.29 20:57:57.210446 [ 142 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:57.210466 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:57.210564 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.29 20:57:57.210660 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:57.210693 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19667 rows starting from the beginning of the part 2026.04.29 20:57:57.210753 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 512 rows starting from the beginning of the part 2026.04.29 20:57:57.210800 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 448 rows starting from the beginning of the part 2026.04.29 20:57:57.210843 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 512 rows starting from the beginning of the part 2026.04.29 20:57:57.210881 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 448 rows starting from the beginning of the part 2026.04.29 20:57:57.210916 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 512 rows starting from the beginning of the part 2026.04.29 20:57:57.212870 [ 188 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22099 rows, containing 4 columns (4 merged, 0 gathered) in 0.00234401 sec., 9427860.802641626 rows/sec., 134.87 MiB/sec. 2026.04.29 20:57:57.213148 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.29 20:57:57.213402 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:57.213470 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_46_9} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.29 20:57:57.213542 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2026.04.29 20:57:58.397287 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.04.29 20:57:58.414766 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:58.414824 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:58.420931 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.29 20:57:58.421707 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:58.422037 [ 138 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.04.29 20:57:58.422114 [ 138 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:58.422137 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:58.422270 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.04.29 20:57:58.425574 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.04.29 20:57:58.426314 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:58.427884 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.04.29 20:57:58.432805 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.04.29 20:57:58.437434 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:58.442099 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.04.29 20:57:58.446619 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.04.29 20:57:58.450474 [ 187 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.04.29 20:57:58.500508 [ 197 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.078295903 sec., 4431.9049491005935 rows/sec., 22.92 MiB/sec. 2026.04.29 20:57:58.503278 [ 197 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.04.29 20:57:58.505366 [ 197 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:58.505474 [ 197 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_46_9} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.04.29 20:57:58.507846 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.04.29 20:57:59.000195 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 319.90 MiB, peak 333.32 MiB, free memory in arenas 0.00 B, will set to 318.84 MiB (RSS), difference: -1.06 MiB 2026.04.29 20:57:59.578562 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.578829 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:59.579204 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:59.579243 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:57:59.579465 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:59.579532 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:59.579670 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:57:59.579705 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:59.579725 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:59.579740 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:59.579778 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:57:59.579798 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:59.580985 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} executeQuery: Read 52 rows, 12.45 KiB in 0.00226 sec., 23008.849557522124 rows/sec., 5.38 MiB/sec. 2026.04.29 20:57:59.581090 [ 276 ] {abacbc5e-9c89-42d1-b976-a76dc29a88d2} TCPHandler: Processed in 0.002740055 sec. 2026.04.29 20:57:59.582932 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.583040 [ 276 ] {5fd582ca-d533-4936-a042-60102b92442e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:59.583082 [ 276 ] {5fd582ca-d533-4936-a042-60102b92442e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:59.583563 [ 276 ] {5fd582ca-d533-4936-a042-60102b92442e} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.583609 [ 276 ] {5fd582ca-d533-4936-a042-60102b92442e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.583987 [ 276 ] {5fd582ca-d533-4936-a042-60102b92442e} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.29 20:57:59.584213 [ 276 ] {5fd582ca-d533-4936-a042-60102b92442e} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.584357 [ 276 ] {5fd582ca-d533-4936-a042-60102b92442e} executeQuery: Read 70 rows, 5.75 KiB in 0.001349 sec., 51890.28910303929 rows/sec., 4.16 MiB/sec. 2026.04.29 20:57:59.584396 [ 276 ] {5fd582ca-d533-4936-a042-60102b92442e} TCPHandler: Processed in 0.00151792 sec. 2026.04.29 20:57:59.584525 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.584619 [ 276 ] {c9a8eb48-d4dc-4d62-aef6-90d6f1715c3b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.584658 [ 276 ] {c9a8eb48-d4dc-4d62-aef6-90d6f1715c3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:59.585126 [ 276 ] {c9a8eb48-d4dc-4d62-aef6-90d6f1715c3b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.585161 [ 276 ] {c9a8eb48-d4dc-4d62-aef6-90d6f1715c3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.585495 [ 276 ] {c9a8eb48-d4dc-4d62-aef6-90d6f1715c3b} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.29 20:57:59.585714 [ 276 ] {c9a8eb48-d4dc-4d62-aef6-90d6f1715c3b} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.585846 [ 276 ] {c9a8eb48-d4dc-4d62-aef6-90d6f1715c3b} executeQuery: Read 7 rows, 539.00 B in 0.001245 sec., 5622.489959839358 rows/sec., 422.78 KiB/sec. 2026.04.29 20:57:59.585883 [ 276 ] {c9a8eb48-d4dc-4d62-aef6-90d6f1715c3b} TCPHandler: Processed in 0.001408508 sec. 2026.04.29 20:57:59.586001 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.586095 [ 276 ] {88960e70-55eb-4a79-84f4-60d943853797} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:59.586134 [ 276 ] {88960e70-55eb-4a79-84f4-60d943853797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:59.586547 [ 276 ] {88960e70-55eb-4a79-84f4-60d943853797} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.586582 [ 276 ] {88960e70-55eb-4a79-84f4-60d943853797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.586899 [ 276 ] {88960e70-55eb-4a79-84f4-60d943853797} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.29 20:57:59.587117 [ 276 ] {88960e70-55eb-4a79-84f4-60d943853797} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.587244 [ 276 ] {88960e70-55eb-4a79-84f4-60d943853797} executeQuery: Read 71 rows, 5.68 KiB in 0.001168 sec., 60787.67123287671 rows/sec., 4.75 MiB/sec. 2026.04.29 20:57:59.587283 [ 276 ] {88960e70-55eb-4a79-84f4-60d943853797} TCPHandler: Processed in 0.001332167 sec. 2026.04.29 20:57:59.587408 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.587502 [ 276 ] {d64d7f70-a5bb-4a5a-b771-656361b6e2bd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.587545 [ 276 ] {d64d7f70-a5bb-4a5a-b771-656361b6e2bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:59.587966 [ 276 ] {d64d7f70-a5bb-4a5a-b771-656361b6e2bd} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.588002 [ 276 ] {d64d7f70-a5bb-4a5a-b771-656361b6e2bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.588331 [ 276 ] {d64d7f70-a5bb-4a5a-b771-656361b6e2bd} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.29 20:57:59.588543 [ 276 ] {d64d7f70-a5bb-4a5a-b771-656361b6e2bd} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.588673 [ 276 ] {d64d7f70-a5bb-4a5a-b771-656361b6e2bd} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.04.29 20:57:59.588711 [ 276 ] {d64d7f70-a5bb-4a5a-b771-656361b6e2bd} TCPHandler: Processed in 0.001354367 sec. 2026.04.29 20:57:59.588828 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.588921 [ 276 ] {e5503356-59d3-4e87-b095-085342a8f675} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.588974 [ 276 ] {e5503356-59d3-4e87-b095-085342a8f675} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:59.589731 [ 276 ] {e5503356-59d3-4e87-b095-085342a8f675} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.589776 [ 276 ] {e5503356-59d3-4e87-b095-085342a8f675} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.590282 [ 276 ] {e5503356-59d3-4e87-b095-085342a8f675} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.29 20:57:59.590510 [ 276 ] {e5503356-59d3-4e87-b095-085342a8f675} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.590648 [ 276 ] {e5503356-59d3-4e87-b095-085342a8f675} executeQuery: Read 7 rows, 12.84 KiB in 0.001745 sec., 4011.4613180515757 rows/sec., 7.19 MiB/sec. 2026.04.29 20:57:59.590702 [ 276 ] {e5503356-59d3-4e87-b095-085342a8f675} TCPHandler: Processed in 0.001924494 sec. 2026.04.29 20:57:59.590836 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.590931 [ 276 ] {dc82d144-14e3-43d0-a354-e449ff1c91e9} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.590971 [ 276 ] {dc82d144-14e3-43d0-a354-e449ff1c91e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:59.591309 [ 276 ] {dc82d144-14e3-43d0-a354-e449ff1c91e9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.591344 [ 276 ] {dc82d144-14e3-43d0-a354-e449ff1c91e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.591670 [ 276 ] {dc82d144-14e3-43d0-a354-e449ff1c91e9} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.29 20:57:59.591886 [ 276 ] {dc82d144-14e3-43d0-a354-e449ff1c91e9} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.592014 [ 276 ] {dc82d144-14e3-43d0-a354-e449ff1c91e9} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.04.29 20:57:59.592049 [ 276 ] {dc82d144-14e3-43d0-a354-e449ff1c91e9} TCPHandler: Processed in 0.001264607 sec. 2026.04.29 20:57:59.897662 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.897871 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:57:59.898178 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:57:59.898213 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:57:59.898433 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:57:59.898497 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:57:59.898633 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.04.29 20:57:59.898667 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:57:59.898688 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:57:59.898703 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:57:59.898742 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:57:59.898793 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:57:59.899824 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} executeQuery: Read 52 rows, 12.45 KiB in 0.00204 sec., 25490.19607843137 rows/sec., 5.96 MiB/sec. 2026.04.29 20:57:59.899935 [ 276 ] {17d09892-2095-4b9d-a74f-16f0a196069f} TCPHandler: Processed in 0.002382461 sec. 2026.04.29 20:57:59.912813 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.912928 [ 276 ] {27e7a5c8-adc7-4259-b4d8-651e0748904a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:57:59.912973 [ 276 ] {27e7a5c8-adc7-4259-b4d8-651e0748904a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:57:59.915026 [ 276 ] {27e7a5c8-adc7-4259-b4d8-651e0748904a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.915100 [ 276 ] {27e7a5c8-adc7-4259-b4d8-651e0748904a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.915617 [ 276 ] {27e7a5c8-adc7-4259-b4d8-651e0748904a} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.29 20:57:59.915851 [ 276 ] {27e7a5c8-adc7-4259-b4d8-651e0748904a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.915997 [ 276 ] {27e7a5c8-adc7-4259-b4d8-651e0748904a} executeQuery: Read 2475 rows, 188.43 KiB in 0.0031 sec., 798387.0967741936 rows/sec., 59.36 MiB/sec. 2026.04.29 20:57:59.916001 [ 136 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.29 20:57:59.916038 [ 276 ] {27e7a5c8-adc7-4259-b4d8-651e0748904a} TCPHandler: Processed in 0.003282642 sec. 2026.04.29 20:57:59.916078 [ 136 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.916107 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.916186 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.916239 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.29 20:57:59.916290 [ 276 ] {ef339670-e0fb-4f17-838c-525ac5b10bf1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.916337 [ 276 ] {ef339670-e0fb-4f17-838c-525ac5b10bf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:57:59.916404 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:59.916447 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3364 rows starting from the beginning of the part 2026.04.29 20:57:59.916521 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 126 rows starting from the beginning of the part 2026.04.29 20:57:59.916574 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 194 rows starting from the beginning of the part 2026.04.29 20:57:59.916624 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 126 rows starting from the beginning of the part 2026.04.29 20:57:59.916670 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 70 rows starting from the beginning of the part 2026.04.29 20:57:59.916716 [ 189 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2475 rows starting from the beginning of the part 2026.04.29 20:57:59.916786 [ 276 ] {ef339670-e0fb-4f17-838c-525ac5b10bf1} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.916827 [ 276 ] {ef339670-e0fb-4f17-838c-525ac5b10bf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.917308 [ 276 ] {ef339670-e0fb-4f17-838c-525ac5b10bf1} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.29 20:57:59.917540 [ 276 ] {ef339670-e0fb-4f17-838c-525ac5b10bf1} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.917675 [ 276 ] {ef339670-e0fb-4f17-838c-525ac5b10bf1} executeQuery: Read 46 rows, 3.46 KiB in 0.001407 sec., 32693.67448471926 rows/sec., 2.40 MiB/sec. 2026.04.29 20:57:59.917713 [ 276 ] {ef339670-e0fb-4f17-838c-525ac5b10bf1} TCPHandler: Processed in 0.00157866 sec. 2026.04.29 20:57:59.917841 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.917933 [ 276 ] {564413cd-2ce6-45c0-83b8-b24ffa9653e5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.917972 [ 276 ] {564413cd-2ce6-45c0-83b8-b24ffa9653e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:57:59.918832 [ 276 ] {564413cd-2ce6-45c0-83b8-b24ffa9653e5} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.918869 [ 276 ] {564413cd-2ce6-45c0-83b8-b24ffa9653e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.919286 [ 276 ] {564413cd-2ce6-45c0-83b8-b24ffa9653e5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:57:59.919286 [ 188 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 6355 rows, containing 5 columns (5 merged, 0 gathered) in 0.00310981 sec., 2043533.2062087394 rows/sec., 163.14 MiB/sec. 2026.04.29 20:57:59.919520 [ 276 ] {564413cd-2ce6-45c0-83b8-b24ffa9653e5} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.919629 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.29 20:57:59.919669 [ 276 ] {564413cd-2ce6-45c0-83b8-b24ffa9653e5} executeQuery: Read 801 rows, 47.38 KiB in 0.001753 sec., 456930.9754706218 rows/sec., 26.39 MiB/sec. 2026.04.29 20:57:59.919711 [ 276 ] {564413cd-2ce6-45c0-83b8-b24ffa9653e5} TCPHandler: Processed in 0.001920214 sec. 2026.04.29 20:57:59.919831 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.919916 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.919925 [ 276 ] {f81f32bd-194b-450b-a48e-1f84f5ae01a2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.919978 [ 276 ] {f81f32bd-194b-450b-a48e-1f84f5ae01a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:57:59.919999 [ 196 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_76_15} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.29 20:57:59.920095 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.04.29 20:57:59.920370 [ 276 ] {f81f32bd-194b-450b-a48e-1f84f5ae01a2} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.920410 [ 276 ] {f81f32bd-194b-450b-a48e-1f84f5ae01a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.920709 [ 276 ] {f81f32bd-194b-450b-a48e-1f84f5ae01a2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.29 20:57:59.920923 [ 276 ] {f81f32bd-194b-450b-a48e-1f84f5ae01a2} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:57:59.921052 [ 276 ] {f81f32bd-194b-450b-a48e-1f84f5ae01a2} executeQuery: Read 1 rows, 72.00 B in 0.001145 sec., 873.3624454148472 rows/sec., 61.41 KiB/sec. 2026.04.29 20:57:59.921087 [ 276 ] {f81f32bd-194b-450b-a48e-1f84f5ae01a2} TCPHandler: Processed in 0.001306607 sec. 2026.04.29 20:57:59.921206 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.921298 [ 276 ] {b4db1f75-b96e-49a3-9ef0-3c7c3cbae2b4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:57:59.921336 [ 276 ] {b4db1f75-b96e-49a3-9ef0-3c7c3cbae2b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:57:59.922344 [ 276 ] {b4db1f75-b96e-49a3-9ef0-3c7c3cbae2b4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.922380 [ 276 ] {b4db1f75-b96e-49a3-9ef0-3c7c3cbae2b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.922752 [ 276 ] {b4db1f75-b96e-49a3-9ef0-3c7c3cbae2b4} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.29 20:57:59.922967 [ 276 ] {b4db1f75-b96e-49a3-9ef0-3c7c3cbae2b4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.923086 [ 136 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.29 20:57:59.923099 [ 276 ] {b4db1f75-b96e-49a3-9ef0-3c7c3cbae2b4} executeQuery: Read 1325 rows, 90.92 KiB in 0.00182 sec., 728021.978021978 rows/sec., 48.78 MiB/sec. 2026.04.29 20:57:59.923121 [ 136 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.923144 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.923147 [ 276 ] {b4db1f75-b96e-49a3-9ef0-3c7c3cbae2b4} TCPHandler: Processed in 0.001993275 sec. 2026.04.29 20:57:59.923231 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.29 20:57:59.923281 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.923320 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:59.923348 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1832 rows starting from the beginning of the part 2026.04.29 20:57:59.923379 [ 276 ] {689a091d-bff1-4cbb-b7fa-f0908d528545} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.923403 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 99 rows starting from the beginning of the part 2026.04.29 20:57:59.923422 [ 276 ] {689a091d-bff1-4cbb-b7fa-f0908d528545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:57:59.923444 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 115 rows starting from the beginning of the part 2026.04.29 20:57:59.923486 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 99 rows starting from the beginning of the part 2026.04.29 20:57:59.923523 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 71 rows starting from the beginning of the part 2026.04.29 20:57:59.923563 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1325 rows starting from the beginning of the part 2026.04.29 20:57:59.924177 [ 276 ] {689a091d-bff1-4cbb-b7fa-f0908d528545} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.924211 [ 276 ] {689a091d-bff1-4cbb-b7fa-f0908d528545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.924671 [ 276 ] {689a091d-bff1-4cbb-b7fa-f0908d528545} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.29 20:57:59.924795 [ 186 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3541 rows, containing 5 columns (5 merged, 0 gathered) in 0.001605911 sec., 2204978.9807778886 rows/sec., 160.37 MiB/sec. 2026.04.29 20:57:59.924901 [ 276 ] {689a091d-bff1-4cbb-b7fa-f0908d528545} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.924968 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.29 20:57:59.925016 [ 136 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2026.04.29 20:57:59.925034 [ 276 ] {689a091d-bff1-4cbb-b7fa-f0908d528545} executeQuery: Read 1496 rows, 92.90 KiB in 0.001673 sec., 894202.0322773461 rows/sec., 54.23 MiB/sec. 2026.04.29 20:57:59.925048 [ 136 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.925077 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.925077 [ 276 ] {689a091d-bff1-4cbb-b7fa-f0908d528545} TCPHandler: Processed in 0.001848124 sec. 2026.04.29 20:57:59.925150 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2026.04.29 20:57:59.925207 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.925207 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.925247 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:57:59.925282 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_70_14, total 28959 rows starting from the beginning of the part 2026.04.29 20:57:59.925286 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_76_15} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.29 20:57:59.925304 [ 276 ] {dcaec262-33cb-4efc-b186-ae6bba0a4477} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.925348 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2026.04.29 20:57:59.925357 [ 276 ] {dcaec262-33cb-4efc-b186-ae6bba0a4477} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:57:59.925366 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.04.29 20:57:59.925401 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 308 rows starting from the beginning of the part 2026.04.29 20:57:59.925448 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2026.04.29 20:57:59.925486 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2026.04.29 20:57:59.925525 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1496 rows starting from the beginning of the part 2026.04.29 20:57:59.926205 [ 276 ] {dcaec262-33cb-4efc-b186-ae6bba0a4477} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.926246 [ 276 ] {dcaec262-33cb-4efc-b186-ae6bba0a4477} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.927074 [ 276 ] {dcaec262-33cb-4efc-b186-ae6bba0a4477} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.04.29 20:57:59.927324 [ 276 ] {dcaec262-33cb-4efc-b186-ae6bba0a4477} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.927472 [ 276 ] {dcaec262-33cb-4efc-b186-ae6bba0a4477} executeQuery: Read 46 rows, 84.41 KiB in 0.002186 sec., 21043.000914913082 rows/sec., 37.71 MiB/sec. 2026.04.29 20:57:59.927533 [ 276 ] {dcaec262-33cb-4efc-b186-ae6bba0a4477} TCPHandler: Processed in 0.00237727 sec. 2026.04.29 20:57:59.927665 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:57:59.927759 [ 276 ] {7040ebae-3439-44a7-9011-b6a47499641d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:57:59.927799 [ 276 ] {7040ebae-3439-44a7-9011-b6a47499641d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:57:59.928131 [ 276 ] {7040ebae-3439-44a7-9011-b6a47499641d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:57:59.928167 [ 276 ] {7040ebae-3439-44a7-9011-b6a47499641d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:57:59.928589 [ 276 ] {7040ebae-3439-44a7-9011-b6a47499641d} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.29 20:57:59.928810 [ 276 ] {7040ebae-3439-44a7-9011-b6a47499641d} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.928947 [ 276 ] {7040ebae-3439-44a7-9011-b6a47499641d} executeQuery: Read 12 rows, 848.00 B in 0.001207 sec., 9942.004971002485 rows/sec., 686.10 KiB/sec. 2026.04.29 20:57:59.928982 [ 276 ] {7040ebae-3439-44a7-9011-b6a47499641d} TCPHandler: Processed in 0.001367818 sec. 2026.04.29 20:57:59.933541 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 31243 rows, containing 5 columns (5 merged, 0 gathered) in 0.008413028 sec., 3713645.075233317 rows/sec., 237.83 MiB/sec. 2026.04.29 20:57:59.934177 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2026.04.29 20:57:59.934509 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:57:59.934596 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_75_15} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2026.04.29 20:57:59.934710 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.04.29 20:58:00.001163 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 319.99 MiB, peak 333.32 MiB, free memory in arenas 0.00 B, will set to 321.13 MiB (RSS), difference: 1.14 MiB 2026.04.29 20:58:02.292135 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1434 2026.04.29 20:58:02.294807 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:02.294860 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:58:02.296114 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.04.29 20:58:02.296397 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:02.296754 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1434 2026.04.29 20:58:04.576775 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:04.577004 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:04.577335 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:04.577367 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:04.577582 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:04.577651 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:04.577794 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:58:04.577829 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:04.577852 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:04.577867 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:04.577909 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:04.577929 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:04.578998 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} executeQuery: Read 52 rows, 12.45 KiB in 0.002085 sec., 24940.047961630695 rows/sec., 5.83 MiB/sec. 2026.04.29 20:58:04.579104 [ 276 ] {a29af4e0-bce1-4159-b430-49b99a928f00} TCPHandler: Processed in 0.002464642 sec. 2026.04.29 20:58:04.580628 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:04.580735 [ 276 ] {5ee5fd56-253f-4ca0-ac19-357c55b25c72} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:04.580776 [ 276 ] {5ee5fd56-253f-4ca0-ac19-357c55b25c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:04.581268 [ 276 ] {5ee5fd56-253f-4ca0-ac19-357c55b25c72} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:04.581314 [ 276 ] {5ee5fd56-253f-4ca0-ac19-357c55b25c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:58:04.581694 [ 276 ] {5ee5fd56-253f-4ca0-ac19-357c55b25c72} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.29 20:58:04.581927 [ 276 ] {5ee5fd56-253f-4ca0-ac19-357c55b25c72} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:04.582075 [ 276 ] {5ee5fd56-253f-4ca0-ac19-357c55b25c72} executeQuery: Read 56 rows, 4.41 KiB in 0.001371 sec., 40846.09773887673 rows/sec., 3.14 MiB/sec. 2026.04.29 20:58:04.582113 [ 276 ] {5ee5fd56-253f-4ca0-ac19-357c55b25c72} TCPHandler: Processed in 0.001537149 sec. 2026.04.29 20:58:04.582241 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:04.582334 [ 276 ] {5f9840e5-c4ed-4a77-a55f-cf683865783a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:04.582373 [ 276 ] {5f9840e5-c4ed-4a77-a55f-cf683865783a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:04.582790 [ 276 ] {5f9840e5-c4ed-4a77-a55f-cf683865783a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:04.582827 [ 276 ] {5f9840e5-c4ed-4a77-a55f-cf683865783a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:58:04.583130 [ 276 ] {5f9840e5-c4ed-4a77-a55f-cf683865783a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.29 20:58:04.583350 [ 276 ] {5f9840e5-c4ed-4a77-a55f-cf683865783a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:04.583478 [ 276 ] {5f9840e5-c4ed-4a77-a55f-cf683865783a} executeQuery: Read 64 rows, 5.12 KiB in 0.001162 sec., 55077.45266781411 rows/sec., 4.30 MiB/sec. 2026.04.29 20:58:04.583514 [ 276 ] {5f9840e5-c4ed-4a77-a55f-cf683865783a} TCPHandler: Processed in 0.001324117 sec. 2026.04.29 20:58:04.583638 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:04.583731 [ 276 ] {c2108579-aef5-486b-8e48-daa134195f19} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:04.583773 [ 276 ] {c2108579-aef5-486b-8e48-daa134195f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:04.584153 [ 276 ] {c2108579-aef5-486b-8e48-daa134195f19} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:04.584189 [ 276 ] {c2108579-aef5-486b-8e48-daa134195f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:58:04.584517 [ 276 ] {c2108579-aef5-486b-8e48-daa134195f19} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.29 20:58:04.584739 [ 276 ] {c2108579-aef5-486b-8e48-daa134195f19} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:04.584868 [ 276 ] {c2108579-aef5-486b-8e48-daa134195f19} executeQuery: Read 128 rows, 9.13 KiB in 0.001155 sec., 110822.51082251083 rows/sec., 7.72 MiB/sec. 2026.04.29 20:58:04.584904 [ 276 ] {c2108579-aef5-486b-8e48-daa134195f19} TCPHandler: Processed in 0.001316796 sec. 2026.04.29 20:58:04.585025 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:04.585121 [ 276 ] {029bce41-b7d1-443a-92a1-10d5853ff4ce} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:04.585163 [ 276 ] {029bce41-b7d1-443a-92a1-10d5853ff4ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:04.585492 [ 276 ] {029bce41-b7d1-443a-92a1-10d5853ff4ce} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:04.585529 [ 276 ] {029bce41-b7d1-443a-92a1-10d5853ff4ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:58:04.585852 [ 276 ] {029bce41-b7d1-443a-92a1-10d5853ff4ce} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.29 20:58:04.586084 [ 276 ] {029bce41-b7d1-443a-92a1-10d5853ff4ce} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:04.586213 [ 276 ] {029bce41-b7d1-443a-92a1-10d5853ff4ce} executeQuery: Read 48 rows, 3.31 KiB in 0.001111 sec., 43204.320432043205 rows/sec., 2.91 MiB/sec. 2026.04.29 20:58:04.586248 [ 276 ] {029bce41-b7d1-443a-92a1-10d5853ff4ce} TCPHandler: Processed in 0.001274147 sec. 2026.04.29 20:58:04.711193 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22547 2026.04.29 20:58:04.711692 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:04.711734 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.04.29 20:58:04.716553 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.29 20:58:04.716785 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:04.716914 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22547 2026.04.29 20:58:05.926417 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.04.29 20:58:05.941467 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:05.941513 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:05.947238 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.29 20:58:05.947929 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:05.950540 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.04.29 20:58:08.077644 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38383 2026.04.29 20:58:08.077767 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.077795 [ 287 ] {} TCP-Session: 8efa63d6-2f6b-4fca-a766-15b52836af62 Authenticating user 'default' from [fd00:1122:3344:101::e]:38383 2026.04.29 20:58:08.077817 [ 287 ] {} TCP-Session: 8efa63d6-2f6b-4fca-a766-15b52836af62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.077830 [ 287 ] {} TCP-Session: 8efa63d6-2f6b-4fca-a766-15b52836af62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078068 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56724 2026.04.29 20:58:08.078092 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55735 2026.04.29 20:58:08.078126 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41841 2026.04.29 20:58:08.078155 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51245 2026.04.29 20:58:08.078203 [ 287 ] {} TCP-Session: 8efa63d6-2f6b-4fca-a766-15b52836af62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:08.078217 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.078132 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57933 2026.04.29 20:58:08.078267 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.078142 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43175 2026.04.29 20:58:08.078333 [ 289 ] {} TCP-Session: 96039ef5-a060-46b1-b45e-83ac91905dd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:56724 2026.04.29 20:58:08.078123 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56252 2026.04.29 20:58:08.078097 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50377 2026.04.29 20:58:08.078393 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.078386 [ 289 ] {} TCP-Session: 96039ef5-a060-46b1-b45e-83ac91905dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078444 [ 351 ] {} TCP-Session: 8c143c3e-071b-47d3-8b2e-066041b8e2ba Authenticating user 'default' from [fd00:1122:3344:101::e]:41841 2026.04.29 20:58:08.078469 [ 289 ] {} TCP-Session: 96039ef5-a060-46b1-b45e-83ac91905dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078493 [ 351 ] {} TCP-Session: 8c143c3e-071b-47d3-8b2e-066041b8e2ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078438 [ 287 ] {e5aa6080-1831-4771-8715-834c70c06bff} executeQuery: (from [fd00:1122:3344:101::e]:38383) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:58:08.078526 [ 351 ] {} TCP-Session: 8c143c3e-071b-47d3-8b2e-066041b8e2ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078274 [ 290 ] {} TCP-Session: 4ea849b4-27aa-4c23-88d1-d9afd7ee8231 Authenticating user 'default' from [fd00:1122:3344:101::e]:55735 2026.04.29 20:58:08.078601 [ 290 ] {} TCP-Session: 4ea849b4-27aa-4c23-88d1-d9afd7ee8231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078617 [ 290 ] {} TCP-Session: 4ea849b4-27aa-4c23-88d1-d9afd7ee8231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078776 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.078807 [ 353 ] {} TCP-Session: eec10c1f-b49c-467a-8af3-6c2088ea8e8c Authenticating user 'default' from [fd00:1122:3344:101::e]:57933 2026.04.29 20:58:08.078824 [ 353 ] {} TCP-Session: eec10c1f-b49c-467a-8af3-6c2088ea8e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078836 [ 353 ] {} TCP-Session: eec10c1f-b49c-467a-8af3-6c2088ea8e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078890 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.078895 [ 287 ] {e5aa6080-1831-4771-8715-834c70c06bff} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:58:08.078928 [ 291 ] {} TCP-Session: 114173e6-1f1e-4e88-8f6b-1652bbb57e7a Authenticating user 'default' from [fd00:1122:3344:101::e]:50377 2026.04.29 20:58:08.078949 [ 291 ] {} TCP-Session: 114173e6-1f1e-4e88-8f6b-1652bbb57e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078961 [ 291 ] {} TCP-Session: 114173e6-1f1e-4e88-8f6b-1652bbb57e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.078986 [ 287 ] {e5aa6080-1831-4771-8715-834c70c06bff} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:08.079268 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.079303 [ 352 ] {} TCP-Session: 5d490dd2-9295-4081-be08-74d64ad858ae Authenticating user 'default' from [fd00:1122:3344:101::e]:56252 2026.04.29 20:58:08.079320 [ 352 ] {} TCP-Session: 5d490dd2-9295-4081-be08-74d64ad858ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.079337 [ 352 ] {} TCP-Session: 5d490dd2-9295-4081-be08-74d64ad858ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.079376 [ 287 ] {e5aa6080-1831-4771-8715-834c70c06bff} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:58:08.079379 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.079430 [ 354 ] {} TCP-Session: 77565a69-23c3-47c3-b955-780d2788fb0c Authenticating user 'default' from [fd00:1122:3344:101::e]:43175 2026.04.29 20:58:08.079447 [ 354 ] {} TCP-Session: 77565a69-23c3-47c3-b955-780d2788fb0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.079463 [ 354 ] {} TCP-Session: 77565a69-23c3-47c3-b955-780d2788fb0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.079500 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.079535 [ 355 ] {} TCP-Session: 2722ffe2-9103-4105-8477-1148e6ab1a21 Authenticating user 'default' from [fd00:1122:3344:101::e]:51245 2026.04.29 20:58:08.079551 [ 355 ] {} TCP-Session: 2722ffe2-9103-4105-8477-1148e6ab1a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.079563 [ 355 ] {} TCP-Session: 2722ffe2-9103-4105-8477-1148e6ab1a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.080537 [ 297 ] {e5aa6080-1831-4771-8715-834c70c06bff} AggregatingTransform: Aggregating 2026.04.29 20:58:08.080573 [ 297 ] {e5aa6080-1831-4771-8715-834c70c06bff} Aggregator: Aggregation method: without_key 2026.04.29 20:58:08.080611 [ 297 ] {e5aa6080-1831-4771-8715-834c70c06bff} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001095584 sec. (912.755 rows/sec., 35.65 KiB/sec.) 2026.04.29 20:58:08.080630 [ 297 ] {e5aa6080-1831-4771-8715-834c70c06bff} Aggregator: Merging aggregated data 2026.04.29 20:58:08.082206 [ 287 ] {e5aa6080-1831-4771-8715-834c70c06bff} executeQuery: Read 1 rows, 40.00 B in 0.00385 sec., 259.7402597402597 rows/sec., 10.15 KiB/sec. 2026.04.29 20:58:08.082412 [ 287 ] {e5aa6080-1831-4771-8715-834c70c06bff} TCPHandler: Processed in 0.004352346 sec. 2026.04.29 20:58:08.082547 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.082579 [ 287 ] {} TCP-Session: 8efa63d6-2f6b-4fca-a766-15b52836af62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.082579 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.082606 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.082631 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.082632 [ 355 ] {} TCP-Session: 2722ffe2-9103-4105-8477-1148e6ab1a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.082659 [ 289 ] {} TCP-Session: 96039ef5-a060-46b1-b45e-83ac91905dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.082654 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.082693 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.082711 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.082733 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.082744 [ 352 ] {} TCP-Session: 5d490dd2-9295-4081-be08-74d64ad858ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.082762 [ 353 ] {} TCP-Session: eec10c1f-b49c-467a-8af3-6c2088ea8e8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.082777 [ 290 ] {} TCP-Session: 4ea849b4-27aa-4c23-88d1-d9afd7ee8231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.082676 [ 291 ] {} TCP-Session: 114173e6-1f1e-4e88-8f6b-1652bbb57e7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.082671 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.082728 [ 351 ] {} TCP-Session: 8c143c3e-071b-47d3-8b2e-066041b8e2ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.082856 [ 354 ] {} TCP-Session: 77565a69-23c3-47c3-b955-780d2788fb0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.376288 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49801 2026.04.29 20:58:08.376406 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.376435 [ 287 ] {} TCP-Session: a26fc8fc-2775-48e5-9989-ed0653f9652e Authenticating user 'default' from [fd00:1122:3344:101::e]:49801 2026.04.29 20:58:08.376459 [ 287 ] {} TCP-Session: a26fc8fc-2775-48e5-9989-ed0653f9652e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.376472 [ 287 ] {} TCP-Session: a26fc8fc-2775-48e5-9989-ed0653f9652e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.376688 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51379 2026.04.29 20:58:08.376718 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59602 2026.04.29 20:58:08.376733 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38211 2026.04.29 20:58:08.376771 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53095 2026.04.29 20:58:08.376802 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.376801 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39352 2026.04.29 20:58:08.376844 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.376860 [ 289 ] {} TCP-Session: 248bd5ea-bd90-40ed-bd94-fe0009c36600 Authenticating user 'default' from [fd00:1122:3344:101::e]:51379 2026.04.29 20:58:08.376871 [ 287 ] {} TCP-Session: a26fc8fc-2775-48e5-9989-ed0653f9652e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:08.376907 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.376915 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.376913 [ 289 ] {} TCP-Session: 248bd5ea-bd90-40ed-bd94-fe0009c36600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.376964 [ 351 ] {} TCP-Session: d3120634-a3e7-4816-969d-3379b8df7ba4 Authenticating user 'default' from [fd00:1122:3344:101::e]:53095 2026.04.29 20:58:08.376967 [ 355 ] {} TCP-Session: ee83141f-2d45-4760-ade8-d52c3eb4e7c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39352 2026.04.29 20:58:08.376980 [ 289 ] {} TCP-Session: 248bd5ea-bd90-40ed-bd94-fe0009c36600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377002 [ 351 ] {} TCP-Session: d3120634-a3e7-4816-969d-3379b8df7ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377008 [ 355 ] {} TCP-Session: ee83141f-2d45-4760-ade8-d52c3eb4e7c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377028 [ 351 ] {} TCP-Session: d3120634-a3e7-4816-969d-3379b8df7ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377040 [ 355 ] {} TCP-Session: ee83141f-2d45-4760-ade8-d52c3eb4e7c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.376860 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.377078 [ 287 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} executeQuery: (from [fd00:1122:3344:101::e]:49801) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:58:08.376793 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63541 2026.04.29 20:58:08.377106 [ 291 ] {} TCP-Session: d2d3a1f8-6243-4a94-8e99-d51f112589e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:38211 2026.04.29 20:58:08.376794 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32980 2026.04.29 20:58:08.377148 [ 291 ] {} TCP-Session: d2d3a1f8-6243-4a94-8e99-d51f112589e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377172 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.377189 [ 291 ] {} TCP-Session: d2d3a1f8-6243-4a94-8e99-d51f112589e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377203 [ 354 ] {} TCP-Session: 9919f021-d043-4454-9ac5-aa6d2acafdc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63541 2026.04.29 20:58:08.376770 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36402 2026.04.29 20:58:08.377223 [ 354 ] {} TCP-Session: 9919f021-d043-4454-9ac5-aa6d2acafdc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377224 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.377261 [ 354 ] {} TCP-Session: 9919f021-d043-4454-9ac5-aa6d2acafdc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377290 [ 353 ] {} TCP-Session: ede27fcb-7788-4753-9896-f2ee93e139c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:32980 2026.04.29 20:58:08.377298 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.377322 [ 353 ] {} TCP-Session: ede27fcb-7788-4753-9896-f2ee93e139c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.376900 [ 290 ] {} TCP-Session: 03b5fb42-5372-46a0-8811-a90a80026319 Authenticating user 'default' from [fd00:1122:3344:101::e]:59602 2026.04.29 20:58:08.377346 [ 353 ] {} TCP-Session: ede27fcb-7788-4753-9896-f2ee93e139c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377342 [ 352 ] {} TCP-Session: 5f4e0b14-81e4-4807-8e02-36ec329759ce Authenticating user 'default' from [fd00:1122:3344:101::e]:36402 2026.04.29 20:58:08.377362 [ 290 ] {} TCP-Session: 03b5fb42-5372-46a0-8811-a90a80026319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377385 [ 287 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:58:08.377389 [ 352 ] {} TCP-Session: 5f4e0b14-81e4-4807-8e02-36ec329759ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377400 [ 290 ] {} TCP-Session: 03b5fb42-5372-46a0-8811-a90a80026319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377441 [ 352 ] {} TCP-Session: 5f4e0b14-81e4-4807-8e02-36ec329759ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.377452 [ 287 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:08.377759 [ 287 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:58:08.378721 [ 326 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} AggregatingTransform: Aggregating 2026.04.29 20:58:08.378771 [ 326 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} Aggregator: Aggregation method: without_key 2026.04.29 20:58:08.378820 [ 326 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000949492 sec. (1053.195 rows/sec., 41.14 KiB/sec.) 2026.04.29 20:58:08.378841 [ 326 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} Aggregator: Merging aggregated data 2026.04.29 20:58:08.380211 [ 287 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} executeQuery: Read 1 rows, 40.00 B in 0.003196 sec., 312.89111389236547 rows/sec., 12.22 KiB/sec. 2026.04.29 20:58:08.380413 [ 287 ] {1596d5eb-6a7d-4970-bc7e-02b83c40cde9} TCPHandler: Processed in 0.003717878 sec. 2026.04.29 20:58:08.380522 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.380549 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.380564 [ 289 ] {} TCP-Session: 248bd5ea-bd90-40ed-bd94-fe0009c36600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.380569 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.380593 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.380596 [ 353 ] {} TCP-Session: ede27fcb-7788-4753-9896-f2ee93e139c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.380610 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.380632 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.380645 [ 291 ] {} TCP-Session: d2d3a1f8-6243-4a94-8e99-d51f112589e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.380667 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.380682 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.380688 [ 352 ] {} TCP-Session: 5f4e0b14-81e4-4807-8e02-36ec329759ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.380721 [ 354 ] {} TCP-Session: 9919f021-d043-4454-9ac5-aa6d2acafdc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.380731 [ 287 ] {} TCP-Session: a26fc8fc-2775-48e5-9989-ed0653f9652e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.380651 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.380621 [ 355 ] {} TCP-Session: ee83141f-2d45-4760-ade8-d52c3eb4e7c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.380670 [ 290 ] {} TCP-Session: 03b5fb42-5372-46a0-8811-a90a80026319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.380812 [ 351 ] {} TCP-Session: d3120634-a3e7-4816-969d-3379b8df7ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417358 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58382 2026.04.29 20:58:08.417431 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.417453 [ 352 ] {} TCP-Session: 33cea3a3-f135-4084-a069-b53d869a6f14 Authenticating user 'default' from [fd00:1122:3344:101::e]:58382 2026.04.29 20:58:08.417470 [ 352 ] {} TCP-Session: 33cea3a3-f135-4084-a069-b53d869a6f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417483 [ 352 ] {} TCP-Session: 33cea3a3-f135-4084-a069-b53d869a6f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417629 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40726 2026.04.29 20:58:08.417666 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36908 2026.04.29 20:58:08.417682 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38027 2026.04.29 20:58:08.417696 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62821 2026.04.29 20:58:08.417719 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.417742 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53613 2026.04.29 20:58:08.417764 [ 353 ] {} TCP-Session: 287bb709-b18f-41e8-a6f1-371bb3533bd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:40726 2026.04.29 20:58:08.417787 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.417805 [ 353 ] {} TCP-Session: 287bb709-b18f-41e8-a6f1-371bb3533bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417751 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.417831 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.417842 [ 352 ] {} TCP-Session: 33cea3a3-f135-4084-a069-b53d869a6f14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:08.417863 [ 287 ] {} TCP-Session: 1db99b41-0d43-432d-9bf0-3dd424d676bd Authenticating user 'default' from [fd00:1122:3344:101::e]:38027 2026.04.29 20:58:08.417882 [ 351 ] {} TCP-Session: e51bb468-5806-4574-91c2-199322123c29 Authenticating user 'default' from [fd00:1122:3344:101::e]:53613 2026.04.29 20:58:08.417910 [ 287 ] {} TCP-Session: 1db99b41-0d43-432d-9bf0-3dd424d676bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417928 [ 351 ] {} TCP-Session: e51bb468-5806-4574-91c2-199322123c29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417936 [ 287 ] {} TCP-Session: 1db99b41-0d43-432d-9bf0-3dd424d676bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417952 [ 351 ] {} TCP-Session: e51bb468-5806-4574-91c2-199322123c29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417832 [ 289 ] {} TCP-Session: e4db900a-1ab5-46b8-a36f-a3001c046992 Authenticating user 'default' from [fd00:1122:3344:101::e]:62821 2026.04.29 20:58:08.417834 [ 353 ] {} TCP-Session: 287bb709-b18f-41e8-a6f1-371bb3533bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.418017 [ 289 ] {} TCP-Session: e4db900a-1ab5-46b8-a36f-a3001c046992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417728 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58994 2026.04.29 20:58:08.418061 [ 352 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} executeQuery: (from [fd00:1122:3344:101::e]:58382) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:58:08.418050 [ 289 ] {} TCP-Session: e4db900a-1ab5-46b8-a36f-a3001c046992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.417670 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38321 2026.04.29 20:58:08.418114 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.417745 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.418162 [ 291 ] {} TCP-Session: 329ed53e-e943-4ad6-9079-49d3efeb2256 Authenticating user 'default' from [fd00:1122:3344:101::e]:58994 2026.04.29 20:58:08.418185 [ 354 ] {} TCP-Session: c8cbe9ec-b1ab-4453-b24c-8f925c660129 Authenticating user 'default' from [fd00:1122:3344:101::e]:36908 2026.04.29 20:58:08.418198 [ 291 ] {} TCP-Session: 329ed53e-e943-4ad6-9079-49d3efeb2256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.418206 [ 354 ] {} TCP-Session: c8cbe9ec-b1ab-4453-b24c-8f925c660129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.418216 [ 291 ] {} TCP-Session: 329ed53e-e943-4ad6-9079-49d3efeb2256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.418224 [ 354 ] {} TCP-Session: c8cbe9ec-b1ab-4453-b24c-8f925c660129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.418216 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.417704 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51698 2026.04.29 20:58:08.418270 [ 355 ] {} TCP-Session: 8de86d84-bcde-4442-8926-461ae80deead Authenticating user 'default' from [fd00:1122:3344:101::e]:38321 2026.04.29 20:58:08.418299 [ 355 ] {} TCP-Session: 8de86d84-bcde-4442-8926-461ae80deead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.418312 [ 355 ] {} TCP-Session: 8de86d84-bcde-4442-8926-461ae80deead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.418322 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:58:08.418347 [ 290 ] {} TCP-Session: 7d48467a-e50a-4fdb-a8bb-e86ed8f452be Authenticating user 'default' from [fd00:1122:3344:101::e]:51698 2026.04.29 20:58:08.418362 [ 290 ] {} TCP-Session: 7d48467a-e50a-4fdb-a8bb-e86ed8f452be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.418375 [ 290 ] {} TCP-Session: 7d48467a-e50a-4fdb-a8bb-e86ed8f452be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.418392 [ 352 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:58:08.418452 [ 352 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:08.418753 [ 352 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:58:08.419738 [ 316 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} AggregatingTransform: Aggregating 2026.04.29 20:58:08.419794 [ 316 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} Aggregator: Aggregation method: without_key 2026.04.29 20:58:08.419831 [ 316 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000978193 sec. (1022.293 rows/sec., 39.93 KiB/sec.) 2026.04.29 20:58:08.419852 [ 316 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} Aggregator: Merging aggregated data 2026.04.29 20:58:08.421188 [ 352 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} executeQuery: Read 1 rows, 40.00 B in 0.00321 sec., 311.5264797507788 rows/sec., 12.17 KiB/sec. 2026.04.29 20:58:08.421351 [ 352 ] {dd9b2b5e-08e7-4497-bd75-3d30bbc05ea6} TCPHandler: Processed in 0.003712518 sec. 2026.04.29 20:58:08.421482 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.421512 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.421513 [ 352 ] {} TCP-Session: 33cea3a3-f135-4084-a069-b53d869a6f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.421536 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.421557 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.421576 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.421590 [ 351 ] {} TCP-Session: e51bb468-5806-4574-91c2-199322123c29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.421618 [ 287 ] {} TCP-Session: 1db99b41-0d43-432d-9bf0-3dd424d676bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.421629 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.421655 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.421680 [ 289 ] {} TCP-Session: e4db900a-1ab5-46b8-a36f-a3001c046992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.421553 [ 353 ] {} TCP-Session: 287bb709-b18f-41e8-a6f1-371bb3533bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.421703 [ 291 ] {} TCP-Session: 329ed53e-e943-4ad6-9079-49d3efeb2256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.421633 [ 290 ] {} TCP-Session: 7d48467a-e50a-4fdb-a8bb-e86ed8f452be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.421609 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.421594 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:58:08.421793 [ 355 ] {} TCP-Session: 8de86d84-bcde-4442-8926-461ae80deead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:08.421818 [ 354 ] {} TCP-Session: c8cbe9ec-b1ab-4453-b24c-8f925c660129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:58:09.581238 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:09.581503 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:09.581886 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:09.581932 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:09.582196 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:09.582274 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:09.582419 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:58:09.582458 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:09.582482 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:09.582501 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:09.582545 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:58:09.582569 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:09.583748 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} executeQuery: Read 52 rows, 12.45 KiB in 0.002354 sec., 22090.05947323704 rows/sec., 5.17 MiB/sec. 2026.04.29 20:58:09.583858 [ 276 ] {f5d51d94-bbe9-43e8-b461-a5ae9788f682} TCPHandler: Processed in 0.002765186 sec. 2026.04.29 20:58:09.585817 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:09.585948 [ 276 ] {fe0fa6a4-5ea7-43f0-8473-14d88d548709} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:09.586005 [ 276 ] {fe0fa6a4-5ea7-43f0-8473-14d88d548709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:09.586564 [ 276 ] {fe0fa6a4-5ea7-43f0-8473-14d88d548709} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:09.586612 [ 276 ] {fe0fa6a4-5ea7-43f0-8473-14d88d548709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:09.587001 [ 276 ] {fe0fa6a4-5ea7-43f0-8473-14d88d548709} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.29 20:58:09.587232 [ 276 ] {fe0fa6a4-5ea7-43f0-8473-14d88d548709} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:09.587384 [ 276 ] {fe0fa6a4-5ea7-43f0-8473-14d88d548709} executeQuery: Read 70 rows, 5.75 KiB in 0.001473 sec., 47522.06381534284 rows/sec., 3.81 MiB/sec. 2026.04.29 20:58:09.587422 [ 276 ] {fe0fa6a4-5ea7-43f0-8473-14d88d548709} TCPHandler: Processed in 0.001668931 sec. 2026.04.29 20:58:09.587551 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:09.587645 [ 276 ] {cffa9287-3c24-4e17-a3ec-b3be3de55dca} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:09.587687 [ 276 ] {cffa9287-3c24-4e17-a3ec-b3be3de55dca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:09.588079 [ 276 ] {cffa9287-3c24-4e17-a3ec-b3be3de55dca} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:09.588116 [ 276 ] {cffa9287-3c24-4e17-a3ec-b3be3de55dca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:09.588421 [ 276 ] {cffa9287-3c24-4e17-a3ec-b3be3de55dca} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.29 20:58:09.588639 [ 276 ] {cffa9287-3c24-4e17-a3ec-b3be3de55dca} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:09.588771 [ 127 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2026.04.29 20:58:09.588776 [ 276 ] {cffa9287-3c24-4e17-a3ec-b3be3de55dca} executeQuery: Read 7 rows, 539.00 B in 0.001149 sec., 6092.25413402959 rows/sec., 458.11 KiB/sec. 2026.04.29 20:58:09.588867 [ 127 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:09.588871 [ 276 ] {cffa9287-3c24-4e17-a3ec-b3be3de55dca} TCPHandler: Processed in 0.001370758 sec. 2026.04.29 20:58:09.588908 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:09.589024 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2026.04.29 20:58:09.589041 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:09.589140 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:09.589143 [ 276 ] {eb8936a6-093f-4b7e-9341-336ec9708558} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:09.589187 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 227 rows starting from the beginning of the part 2026.04.29 20:58:09.589199 [ 276 ] {eb8936a6-093f-4b7e-9341-336ec9708558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:09.589272 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 27 rows starting from the beginning of the part 2026.04.29 20:58:09.589338 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 35 rows starting from the beginning of the part 2026.04.29 20:58:09.589400 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:09.589459 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 46 rows starting from the beginning of the part 2026.04.29 20:58:09.589521 [ 194 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:09.589632 [ 276 ] {eb8936a6-093f-4b7e-9341-336ec9708558} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:09.589667 [ 276 ] {eb8936a6-093f-4b7e-9341-336ec9708558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:09.589980 [ 276 ] {eb8936a6-093f-4b7e-9341-336ec9708558} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.29 20:58:09.590251 [ 276 ] {eb8936a6-093f-4b7e-9341-336ec9708558} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:09.590410 [ 276 ] {eb8936a6-093f-4b7e-9341-336ec9708558} executeQuery: Read 71 rows, 5.68 KiB in 0.001284 sec., 55295.95015576324 rows/sec., 4.32 MiB/sec. 2026.04.29 20:58:09.590439 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 5 columns (5 merged, 0 gathered) in 0.001463179 sec., 238521.73930872435 rows/sec., 16.98 MiB/sec. 2026.04.29 20:58:09.590460 [ 276 ] {eb8936a6-093f-4b7e-9341-336ec9708558} TCPHandler: Processed in 0.001470449 sec. 2026.04.29 20:58:09.590626 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:09.590715 [ 201 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2026.04.29 20:58:09.590720 [ 276 ] {14f03087-d505-4ebb-94da-a9386790702e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:09.590808 [ 276 ] {14f03087-d505-4ebb-94da-a9386790702e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:09.591091 [ 201 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:09.591185 [ 201 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_65_13} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2026.04.29 20:58:09.591256 [ 276 ] {14f03087-d505-4ebb-94da-a9386790702e} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:09.591300 [ 276 ] {14f03087-d505-4ebb-94da-a9386790702e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:09.591317 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.29 20:58:09.591667 [ 276 ] {14f03087-d505-4ebb-94da-a9386790702e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.29 20:58:09.591891 [ 276 ] {14f03087-d505-4ebb-94da-a9386790702e} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:09.592026 [ 276 ] {14f03087-d505-4ebb-94da-a9386790702e} executeQuery: Read 160 rows, 11.41 KiB in 0.001324 sec., 120845.92145015104 rows/sec., 8.42 MiB/sec. 2026.04.29 20:58:09.592064 [ 276 ] {14f03087-d505-4ebb-94da-a9386790702e} TCPHandler: Processed in 0.001488639 sec. 2026.04.29 20:58:09.592184 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:09.592282 [ 276 ] {031d0673-fbf3-40c0-85a8-47e5ea95def3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:09.592336 [ 276 ] {031d0673-fbf3-40c0-85a8-47e5ea95def3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:09.593090 [ 276 ] {031d0673-fbf3-40c0-85a8-47e5ea95def3} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:09.593126 [ 276 ] {031d0673-fbf3-40c0-85a8-47e5ea95def3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:09.593648 [ 276 ] {031d0673-fbf3-40c0-85a8-47e5ea95def3} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.04.29 20:58:09.593869 [ 276 ] {031d0673-fbf3-40c0-85a8-47e5ea95def3} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:09.594010 [ 276 ] {031d0673-fbf3-40c0-85a8-47e5ea95def3} executeQuery: Read 7 rows, 12.84 KiB in 0.001747 sec., 4006.868918145392 rows/sec., 7.18 MiB/sec. 2026.04.29 20:58:09.594064 [ 276 ] {031d0673-fbf3-40c0-85a8-47e5ea95def3} TCPHandler: Processed in 0.001931644 sec. 2026.04.29 20:58:09.594191 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:09.594287 [ 276 ] {7a1ee5f7-283d-4aee-9f2d-77f41b43b5de} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:09.594329 [ 276 ] {7a1ee5f7-283d-4aee-9f2d-77f41b43b5de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:09.594670 [ 276 ] {7a1ee5f7-283d-4aee-9f2d-77f41b43b5de} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:09.594706 [ 276 ] {7a1ee5f7-283d-4aee-9f2d-77f41b43b5de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:09.595014 [ 276 ] {7a1ee5f7-283d-4aee-9f2d-77f41b43b5de} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.29 20:58:09.595221 [ 276 ] {7a1ee5f7-283d-4aee-9f2d-77f41b43b5de} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:09.595347 [ 127 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.29 20:58:09.595350 [ 276 ] {7a1ee5f7-283d-4aee-9f2d-77f41b43b5de} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.04.29 20:58:09.595391 [ 127 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:09.595412 [ 276 ] {7a1ee5f7-283d-4aee-9f2d-77f41b43b5de} TCPHandler: Processed in 0.001272237 sec. 2026.04.29 20:58:09.595416 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:09.595505 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.29 20:58:09.595584 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:09.595609 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4230 rows starting from the beginning of the part 2026.04.29 20:58:09.595651 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:09.595685 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:09.595717 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part 2026.04.29 20:58:09.595748 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 48 rows starting from the beginning of the part 2026.04.29 20:58:09.595779 [ 194 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:09.597609 [ 201 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4470 rows, containing 4 columns (4 merged, 0 gathered) in 0.002135078 sec., 2093600.3274821811 rows/sec., 137.23 MiB/sec. 2026.04.29 20:58:09.597997 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.29 20:58:09.598352 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:09.598433 [ 199 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_76_15} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.29 20:58:09.598524 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.04.29 20:58:12.049695 [ 126 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:58:12.049788 [ 126 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:58:12.217010 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23059 2026.04.29 20:58:12.217521 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:12.217570 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:12.218057 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.29 20:58:12.218301 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:12.218449 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23059 2026.04.29 20:58:12.297037 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1464 2026.04.29 20:58:12.299624 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:12.299668 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:12.300863 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:58:12.301126 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:12.301401 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1464 2026.04.29 20:58:13.001703 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001351347 sec. 2026.04.29 20:58:13.450633 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.04.29 20:58:13.467397 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:13.467462 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:13.473583 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.04.29 20:58:13.474305 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:13.477153 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.04.29 20:58:13.879058 [ 121 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Selected 5 parts from all_1_30_6 to all_34_34_0 2026.04.29 20:58:13.879122 [ 121 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:13.879145 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:13.879322 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_30_6 to all_34_34_0 into Compact with storage Full 2026.04.29 20:58:13.879540 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:13.879597 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 975 rows starting from the beginning of the part 2026.04.29 20:58:13.879703 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 801 rows starting from the beginning of the part 2026.04.29 20:58:13.879779 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 149 rows starting from the beginning of the part 2026.04.29 20:58:13.879848 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.04.29 20:58:13.879918 [ 198 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 801 rows starting from the beginning of the part 2026.04.29 20:58:13.881316 [ 199 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} MergeTask::MergeProjectionsStage: Merge sorted 2750 rows, containing 5 columns (5 merged, 0 gathered) in 0.002076736 sec., 1324193.349563931 rows/sec., 83.11 MiB/sec. 2026.04.29 20:58:13.881657 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) 2026.04.29 20:58:13.882145 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:13.882279 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_34_7} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Merged 5 parts: [all_1_30_6, all_34_34_0] -> all_1_34_7 2026.04.29 20:58:13.882422 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.04.29 20:58:14.579407 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:14.579666 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:14.580037 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:14.580080 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:14.580337 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:14.580413 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:14.580556 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:58:14.580594 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:14.580615 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:14.580630 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:14.580671 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:58:14.580692 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:14.581944 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} executeQuery: Read 52 rows, 12.45 KiB in 0.002382 sec., 21830.3946263644 rows/sec., 5.11 MiB/sec. 2026.04.29 20:58:14.582059 [ 276 ] {190bd869-da9e-4171-9ec6-bb135c01dc14} TCPHandler: Processed in 0.002796746 sec. 2026.04.29 20:58:14.584287 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:14.584408 [ 276 ] {33b4e9b8-c5f4-43b1-ba5f-957a67f0d5a5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:14.584461 [ 276 ] {33b4e9b8-c5f4-43b1-ba5f-957a67f0d5a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:14.585071 [ 276 ] {33b4e9b8-c5f4-43b1-ba5f-957a67f0d5a5} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:14.585124 [ 276 ] {33b4e9b8-c5f4-43b1-ba5f-957a67f0d5a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:14.585554 [ 276 ] {33b4e9b8-c5f4-43b1-ba5f-957a67f0d5a5} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.29 20:58:14.585795 [ 276 ] {33b4e9b8-c5f4-43b1-ba5f-957a67f0d5a5} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:14.585949 [ 276 ] {33b4e9b8-c5f4-43b1-ba5f-957a67f0d5a5} executeQuery: Read 126 rows, 11.14 KiB in 0.001582 sec., 79646.01769911504 rows/sec., 6.88 MiB/sec. 2026.04.29 20:58:14.585988 [ 276 ] {33b4e9b8-c5f4-43b1-ba5f-957a67f0d5a5} TCPHandler: Processed in 0.001756412 sec. 2026.04.29 20:58:14.586115 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:14.586214 [ 276 ] {242a76c0-aa4f-4d59-99f6-62b063c9f726} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:14.586255 [ 276 ] {242a76c0-aa4f-4d59-99f6-62b063c9f726} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:14.586676 [ 276 ] {242a76c0-aa4f-4d59-99f6-62b063c9f726} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:14.586714 [ 276 ] {242a76c0-aa4f-4d59-99f6-62b063c9f726} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:14.587022 [ 276 ] {242a76c0-aa4f-4d59-99f6-62b063c9f726} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.29 20:58:14.587239 [ 276 ] {242a76c0-aa4f-4d59-99f6-62b063c9f726} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:14.587387 [ 276 ] {242a76c0-aa4f-4d59-99f6-62b063c9f726} executeQuery: Read 35 rows, 2.63 KiB in 0.001195 sec., 29288.70292887029 rows/sec., 2.15 MiB/sec. 2026.04.29 20:58:14.587424 [ 276 ] {242a76c0-aa4f-4d59-99f6-62b063c9f726} TCPHandler: Processed in 0.001361628 sec. 2026.04.29 20:58:14.587545 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:14.587641 [ 276 ] {4469151e-64b6-4cb1-a0c1-cc163c55f8da} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:14.587682 [ 276 ] {4469151e-64b6-4cb1-a0c1-cc163c55f8da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:14.588112 [ 276 ] {4469151e-64b6-4cb1-a0c1-cc163c55f8da} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:14.588149 [ 276 ] {4469151e-64b6-4cb1-a0c1-cc163c55f8da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:14.588502 [ 276 ] {4469151e-64b6-4cb1-a0c1-cc163c55f8da} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.29 20:58:14.588721 [ 276 ] {4469151e-64b6-4cb1-a0c1-cc163c55f8da} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:14.588853 [ 276 ] {4469151e-64b6-4cb1-a0c1-cc163c55f8da} executeQuery: Read 99 rows, 7.92 KiB in 0.001231 sec., 80422.42079610072 rows/sec., 6.28 MiB/sec. 2026.04.29 20:58:14.588890 [ 276 ] {4469151e-64b6-4cb1-a0c1-cc163c55f8da} TCPHandler: Processed in 0.001396098 sec. 2026.04.29 20:58:14.589010 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:14.589106 [ 276 ] {c6b05342-0a27-48a0-b40b-4d5a4147ebad} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:14.589148 [ 276 ] {c6b05342-0a27-48a0-b40b-4d5a4147ebad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:14.589570 [ 276 ] {c6b05342-0a27-48a0-b40b-4d5a4147ebad} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:14.589606 [ 276 ] {c6b05342-0a27-48a0-b40b-4d5a4147ebad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:14.589963 [ 276 ] {c6b05342-0a27-48a0-b40b-4d5a4147ebad} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.29 20:58:14.590180 [ 276 ] {c6b05342-0a27-48a0-b40b-4d5a4147ebad} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:14.590321 [ 276 ] {c6b05342-0a27-48a0-b40b-4d5a4147ebad} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2026.04.29 20:58:14.590359 [ 276 ] {c6b05342-0a27-48a0-b40b-4d5a4147ebad} TCPHandler: Processed in 0.001400438 sec. 2026.04.29 20:58:14.590473 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:14.590569 [ 276 ] {227c45f9-69a5-4958-b6e1-3167728a0756} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:14.590623 [ 276 ] {227c45f9-69a5-4958-b6e1-3167728a0756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:14.591462 [ 276 ] {227c45f9-69a5-4958-b6e1-3167728a0756} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:14.591499 [ 276 ] {227c45f9-69a5-4958-b6e1-3167728a0756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:14.592060 [ 276 ] {227c45f9-69a5-4958-b6e1-3167728a0756} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.04.29 20:58:14.592290 [ 276 ] {227c45f9-69a5-4958-b6e1-3167728a0756} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:14.592438 [ 276 ] {227c45f9-69a5-4958-b6e1-3167728a0756} executeQuery: Read 35 rows, 64.22 KiB in 0.001887 sec., 18547.95972443031 rows/sec., 33.24 MiB/sec. 2026.04.29 20:58:14.592502 [ 276 ] {227c45f9-69a5-4958-b6e1-3167728a0756} TCPHandler: Processed in 0.002079777 sec. 2026.04.29 20:58:14.592630 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:14.592726 [ 276 ] {d90ab1f2-0e7b-403f-9ca7-0fd27fb4e78e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:14.592767 [ 276 ] {d90ab1f2-0e7b-403f-9ca7-0fd27fb4e78e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:14.593105 [ 276 ] {d90ab1f2-0e7b-403f-9ca7-0fd27fb4e78e} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:14.593141 [ 276 ] {d90ab1f2-0e7b-403f-9ca7-0fd27fb4e78e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:14.593452 [ 276 ] {d90ab1f2-0e7b-403f-9ca7-0fd27fb4e78e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.29 20:58:14.593668 [ 276 ] {d90ab1f2-0e7b-403f-9ca7-0fd27fb4e78e} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:14.593797 [ 276 ] {d90ab1f2-0e7b-403f-9ca7-0fd27fb4e78e} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.04.29 20:58:14.593832 [ 276 ] {d90ab1f2-0e7b-403f-9ca7-0fd27fb4e78e} TCPHandler: Processed in 0.001252996 sec. 2026.04.29 20:58:19.580207 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.580457 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.04.29 20:58:19.580800 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:19.580837 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.29 20:58:19.581075 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:19.581144 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:19.581295 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.04.29 20:58:19.581332 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:19.581353 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:19.581368 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:19.581409 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.29 20:58:19.581430 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:19.582888 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} executeQuery: Read 52 rows, 12.45 KiB in 0.002527 sec., 20577.760189948553 rows/sec., 4.81 MiB/sec. 2026.04.29 20:58:19.583006 [ 276 ] {d4b3ec19-1696-48c5-bbb8-30e9c7ee25c4} TCPHandler: Processed in 0.002934517 sec. 2026.04.29 20:58:19.585558 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.585691 [ 276 ] {bf2ca1a1-c4d5-4ac6-86a8-c7de8e1da279} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:58:19.585746 [ 276 ] {bf2ca1a1-c4d5-4ac6-86a8-c7de8e1da279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:58:19.586339 [ 276 ] {bf2ca1a1-c4d5-4ac6-86a8-c7de8e1da279} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.586389 [ 276 ] {bf2ca1a1-c4d5-4ac6-86a8-c7de8e1da279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.586793 [ 276 ] {bf2ca1a1-c4d5-4ac6-86a8-c7de8e1da279} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:58:19.587025 [ 276 ] {bf2ca1a1-c4d5-4ac6-86a8-c7de8e1da279} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:58:19.587178 [ 276 ] {bf2ca1a1-c4d5-4ac6-86a8-c7de8e1da279} executeQuery: Read 24 rows, 2.04 KiB in 0.001527 sec., 15717.092337917486 rows/sec., 1.30 MiB/sec. 2026.04.29 20:58:19.587219 [ 276 ] {bf2ca1a1-c4d5-4ac6-86a8-c7de8e1da279} TCPHandler: Processed in 0.001727732 sec. 2026.04.29 20:58:19.587346 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.587446 [ 276 ] {9df63991-530e-41dd-9f44-bbaa8a643d1a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:58:19.587488 [ 276 ] {9df63991-530e-41dd-9f44-bbaa8a643d1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:58:19.587891 [ 276 ] {9df63991-530e-41dd-9f44-bbaa8a643d1a} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.587928 [ 276 ] {9df63991-530e-41dd-9f44-bbaa8a643d1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.588224 [ 276 ] {9df63991-530e-41dd-9f44-bbaa8a643d1a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.29 20:58:19.588436 [ 276 ] {9df63991-530e-41dd-9f44-bbaa8a643d1a} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:58:19.588573 [ 276 ] {9df63991-530e-41dd-9f44-bbaa8a643d1a} executeQuery: Read 4 rows, 334.00 B in 0.001148 sec., 3484.3205574912895 rows/sec., 284.12 KiB/sec. 2026.04.29 20:58:19.588611 [ 276 ] {9df63991-530e-41dd-9f44-bbaa8a643d1a} TCPHandler: Processed in 0.001316926 sec. 2026.04.29 20:58:19.588728 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.588823 [ 276 ] {ea379554-da9f-41b4-9a27-3e3eda10b67a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:19.588862 [ 276 ] {ea379554-da9f-41b4-9a27-3e3eda10b67a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:19.589344 [ 276 ] {ea379554-da9f-41b4-9a27-3e3eda10b67a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.589380 [ 276 ] {ea379554-da9f-41b4-9a27-3e3eda10b67a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.589701 [ 276 ] {ea379554-da9f-41b4-9a27-3e3eda10b67a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.29 20:58:19.589910 [ 276 ] {ea379554-da9f-41b4-9a27-3e3eda10b67a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:19.590039 [ 276 ] {ea379554-da9f-41b4-9a27-3e3eda10b67a} executeQuery: Read 192 rows, 17.36 KiB in 0.001234 sec., 155591.57212317665 rows/sec., 13.74 MiB/sec. 2026.04.29 20:58:19.590076 [ 276 ] {ea379554-da9f-41b4-9a27-3e3eda10b67a} TCPHandler: Processed in 0.001399778 sec. 2026.04.29 20:58:19.590198 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.590292 [ 276 ] {343e463b-c70d-4054-b0c9-354feae09845} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:19.590332 [ 276 ] {343e463b-c70d-4054-b0c9-354feae09845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:19.590730 [ 276 ] {343e463b-c70d-4054-b0c9-354feae09845} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.590765 [ 276 ] {343e463b-c70d-4054-b0c9-354feae09845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.591061 [ 276 ] {343e463b-c70d-4054-b0c9-354feae09845} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.29 20:58:19.591284 [ 276 ] {343e463b-c70d-4054-b0c9-354feae09845} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:19.591414 [ 276 ] {343e463b-c70d-4054-b0c9-354feae09845} executeQuery: Read 23 rows, 1.77 KiB in 0.00114 sec., 20175.43859649123 rows/sec., 1.51 MiB/sec. 2026.04.29 20:58:19.591451 [ 276 ] {343e463b-c70d-4054-b0c9-354feae09845} TCPHandler: Processed in 0.001303997 sec. 2026.04.29 20:58:19.591568 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.591662 [ 276 ] {cac9b6f7-317d-46b6-99f6-3350ba962a6b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:58:19.591701 [ 276 ] {cac9b6f7-317d-46b6-99f6-3350ba962a6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:58:19.592095 [ 276 ] {cac9b6f7-317d-46b6-99f6-3350ba962a6b} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.592131 [ 276 ] {cac9b6f7-317d-46b6-99f6-3350ba962a6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.592425 [ 276 ] {cac9b6f7-317d-46b6-99f6-3350ba962a6b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.04.29 20:58:19.592631 [ 276 ] {cac9b6f7-317d-46b6-99f6-3350ba962a6b} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:19.592760 [ 276 ] {cac9b6f7-317d-46b6-99f6-3350ba962a6b} executeQuery: Read 24 rows, 2.04 KiB in 0.001116 sec., 21505.37634408602 rows/sec., 1.78 MiB/sec. 2026.04.29 20:58:19.592796 [ 276 ] {cac9b6f7-317d-46b6-99f6-3350ba962a6b} TCPHandler: Processed in 0.001278696 sec. 2026.04.29 20:58:19.592911 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.593003 [ 276 ] {204d3324-3dbc-417c-a896-ef4e82f51290} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:58:19.593041 [ 276 ] {204d3324-3dbc-417c-a896-ef4e82f51290} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:58:19.593433 [ 276 ] {204d3324-3dbc-417c-a896-ef4e82f51290} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.593470 [ 276 ] {204d3324-3dbc-417c-a896-ef4e82f51290} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.593788 [ 276 ] {204d3324-3dbc-417c-a896-ef4e82f51290} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:58:19.593993 [ 276 ] {204d3324-3dbc-417c-a896-ef4e82f51290} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:58:19.594122 [ 276 ] {204d3324-3dbc-417c-a896-ef4e82f51290} executeQuery: Read 12 rows, 960.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 824.54 KiB/sec. 2026.04.29 20:58:19.594160 [ 276 ] {204d3324-3dbc-417c-a896-ef4e82f51290} TCPHandler: Processed in 0.001298746 sec. 2026.04.29 20:58:19.594277 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.594371 [ 276 ] {df0cb01b-de4d-4453-8b0c-b77d2d3eb12e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:19.594410 [ 276 ] {df0cb01b-de4d-4453-8b0c-b77d2d3eb12e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:19.594842 [ 276 ] {df0cb01b-de4d-4453-8b0c-b77d2d3eb12e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.594904 [ 276 ] {df0cb01b-de4d-4453-8b0c-b77d2d3eb12e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.595208 [ 276 ] {df0cb01b-de4d-4453-8b0c-b77d2d3eb12e} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.29 20:58:19.595427 [ 276 ] {df0cb01b-de4d-4453-8b0c-b77d2d3eb12e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:19.595556 [ 276 ] {df0cb01b-de4d-4453-8b0c-b77d2d3eb12e} executeQuery: Read 111 rows, 9.26 KiB in 0.001203 sec., 92269.32668329176 rows/sec., 7.52 MiB/sec. 2026.04.29 20:58:19.595594 [ 276 ] {df0cb01b-de4d-4453-8b0c-b77d2d3eb12e} TCPHandler: Processed in 0.001368458 sec. 2026.04.29 20:58:19.595714 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.595808 [ 276 ] {3f14ddf9-3611-4d42-98f3-5c32b4c6cf03} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:19.595850 [ 276 ] {3f14ddf9-3611-4d42-98f3-5c32b4c6cf03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:19.596251 [ 276 ] {3f14ddf9-3611-4d42-98f3-5c32b4c6cf03} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.596288 [ 276 ] {3f14ddf9-3611-4d42-98f3-5c32b4c6cf03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.596624 [ 276 ] {3f14ddf9-3611-4d42-98f3-5c32b4c6cf03} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.29 20:58:19.596840 [ 276 ] {3f14ddf9-3611-4d42-98f3-5c32b4c6cf03} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:19.596969 [ 276 ] {3f14ddf9-3611-4d42-98f3-5c32b4c6cf03} executeQuery: Read 198 rows, 14.54 KiB in 0.001179 sec., 167938.93129770993 rows/sec., 12.04 MiB/sec. 2026.04.29 20:58:19.597005 [ 276 ] {3f14ddf9-3611-4d42-98f3-5c32b4c6cf03} TCPHandler: Processed in 0.001341167 sec. 2026.04.29 20:58:19.597125 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.597218 [ 276 ] {99a17261-c4db-4c78-b5a3-30f14768b260} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:19.597272 [ 276 ] {99a17261-c4db-4c78-b5a3-30f14768b260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:19.598027 [ 276 ] {99a17261-c4db-4c78-b5a3-30f14768b260} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.598062 [ 276 ] {99a17261-c4db-4c78-b5a3-30f14768b260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.598569 [ 276 ] {99a17261-c4db-4c78-b5a3-30f14768b260} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.04.29 20:58:19.598797 [ 276 ] {99a17261-c4db-4c78-b5a3-30f14768b260} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:19.598925 [ 61 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.04.29 20:58:19.598941 [ 276 ] {99a17261-c4db-4c78-b5a3-30f14768b260} executeQuery: Read 7 rows, 12.84 KiB in 0.001742 sec., 4018.369690011481 rows/sec., 7.20 MiB/sec. 2026.04.29 20:58:19.598999 [ 61 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.599026 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.599030 [ 276 ] {99a17261-c4db-4c78-b5a3-30f14768b260} TCPHandler: Processed in 0.001954905 sec. 2026.04.29 20:58:19.599132 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.04.29 20:58:19.599177 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:19.599279 [ 276 ] {b6434270-ed5f-41ee-aacb-54517ed42bd8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:19.599321 [ 276 ] {b6434270-ed5f-41ee-aacb-54517ed42bd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:19.599383 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:19.599444 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1407 rows starting from the beginning of the part 2026.04.29 20:58:19.599567 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:19.599664 [ 276 ] {b6434270-ed5f-41ee-aacb-54517ed42bd8} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.599672 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 46 rows starting from the beginning of the part 2026.04.29 20:58:19.599707 [ 276 ] {b6434270-ed5f-41ee-aacb-54517ed42bd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.599792 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:19.599913 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 35 rows starting from the beginning of the part 2026.04.29 20:58:19.600017 [ 199 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:19.600034 [ 276 ] {b6434270-ed5f-41ee-aacb-54517ed42bd8} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.29 20:58:19.600260 [ 276 ] {b6434270-ed5f-41ee-aacb-54517ed42bd8} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:19.600412 [ 276 ] {b6434270-ed5f-41ee-aacb-54517ed42bd8} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2026.04.29 20:58:19.600448 [ 276 ] {b6434270-ed5f-41ee-aacb-54517ed42bd8} TCPHandler: Processed in 0.001322507 sec. 2026.04.29 20:58:19.606555 [ 201 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1509 rows, containing 19 columns (19 merged, 0 gathered) in 0.007467465 sec., 202076.60832692217 rows/sec., 362.11 MiB/sec. 2026.04.29 20:58:19.608082 [ 201 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.04.29 20:58:19.608502 [ 201 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:19.608592 [ 201 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_66_13} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.04.29 20:58:19.608774 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2026.04.29 20:58:19.718575 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23507 2026.04.29 20:58:19.719019 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:19.719053 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:19.719503 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.29 20:58:19.719722 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:19.719845 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23507 2026.04.29 20:58:20.000173 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 323.00 MiB, peak 334.49 MiB, free memory in arenas 0.00 B, will set to 325.47 MiB (RSS), difference: 2.47 MiB 2026.04.29 20:58:20.977295 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.04.29 20:58:20.993784 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:20.993842 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:20.999821 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.04.29 20:58:21.000179 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 329.99 MiB, peak 334.49 MiB, free memory in arenas 0.00 B, will set to 325.48 MiB (RSS), difference: -4.51 MiB 2026.04.29 20:58:21.000706 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:21.003574 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.04.29 20:58:22.000186 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 321.48 MiB, peak 334.49 MiB, free memory in arenas 0.00 B, will set to 325.48 MiB (RSS), difference: 4.00 MiB 2026.04.29 20:58:22.301655 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1500 2026.04.29 20:58:22.304208 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:22.304276 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:22.305512 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:58:22.305794 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:22.305942 [ 66 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.04.29 20:58:22.306017 [ 66 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:22.306039 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:22.306109 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1500 2026.04.29 20:58:22.306158 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.04.29 20:58:22.306693 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:22.306852 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1318 rows starting from the beginning of the part 2026.04.29 20:58:22.307209 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 34 rows starting from the beginning of the part 2026.04.29 20:58:22.307543 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part 2026.04.29 20:58:22.307899 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 46 rows starting from the beginning of the part 2026.04.29 20:58:22.308248 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part 2026.04.29 20:58:22.308589 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part 2026.04.29 20:58:22.315543 [ 197 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 72 columns (72 merged, 0 gathered) in 0.00943995 sec., 158899.14671158214 rows/sec., 132.45 MiB/sec. 2026.04.29 20:58:22.316954 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.04.29 20:58:22.317466 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:22.317541 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_36_7} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.04.29 20:58:22.317738 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.00 MiB. 2026.04.29 20:58:24.578591 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:24.578818 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:24.579155 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:24.579193 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:24.579421 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:24.579494 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:24.579639 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:58:24.579675 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:24.579697 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:24.579712 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:24.579754 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:58:24.579775 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:24.580923 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} executeQuery: Read 52 rows, 12.45 KiB in 0.002194 sec., 23701.002734731082 rows/sec., 5.54 MiB/sec. 2026.04.29 20:58:24.581045 [ 276 ] {bf05297d-345c-4688-a157-43f9510945a0} TCPHandler: Processed in 0.002593173 sec. 2026.04.29 20:58:24.583255 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:24.583391 [ 276 ] {6aae5681-a23d-47c3-a330-5ef42e246506} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:24.583445 [ 276 ] {6aae5681-a23d-47c3-a330-5ef42e246506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:24.584018 [ 276 ] {6aae5681-a23d-47c3-a330-5ef42e246506} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:24.584067 [ 276 ] {6aae5681-a23d-47c3-a330-5ef42e246506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:24.584496 [ 276 ] {6aae5681-a23d-47c3-a330-5ef42e246506} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.29 20:58:24.584736 [ 276 ] {6aae5681-a23d-47c3-a330-5ef42e246506} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:24.584888 [ 276 ] {6aae5681-a23d-47c3-a330-5ef42e246506} executeQuery: Read 126 rows, 11.14 KiB in 0.001538 sec., 81924.57737321196 rows/sec., 7.08 MiB/sec. 2026.04.29 20:58:24.584903 [ 23 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.04.29 20:58:24.584928 [ 276 ] {6aae5681-a23d-47c3-a330-5ef42e246506} TCPHandler: Processed in 0.001737713 sec. 2026.04.29 20:58:24.584978 [ 23 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:24.585008 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:24.585080 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:24.585129 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.04.29 20:58:24.585182 [ 276 ] {80cf98f8-faa9-4986-8315-6e3a1f610992} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:24.585228 [ 276 ] {80cf98f8-faa9-4986-8315-6e3a1f610992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:24.585260 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:24.585305 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3364 rows starting from the beginning of the part 2026.04.29 20:58:24.585368 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part 2026.04.29 20:58:24.585414 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 70 rows starting from the beginning of the part 2026.04.29 20:58:24.585489 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 126 rows starting from the beginning of the part 2026.04.29 20:58:24.585534 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 192 rows starting from the beginning of the part 2026.04.29 20:58:24.585613 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 126 rows starting from the beginning of the part 2026.04.29 20:58:24.585658 [ 276 ] {80cf98f8-faa9-4986-8315-6e3a1f610992} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:24.585700 [ 276 ] {80cf98f8-faa9-4986-8315-6e3a1f610992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:24.586032 [ 276 ] {80cf98f8-faa9-4986-8315-6e3a1f610992} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.29 20:58:24.586252 [ 276 ] {80cf98f8-faa9-4986-8315-6e3a1f610992} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:24.586400 [ 276 ] {80cf98f8-faa9-4986-8315-6e3a1f610992} executeQuery: Read 35 rows, 2.63 KiB in 0.001237 sec., 28294.260307194825 rows/sec., 2.08 MiB/sec. 2026.04.29 20:58:24.586437 [ 276 ] {80cf98f8-faa9-4986-8315-6e3a1f610992} TCPHandler: Processed in 0.001408668 sec. 2026.04.29 20:58:24.586557 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:24.586652 [ 276 ] {cb724880-0714-41c3-9fb4-83cc0ef0c28d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:24.586691 [ 276 ] {cb724880-0714-41c3-9fb4-83cc0ef0c28d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:24.587110 [ 276 ] {cb724880-0714-41c3-9fb4-83cc0ef0c28d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:24.587147 [ 276 ] {cb724880-0714-41c3-9fb4-83cc0ef0c28d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:24.587186 [ 188 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3934 rows, containing 5 columns (5 merged, 0 gathered) in 0.002108517 sec., 1865766.318222713 rows/sec., 150.94 MiB/sec. 2026.04.29 20:58:24.587466 [ 276 ] {cb724880-0714-41c3-9fb4-83cc0ef0c28d} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.29 20:58:24.587613 [ 191 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.04.29 20:58:24.587720 [ 276 ] {cb724880-0714-41c3-9fb4-83cc0ef0c28d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:24.587845 [ 23 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.04.29 20:58:24.587864 [ 276 ] {cb724880-0714-41c3-9fb4-83cc0ef0c28d} executeQuery: Read 99 rows, 7.92 KiB in 0.00123 sec., 80487.80487804879 rows/sec., 6.29 MiB/sec. 2026.04.29 20:58:24.587876 [ 23 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:24.587906 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:24.587911 [ 276 ] {cb724880-0714-41c3-9fb4-83cc0ef0c28d} TCPHandler: Processed in 0.001404798 sec. 2026.04.29 20:58:24.587943 [ 191 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:24.587993 [ 197 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.04.29 20:58:24.588030 [ 191 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_81_16} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.04.29 20:58:24.588045 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:24.588094 [ 197 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:24.588125 [ 197 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1832 rows starting from the beginning of the part 2026.04.29 20:58:24.588144 [ 276 ] {6dd78aac-4b79-468a-b0ac-5df9776d6998} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:24.588144 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.04.29 20:58:24.588175 [ 197 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part 2026.04.29 20:58:24.588199 [ 276 ] {6dd78aac-4b79-468a-b0ac-5df9776d6998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:24.588227 [ 197 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 71 rows starting from the beginning of the part 2026.04.29 20:58:24.588270 [ 197 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 99 rows starting from the beginning of the part 2026.04.29 20:58:24.588307 [ 197 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 111 rows starting from the beginning of the part 2026.04.29 20:58:24.588346 [ 197 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 99 rows starting from the beginning of the part 2026.04.29 20:58:24.588629 [ 276 ] {6dd78aac-4b79-468a-b0ac-5df9776d6998} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:24.588670 [ 276 ] {6dd78aac-4b79-468a-b0ac-5df9776d6998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:24.589056 [ 276 ] {6dd78aac-4b79-468a-b0ac-5df9776d6998} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.29 20:58:24.589285 [ 276 ] {6dd78aac-4b79-468a-b0ac-5df9776d6998} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:24.589361 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2276 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405398 sec., 1619470.0718230708 rows/sec., 119.97 MiB/sec. 2026.04.29 20:58:24.589428 [ 23 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 5 parts from all_1_75_15 to all_79_79_0 2026.04.29 20:58:24.589450 [ 276 ] {6dd78aac-4b79-468a-b0ac-5df9776d6998} executeQuery: Read 160 rows, 11.41 KiB in 0.001323 sec., 120937.26379440665 rows/sec., 8.42 MiB/sec. 2026.04.29 20:58:24.589463 [ 23 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:24.589497 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:24.589508 [ 276 ] {6dd78aac-4b79-468a-b0ac-5df9776d6998} TCPHandler: Processed in 0.001513369 sec. 2026.04.29 20:58:24.589578 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.04.29 20:58:24.589586 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} MergeTask::PrepareStage: Merging 5 parts: from all_1_75_15 to all_79_79_0 into Compact with storage Full 2026.04.29 20:58:24.589654 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:24.589724 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:24.589763 [ 276 ] {1d9e90f7-b59c-4ebb-bdae-84df2a9d9d50} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:24.589770 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_75_15, total 31243 rows starting from the beginning of the part 2026.04.29 20:58:24.589829 [ 276 ] {1d9e90f7-b59c-4ebb-bdae-84df2a9d9d50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:24.589853 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:24.589862 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 128 rows starting from the beginning of the part 2026.04.29 20:58:24.589928 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2026.04.29 20:58:24.589930 [ 191 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_81_16} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.04.29 20:58:24.589983 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.04.29 20:58:24.590036 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.04.29 20:58:24.590035 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 198 rows starting from the beginning of the part 2026.04.29 20:58:24.590737 [ 276 ] {1d9e90f7-b59c-4ebb-bdae-84df2a9d9d50} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:24.590781 [ 276 ] {1d9e90f7-b59c-4ebb-bdae-84df2a9d9d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:24.591419 [ 276 ] {1d9e90f7-b59c-4ebb-bdae-84df2a9d9d50} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.04.29 20:58:24.591665 [ 276 ] {1d9e90f7-b59c-4ebb-bdae-84df2a9d9d50} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:24.591812 [ 276 ] {1d9e90f7-b59c-4ebb-bdae-84df2a9d9d50} executeQuery: Read 35 rows, 64.22 KiB in 0.002069 sec., 16916.384726921216 rows/sec., 30.31 MiB/sec. 2026.04.29 20:58:24.591869 [ 276 ] {1d9e90f7-b59c-4ebb-bdae-84df2a9d9d50} TCPHandler: Processed in 0.002267609 sec. 2026.04.29 20:58:24.592020 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:24.592115 [ 276 ] {43208c6a-9aa3-415a-b818-46a699574e0b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:24.592159 [ 276 ] {43208c6a-9aa3-415a-b818-46a699574e0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:24.592543 [ 276 ] {43208c6a-9aa3-415a-b818-46a699574e0b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:24.592580 [ 276 ] {43208c6a-9aa3-415a-b818-46a699574e0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.04.29 20:58:24.592929 [ 276 ] {43208c6a-9aa3-415a-b818-46a699574e0b} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.29 20:58:24.593146 [ 276 ] {43208c6a-9aa3-415a-b818-46a699574e0b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:24.593281 [ 276 ] {43208c6a-9aa3-415a-b818-46a699574e0b} executeQuery: Read 60 rows, 4.14 KiB in 0.001184 sec., 50675.67567567568 rows/sec., 3.42 MiB/sec. 2026.04.29 20:58:24.593319 [ 276 ] {43208c6a-9aa3-415a-b818-46a699574e0b} TCPHandler: Processed in 0.001350957 sec. 2026.04.29 20:58:24.596639 [ 191 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} MergeTask::MergeProjectionsStage: Merge sorted 31889 rows, containing 5 columns (5 merged, 0 gathered) in 0.007088621 sec., 4498618.278505791 rows/sec., 288.67 MiB/sec. 2026.04.29 20:58:24.597332 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} MergedBlockOutputStream: filled checksums all_1_79_16 (state Temporary) 2026.04.29 20:58:24.597664 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_79_16 to all_1_79_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:24.597751 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_79_16} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 5 parts: [all_1_75_15, all_79_79_0] -> all_1_79_16 2026.04.29 20:58:24.597839 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.04.29 20:58:27.049846 [ 87 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:58:27.049910 [ 87 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:58:27.219982 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24019 2026.04.29 20:58:27.220537 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:27.220578 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:27.221088 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.29 20:58:27.221310 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:27.221441 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24019 2026.04.29 20:58:28.503707 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.04.29 20:58:28.520755 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:28.520805 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:28.527052 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.04.29 20:58:28.527729 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:28.530574 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.04.29 20:58:29.578233 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.578567 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:29.578897 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:29.578934 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:29.579163 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:29.579236 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:29.579391 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:58:29.579430 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:29.579452 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:29.579467 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:29.579507 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:58:29.579527 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:29.580594 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} executeQuery: Read 52 rows, 12.45 KiB in 0.002116 sec., 24574.66918714556 rows/sec., 5.75 MiB/sec. 2026.04.29 20:58:29.580712 [ 276 ] {8039db26-6285-4fb2-87e2-0e71cbc944c6} TCPHandler: Processed in 0.002613823 sec. 2026.04.29 20:58:29.582557 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.582675 [ 276 ] {d342fd3d-60d4-4966-a8d5-094ae09478fd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:29.582721 [ 276 ] {d342fd3d-60d4-4966-a8d5-094ae09478fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:29.583252 [ 276 ] {d342fd3d-60d4-4966-a8d5-094ae09478fd} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.583291 [ 276 ] {d342fd3d-60d4-4966-a8d5-094ae09478fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.583687 [ 276 ] {d342fd3d-60d4-4966-a8d5-094ae09478fd} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.29 20:58:29.583930 [ 276 ] {d342fd3d-60d4-4966-a8d5-094ae09478fd} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.584081 [ 276 ] {d342fd3d-60d4-4966-a8d5-094ae09478fd} executeQuery: Read 70 rows, 5.75 KiB in 0.001442 sec., 48543.68932038835 rows/sec., 3.89 MiB/sec. 2026.04.29 20:58:29.584121 [ 276 ] {d342fd3d-60d4-4966-a8d5-094ae09478fd} TCPHandler: Processed in 0.001621681 sec. 2026.04.29 20:58:29.584261 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.584362 [ 276 ] {34210037-b39a-4983-80ee-d595aaebb61e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.584408 [ 276 ] {34210037-b39a-4983-80ee-d595aaebb61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:29.584818 [ 276 ] {34210037-b39a-4983-80ee-d595aaebb61e} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.584853 [ 276 ] {34210037-b39a-4983-80ee-d595aaebb61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.585156 [ 276 ] {34210037-b39a-4983-80ee-d595aaebb61e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.29 20:58:29.585370 [ 276 ] {34210037-b39a-4983-80ee-d595aaebb61e} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.585500 [ 276 ] {34210037-b39a-4983-80ee-d595aaebb61e} executeQuery: Read 7 rows, 539.00 B in 0.001159 sec., 6039.689387402933 rows/sec., 454.16 KiB/sec. 2026.04.29 20:58:29.585537 [ 276 ] {34210037-b39a-4983-80ee-d595aaebb61e} TCPHandler: Processed in 0.001329507 sec. 2026.04.29 20:58:29.585655 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.585749 [ 276 ] {82a1a315-df06-499c-87cf-1df2b9b33c20} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:29.585788 [ 276 ] {82a1a315-df06-499c-87cf-1df2b9b33c20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:29.586201 [ 276 ] {82a1a315-df06-499c-87cf-1df2b9b33c20} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.586235 [ 276 ] {82a1a315-df06-499c-87cf-1df2b9b33c20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.586554 [ 276 ] {82a1a315-df06-499c-87cf-1df2b9b33c20} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.29 20:58:29.586763 [ 276 ] {82a1a315-df06-499c-87cf-1df2b9b33c20} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.586893 [ 276 ] {82a1a315-df06-499c-87cf-1df2b9b33c20} executeQuery: Read 71 rows, 5.68 KiB in 0.001161 sec., 61154.177433247205 rows/sec., 4.77 MiB/sec. 2026.04.29 20:58:29.586929 [ 276 ] {82a1a315-df06-499c-87cf-1df2b9b33c20} TCPHandler: Processed in 0.001326067 sec. 2026.04.29 20:58:29.587051 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.587144 [ 276 ] {202273be-0f99-4f38-a055-c3fb66b72fbd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.587186 [ 276 ] {202273be-0f99-4f38-a055-c3fb66b72fbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:29.587594 [ 276 ] {202273be-0f99-4f38-a055-c3fb66b72fbd} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.587630 [ 276 ] {202273be-0f99-4f38-a055-c3fb66b72fbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.587961 [ 276 ] {202273be-0f99-4f38-a055-c3fb66b72fbd} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.29 20:58:29.588173 [ 276 ] {202273be-0f99-4f38-a055-c3fb66b72fbd} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.588307 [ 276 ] {202273be-0f99-4f38-a055-c3fb66b72fbd} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.04.29 20:58:29.588349 [ 276 ] {202273be-0f99-4f38-a055-c3fb66b72fbd} TCPHandler: Processed in 0.001349897 sec. 2026.04.29 20:58:29.588471 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.588566 [ 276 ] {923d9803-29d7-4486-8b17-fd0009f2eb6b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.588621 [ 276 ] {923d9803-29d7-4486-8b17-fd0009f2eb6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:29.589408 [ 276 ] {923d9803-29d7-4486-8b17-fd0009f2eb6b} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.589446 [ 276 ] {923d9803-29d7-4486-8b17-fd0009f2eb6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.589969 [ 276 ] {923d9803-29d7-4486-8b17-fd0009f2eb6b} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.04.29 20:58:29.590224 [ 276 ] {923d9803-29d7-4486-8b17-fd0009f2eb6b} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.590395 [ 276 ] {923d9803-29d7-4486-8b17-fd0009f2eb6b} executeQuery: Read 7 rows, 12.84 KiB in 0.001845 sec., 3794.0379403794036 rows/sec., 6.80 MiB/sec. 2026.04.29 20:58:29.590471 [ 276 ] {923d9803-29d7-4486-8b17-fd0009f2eb6b} TCPHandler: Processed in 0.002050766 sec. 2026.04.29 20:58:29.590613 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.590707 [ 276 ] {1fb56a5b-5adb-4ee9-85c4-a74b37d32163} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.590749 [ 276 ] {1fb56a5b-5adb-4ee9-85c4-a74b37d32163} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:29.591097 [ 276 ] {1fb56a5b-5adb-4ee9-85c4-a74b37d32163} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.591133 [ 276 ] {1fb56a5b-5adb-4ee9-85c4-a74b37d32163} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.591457 [ 276 ] {1fb56a5b-5adb-4ee9-85c4-a74b37d32163} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.29 20:58:29.591678 [ 276 ] {1fb56a5b-5adb-4ee9-85c4-a74b37d32163} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.591811 [ 276 ] {1fb56a5b-5adb-4ee9-85c4-a74b37d32163} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2026.04.29 20:58:29.591848 [ 276 ] {1fb56a5b-5adb-4ee9-85c4-a74b37d32163} TCPHandler: Processed in 0.001286857 sec. 2026.04.29 20:58:29.896680 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.896903 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:58:29.897257 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:29.897301 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:58:29.897569 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:29.897646 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:29.897807 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.04.29 20:58:29.897850 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:29.897875 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:29.897891 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:29.897931 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:58:29.897951 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:29.898997 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} executeQuery: Read 52 rows, 12.45 KiB in 0.002189 sec., 23755.13933302878 rows/sec., 5.56 MiB/sec. 2026.04.29 20:58:29.899069 [ 276 ] {9c350e8c-caa1-4f81-a43a-fad541c328c8} TCPHandler: Processed in 0.002504862 sec. 2026.04.29 20:58:29.912160 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.912288 [ 276 ] {02e1bca4-a4ba-47e2-80f9-cd4affee486e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:58:29.912341 [ 276 ] {02e1bca4-a4ba-47e2-80f9-cd4affee486e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:58:29.912874 [ 276 ] {02e1bca4-a4ba-47e2-80f9-cd4affee486e} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.912914 [ 276 ] {02e1bca4-a4ba-47e2-80f9-cd4affee486e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.913251 [ 276 ] {02e1bca4-a4ba-47e2-80f9-cd4affee486e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.29 20:58:29.913481 [ 276 ] {02e1bca4-a4ba-47e2-80f9-cd4affee486e} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:58:29.913606 [ 97 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.04.29 20:58:29.913628 [ 276 ] {02e1bca4-a4ba-47e2-80f9-cd4affee486e} executeQuery: Read 6 rows, 501.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 356.34 KiB/sec. 2026.04.29 20:58:29.913669 [ 97 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.913681 [ 276 ] {02e1bca4-a4ba-47e2-80f9-cd4affee486e} TCPHandler: Processed in 0.00158364 sec. 2026.04.29 20:58:29.913698 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.913800 [ 190 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.04.29 20:58:29.913812 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.913904 [ 190 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:29.913921 [ 276 ] {09c6c4d1-a365-4fcb-a641-a2464a6799dc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:29.913931 [ 190 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 20 rows starting from the beginning of the part 2026.04.29 20:58:29.913960 [ 276 ] {09c6c4d1-a365-4fcb-a641-a2464a6799dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:29.913987 [ 190 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2026.04.29 20:58:29.914031 [ 190 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.04.29 20:58:29.914070 [ 190 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.04.29 20:58:29.914107 [ 190 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2026.04.29 20:58:29.914143 [ 190 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.04.29 20:58:29.914855 [ 189 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001096774 sec., 43764.7136055377 rows/sec., 3.65 MiB/sec. 2026.04.29 20:58:29.915060 [ 191 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.04.29 20:58:29.915425 [ 191 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.915457 [ 276 ] {09c6c4d1-a365-4fcb-a641-a2464a6799dc} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.915501 [ 276 ] {09c6c4d1-a365-4fcb-a641-a2464a6799dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.915524 [ 191 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_19_4} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.04.29 20:58:29.915654 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.29 20:58:29.915970 [ 276 ] {09c6c4d1-a365-4fcb-a641-a2464a6799dc} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.29 20:58:29.916198 [ 276 ] {09c6c4d1-a365-4fcb-a641-a2464a6799dc} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.916335 [ 276 ] {09c6c4d1-a365-4fcb-a641-a2464a6799dc} executeQuery: Read 2478 rows, 188.65 KiB in 0.002434 sec., 1018077.2391125719 rows/sec., 75.69 MiB/sec. 2026.04.29 20:58:29.916374 [ 276 ] {09c6c4d1-a365-4fcb-a641-a2464a6799dc} TCPHandler: Processed in 0.002612754 sec. 2026.04.29 20:58:29.916499 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.916594 [ 276 ] {c891f279-6b0a-405d-bab1-2300e263749a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.916634 [ 276 ] {c891f279-6b0a-405d-bab1-2300e263749a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:29.917054 [ 276 ] {c891f279-6b0a-405d-bab1-2300e263749a} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.917092 [ 276 ] {c891f279-6b0a-405d-bab1-2300e263749a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.917392 [ 276 ] {c891f279-6b0a-405d-bab1-2300e263749a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.29 20:58:29.917617 [ 276 ] {c891f279-6b0a-405d-bab1-2300e263749a} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.917728 [ 97 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2026.04.29 20:58:29.917749 [ 276 ] {c891f279-6b0a-405d-bab1-2300e263749a} executeQuery: Read 52 rows, 3.88 KiB in 0.001173 sec., 44330.7757885763 rows/sec., 3.23 MiB/sec. 2026.04.29 20:58:29.917758 [ 97 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.917787 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.917792 [ 276 ] {c891f279-6b0a-405d-bab1-2300e263749a} TCPHandler: Processed in 0.001345998 sec. 2026.04.29 20:58:29.917868 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2026.04.29 20:58:29.917919 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.917996 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:29.918017 [ 276 ] {53a40cbe-c639-4196-887e-10f62c813b56} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.918037 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 227 rows starting from the beginning of the part 2026.04.29 20:58:29.918062 [ 276 ] {53a40cbe-c639-4196-887e-10f62c813b56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:58:29.918117 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 35 rows starting from the beginning of the part 2026.04.29 20:58:29.918174 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 23 rows starting from the beginning of the part 2026.04.29 20:58:29.918224 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 35 rows starting from the beginning of the part 2026.04.29 20:58:29.918269 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:29.918314 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 52 rows starting from the beginning of the part 2026.04.29 20:58:29.918734 [ 276 ] {53a40cbe-c639-4196-887e-10f62c813b56} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.918775 [ 276 ] {53a40cbe-c639-4196-887e-10f62c813b56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.919129 [ 276 ] {53a40cbe-c639-4196-887e-10f62c813b56} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.04.29 20:58:29.919251 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 379 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416958 sec., 267474.406439711 rows/sec., 19.16 MiB/sec. 2026.04.29 20:58:29.919342 [ 276 ] {53a40cbe-c639-4196-887e-10f62c813b56} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.919447 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.04.29 20:58:29.919476 [ 276 ] {53a40cbe-c639-4196-887e-10f62c813b56} executeQuery: Read 801 rows, 47.38 KiB in 0.001476 sec., 542682.9268292682 rows/sec., 31.35 MiB/sec. 2026.04.29 20:58:29.919524 [ 276 ] {53a40cbe-c639-4196-887e-10f62c813b56} TCPHandler: Processed in 0.001656581 sec. 2026.04.29 20:58:29.919647 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.919812 [ 276 ] {81106429-d628-43ab-a302-f27e3fc5d9c0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.919832 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.919859 [ 276 ] {81106429-d628-43ab-a302-f27e3fc5d9c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:58:29.919937 [ 192 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_70_14} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2026.04.29 20:58:29.920060 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.29 20:58:29.920410 [ 276 ] {81106429-d628-43ab-a302-f27e3fc5d9c0} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.920451 [ 276 ] {81106429-d628-43ab-a302-f27e3fc5d9c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.920754 [ 276 ] {81106429-d628-43ab-a302-f27e3fc5d9c0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.29 20:58:29.920964 [ 276 ] {81106429-d628-43ab-a302-f27e3fc5d9c0} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:58:29.921099 [ 276 ] {81106429-d628-43ab-a302-f27e3fc5d9c0} executeQuery: Read 1 rows, 72.00 B in 0.001309 sec., 763.9419404125287 rows/sec., 53.71 KiB/sec. 2026.04.29 20:58:29.921139 [ 276 ] {81106429-d628-43ab-a302-f27e3fc5d9c0} TCPHandler: Processed in 0.001549099 sec. 2026.04.29 20:58:29.921306 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.921402 [ 276 ] {12e80c8b-3776-4d25-b820-f7cb575d36e7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:29.921442 [ 276 ] {12e80c8b-3776-4d25-b820-f7cb575d36e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:29.922283 [ 276 ] {12e80c8b-3776-4d25-b820-f7cb575d36e7} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.922320 [ 276 ] {12e80c8b-3776-4d25-b820-f7cb575d36e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.922701 [ 276 ] {12e80c8b-3776-4d25-b820-f7cb575d36e7} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.29 20:58:29.922914 [ 276 ] {12e80c8b-3776-4d25-b820-f7cb575d36e7} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.923045 [ 276 ] {12e80c8b-3776-4d25-b820-f7cb575d36e7} executeQuery: Read 1331 rows, 91.41 KiB in 0.001663 sec., 800360.7937462417 rows/sec., 53.68 MiB/sec. 2026.04.29 20:58:29.923084 [ 276 ] {12e80c8b-3776-4d25-b820-f7cb575d36e7} TCPHandler: Processed in 0.001829573 sec. 2026.04.29 20:58:29.923210 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.923304 [ 276 ] {c3e66e37-ae42-4e4f-82a1-12f408938628} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.923346 [ 276 ] {c3e66e37-ae42-4e4f-82a1-12f408938628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:29.924050 [ 276 ] {c3e66e37-ae42-4e4f-82a1-12f408938628} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.924087 [ 276 ] {c3e66e37-ae42-4e4f-82a1-12f408938628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.924505 [ 276 ] {c3e66e37-ae42-4e4f-82a1-12f408938628} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.29 20:58:29.924730 [ 276 ] {c3e66e37-ae42-4e4f-82a1-12f408938628} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.924867 [ 276 ] {c3e66e37-ae42-4e4f-82a1-12f408938628} executeQuery: Read 1499 rows, 93.11 KiB in 0.001582 sec., 947534.7661188368 rows/sec., 57.48 MiB/sec. 2026.04.29 20:58:29.924903 [ 276 ] {c3e66e37-ae42-4e4f-82a1-12f408938628} TCPHandler: Processed in 0.001745303 sec. 2026.04.29 20:58:29.925023 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.925117 [ 276 ] {aba33697-200c-47b6-ba77-17deb9e5add6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.925169 [ 276 ] {aba33697-200c-47b6-ba77-17deb9e5add6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:29.925967 [ 276 ] {aba33697-200c-47b6-ba77-17deb9e5add6} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.926006 [ 276 ] {aba33697-200c-47b6-ba77-17deb9e5add6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.926573 [ 276 ] {aba33697-200c-47b6-ba77-17deb9e5add6} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.04.29 20:58:29.926802 [ 276 ] {aba33697-200c-47b6-ba77-17deb9e5add6} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.926939 [ 276 ] {aba33697-200c-47b6-ba77-17deb9e5add6} executeQuery: Read 46 rows, 84.41 KiB in 0.00184 sec., 25000 rows/sec., 44.80 MiB/sec. 2026.04.29 20:58:29.926991 [ 276 ] {aba33697-200c-47b6-ba77-17deb9e5add6} TCPHandler: Processed in 0.002020746 sec. 2026.04.29 20:58:29.927128 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:29.927223 [ 276 ] {97cb83f6-8ca0-4498-8635-cd9e1db7a41f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:29.927263 [ 276 ] {97cb83f6-8ca0-4498-8635-cd9e1db7a41f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:29.927597 [ 276 ] {97cb83f6-8ca0-4498-8635-cd9e1db7a41f} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.927633 [ 276 ] {97cb83f6-8ca0-4498-8635-cd9e1db7a41f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.927929 [ 276 ] {97cb83f6-8ca0-4498-8635-cd9e1db7a41f} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.29 20:58:29.928135 [ 276 ] {97cb83f6-8ca0-4498-8635-cd9e1db7a41f} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.928260 [ 113 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.04.29 20:58:29.928265 [ 276 ] {97cb83f6-8ca0-4498-8635-cd9e1db7a41f} executeQuery: Read 12 rows, 848.00 B in 0.001061 sec., 11310.084825636191 rows/sec., 780.51 KiB/sec. 2026.04.29 20:58:29.928309 [ 113 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:29.928326 [ 276 ] {97cb83f6-8ca0-4498-8635-cd9e1db7a41f} TCPHandler: Processed in 0.001248407 sec. 2026.04.29 20:58:29.928337 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:29.928437 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.04.29 20:58:29.928555 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:29.928589 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4470 rows starting from the beginning of the part 2026.04.29 20:58:29.928657 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:29.928708 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:29.928752 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:29.928795 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:29.928839 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 12 rows starting from the beginning of the part 2026.04.29 20:58:29.930368 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4722 rows, containing 4 columns (4 merged, 0 gathered) in 0.001968915 sec., 2398275.1921743704 rows/sec., 157.44 MiB/sec. 2026.04.29 20:58:29.930672 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.04.29 20:58:29.930922 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:29.930989 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_81_16} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.04.29 20:58:29.931075 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.04.29 20:58:30.000192 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 327.99 MiB, peak 334.49 MiB, free memory in arenas 0.00 B, will set to 326.73 MiB (RSS), difference: -1.26 MiB 2026.04.29 20:58:32.306597 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1548 2026.04.29 20:58:32.309304 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:32.309362 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:32.310614 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:58:32.310893 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:32.311268 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1548 2026.04.29 20:58:34.576927 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:34.577205 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:34.577637 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:34.577687 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:34.577988 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:34.578099 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:34.578263 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:58:34.578299 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:34.578320 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:34.578335 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:34.578376 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:34.578397 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:34.579614 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} executeQuery: Read 52 rows, 12.45 KiB in 0.002541 sec., 20464.38410074774 rows/sec., 4.79 MiB/sec. 2026.04.29 20:58:34.579730 [ 276 ] {0046ef39-b147-4a6c-8ffe-58efb89b66a8} TCPHandler: Processed in 0.002936958 sec. 2026.04.29 20:58:34.581247 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:34.581363 [ 276 ] {0388a468-2afa-411a-a735-31de850d32b0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:34.581409 [ 276 ] {0388a468-2afa-411a-a735-31de850d32b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:34.581923 [ 276 ] {0388a468-2afa-411a-a735-31de850d32b0} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:34.581960 [ 276 ] {0388a468-2afa-411a-a735-31de850d32b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:34.582351 [ 276 ] {0388a468-2afa-411a-a735-31de850d32b0} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.29 20:58:34.582579 [ 276 ] {0388a468-2afa-411a-a735-31de850d32b0} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:34.582728 [ 276 ] {0388a468-2afa-411a-a735-31de850d32b0} executeQuery: Read 56 rows, 4.41 KiB in 0.0014 sec., 40000 rows/sec., 3.07 MiB/sec. 2026.04.29 20:58:34.582769 [ 276 ] {0388a468-2afa-411a-a735-31de850d32b0} TCPHandler: Processed in 0.001577921 sec. 2026.04.29 20:58:34.582900 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:34.583000 [ 276 ] {571f2ea1-ddcb-47bc-9568-d47993f0a43e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:34.583040 [ 276 ] {571f2ea1-ddcb-47bc-9568-d47993f0a43e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:34.583473 [ 276 ] {571f2ea1-ddcb-47bc-9568-d47993f0a43e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:34.583506 [ 276 ] {571f2ea1-ddcb-47bc-9568-d47993f0a43e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:34.583818 [ 276 ] {571f2ea1-ddcb-47bc-9568-d47993f0a43e} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.29 20:58:34.584027 [ 276 ] {571f2ea1-ddcb-47bc-9568-d47993f0a43e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:34.584157 [ 276 ] {571f2ea1-ddcb-47bc-9568-d47993f0a43e} executeQuery: Read 64 rows, 5.12 KiB in 0.001179 sec., 54283.2909245123 rows/sec., 4.24 MiB/sec. 2026.04.29 20:58:34.584193 [ 276 ] {571f2ea1-ddcb-47bc-9568-d47993f0a43e} TCPHandler: Processed in 0.001347198 sec. 2026.04.29 20:58:34.584314 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:34.584410 [ 276 ] {032012f5-0946-4bf6-b6d8-cbb660920f81} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:34.584452 [ 276 ] {032012f5-0946-4bf6-b6d8-cbb660920f81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:34.584840 [ 276 ] {032012f5-0946-4bf6-b6d8-cbb660920f81} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:34.584874 [ 276 ] {032012f5-0946-4bf6-b6d8-cbb660920f81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:34.585210 [ 276 ] {032012f5-0946-4bf6-b6d8-cbb660920f81} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.29 20:58:34.585418 [ 276 ] {032012f5-0946-4bf6-b6d8-cbb660920f81} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:34.585545 [ 276 ] {032012f5-0946-4bf6-b6d8-cbb660920f81} executeQuery: Read 128 rows, 9.13 KiB in 0.001156 sec., 110726.64359861592 rows/sec., 7.71 MiB/sec. 2026.04.29 20:58:34.585580 [ 276 ] {032012f5-0946-4bf6-b6d8-cbb660920f81} TCPHandler: Processed in 0.001317737 sec. 2026.04.29 20:58:34.585697 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:34.585792 [ 276 ] {9dcd6706-36e6-48d6-aee9-dd488d2e2336} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:34.585832 [ 276 ] {9dcd6706-36e6-48d6-aee9-dd488d2e2336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:34.586166 [ 276 ] {9dcd6706-36e6-48d6-aee9-dd488d2e2336} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:34.586200 [ 276 ] {9dcd6706-36e6-48d6-aee9-dd488d2e2336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:34.586518 [ 276 ] {9dcd6706-36e6-48d6-aee9-dd488d2e2336} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.29 20:58:34.586725 [ 276 ] {9dcd6706-36e6-48d6-aee9-dd488d2e2336} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:34.586856 [ 276 ] {9dcd6706-36e6-48d6-aee9-dd488d2e2336} executeQuery: Read 48 rows, 3.31 KiB in 0.001083 sec., 44321.3296398892 rows/sec., 2.99 MiB/sec. 2026.04.29 20:58:34.586891 [ 276 ] {9dcd6706-36e6-48d6-aee9-dd488d2e2336} TCPHandler: Processed in 0.001245286 sec. 2026.04.29 20:58:34.721638 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24467 2026.04.29 20:58:34.722098 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:34.722142 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:34.722616 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.29 20:58:34.722843 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:34.722988 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24467 2026.04.29 20:58:34.723002 [ 107 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.29 20:58:34.723066 [ 107 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:34.723089 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:34.723196 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.29 20:58:34.723304 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:34.723337 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22099 rows starting from the beginning of the part 2026.04.29 20:58:34.723398 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 448 rows starting from the beginning of the part 2026.04.29 20:58:34.723445 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 512 rows starting from the beginning of the part 2026.04.29 20:58:34.723489 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 448 rows starting from the beginning of the part 2026.04.29 20:58:34.723529 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 512 rows starting from the beginning of the part 2026.04.29 20:58:34.723571 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 448 rows starting from the beginning of the part 2026.04.29 20:58:34.725665 [ 191 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24467 rows, containing 4 columns (4 merged, 0 gathered) in 0.002517192 sec., 9719957.794240566 rows/sec., 139.05 MiB/sec. 2026.04.29 20:58:34.726118 [ 200 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.29 20:58:34.726459 [ 200 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:34.726555 [ 200 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_51_10} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.29 20:58:34.726663 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.04.29 20:58:36.030720 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.04.29 20:58:36.048806 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:36.048868 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:36.054905 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.04.29 20:58:36.055677 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:36.055965 [ 108 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.04.29 20:58:36.056008 [ 108 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:36.056030 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:36.056178 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.04.29 20:58:36.058663 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.04.29 20:58:36.059979 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:36.061420 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.04.29 20:58:36.066122 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:36.070708 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.04.29 20:58:36.075233 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:36.079748 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.04.29 20:58:36.083720 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:36.137455 [ 199 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.081338561 sec., 4721.008034553254 rows/sec., 24.41 MiB/sec. 2026.04.29 20:58:36.140736 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.04.29 20:58:36.142876 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:36.142994 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_51_10} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.04.29 20:58:36.145955 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.04.29 20:58:37.000195 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 327.95 MiB, peak 341.37 MiB, free memory in arenas 0.00 B, will set to 330.60 MiB (RSS), difference: 2.64 MiB 2026.04.29 20:58:39.577520 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:39.577779 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:39.578160 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:39.578203 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:39.578422 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:39.578526 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:39.578691 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:58:39.578727 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:39.578749 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:39.578766 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:39.578807 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:58:39.578827 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:39.580082 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} executeQuery: Read 52 rows, 12.45 KiB in 0.002406 sec., 21612.63507896924 rows/sec., 5.05 MiB/sec. 2026.04.29 20:58:39.580203 [ 276 ] {a049dcec-99b3-482b-9014-de524bc91c5a} TCPHandler: Processed in 0.002830966 sec. 2026.04.29 20:58:39.582085 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:39.582198 [ 276 ] {e5703b38-702c-4102-bc7c-09442d5548f7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:39.582251 [ 276 ] {e5703b38-702c-4102-bc7c-09442d5548f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:39.582824 [ 276 ] {e5703b38-702c-4102-bc7c-09442d5548f7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:39.582877 [ 276 ] {e5703b38-702c-4102-bc7c-09442d5548f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:39.583323 [ 276 ] {e5703b38-702c-4102-bc7c-09442d5548f7} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.29 20:58:39.583550 [ 276 ] {e5703b38-702c-4102-bc7c-09442d5548f7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:39.583708 [ 276 ] {e5703b38-702c-4102-bc7c-09442d5548f7} executeQuery: Read 70 rows, 5.75 KiB in 0.001543 sec., 45366.16979909268 rows/sec., 3.64 MiB/sec. 2026.04.29 20:58:39.583750 [ 276 ] {e5703b38-702c-4102-bc7c-09442d5548f7} TCPHandler: Processed in 0.001720292 sec. 2026.04.29 20:58:39.583882 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:39.583982 [ 276 ] {e2db0409-6eec-4bd8-913c-57bfcdd339d2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:39.584026 [ 276 ] {e2db0409-6eec-4bd8-913c-57bfcdd339d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:39.584420 [ 276 ] {e2db0409-6eec-4bd8-913c-57bfcdd339d2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:39.584463 [ 276 ] {e2db0409-6eec-4bd8-913c-57bfcdd339d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:39.584771 [ 276 ] {e2db0409-6eec-4bd8-913c-57bfcdd339d2} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.29 20:58:39.584981 [ 276 ] {e2db0409-6eec-4bd8-913c-57bfcdd339d2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:39.585120 [ 276 ] {e2db0409-6eec-4bd8-913c-57bfcdd339d2} executeQuery: Read 7 rows, 539.00 B in 0.00116 sec., 6034.482758620689 rows/sec., 453.76 KiB/sec. 2026.04.29 20:58:39.585159 [ 276 ] {e2db0409-6eec-4bd8-913c-57bfcdd339d2} TCPHandler: Processed in 0.001329527 sec. 2026.04.29 20:58:39.585281 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:39.585376 [ 276 ] {392b4b80-9e78-4ac2-862d-707ca7eef59f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:39.585415 [ 276 ] {392b4b80-9e78-4ac2-862d-707ca7eef59f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:39.585824 [ 276 ] {392b4b80-9e78-4ac2-862d-707ca7eef59f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:39.585860 [ 276 ] {392b4b80-9e78-4ac2-862d-707ca7eef59f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:39.586173 [ 276 ] {392b4b80-9e78-4ac2-862d-707ca7eef59f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.29 20:58:39.586407 [ 276 ] {392b4b80-9e78-4ac2-862d-707ca7eef59f} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:39.586551 [ 276 ] {392b4b80-9e78-4ac2-862d-707ca7eef59f} executeQuery: Read 71 rows, 5.68 KiB in 0.001195 sec., 59414.22594142259 rows/sec., 4.64 MiB/sec. 2026.04.29 20:58:39.586589 [ 276 ] {392b4b80-9e78-4ac2-862d-707ca7eef59f} TCPHandler: Processed in 0.001359248 sec. 2026.04.29 20:58:39.586709 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:39.586804 [ 276 ] {b3462401-639c-427b-ad64-81feb5a35eeb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:39.586847 [ 276 ] {b3462401-639c-427b-ad64-81feb5a35eeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:39.587255 [ 276 ] {b3462401-639c-427b-ad64-81feb5a35eeb} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:39.587290 [ 276 ] {b3462401-639c-427b-ad64-81feb5a35eeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:39.587638 [ 276 ] {b3462401-639c-427b-ad64-81feb5a35eeb} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.29 20:58:39.587852 [ 276 ] {b3462401-639c-427b-ad64-81feb5a35eeb} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:39.587969 [ 105 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 4 parts from all_1_79_16 to all_82_82_0 2026.04.29 20:58:39.587985 [ 276 ] {b3462401-639c-427b-ad64-81feb5a35eeb} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.04.29 20:58:39.588034 [ 105 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:39.588047 [ 276 ] {b3462401-639c-427b-ad64-81feb5a35eeb} TCPHandler: Processed in 0.001389477 sec. 2026.04.29 20:58:39.588059 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:39.588151 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} MergeTask::PrepareStage: Merging 4 parts: from all_1_79_16 to all_82_82_0 into Compact with storage Full 2026.04.29 20:58:39.588165 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:39.588258 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:39.588269 [ 276 ] {539781f8-1027-41e8-a5fc-cf1c9009a3d1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:39.588294 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_79_16, total 31889 rows starting from the beginning of the part 2026.04.29 20:58:39.588328 [ 276 ] {539781f8-1027-41e8-a5fc-cf1c9009a3d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:39.588360 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2026.04.29 20:58:39.588421 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2026.04.29 20:58:39.588490 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1499 rows starting from the beginning of the part 2026.04.29 20:58:39.589096 [ 276 ] {539781f8-1027-41e8-a5fc-cf1c9009a3d1} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:39.589131 [ 276 ] {539781f8-1027-41e8-a5fc-cf1c9009a3d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:39.590143 [ 276 ] {539781f8-1027-41e8-a5fc-cf1c9009a3d1} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.04.29 20:58:39.590422 [ 276 ] {539781f8-1027-41e8-a5fc-cf1c9009a3d1} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:39.590579 [ 276 ] {539781f8-1027-41e8-a5fc-cf1c9009a3d1} executeQuery: Read 7 rows, 12.84 KiB in 0.002328 sec., 3006.872852233677 rows/sec., 5.39 MiB/sec. 2026.04.29 20:58:39.590660 [ 276 ] {539781f8-1027-41e8-a5fc-cf1c9009a3d1} TCPHandler: Processed in 0.002545103 sec. 2026.04.29 20:58:39.590795 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:39.590893 [ 276 ] {d9cee31d-c5f4-41b7-8b7d-3adad83df1dc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:39.590935 [ 276 ] {d9cee31d-c5f4-41b7-8b7d-3adad83df1dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:39.591296 [ 276 ] {d9cee31d-c5f4-41b7-8b7d-3adad83df1dc} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:39.591334 [ 276 ] {d9cee31d-c5f4-41b7-8b7d-3adad83df1dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:39.591759 [ 276 ] {d9cee31d-c5f4-41b7-8b7d-3adad83df1dc} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.29 20:58:39.591978 [ 276 ] {d9cee31d-c5f4-41b7-8b7d-3adad83df1dc} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:39.592122 [ 276 ] {d9cee31d-c5f4-41b7-8b7d-3adad83df1dc} executeQuery: Read 60 rows, 4.14 KiB in 0.001248 sec., 48076.92307692308 rows/sec., 3.24 MiB/sec. 2026.04.29 20:58:39.592161 [ 276 ] {d9cee31d-c5f4-41b7-8b7d-3adad83df1dc} TCPHandler: Processed in 0.001418138 sec. 2026.04.29 20:58:39.597308 [ 195 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} MergeTask::MergeProjectionsStage: Merge sorted 33708 rows, containing 5 columns (5 merged, 0 gathered) in 0.009185998 sec., 3669497.859677304 rows/sec., 235.08 MiB/sec. 2026.04.29 20:58:39.597784 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} MergedBlockOutputStream: filled checksums all_1_82_17 (state Temporary) 2026.04.29 20:58:39.598200 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_82_17 to all_1_82_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:39.598300 [ 187 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_82_17} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 4 parts: [all_1_79_16, all_82_82_0] -> all_1_82_17 2026.04.29 20:58:39.598414 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.04.29 20:58:40.000259 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 331.12 MiB, peak 341.37 MiB, free memory in arenas 0.00 B, will set to 333.64 MiB (RSS), difference: 2.52 MiB 2026.04.29 20:58:40.064823 [ 103 ] {} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.04.29 20:58:40.064885 [ 103 ] {} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:40.064906 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:40.065024 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.04.29 20:58:40.065273 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:40.065308 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 2 rows starting from the beginning of the part 2026.04.29 20:58:40.065373 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.04.29 20:58:40.065417 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.04.29 20:58:40.065464 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.04.29 20:58:40.065506 [ 197 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.04.29 20:58:40.066242 [ 195 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001273467 sec., 4711.547295689641 rows/sec., 349.69 KiB/sec. 2026.04.29 20:58:40.066423 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.04.29 20:58:40.066748 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:40.066828 [ 188 ] {09dbfc28-70b8-41ae-9d85-52ad53ba85a0::all_1_13_3} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.04.29 20:58:40.066923 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.29 20:58:42.049951 [ 104 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:58:42.050023 [ 104 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:58:42.223218 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24979 2026.04.29 20:58:42.223973 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:42.224045 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:42.224657 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.29 20:58:42.224893 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:42.225044 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24979 2026.04.29 20:58:42.311626 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1572 2026.04.29 20:58:42.313783 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:42.313829 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:42.315025 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:58:42.315299 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:42.315573 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1572 2026.04.29 20:58:43.558836 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.04.29 20:58:43.573962 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:43.574014 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:43.579221 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.04.29 20:58:43.579916 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:43.582657 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.04.29 20:58:44.579578 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:44.579808 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:44.580138 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:44.580175 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:44.580394 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:44.580463 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:44.580612 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:58:44.580648 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:44.580669 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:44.580685 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:44.580726 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:58:44.580747 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:44.581902 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} executeQuery: Read 52 rows, 12.45 KiB in 0.002186 sec., 23787.740164684354 rows/sec., 5.56 MiB/sec. 2026.04.29 20:58:44.582012 [ 276 ] {674ae1ff-57a5-4b7b-9d9f-fa7a112bfbba} TCPHandler: Processed in 0.002575763 sec. 2026.04.29 20:58:44.584264 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:44.584396 [ 276 ] {765f495e-f398-4976-9409-7467a0044721} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:44.584437 [ 276 ] {765f495e-f398-4976-9409-7467a0044721} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:44.584955 [ 276 ] {765f495e-f398-4976-9409-7467a0044721} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:44.584999 [ 276 ] {765f495e-f398-4976-9409-7467a0044721} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:44.585381 [ 276 ] {765f495e-f398-4976-9409-7467a0044721} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.29 20:58:44.585609 [ 276 ] {765f495e-f398-4976-9409-7467a0044721} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:44.585748 [ 100 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.04.29 20:58:44.585760 [ 276 ] {765f495e-f398-4976-9409-7467a0044721} executeQuery: Read 126 rows, 11.14 KiB in 0.001402 sec., 89871.6119828816 rows/sec., 7.76 MiB/sec. 2026.04.29 20:58:44.585819 [ 100 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:44.585851 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:44.585864 [ 276 ] {765f495e-f398-4976-9409-7467a0044721} TCPHandler: Processed in 0.001664022 sec. 2026.04.29 20:58:44.585958 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.04.29 20:58:44.586018 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:44.586089 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:44.586124 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 3364 rows starting from the beginning of the part 2026.04.29 20:58:44.586141 [ 276 ] {30b0866b-1b90-4390-b50e-b0a45957b6fa} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:44.586183 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 70 rows starting from the beginning of the part 2026.04.29 20:58:44.586193 [ 276 ] {30b0866b-1b90-4390-b50e-b0a45957b6fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:44.586235 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 2478 rows starting from the beginning of the part 2026.04.29 20:58:44.586280 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part 2026.04.29 20:58:44.586319 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 70 rows starting from the beginning of the part 2026.04.29 20:58:44.586357 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 126 rows starting from the beginning of the part 2026.04.29 20:58:44.586710 [ 276 ] {30b0866b-1b90-4390-b50e-b0a45957b6fa} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:44.586755 [ 276 ] {30b0866b-1b90-4390-b50e-b0a45957b6fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:44.587094 [ 276 ] {30b0866b-1b90-4390-b50e-b0a45957b6fa} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.29 20:58:44.587328 [ 276 ] {30b0866b-1b90-4390-b50e-b0a45957b6fa} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:44.587461 [ 276 ] {30b0866b-1b90-4390-b50e-b0a45957b6fa} executeQuery: Read 35 rows, 2.63 KiB in 0.001345 sec., 26022.304832713755 rows/sec., 1.91 MiB/sec. 2026.04.29 20:58:44.587499 [ 276 ] {30b0866b-1b90-4390-b50e-b0a45957b6fa} TCPHandler: Processed in 0.0015379 sec. 2026.04.29 20:58:44.587624 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:44.587719 [ 276 ] {922fec08-1407-4251-bd83-52ad1b84ea3a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:44.587759 [ 276 ] {922fec08-1407-4251-bd83-52ad1b84ea3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:44.588185 [ 276 ] {922fec08-1407-4251-bd83-52ad1b84ea3a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:44.588222 [ 276 ] {922fec08-1407-4251-bd83-52ad1b84ea3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:44.588370 [ 188 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 6164 rows, containing 5 columns (5 merged, 0 gathered) in 0.002459032 sec., 2506677.4242872805 rows/sec., 198.77 MiB/sec. 2026.04.29 20:58:44.588543 [ 276 ] {922fec08-1407-4251-bd83-52ad1b84ea3a} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.29 20:58:44.588676 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.04.29 20:58:44.588802 [ 276 ] {922fec08-1407-4251-bd83-52ad1b84ea3a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:44.588926 [ 100 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.04.29 20:58:44.588950 [ 276 ] {922fec08-1407-4251-bd83-52ad1b84ea3a} executeQuery: Read 99 rows, 7.92 KiB in 0.001249 sec., 79263.41072858288 rows/sec., 6.19 MiB/sec. 2026.04.29 20:58:44.588957 [ 100 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:44.588971 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:44.588996 [ 276 ] {922fec08-1407-4251-bd83-52ad1b84ea3a} TCPHandler: Processed in 0.001423488 sec. 2026.04.29 20:58:44.588997 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:44.589072 [ 193 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_86_17} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.04.29 20:58:44.589103 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.04.29 20:58:44.589134 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:44.589153 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.04.29 20:58:44.589222 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:44.589234 [ 276 ] {e359ed8d-02ad-413c-a6c1-f2d8ff474c15} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:44.589266 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1832 rows starting from the beginning of the part 2026.04.29 20:58:44.589289 [ 276 ] {e359ed8d-02ad-413c-a6c1-f2d8ff474c15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:44.589345 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 71 rows starting from the beginning of the part 2026.04.29 20:58:44.589402 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1331 rows starting from the beginning of the part 2026.04.29 20:58:44.589441 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part 2026.04.29 20:58:44.589478 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 71 rows starting from the beginning of the part 2026.04.29 20:58:44.589517 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 99 rows starting from the beginning of the part 2026.04.29 20:58:44.589713 [ 276 ] {e359ed8d-02ad-413c-a6c1-f2d8ff474c15} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:44.589753 [ 276 ] {e359ed8d-02ad-413c-a6c1-f2d8ff474c15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:44.590092 [ 276 ] {e359ed8d-02ad-413c-a6c1-f2d8ff474c15} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.29 20:58:44.590330 [ 276 ] {e359ed8d-02ad-413c-a6c1-f2d8ff474c15} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:44.590462 [ 276 ] {e359ed8d-02ad-413c-a6c1-f2d8ff474c15} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2026.04.29 20:58:44.590498 [ 276 ] {e359ed8d-02ad-413c-a6c1-f2d8ff474c15} TCPHandler: Processed in 0.001415128 sec. 2026.04.29 20:58:44.590616 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:44.590709 [ 276 ] {5448222b-bf7b-42fb-8ee7-95646515e0dc} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:44.590763 [ 276 ] {5448222b-bf7b-42fb-8ee7-95646515e0dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:44.590797 [ 188 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001735513 sec., 1998256.42331691 rows/sec., 144.73 MiB/sec. 2026.04.29 20:58:44.590973 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.04.29 20:58:44.591201 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:44.591267 [ 196 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_86_17} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.04.29 20:58:44.591329 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.04.29 20:58:44.591590 [ 276 ] {5448222b-bf7b-42fb-8ee7-95646515e0dc} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:44.591630 [ 276 ] {5448222b-bf7b-42fb-8ee7-95646515e0dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:44.592195 [ 276 ] {5448222b-bf7b-42fb-8ee7-95646515e0dc} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.04.29 20:58:44.592416 [ 276 ] {5448222b-bf7b-42fb-8ee7-95646515e0dc} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:44.592532 [ 100 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.04.29 20:58:44.592553 [ 276 ] {5448222b-bf7b-42fb-8ee7-95646515e0dc} executeQuery: Read 35 rows, 64.22 KiB in 0.001861 sec., 18807.092960773778 rows/sec., 33.70 MiB/sec. 2026.04.29 20:58:44.592560 [ 100 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:44.592592 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:44.592615 [ 276 ] {5448222b-bf7b-42fb-8ee7-95646515e0dc} TCPHandler: Processed in 0.002050376 sec. 2026.04.29 20:58:44.592659 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.04.29 20:58:44.592746 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:44.592845 [ 276 ] {1c78e233-d434-407f-9c3a-4c6ffedeece7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:44.592877 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:44.592886 [ 276 ] {1c78e233-d434-407f-9c3a-4c6ffedeece7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:44.592935 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1509 rows starting from the beginning of the part 2026.04.29 20:58:44.593057 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 35 rows starting from the beginning of the part 2026.04.29 20:58:44.593160 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:44.593247 [ 276 ] {1c78e233-d434-407f-9c3a-4c6ffedeece7} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:44.593258 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 46 rows starting from the beginning of the part 2026.04.29 20:58:44.593291 [ 276 ] {1c78e233-d434-407f-9c3a-4c6ffedeece7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:44.593372 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:44.593487 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 35 rows starting from the beginning of the part 2026.04.29 20:58:44.593614 [ 276 ] {1c78e233-d434-407f-9c3a-4c6ffedeece7} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.29 20:58:44.593853 [ 276 ] {1c78e233-d434-407f-9c3a-4c6ffedeece7} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:44.593993 [ 276 ] {1c78e233-d434-407f-9c3a-4c6ffedeece7} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2026.04.29 20:58:44.594029 [ 276 ] {1c78e233-d434-407f-9c3a-4c6ffedeece7} TCPHandler: Processed in 0.001334367 sec. 2026.04.29 20:58:44.602709 [ 192 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1639 rows, containing 19 columns (19 merged, 0 gathered) in 0.010080509 sec., 162590.9961491032 rows/sec., 291.36 MiB/sec. 2026.04.29 20:58:44.605035 [ 190 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.04.29 20:58:44.605397 [ 190 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:44.605472 [ 190 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_71_14} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.04.29 20:58:44.605606 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. 2026.04.29 20:58:45.000256 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 334.25 MiB, peak 345.84 MiB, free memory in arenas 0.00 B, will set to 339.85 MiB (RSS), difference: 5.60 MiB 2026.04.29 20:58:49.586950 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.587200 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:49.587562 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:49.587602 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:49.587843 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:49.587915 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:49.588059 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.29 20:58:49.588096 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:49.588117 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:49.588133 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:49.588172 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:49.588194 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:49.589410 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} executeQuery: Read 52 rows, 12.45 KiB in 0.00231 sec., 22510.822510822512 rows/sec., 5.26 MiB/sec. 2026.04.29 20:58:49.589515 [ 276 ] {a6c17b23-0772-44e5-877e-6a614efe0667} TCPHandler: Processed in 0.002707544 sec. 2026.04.29 20:58:49.595616 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.595771 [ 276 ] {3c5a7b58-f66c-4c91-9047-b63c9226cd9e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:58:49.595837 [ 276 ] {3c5a7b58-f66c-4c91-9047-b63c9226cd9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:58:49.596620 [ 276 ] {3c5a7b58-f66c-4c91-9047-b63c9226cd9e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.596672 [ 276 ] {3c5a7b58-f66c-4c91-9047-b63c9226cd9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.597050 [ 276 ] {3c5a7b58-f66c-4c91-9047-b63c9226cd9e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:58:49.597277 [ 276 ] {3c5a7b58-f66c-4c91-9047-b63c9226cd9e} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:58:49.597424 [ 276 ] {3c5a7b58-f66c-4c91-9047-b63c9226cd9e} executeQuery: Read 284 rows, 18.47 KiB in 0.001695 sec., 167551.62241887907 rows/sec., 10.64 MiB/sec. 2026.04.29 20:58:49.597462 [ 276 ] {3c5a7b58-f66c-4c91-9047-b63c9226cd9e} TCPHandler: Processed in 0.001925694 sec. 2026.04.29 20:58:49.597593 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.597686 [ 276 ] {710c1c65-6d1f-4121-b5e5-c7d8c8408c73} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:58:49.597727 [ 276 ] {710c1c65-6d1f-4121-b5e5-c7d8c8408c73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:58:49.598123 [ 276 ] {710c1c65-6d1f-4121-b5e5-c7d8c8408c73} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.598159 [ 276 ] {710c1c65-6d1f-4121-b5e5-c7d8c8408c73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.598456 [ 276 ] {710c1c65-6d1f-4121-b5e5-c7d8c8408c73} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:58:49.598666 [ 276 ] {710c1c65-6d1f-4121-b5e5-c7d8c8408c73} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:58:49.598801 [ 276 ] {710c1c65-6d1f-4121-b5e5-c7d8c8408c73} executeQuery: Read 8 rows, 668.00 B in 0.001132 sec., 7067.137809187279 rows/sec., 576.28 KiB/sec. 2026.04.29 20:58:49.598839 [ 276 ] {710c1c65-6d1f-4121-b5e5-c7d8c8408c73} TCPHandler: Processed in 0.001298677 sec. 2026.04.29 20:58:49.598958 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.599051 [ 276 ] {36cd1ac9-faa2-4b2d-ba56-d70321ea9ef3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:49.599090 [ 276 ] {36cd1ac9-faa2-4b2d-ba56-d70321ea9ef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:49.599862 [ 276 ] {36cd1ac9-faa2-4b2d-ba56-d70321ea9ef3} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.599898 [ 276 ] {36cd1ac9-faa2-4b2d-ba56-d70321ea9ef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.600252 [ 276 ] {36cd1ac9-faa2-4b2d-ba56-d70321ea9ef3} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.29 20:58:49.600466 [ 276 ] {36cd1ac9-faa2-4b2d-ba56-d70321ea9ef3} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:49.600600 [ 276 ] {36cd1ac9-faa2-4b2d-ba56-d70321ea9ef3} executeQuery: Read 815 rows, 64.47 KiB in 0.001566 sec., 520434.2273307791 rows/sec., 40.21 MiB/sec. 2026.04.29 20:58:49.600638 [ 276 ] {36cd1ac9-faa2-4b2d-ba56-d70321ea9ef3} TCPHandler: Processed in 0.001731172 sec. 2026.04.29 20:58:49.600756 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.600851 [ 276 ] {72b80d62-7c81-41c6-804f-f5e82d81ae96} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:49.600891 [ 276 ] {72b80d62-7c81-41c6-804f-f5e82d81ae96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:49.601330 [ 276 ] {72b80d62-7c81-41c6-804f-f5e82d81ae96} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.601365 [ 276 ] {72b80d62-7c81-41c6-804f-f5e82d81ae96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.601682 [ 276 ] {72b80d62-7c81-41c6-804f-f5e82d81ae96} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.29 20:58:49.601894 [ 276 ] {72b80d62-7c81-41c6-804f-f5e82d81ae96} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:49.602022 [ 276 ] {72b80d62-7c81-41c6-804f-f5e82d81ae96} executeQuery: Read 157 rows, 9.63 KiB in 0.001189 sec., 132043.73423044576 rows/sec., 7.91 MiB/sec. 2026.04.29 20:58:49.602060 [ 276 ] {72b80d62-7c81-41c6-804f-f5e82d81ae96} TCPHandler: Processed in 0.001355577 sec. 2026.04.29 20:58:49.602179 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.602272 [ 276 ] {54e50e7c-b981-4314-b253-066d190b3555} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:58:49.602312 [ 276 ] {54e50e7c-b981-4314-b253-066d190b3555} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:58:49.602746 [ 276 ] {54e50e7c-b981-4314-b253-066d190b3555} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.602782 [ 276 ] {54e50e7c-b981-4314-b253-066d190b3555} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.603087 [ 276 ] {54e50e7c-b981-4314-b253-066d190b3555} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.04.29 20:58:49.603299 [ 276 ] {54e50e7c-b981-4314-b253-066d190b3555} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:49.603424 [ 276 ] {54e50e7c-b981-4314-b253-066d190b3555} executeQuery: Read 149 rows, 9.86 KiB in 0.00117 sec., 127350.42735042734 rows/sec., 8.23 MiB/sec. 2026.04.29 20:58:49.603462 [ 276 ] {54e50e7c-b981-4314-b253-066d190b3555} TCPHandler: Processed in 0.001334057 sec. 2026.04.29 20:58:49.603582 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.603676 [ 276 ] {5c3cc308-45f8-40e0-92d4-f30e99194af6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:58:49.603715 [ 276 ] {5c3cc308-45f8-40e0-92d4-f30e99194af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:58:49.604146 [ 276 ] {5c3cc308-45f8-40e0-92d4-f30e99194af6} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.604182 [ 276 ] {5c3cc308-45f8-40e0-92d4-f30e99194af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.604476 [ 276 ] {5c3cc308-45f8-40e0-92d4-f30e99194af6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:58:49.604686 [ 276 ] {5c3cc308-45f8-40e0-92d4-f30e99194af6} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:58:49.604811 [ 276 ] {5c3cc308-45f8-40e0-92d4-f30e99194af6} executeQuery: Read 148 rows, 8.62 KiB in 0.001152 sec., 128472.22222222222 rows/sec., 7.31 MiB/sec. 2026.04.29 20:58:49.604849 [ 276 ] {5c3cc308-45f8-40e0-92d4-f30e99194af6} TCPHandler: Processed in 0.001317587 sec. 2026.04.29 20:58:49.604969 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.605062 [ 276 ] {5ad4d050-118d-49d1-84c8-dd69d535b71d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:49.605101 [ 276 ] {5ad4d050-118d-49d1-84c8-dd69d535b71d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:49.605690 [ 276 ] {5ad4d050-118d-49d1-84c8-dd69d535b71d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.605726 [ 276 ] {5ad4d050-118d-49d1-84c8-dd69d535b71d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.606041 [ 276 ] {5ad4d050-118d-49d1-84c8-dd69d535b71d} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.29 20:58:49.606262 [ 276 ] {5ad4d050-118d-49d1-84c8-dd69d535b71d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:49.606390 [ 276 ] {5ad4d050-118d-49d1-84c8-dd69d535b71d} executeQuery: Read 505 rows, 36.39 KiB in 0.001344 sec., 375744.04761904763 rows/sec., 26.44 MiB/sec. 2026.04.29 20:58:49.606428 [ 276 ] {5ad4d050-118d-49d1-84c8-dd69d535b71d} TCPHandler: Processed in 0.001509599 sec. 2026.04.29 20:58:49.606546 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.606645 [ 276 ] {e7507b4f-e5f8-4275-9b07-4fa12d546228} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:58:49.606686 [ 276 ] {e7507b4f-e5f8-4275-9b07-4fa12d546228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:58:49.607024 [ 276 ] {e7507b4f-e5f8-4275-9b07-4fa12d546228} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.607058 [ 276 ] {e7507b4f-e5f8-4275-9b07-4fa12d546228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.607356 [ 276 ] {e7507b4f-e5f8-4275-9b07-4fa12d546228} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.29 20:58:49.607566 [ 276 ] {e7507b4f-e5f8-4275-9b07-4fa12d546228} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:58:49.607695 [ 276 ] {e7507b4f-e5f8-4275-9b07-4fa12d546228} executeQuery: Read 12 rows, 642.00 B in 0.001067 sec., 11246.485473289596 rows/sec., 587.58 KiB/sec. 2026.04.29 20:58:49.607731 [ 276 ] {e7507b4f-e5f8-4275-9b07-4fa12d546228} TCPHandler: Processed in 0.001236546 sec. 2026.04.29 20:58:49.607850 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.607944 [ 276 ] {867ba656-bd63-40fa-899e-2c13ce946f78} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:49.607985 [ 276 ] {867ba656-bd63-40fa-899e-2c13ce946f78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:49.608447 [ 276 ] {867ba656-bd63-40fa-899e-2c13ce946f78} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.608482 [ 276 ] {867ba656-bd63-40fa-899e-2c13ce946f78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.608820 [ 276 ] {867ba656-bd63-40fa-899e-2c13ce946f78} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.29 20:58:49.609030 [ 276 ] {867ba656-bd63-40fa-899e-2c13ce946f78} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:49.609158 [ 276 ] {867ba656-bd63-40fa-899e-2c13ce946f78} executeQuery: Read 374 rows, 24.93 KiB in 0.001231 sec., 303818.03411860275 rows/sec., 19.78 MiB/sec. 2026.04.29 20:58:49.609195 [ 276 ] {867ba656-bd63-40fa-899e-2c13ce946f78} TCPHandler: Processed in 0.001395787 sec. 2026.04.29 20:58:49.609315 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.609408 [ 276 ] {2d8f16ec-b865-4646-8818-dce467a29cf3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:58:49.609449 [ 276 ] {2d8f16ec-b865-4646-8818-dce467a29cf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:58:49.609768 [ 276 ] {2d8f16ec-b865-4646-8818-dce467a29cf3} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.609805 [ 276 ] {2d8f16ec-b865-4646-8818-dce467a29cf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.610096 [ 276 ] {2d8f16ec-b865-4646-8818-dce467a29cf3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:58:49.610311 [ 276 ] {2d8f16ec-b865-4646-8818-dce467a29cf3} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:58:49.610437 [ 276 ] {2d8f16ec-b865-4646-8818-dce467a29cf3} executeQuery: Read 2 rows, 138.00 B in 0.001046 sec., 1912.0458891013384 rows/sec., 128.84 KiB/sec. 2026.04.29 20:58:49.610472 [ 276 ] {2d8f16ec-b865-4646-8818-dce467a29cf3} TCPHandler: Processed in 0.001207556 sec. 2026.04.29 20:58:49.610590 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.610682 [ 276 ] {3cb50e3a-d3e2-4470-84ab-dd4ecccc42f8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:49.610735 [ 276 ] {3cb50e3a-d3e2-4470-84ab-dd4ecccc42f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:49.611485 [ 276 ] {3cb50e3a-d3e2-4470-84ab-dd4ecccc42f8} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.611520 [ 276 ] {3cb50e3a-d3e2-4470-84ab-dd4ecccc42f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.612018 [ 276 ] {3cb50e3a-d3e2-4470-84ab-dd4ecccc42f8} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.04.29 20:58:49.612239 [ 276 ] {3cb50e3a-d3e2-4470-84ab-dd4ecccc42f8} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:49.612374 [ 276 ] {3cb50e3a-d3e2-4470-84ab-dd4ecccc42f8} executeQuery: Read 7 rows, 12.84 KiB in 0.001708 sec., 4098.360655737704 rows/sec., 7.34 MiB/sec. 2026.04.29 20:58:49.612427 [ 276 ] {3cb50e3a-d3e2-4470-84ab-dd4ecccc42f8} TCPHandler: Processed in 0.001888874 sec. 2026.04.29 20:58:49.612558 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:49.612653 [ 276 ] {5ff48782-3d1b-4ec3-8257-d7d8b3f1e5d8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:49.612695 [ 276 ] {5ff48782-3d1b-4ec3-8257-d7d8b3f1e5d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:49.613042 [ 276 ] {5ff48782-3d1b-4ec3-8257-d7d8b3f1e5d8} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.613079 [ 276 ] {5ff48782-3d1b-4ec3-8257-d7d8b3f1e5d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.613377 [ 276 ] {5ff48782-3d1b-4ec3-8257-d7d8b3f1e5d8} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.29 20:58:49.613588 [ 276 ] {5ff48782-3d1b-4ec3-8257-d7d8b3f1e5d8} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:49.613719 [ 276 ] {5ff48782-3d1b-4ec3-8257-d7d8b3f1e5d8} executeQuery: Read 120 rows, 7.39 KiB in 0.001083 sec., 110803.32409972299 rows/sec., 6.67 MiB/sec. 2026.04.29 20:58:49.613755 [ 276 ] {5ff48782-3d1b-4ec3-8257-d7d8b3f1e5d8} TCPHandler: Processed in 0.001247456 sec. 2026.04.29 20:58:49.725269 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25427 2026.04.29 20:58:49.725778 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:49.725820 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:49.726315 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.29 20:58:49.726542 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:49.726682 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25427 2026.04.29 20:58:51.082809 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 2026.04.29 20:58:51.099152 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:51.099206 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:51.105437 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.04.29 20:58:51.106181 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:51.108870 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 400 2026.04.29 20:58:52.315854 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1612 2026.04.29 20:58:52.318437 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:52.318482 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:52.319691 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:58:52.319972 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:52.320236 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1612 2026.04.29 20:58:54.579184 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:54.579520 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:54.579953 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:54.579989 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:58:54.580208 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:54.580277 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:54.580419 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:58:54.580456 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:54.580478 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:54.580495 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:54.580534 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:58:54.580555 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:54.581702 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} executeQuery: Read 52 rows, 12.45 KiB in 0.002321 sec., 22404.136148211976 rows/sec., 5.24 MiB/sec. 2026.04.29 20:58:54.581811 [ 276 ] {c8bb395d-12b4-4456-a8a6-3c27079ca533} TCPHandler: Processed in 0.002809716 sec. 2026.04.29 20:58:54.584071 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:54.584180 [ 276 ] {dd6eac4a-7bd9-4a9a-bdc4-8ae444069dd7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:54.584223 [ 276 ] {dd6eac4a-7bd9-4a9a-bdc4-8ae444069dd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:54.584772 [ 276 ] {dd6eac4a-7bd9-4a9a-bdc4-8ae444069dd7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:54.584820 [ 276 ] {dd6eac4a-7bd9-4a9a-bdc4-8ae444069dd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:54.585200 [ 276 ] {dd6eac4a-7bd9-4a9a-bdc4-8ae444069dd7} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.04.29 20:58:54.585435 [ 276 ] {dd6eac4a-7bd9-4a9a-bdc4-8ae444069dd7} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:54.585583 [ 276 ] {dd6eac4a-7bd9-4a9a-bdc4-8ae444069dd7} executeQuery: Read 126 rows, 11.14 KiB in 0.001434 sec., 87866.10878661089 rows/sec., 7.59 MiB/sec. 2026.04.29 20:58:54.585623 [ 276 ] {dd6eac4a-7bd9-4a9a-bdc4-8ae444069dd7} TCPHandler: Processed in 0.00160592 sec. 2026.04.29 20:58:54.585755 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:54.585848 [ 276 ] {f38b5875-c181-4467-8195-adb635540695} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:54.585890 [ 276 ] {f38b5875-c181-4467-8195-adb635540695} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:54.586314 [ 276 ] {f38b5875-c181-4467-8195-adb635540695} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:54.586350 [ 276 ] {f38b5875-c181-4467-8195-adb635540695} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:54.586649 [ 276 ] {f38b5875-c181-4467-8195-adb635540695} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.29 20:58:54.586862 [ 276 ] {f38b5875-c181-4467-8195-adb635540695} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:54.586995 [ 276 ] {f38b5875-c181-4467-8195-adb635540695} executeQuery: Read 35 rows, 2.63 KiB in 0.001165 sec., 30042.91845493562 rows/sec., 2.21 MiB/sec. 2026.04.29 20:58:54.587034 [ 276 ] {f38b5875-c181-4467-8195-adb635540695} TCPHandler: Processed in 0.001331147 sec. 2026.04.29 20:58:54.587152 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:54.587245 [ 276 ] {95bf1dc2-78e8-4934-ae03-669a19b94eb3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:54.587284 [ 276 ] {95bf1dc2-78e8-4934-ae03-669a19b94eb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:54.587732 [ 276 ] {95bf1dc2-78e8-4934-ae03-669a19b94eb3} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:54.587768 [ 276 ] {95bf1dc2-78e8-4934-ae03-669a19b94eb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:54.588069 [ 276 ] {95bf1dc2-78e8-4934-ae03-669a19b94eb3} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.04.29 20:58:54.588280 [ 276 ] {95bf1dc2-78e8-4934-ae03-669a19b94eb3} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:54.588409 [ 276 ] {95bf1dc2-78e8-4934-ae03-669a19b94eb3} executeQuery: Read 99 rows, 7.92 KiB in 0.001181 sec., 83827.2650296359 rows/sec., 6.55 MiB/sec. 2026.04.29 20:58:54.588446 [ 276 ] {95bf1dc2-78e8-4934-ae03-669a19b94eb3} TCPHandler: Processed in 0.001344977 sec. 2026.04.29 20:58:54.588567 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:54.588660 [ 276 ] {add6f160-eb7c-4577-9f19-5ca3de3ebf98} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:54.588705 [ 276 ] {add6f160-eb7c-4577-9f19-5ca3de3ebf98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:54.589121 [ 276 ] {add6f160-eb7c-4577-9f19-5ca3de3ebf98} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:54.589157 [ 276 ] {add6f160-eb7c-4577-9f19-5ca3de3ebf98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:54.589481 [ 276 ] {add6f160-eb7c-4577-9f19-5ca3de3ebf98} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.29 20:58:54.589699 [ 276 ] {add6f160-eb7c-4577-9f19-5ca3de3ebf98} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:54.589824 [ 88 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 5 parts from all_1_82_17 to all_86_86_0 2026.04.29 20:58:54.589828 [ 276 ] {add6f160-eb7c-4577-9f19-5ca3de3ebf98} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.04.29 20:58:54.589884 [ 88 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:54.589906 [ 276 ] {add6f160-eb7c-4577-9f19-5ca3de3ebf98} TCPHandler: Processed in 0.001390018 sec. 2026.04.29 20:58:54.589908 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:54.590028 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_82_17 to all_86_86_0 into Compact with storage Full 2026.04.29 20:58:54.590032 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:54.590155 [ 276 ] {3e7a2f31-2148-49a8-8a04-c25c587718af} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:54.590166 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:54.590213 [ 276 ] {3e7a2f31-2148-49a8-8a04-c25c587718af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:54.590212 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_82_17, total 33708 rows starting from the beginning of the part 2026.04.29 20:58:54.590303 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 128 rows starting from the beginning of the part 2026.04.29 20:58:54.590357 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2026.04.29 20:58:54.590408 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2026.04.29 20:58:54.590455 [ 196 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 374 rows starting from the beginning of the part 2026.04.29 20:58:54.591087 [ 276 ] {3e7a2f31-2148-49a8-8a04-c25c587718af} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:54.591128 [ 276 ] {3e7a2f31-2148-49a8-8a04-c25c587718af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:54.591751 [ 276 ] {3e7a2f31-2148-49a8-8a04-c25c587718af} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.04.29 20:58:54.591975 [ 276 ] {3e7a2f31-2148-49a8-8a04-c25c587718af} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:54.592115 [ 276 ] {3e7a2f31-2148-49a8-8a04-c25c587718af} executeQuery: Read 35 rows, 64.22 KiB in 0.001977 sec., 17703.591299949418 rows/sec., 31.72 MiB/sec. 2026.04.29 20:58:54.592169 [ 276 ] {3e7a2f31-2148-49a8-8a04-c25c587718af} TCPHandler: Processed in 0.002189049 sec. 2026.04.29 20:58:54.592297 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:54.592390 [ 276 ] {dd4f9c3c-b098-4d10-bb66-377282ea5422} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:54.592431 [ 276 ] {dd4f9c3c-b098-4d10-bb66-377282ea5422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:54.592791 [ 276 ] {dd4f9c3c-b098-4d10-bb66-377282ea5422} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:54.592827 [ 276 ] {dd4f9c3c-b098-4d10-bb66-377282ea5422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:54.593139 [ 276 ] {dd4f9c3c-b098-4d10-bb66-377282ea5422} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.29 20:58:54.593347 [ 276 ] {dd4f9c3c-b098-4d10-bb66-377282ea5422} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:54.593462 [ 88 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.04.29 20:58:54.593479 [ 276 ] {dd4f9c3c-b098-4d10-bb66-377282ea5422} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.04.29 20:58:54.593492 [ 88 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:54.593517 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.04.29 20:58:54.593522 [ 276 ] {dd4f9c3c-b098-4d10-bb66-377282ea5422} TCPHandler: Processed in 0.001276617 sec. 2026.04.29 20:58:54.593601 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.04.29 20:58:54.593718 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:54.593749 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4722 rows starting from the beginning of the part 2026.04.29 20:58:54.593804 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 48 rows starting from the beginning of the part 2026.04.29 20:58:54.593844 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:54.593881 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:54.593917 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 120 rows starting from the beginning of the part 2026.04.29 20:58:54.593952 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.04.29 20:58:54.595669 [ 189 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5070 rows, containing 4 columns (4 merged, 0 gathered) in 0.002101607 sec., 2412439.6235832865 rows/sec., 158.25 MiB/sec. 2026.04.29 20:58:54.596095 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.04.29 20:58:54.596408 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:54.596491 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_86_17} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.04.29 20:58:54.596598 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.04.29 20:58:54.597165 [ 189 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} MergeTask::MergeProjectionsStage: Merge sorted 34530 rows, containing 5 columns (5 merged, 0 gathered) in 0.007180432 sec., 4808902.862668987 rows/sec., 308.48 MiB/sec. 2026.04.29 20:58:54.597450 [ 186 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} MergedBlockOutputStream: filled checksums all_1_86_18 (state Temporary) 2026.04.29 20:58:54.597712 [ 186 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_86_18 to all_1_86_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:54.597778 [ 186 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_86_18} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 5 parts: [all_1_82_17, all_86_86_0] -> all_1_86_18 2026.04.29 20:58:54.597864 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.04.29 20:58:57.050059 [ 85 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:58:57.050120 [ 85 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:58:57.226899 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25939 2026.04.29 20:58:57.227450 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:57.227488 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:57.228011 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.29 20:58:57.228232 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:57.228363 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25939 2026.04.29 20:58:58.609046 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 2026.04.29 20:58:58.625603 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:58.625648 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:58.631635 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.04.29 20:58:58.632287 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:58.635107 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.04.29 20:58:59.583847 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.584191 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:59.584547 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:59.584585 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:59.584833 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:59.584907 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:59.585049 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:58:59.585086 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:59.585108 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:59.585123 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:59.585161 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:58:59.585183 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:59.586256 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} executeQuery: Read 52 rows, 12.45 KiB in 0.002174 sec., 23919.043238270468 rows/sec., 5.59 MiB/sec. 2026.04.29 20:58:59.586362 [ 276 ] {1984fd84-f7e9-4777-b440-1704682438ab} TCPHandler: Processed in 0.002713934 sec. 2026.04.29 20:58:59.591476 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.591676 [ 276 ] {43958587-a7d4-4a34-8962-9932ec535fbf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.591758 [ 276 ] {43958587-a7d4-4a34-8962-9932ec535fbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:58:59.592496 [ 276 ] {43958587-a7d4-4a34-8962-9932ec535fbf} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.592543 [ 276 ] {43958587-a7d4-4a34-8962-9932ec535fbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.592920 [ 276 ] {43958587-a7d4-4a34-8962-9932ec535fbf} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:58:59.593146 [ 276 ] {43958587-a7d4-4a34-8962-9932ec535fbf} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:58:59.593285 [ 81 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2026.04.29 20:58:59.593294 [ 276 ] {43958587-a7d4-4a34-8962-9932ec535fbf} executeQuery: Read 284 rows, 18.47 KiB in 0.001673 sec., 169754.9312612074 rows/sec., 10.78 MiB/sec. 2026.04.29 20:58:59.593359 [ 81 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.593377 [ 276 ] {43958587-a7d4-4a34-8962-9932ec535fbf} TCPHandler: Processed in 0.002005746 sec. 2026.04.29 20:58:59.593387 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.593509 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2026.04.29 20:58:59.593516 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.593654 [ 276 ] {4a3a06e3-b041-4bac-8554-71227fc8750f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:59.593661 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:59.593701 [ 276 ] {4a3a06e3-b041-4bac-8554-71227fc8750f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:59.593709 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 308 rows starting from the beginning of the part 2026.04.29 20:58:59.593790 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 284 rows starting from the beginning of the part 2026.04.29 20:58:59.593841 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.04.29 20:58:59.593890 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.04.29 20:58:59.593933 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 284 rows starting from the beginning of the part 2026.04.29 20:58:59.593978 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 284 rows starting from the beginning of the part 2026.04.29 20:58:59.594496 [ 276 ] {4a3a06e3-b041-4bac-8554-71227fc8750f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.594538 [ 276 ] {4a3a06e3-b041-4bac-8554-71227fc8750f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.594859 [ 189 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 1208 rows, containing 5 columns (5 merged, 0 gathered) in 0.001399388 sec., 863234.4996527053 rows/sec., 59.12 MiB/sec. 2026.04.29 20:58:59.594916 [ 276 ] {4a3a06e3-b041-4bac-8554-71227fc8750f} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.04.29 20:58:59.595073 [ 191 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2026.04.29 20:58:59.595161 [ 276 ] {4a3a06e3-b041-4bac-8554-71227fc8750f} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.595309 [ 276 ] {4a3a06e3-b041-4bac-8554-71227fc8750f} executeQuery: Read 811 rows, 64.18 KiB in 0.001673 sec., 484757.9199043634 rows/sec., 37.46 MiB/sec. 2026.04.29 20:58:59.595348 [ 276 ] {4a3a06e3-b041-4bac-8554-71227fc8750f} TCPHandler: Processed in 0.001884175 sec. 2026.04.29 20:58:59.595408 [ 191 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.595469 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.595501 [ 191 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_24_5} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2026.04.29 20:58:59.595569 [ 276 ] {03217e86-facb-4d65-b127-488f347bb5ff} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.595614 [ 276 ] {03217e86-facb-4d65-b127-488f347bb5ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:59.595621 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.04.29 20:58:59.596056 [ 276 ] {03217e86-facb-4d65-b127-488f347bb5ff} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.596097 [ 276 ] {03217e86-facb-4d65-b127-488f347bb5ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.596405 [ 276 ] {03217e86-facb-4d65-b127-488f347bb5ff} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.29 20:58:59.596610 [ 276 ] {03217e86-facb-4d65-b127-488f347bb5ff} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.596723 [ 81 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2026.04.29 20:58:59.596739 [ 276 ] {03217e86-facb-4d65-b127-488f347bb5ff} executeQuery: Read 149 rows, 9.07 KiB in 0.001187 sec., 125526.53748946926 rows/sec., 7.46 MiB/sec. 2026.04.29 20:58:59.596754 [ 81 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.596780 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.596784 [ 276 ] {03217e86-facb-4d65-b127-488f347bb5ff} TCPHandler: Processed in 0.001366398 sec. 2026.04.29 20:58:59.596878 [ 200 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2026.04.29 20:58:59.596917 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.596978 [ 200 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:59.597009 [ 200 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 227 rows starting from the beginning of the part 2026.04.29 20:58:59.597015 [ 276 ] {f3d0dc6a-f9f7-4954-9e52-12726137a4f5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.597061 [ 276 ] {f3d0dc6a-f9f7-4954-9e52-12726137a4f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:58:59.597061 [ 200 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part 2026.04.29 20:58:59.597122 [ 200 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 35 rows starting from the beginning of the part 2026.04.29 20:58:59.597163 [ 200 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 157 rows starting from the beginning of the part 2026.04.29 20:58:59.597204 [ 200 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 35 rows starting from the beginning of the part 2026.04.29 20:58:59.597243 [ 200 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 149 rows starting from the beginning of the part 2026.04.29 20:58:59.597509 [ 276 ] {f3d0dc6a-f9f7-4954-9e52-12726137a4f5} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.597550 [ 276 ] {f3d0dc6a-f9f7-4954-9e52-12726137a4f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.597885 [ 276 ] {f3d0dc6a-f9f7-4954-9e52-12726137a4f5} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.04.29 20:58:59.598008 [ 191 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 5 columns (5 merged, 0 gathered) in 0.001169146 sec., 521748.35307138716 rows/sec., 34.88 MiB/sec. 2026.04.29 20:58:59.598100 [ 276 ] {f3d0dc6a-f9f7-4954-9e52-12726137a4f5} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.598185 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2026.04.29 20:58:59.598248 [ 276 ] {f3d0dc6a-f9f7-4954-9e52-12726137a4f5} executeQuery: Read 149 rows, 9.86 KiB in 0.00125 sec., 119200 rows/sec., 7.70 MiB/sec. 2026.04.29 20:58:59.598291 [ 276 ] {f3d0dc6a-f9f7-4954-9e52-12726137a4f5} TCPHandler: Processed in 0.001424998 sec. 2026.04.29 20:58:59.598412 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.598506 [ 276 ] {cbd72b84-b4e9-4030-93d6-014abac9a85f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.598516 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.598547 [ 276 ] {cbd72b84-b4e9-4030-93d6-014abac9a85f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:58:59.598604 [ 189 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_75_15} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2026.04.29 20:58:59.598704 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.29 20:58:59.599007 [ 276 ] {cbd72b84-b4e9-4030-93d6-014abac9a85f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.599047 [ 276 ] {cbd72b84-b4e9-4030-93d6-014abac9a85f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.599353 [ 276 ] {cbd72b84-b4e9-4030-93d6-014abac9a85f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:58:59.599571 [ 276 ] {cbd72b84-b4e9-4030-93d6-014abac9a85f} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:58:59.599698 [ 276 ] {cbd72b84-b4e9-4030-93d6-014abac9a85f} executeQuery: Read 148 rows, 8.62 KiB in 0.001209 sec., 122415.21918941273 rows/sec., 6.96 MiB/sec. 2026.04.29 20:58:59.599701 [ 81 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2026.04.29 20:58:59.599742 [ 276 ] {cbd72b84-b4e9-4030-93d6-014abac9a85f} TCPHandler: Processed in 0.001381178 sec. 2026.04.29 20:58:59.599749 [ 81 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.599780 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.599859 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2026.04.29 20:58:59.599879 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.599966 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:59.599982 [ 276 ] {5cde7167-bf78-4031-9ef2-294df256eb04} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:59.599996 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 160 rows starting from the beginning of the part 2026.04.29 20:58:59.600030 [ 276 ] {5cde7167-bf78-4031-9ef2-294df256eb04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:59.600051 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 148 rows starting from the beginning of the part 2026.04.29 20:58:59.600093 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2026.04.29 20:58:59.600128 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2026.04.29 20:58:59.600161 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 148 rows starting from the beginning of the part 2026.04.29 20:58:59.600194 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 148 rows starting from the beginning of the part 2026.04.29 20:58:59.600621 [ 276 ] {5cde7167-bf78-4031-9ef2-294df256eb04} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.600663 [ 276 ] {5cde7167-bf78-4031-9ef2-294df256eb04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.600916 [ 201 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.001095024 sec., 573503.411797367 rows/sec., 35.44 MiB/sec. 2026.04.29 20:58:59.600995 [ 276 ] {5cde7167-bf78-4031-9ef2-294df256eb04} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.04.29 20:58:59.601054 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2026.04.29 20:58:59.601254 [ 276 ] {5cde7167-bf78-4031-9ef2-294df256eb04} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.601337 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.601399 [ 276 ] {5cde7167-bf78-4031-9ef2-294df256eb04} executeQuery: Read 497 rows, 35.74 KiB in 0.001434 sec., 346582.9846582985 rows/sec., 24.34 MiB/sec. 2026.04.29 20:58:59.601417 [ 200 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_24_5} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2026.04.29 20:58:59.601442 [ 276 ] {5cde7167-bf78-4031-9ef2-294df256eb04} TCPHandler: Processed in 0.001614201 sec. 2026.04.29 20:58:59.601492 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.29 20:58:59.601557 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.601655 [ 276 ] {016ef1d2-5f42-41e3-b158-06d3e84f8694} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:58:59.601696 [ 276 ] {016ef1d2-5f42-41e3-b158-06d3e84f8694} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:58:59.602034 [ 276 ] {016ef1d2-5f42-41e3-b158-06d3e84f8694} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.602070 [ 276 ] {016ef1d2-5f42-41e3-b158-06d3e84f8694} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.602375 [ 276 ] {016ef1d2-5f42-41e3-b158-06d3e84f8694} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:58:59.602592 [ 276 ] {016ef1d2-5f42-41e3-b158-06d3e84f8694} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:58:59.602723 [ 276 ] {016ef1d2-5f42-41e3-b158-06d3e84f8694} executeQuery: Read 6 rows, 321.00 B in 0.001086 sec., 5524.861878453039 rows/sec., 288.65 KiB/sec. 2026.04.29 20:58:59.602765 [ 276 ] {016ef1d2-5f42-41e3-b158-06d3e84f8694} TCPHandler: Processed in 0.001258996 sec. 2026.04.29 20:58:59.602881 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.602973 [ 276 ] {58505892-6304-40d9-b47b-30a0316c9922} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.603016 [ 276 ] {58505892-6304-40d9-b47b-30a0316c9922} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:59.603430 [ 276 ] {58505892-6304-40d9-b47b-30a0316c9922} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.603466 [ 276 ] {58505892-6304-40d9-b47b-30a0316c9922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.603810 [ 276 ] {58505892-6304-40d9-b47b-30a0316c9922} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.04.29 20:58:59.604040 [ 276 ] {58505892-6304-40d9-b47b-30a0316c9922} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.604170 [ 276 ] {58505892-6304-40d9-b47b-30a0316c9922} executeQuery: Read 265 rows, 18.03 KiB in 0.001215 sec., 218106.99588477367 rows/sec., 14.49 MiB/sec. 2026.04.29 20:58:59.604207 [ 276 ] {58505892-6304-40d9-b47b-30a0316c9922} TCPHandler: Processed in 0.001378128 sec. 2026.04.29 20:58:59.604327 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.604421 [ 276 ] {fee56daf-e45a-412c-9f84-fbf740f253b2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.604463 [ 276 ] {fee56daf-e45a-412c-9f84-fbf740f253b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:58:59.604793 [ 276 ] {fee56daf-e45a-412c-9f84-fbf740f253b2} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.604829 [ 276 ] {fee56daf-e45a-412c-9f84-fbf740f253b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.605137 [ 276 ] {fee56daf-e45a-412c-9f84-fbf740f253b2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:58:59.605356 [ 276 ] {fee56daf-e45a-412c-9f84-fbf740f253b2} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:58:59.605481 [ 276 ] {fee56daf-e45a-412c-9f84-fbf740f253b2} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2026.04.29 20:58:59.605517 [ 276 ] {fee56daf-e45a-412c-9f84-fbf740f253b2} TCPHandler: Processed in 0.001240506 sec. 2026.04.29 20:58:59.605635 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.605730 [ 276 ] {77cd7e06-1905-4132-8541-9daf75f7a100} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.605783 [ 276 ] {77cd7e06-1905-4132-8541-9daf75f7a100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:59.606545 [ 276 ] {77cd7e06-1905-4132-8541-9daf75f7a100} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.606582 [ 276 ] {77cd7e06-1905-4132-8541-9daf75f7a100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.607084 [ 276 ] {77cd7e06-1905-4132-8541-9daf75f7a100} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.04.29 20:58:59.607306 [ 276 ] {77cd7e06-1905-4132-8541-9daf75f7a100} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.607445 [ 276 ] {77cd7e06-1905-4132-8541-9daf75f7a100} executeQuery: Read 7 rows, 12.84 KiB in 0.001733 sec., 4039.238315060589 rows/sec., 7.24 MiB/sec. 2026.04.29 20:58:59.607498 [ 276 ] {77cd7e06-1905-4132-8541-9daf75f7a100} TCPHandler: Processed in 0.001914064 sec. 2026.04.29 20:58:59.607632 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.607731 [ 276 ] {9754669c-d062-413e-b8d8-063e3a61adfa} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.607773 [ 276 ] {9754669c-d062-413e-b8d8-063e3a61adfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:59.608102 [ 276 ] {9754669c-d062-413e-b8d8-063e3a61adfa} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.608137 [ 276 ] {9754669c-d062-413e-b8d8-063e3a61adfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.608440 [ 276 ] {9754669c-d062-413e-b8d8-063e3a61adfa} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.29 20:58:59.608655 [ 276 ] {9754669c-d062-413e-b8d8-063e3a61adfa} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.608783 [ 276 ] {9754669c-d062-413e-b8d8-063e3a61adfa} executeQuery: Read 90 rows, 5.77 KiB in 0.001075 sec., 83720.93023255814 rows/sec., 5.24 MiB/sec. 2026.04.29 20:58:59.608818 [ 276 ] {9754669c-d062-413e-b8d8-063e3a61adfa} TCPHandler: Processed in 0.001237586 sec. 2026.04.29 20:58:59.899614 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.899863 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:58:59.900298 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:58:59.900336 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:58:59.900657 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:58:59.900748 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:58:59.900897 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.04.29 20:58:59.900932 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:58:59.900953 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:58:59.900969 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:58:59.901008 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:58:59.901028 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:58:59.902035 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} executeQuery: Read 52 rows, 12.45 KiB in 0.00228 sec., 22807.01754385965 rows/sec., 5.33 MiB/sec. 2026.04.29 20:58:59.902112 [ 276 ] {1a236f61-9718-4575-99ac-644ff3efa6e2} TCPHandler: Processed in 0.002636384 sec. 2026.04.29 20:58:59.915714 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.915845 [ 276 ] {a9ed91ab-6161-4f92-9061-46c70921fa00} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:58:59.915896 [ 276 ] {a9ed91ab-6161-4f92-9061-46c70921fa00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:58:59.917724 [ 276 ] {a9ed91ab-6161-4f92-9061-46c70921fa00} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.917767 [ 276 ] {a9ed91ab-6161-4f92-9061-46c70921fa00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.918257 [ 276 ] {a9ed91ab-6161-4f92-9061-46c70921fa00} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.04.29 20:58:59.918478 [ 276 ] {a9ed91ab-6161-4f92-9061-46c70921fa00} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.918631 [ 276 ] {a9ed91ab-6161-4f92-9061-46c70921fa00} executeQuery: Read 2475 rows, 188.43 KiB in 0.002823 sec., 876726.8862911796 rows/sec., 65.18 MiB/sec. 2026.04.29 20:58:59.918669 [ 276 ] {a9ed91ab-6161-4f92-9061-46c70921fa00} TCPHandler: Processed in 0.003018909 sec. 2026.04.29 20:58:59.918801 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.918900 [ 276 ] {6c0d142a-6ce8-4ab0-ad1f-0e7ea662f1b2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.918943 [ 276 ] {6c0d142a-6ce8-4ab0-ad1f-0e7ea662f1b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:58:59.919376 [ 276 ] {6c0d142a-6ce8-4ab0-ad1f-0e7ea662f1b2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.919412 [ 276 ] {6c0d142a-6ce8-4ab0-ad1f-0e7ea662f1b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.919712 [ 276 ] {6c0d142a-6ce8-4ab0-ad1f-0e7ea662f1b2} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.29 20:58:59.919918 [ 276 ] {6c0d142a-6ce8-4ab0-ad1f-0e7ea662f1b2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.920052 [ 276 ] {6c0d142a-6ce8-4ab0-ad1f-0e7ea662f1b2} executeQuery: Read 46 rows, 3.46 KiB in 0.001174 sec., 39182.282793867125 rows/sec., 2.88 MiB/sec. 2026.04.29 20:58:59.920089 [ 276 ] {6c0d142a-6ce8-4ab0-ad1f-0e7ea662f1b2} TCPHandler: Processed in 0.001339437 sec. 2026.04.29 20:58:59.920206 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.920301 [ 276 ] {a6752720-9c8c-476a-bc2c-d31c89e942ec} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.920340 [ 276 ] {a6752720-9c8c-476a-bc2c-d31c89e942ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:58:59.921133 [ 276 ] {a6752720-9c8c-476a-bc2c-d31c89e942ec} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.921195 [ 276 ] {a6752720-9c8c-476a-bc2c-d31c89e942ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.921518 [ 276 ] {a6752720-9c8c-476a-bc2c-d31c89e942ec} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.04.29 20:58:59.921724 [ 276 ] {a6752720-9c8c-476a-bc2c-d31c89e942ec} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.921836 [ 83 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 2026.04.29 20:58:59.921855 [ 276 ] {a6752720-9c8c-476a-bc2c-d31c89e942ec} executeQuery: Read 801 rows, 47.38 KiB in 0.001573 sec., 509218.0546726001 rows/sec., 29.41 MiB/sec. 2026.04.29 20:58:59.921901 [ 83 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.921910 [ 276 ] {a6752720-9c8c-476a-bc2c-d31c89e942ec} TCPHandler: Processed in 0.001753672 sec. 2026.04.29 20:58:59.921931 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.922045 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.922047 [ 200 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full 2026.04.29 20:58:59.922204 [ 276 ] {5aa83eeb-227a-442a-b233-51c47d042f5e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.922221 [ 200 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:58:59.922261 [ 276 ] {5aa83eeb-227a-442a-b233-51c47d042f5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:58:59.922267 [ 200 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 975 rows starting from the beginning of the part 2026.04.29 20:58:59.922354 [ 200 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2026.04.29 20:58:59.922412 [ 200 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 801 rows starting from the beginning of the part 2026.04.29 20:58:59.922461 [ 200 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 149 rows starting from the beginning of the part 2026.04.29 20:58:59.922507 [ 200 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 149 rows starting from the beginning of the part 2026.04.29 20:58:59.922555 [ 200 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 801 rows starting from the beginning of the part 2026.04.29 20:58:59.922741 [ 276 ] {5aa83eeb-227a-442a-b233-51c47d042f5e} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.922790 [ 276 ] {5aa83eeb-227a-442a-b233-51c47d042f5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.923148 [ 276 ] {5aa83eeb-227a-442a-b233-51c47d042f5e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.29 20:58:59.923372 [ 276 ] {5aa83eeb-227a-442a-b233-51c47d042f5e} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:58:59.923503 [ 276 ] {5aa83eeb-227a-442a-b233-51c47d042f5e} executeQuery: Read 1 rows, 72.00 B in 0.001323 sec., 755.8578987150416 rows/sec., 53.15 KiB/sec. 2026.04.29 20:58:59.923541 [ 276 ] {5aa83eeb-227a-442a-b233-51c47d042f5e} TCPHandler: Processed in 0.0015587 sec. 2026.04.29 20:58:59.923668 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.923768 [ 276 ] {9237146b-ef50-46b6-9813-29f0b3aa7b0a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:58:59.923800 [ 201 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergeTask::MergeProjectionsStage: Merge sorted 2899 rows, containing 5 columns (5 merged, 0 gathered) in 0.001801673 sec., 1609060.023655791 rows/sec., 101.46 MiB/sec. 2026.04.29 20:58:59.923809 [ 276 ] {9237146b-ef50-46b6-9813-29f0b3aa7b0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:58:59.924041 [ 194 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) 2026.04.29 20:58:59.924349 [ 194 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.924430 [ 194 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_39_8} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 2026.04.29 20:58:59.924535 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.04.29 20:58:59.924753 [ 276 ] {9237146b-ef50-46b6-9813-29f0b3aa7b0a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.924787 [ 276 ] {9237146b-ef50-46b6-9813-29f0b3aa7b0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.925149 [ 276 ] {9237146b-ef50-46b6-9813-29f0b3aa7b0a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.04.29 20:58:59.925362 [ 276 ] {9237146b-ef50-46b6-9813-29f0b3aa7b0a} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.925492 [ 276 ] {9237146b-ef50-46b6-9813-29f0b3aa7b0a} executeQuery: Read 1325 rows, 90.92 KiB in 0.001743 sec., 760183.5915088927 rows/sec., 50.94 MiB/sec. 2026.04.29 20:58:59.925531 [ 276 ] {9237146b-ef50-46b6-9813-29f0b3aa7b0a} TCPHandler: Processed in 0.001912135 sec. 2026.04.29 20:58:59.925641 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.925736 [ 276 ] {29c26852-91b1-42f1-95e2-56df397805f3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.925778 [ 276 ] {29c26852-91b1-42f1-95e2-56df397805f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:58:59.926591 [ 276 ] {29c26852-91b1-42f1-95e2-56df397805f3} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.926625 [ 276 ] {29c26852-91b1-42f1-95e2-56df397805f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.927055 [ 276 ] {29c26852-91b1-42f1-95e2-56df397805f3} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.04.29 20:58:59.927268 [ 276 ] {29c26852-91b1-42f1-95e2-56df397805f3} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.927396 [ 276 ] {29c26852-91b1-42f1-95e2-56df397805f3} executeQuery: Read 1496 rows, 92.90 KiB in 0.001679 sec., 891006.5515187612 rows/sec., 54.04 MiB/sec. 2026.04.29 20:58:59.927433 [ 276 ] {29c26852-91b1-42f1-95e2-56df397805f3} TCPHandler: Processed in 0.001842364 sec. 2026.04.29 20:58:59.927560 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.927681 [ 276 ] {4d36c05d-2874-46d1-92ea-3579b2e58984} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.927746 [ 276 ] {4d36c05d-2874-46d1-92ea-3579b2e58984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:58:59.928645 [ 276 ] {4d36c05d-2874-46d1-92ea-3579b2e58984} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.928682 [ 276 ] {4d36c05d-2874-46d1-92ea-3579b2e58984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.929287 [ 276 ] {4d36c05d-2874-46d1-92ea-3579b2e58984} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.04.29 20:58:59.929523 [ 276 ] {4d36c05d-2874-46d1-92ea-3579b2e58984} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.929671 [ 276 ] {4d36c05d-2874-46d1-92ea-3579b2e58984} executeQuery: Read 46 rows, 84.41 KiB in 0.002016 sec., 22817.460317460318 rows/sec., 40.89 MiB/sec. 2026.04.29 20:58:59.929739 [ 276 ] {4d36c05d-2874-46d1-92ea-3579b2e58984} TCPHandler: Processed in 0.002243529 sec. 2026.04.29 20:58:59.929863 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:58:59.929956 [ 276 ] {80d26950-bd20-48d6-a273-960d74c34c5e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:58:59.929996 [ 276 ] {80d26950-bd20-48d6-a273-960d74c34c5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:58:59.930344 [ 276 ] {80d26950-bd20-48d6-a273-960d74c34c5e} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:58:59.930380 [ 276 ] {80d26950-bd20-48d6-a273-960d74c34c5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:58:59.930691 [ 276 ] {80d26950-bd20-48d6-a273-960d74c34c5e} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.04.29 20:58:59.930906 [ 276 ] {80d26950-bd20-48d6-a273-960d74c34c5e} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:58:59.931042 [ 276 ] {80d26950-bd20-48d6-a273-960d74c34c5e} executeQuery: Read 12 rows, 848.00 B in 0.001105 sec., 10859.728506787329 rows/sec., 749.43 KiB/sec. 2026.04.29 20:58:59.931078 [ 276 ] {80d26950-bd20-48d6-a273-960d74c34c5e} TCPHandler: Processed in 0.001266946 sec. 2026.04.29 20:59:00.000185 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 342.42 MiB, peak 351.32 MiB, free memory in arenas 0.00 B, will set to 340.86 MiB (RSS), difference: -1.55 MiB 2026.04.29 20:59:02.320568 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1668 2026.04.29 20:59:02.323340 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:02.323383 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:02.324596 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:59:02.324868 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:02.325131 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1668 2026.04.29 20:59:04.576988 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:04.577243 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:04.577620 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:04.577663 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:04.577919 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:04.577999 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:04.578163 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:59:04.578199 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:04.578222 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:04.578238 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:04.578278 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:04.578298 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:04.579344 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} executeQuery: Read 52 rows, 12.45 KiB in 0.002206 sec., 23572.07615593835 rows/sec., 5.51 MiB/sec. 2026.04.29 20:59:04.579414 [ 276 ] {f68beaff-559c-49f5-b67d-f8a1ef0e37c1} TCPHandler: Processed in 0.002570793 sec. 2026.04.29 20:59:04.580969 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:04.581075 [ 276 ] {f18f4d07-09f9-4145-bd44-e4ce0bbeadcf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:04.581117 [ 276 ] {f18f4d07-09f9-4145-bd44-e4ce0bbeadcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:04.581937 [ 276 ] {f18f4d07-09f9-4145-bd44-e4ce0bbeadcf} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:04.582007 [ 276 ] {f18f4d07-09f9-4145-bd44-e4ce0bbeadcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:04.582463 [ 276 ] {f18f4d07-09f9-4145-bd44-e4ce0bbeadcf} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.04.29 20:59:04.582708 [ 276 ] {f18f4d07-09f9-4145-bd44-e4ce0bbeadcf} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:04.582854 [ 276 ] {f18f4d07-09f9-4145-bd44-e4ce0bbeadcf} executeQuery: Read 56 rows, 4.41 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.38 MiB/sec. 2026.04.29 20:59:04.582859 [ 74 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.04.29 20:59:04.582892 [ 276 ] {f18f4d07-09f9-4145-bd44-e4ce0bbeadcf} TCPHandler: Processed in 0.001973606 sec. 2026.04.29 20:59:04.582909 [ 74 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:04.582932 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:04.583028 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:04.583064 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.04.29 20:59:04.583151 [ 276 ] {c705926f-67a0-4198-9058-6d1e33dc4d33} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:04.583203 [ 276 ] {c705926f-67a0-4198-9058-6d1e33dc4d33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:04.583229 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:04.583271 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 3364 rows starting from the beginning of the part 2026.04.29 20:59:04.583347 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 815 rows starting from the beginning of the part 2026.04.29 20:59:04.583404 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 126 rows starting from the beginning of the part 2026.04.29 20:59:04.583453 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 811 rows starting from the beginning of the part 2026.04.29 20:59:04.583502 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 2475 rows starting from the beginning of the part 2026.04.29 20:59:04.583547 [ 199 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part 2026.04.29 20:59:04.583788 [ 276 ] {c705926f-67a0-4198-9058-6d1e33dc4d33} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:04.583840 [ 276 ] {c705926f-67a0-4198-9058-6d1e33dc4d33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:04.584214 [ 276 ] {c705926f-67a0-4198-9058-6d1e33dc4d33} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.04.29 20:59:04.584443 [ 276 ] {c705926f-67a0-4198-9058-6d1e33dc4d33} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:04.584574 [ 276 ] {c705926f-67a0-4198-9058-6d1e33dc4d33} executeQuery: Read 64 rows, 5.12 KiB in 0.00145 sec., 44137.93103448276 rows/sec., 3.45 MiB/sec. 2026.04.29 20:59:04.584578 [ 74 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.04.29 20:59:04.584612 [ 276 ] {c705926f-67a0-4198-9058-6d1e33dc4d33} TCPHandler: Processed in 0.001645061 sec. 2026.04.29 20:59:04.584619 [ 74 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:04.584640 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:04.584716 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.04.29 20:59:04.584741 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:04.584805 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:04.584840 [ 276 ] {2344abc6-5f0b-478d-9a50-224cbc32781e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:04.584841 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1832 rows starting from the beginning of the part 2026.04.29 20:59:04.584883 [ 276 ] {2344abc6-5f0b-478d-9a50-224cbc32781e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:04.584907 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 505 rows starting from the beginning of the part 2026.04.29 20:59:04.584953 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 99 rows starting from the beginning of the part 2026.04.29 20:59:04.584996 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 497 rows starting from the beginning of the part 2026.04.29 20:59:04.585037 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1325 rows starting from the beginning of the part 2026.04.29 20:59:04.585076 [ 194 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part 2026.04.29 20:59:04.585265 [ 276 ] {2344abc6-5f0b-478d-9a50-224cbc32781e} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:04.585299 [ 276 ] {2344abc6-5f0b-478d-9a50-224cbc32781e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:04.585617 [ 276 ] {2344abc6-5f0b-478d-9a50-224cbc32781e} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.04.29 20:59:04.585784 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 7647 rows, containing 5 columns (5 merged, 0 gathered) in 0.002787336 sec., 2743479.795761975 rows/sec., 218.35 MiB/sec. 2026.04.29 20:59:04.585823 [ 276 ] {2344abc6-5f0b-478d-9a50-224cbc32781e} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:04.585953 [ 276 ] {2344abc6-5f0b-478d-9a50-224cbc32781e} executeQuery: Read 128 rows, 9.13 KiB in 0.001139 sec., 112379.28007023704 rows/sec., 7.83 MiB/sec. 2026.04.29 20:59:04.585990 [ 276 ] {2344abc6-5f0b-478d-9a50-224cbc32781e} TCPHandler: Processed in 0.001297617 sec. 2026.04.29 20:59:04.586087 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.04.29 20:59:04.586110 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:04.586206 [ 276 ] {8aacd9ec-dba4-4e03-bc73-c58b830e287b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:04.586248 [ 276 ] {8aacd9ec-dba4-4e03-bc73-c58b830e287b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:04.586362 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:04.586450 [ 187 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_91_18} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.04.29 20:59:04.586514 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4322 rows, containing 5 columns (5 merged, 0 gathered) in 0.001832173 sec., 2358947.5448006275 rows/sec., 171.01 MiB/sec. 2026.04.29 20:59:04.586537 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2026.04.29 20:59:04.586578 [ 276 ] {8aacd9ec-dba4-4e03-bc73-c58b830e287b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:04.586618 [ 276 ] {8aacd9ec-dba4-4e03-bc73-c58b830e287b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:04.586753 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.04.29 20:59:04.586951 [ 276 ] {8aacd9ec-dba4-4e03-bc73-c58b830e287b} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.04.29 20:59:04.587071 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:04.587166 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_91_18} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.04.29 20:59:04.587200 [ 276 ] {8aacd9ec-dba4-4e03-bc73-c58b830e287b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:04.587268 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.04.29 20:59:04.587346 [ 276 ] {8aacd9ec-dba4-4e03-bc73-c58b830e287b} executeQuery: Read 48 rows, 3.31 KiB in 0.001149 sec., 41775.45691906005 rows/sec., 2.82 MiB/sec. 2026.04.29 20:59:04.587387 [ 276 ] {8aacd9ec-dba4-4e03-bc73-c58b830e287b} TCPHandler: Processed in 0.001325857 sec. 2026.04.29 20:59:04.728584 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26387 2026.04.29 20:59:04.729137 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:04.729174 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:04.729652 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.29 20:59:04.729888 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:04.730014 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26387 2026.04.29 20:59:06.135259 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.04.29 20:59:06.151937 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:06.151990 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:06.158041 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.04.29 20:59:06.158745 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:06.161620 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.04.29 20:59:08.173173 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45669 2026.04.29 20:59:08.173282 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.173308 [ 352 ] {} TCP-Session: f37d98c6-8f6d-41c2-88ec-f30b13bfefdb Authenticating user 'default' from [fd00:1122:3344:101::e]:45669 2026.04.29 20:59:08.173330 [ 352 ] {} TCP-Session: f37d98c6-8f6d-41c2-88ec-f30b13bfefdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173342 [ 352 ] {} TCP-Session: f37d98c6-8f6d-41c2-88ec-f30b13bfefdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173552 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49437 2026.04.29 20:59:08.173577 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44002 2026.04.29 20:59:08.173589 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34006 2026.04.29 20:59:08.173629 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48137 2026.04.29 20:59:08.173652 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33113 2026.04.29 20:59:08.173672 [ 352 ] {} TCP-Session: f37d98c6-8f6d-41c2-88ec-f30b13bfefdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:08.173724 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.173724 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.173669 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.173770 [ 291 ] {} TCP-Session: 4985413a-448a-4d82-94b2-0950dfaa413b Authenticating user 'default' from [fd00:1122:3344:101::e]:48137 2026.04.29 20:59:08.173784 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.173794 [ 355 ] {} TCP-Session: d052d525-b37d-461b-aff7-5273ddebf008 Authenticating user 'default' from [fd00:1122:3344:101::e]:44002 2026.04.29 20:59:08.173814 [ 291 ] {} TCP-Session: 4985413a-448a-4d82-94b2-0950dfaa413b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173829 [ 351 ] {} TCP-Session: 0efcff6d-25be-405f-ba38-733b31d3ab8b Authenticating user 'default' from [fd00:1122:3344:101::e]:33113 2026.04.29 20:59:08.173848 [ 291 ] {} TCP-Session: 4985413a-448a-4d82-94b2-0950dfaa413b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173836 [ 355 ] {} TCP-Session: d052d525-b37d-461b-aff7-5273ddebf008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173873 [ 351 ] {} TCP-Session: 0efcff6d-25be-405f-ba38-733b31d3ab8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173891 [ 352 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} executeQuery: (from [fd00:1122:3344:101::e]:45669) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:59:08.173896 [ 355 ] {} TCP-Session: d052d525-b37d-461b-aff7-5273ddebf008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173907 [ 351 ] {} TCP-Session: 0efcff6d-25be-405f-ba38-733b31d3ab8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173764 [ 287 ] {} TCP-Session: 1fb98e24-40d2-4fe5-8409-cc12b2697f62 Authenticating user 'default' from [fd00:1122:3344:101::e]:34006 2026.04.29 20:59:08.173610 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38307 2026.04.29 20:59:08.173973 [ 287 ] {} TCP-Session: 1fb98e24-40d2-4fe5-8409-cc12b2697f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173608 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62431 2026.04.29 20:59:08.174009 [ 287 ] {} TCP-Session: 1fb98e24-40d2-4fe5-8409-cc12b2697f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.173567 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38608 2026.04.29 20:59:08.173674 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.174102 [ 353 ] {} TCP-Session: b2099357-0b58-46c9-8b0f-adb04b87ea34 Authenticating user 'default' from [fd00:1122:3344:101::e]:49437 2026.04.29 20:59:08.174125 [ 353 ] {} TCP-Session: b2099357-0b58-46c9-8b0f-adb04b87ea34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.174142 [ 353 ] {} TCP-Session: b2099357-0b58-46c9-8b0f-adb04b87ea34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.174170 [ 352 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:59:08.174187 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.174222 [ 290 ] {} TCP-Session: c94d5591-fc42-4174-b38e-7e70a5b10904 Authenticating user 'default' from [fd00:1122:3344:101::e]:38307 2026.04.29 20:59:08.174230 [ 352 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:08.174239 [ 290 ] {} TCP-Session: c94d5591-fc42-4174-b38e-7e70a5b10904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.174265 [ 290 ] {} TCP-Session: c94d5591-fc42-4174-b38e-7e70a5b10904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.174524 [ 352 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:59:08.174603 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.174633 [ 289 ] {} TCP-Session: c8b3476c-254a-4c3a-886f-618ee20061e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62431 2026.04.29 20:59:08.174648 [ 289 ] {} TCP-Session: c8b3476c-254a-4c3a-886f-618ee20061e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.174660 [ 289 ] {} TCP-Session: c8b3476c-254a-4c3a-886f-618ee20061e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.174717 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.174749 [ 354 ] {} TCP-Session: 23aa2469-aae6-4bb4-ac87-0742f191b17e Authenticating user 'default' from [fd00:1122:3344:101::e]:38608 2026.04.29 20:59:08.174766 [ 354 ] {} TCP-Session: 23aa2469-aae6-4bb4-ac87-0742f191b17e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.174778 [ 354 ] {} TCP-Session: 23aa2469-aae6-4bb4-ac87-0742f191b17e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.175457 [ 303 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} AggregatingTransform: Aggregating 2026.04.29 20:59:08.175490 [ 303 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} Aggregator: Aggregation method: without_key 2026.04.29 20:59:08.175525 [ 303 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000896531 sec. (1115.410 rows/sec., 43.57 KiB/sec.) 2026.04.29 20:59:08.175543 [ 303 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} Aggregator: Merging aggregated data 2026.04.29 20:59:08.177251 [ 352 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} executeQuery: Read 1 rows, 40.00 B in 0.003419 sec., 292.4831822170225 rows/sec., 11.43 KiB/sec. 2026.04.29 20:59:08.177380 [ 352 ] {9e96d1ff-9bca-455a-abb2-bcf809f5bb24} TCPHandler: Processed in 0.003826899 sec. 2026.04.29 20:59:08.177503 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.177531 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.177548 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.177564 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.177594 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.177608 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.177629 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.177645 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.177660 [ 355 ] {} TCP-Session: d052d525-b37d-461b-aff7-5273ddebf008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.177680 [ 287 ] {} TCP-Session: 1fb98e24-40d2-4fe5-8409-cc12b2697f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.177691 [ 291 ] {} TCP-Session: 4985413a-448a-4d82-94b2-0950dfaa413b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.177641 [ 289 ] {} TCP-Session: c8b3476c-254a-4c3a-886f-618ee20061e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.177629 [ 353 ] {} TCP-Session: b2099357-0b58-46c9-8b0f-adb04b87ea34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.177603 [ 351 ] {} TCP-Session: 0efcff6d-25be-405f-ba38-733b31d3ab8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.177580 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.177579 [ 354 ] {} TCP-Session: 23aa2469-aae6-4bb4-ac87-0742f191b17e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.177815 [ 290 ] {} TCP-Session: c94d5591-fc42-4174-b38e-7e70a5b10904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.177536 [ 352 ] {} TCP-Session: f37d98c6-8f6d-41c2-88ec-f30b13bfefdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.246348 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40709 2026.04.29 20:59:08.246457 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.246482 [ 352 ] {} TCP-Session: f53a43ff-7e3d-453b-8e16-599a5cfaeac0 Authenticating user 'default' from [fd00:1122:3344:101::e]:40709 2026.04.29 20:59:08.246505 [ 352 ] {} TCP-Session: f53a43ff-7e3d-453b-8e16-599a5cfaeac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.246517 [ 352 ] {} TCP-Session: f53a43ff-7e3d-453b-8e16-599a5cfaeac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.246693 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44220 2026.04.29 20:59:08.246715 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51238 2026.04.29 20:59:08.246758 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65186 2026.04.29 20:59:08.246765 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52412 2026.04.29 20:59:08.246794 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46966 2026.04.29 20:59:08.246821 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58855 2026.04.29 20:59:08.246868 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.246886 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.246909 [ 289 ] {} TCP-Session: 89357c6f-318a-40b5-afcf-ba91870ae262 Authenticating user 'default' from [fd00:1122:3344:101::e]:52412 2026.04.29 20:59:08.246848 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.246938 [ 289 ] {} TCP-Session: 89357c6f-318a-40b5-afcf-ba91870ae262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.246950 [ 291 ] {} TCP-Session: 15b5a55f-cfc5-4e16-88c9-b6063067a825 Authenticating user 'default' from [fd00:1122:3344:101::e]:46966 2026.04.29 20:59:08.246966 [ 354 ] {} TCP-Session: 8c89e355-ac03-4a10-b706-4db419ccdb20 Authenticating user 'default' from [fd00:1122:3344:101::e]:51238 2026.04.29 20:59:08.246848 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.247010 [ 291 ] {} TCP-Session: 15b5a55f-cfc5-4e16-88c9-b6063067a825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247008 [ 354 ] {} TCP-Session: 8c89e355-ac03-4a10-b706-4db419ccdb20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247028 [ 287 ] {} TCP-Session: 922b8124-6c89-47ea-b0a9-78099b0a689e Authenticating user 'default' from [fd00:1122:3344:101::e]:65186 2026.04.29 20:59:08.247034 [ 291 ] {} TCP-Session: 15b5a55f-cfc5-4e16-88c9-b6063067a825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247049 [ 287 ] {} TCP-Session: 922b8124-6c89-47ea-b0a9-78099b0a689e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247038 [ 354 ] {} TCP-Session: 8c89e355-ac03-4a10-b706-4db419ccdb20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247063 [ 287 ] {} TCP-Session: 922b8124-6c89-47ea-b0a9-78099b0a689e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.246797 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.246785 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39337 2026.04.29 20:59:08.247118 [ 353 ] {} TCP-Session: 89b26d41-225b-4e9f-bb6d-db95d50eed90 Authenticating user 'default' from [fd00:1122:3344:101::e]:44220 2026.04.29 20:59:08.246734 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38783 2026.04.29 20:59:08.247145 [ 353 ] {} TCP-Session: 89b26d41-225b-4e9f-bb6d-db95d50eed90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.246967 [ 289 ] {} TCP-Session: 89357c6f-318a-40b5-afcf-ba91870ae262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247171 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.247175 [ 353 ] {} TCP-Session: 89b26d41-225b-4e9f-bb6d-db95d50eed90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247206 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.247219 [ 290 ] {} TCP-Session: d7a2e649-8e7a-4389-94be-99765ecbcde1 Authenticating user 'default' from [fd00:1122:3344:101::e]:39337 2026.04.29 20:59:08.247249 [ 355 ] {} TCP-Session: 94b4f89d-368a-4ba4-8307-cf31bba9e78e Authenticating user 'default' from [fd00:1122:3344:101::e]:38783 2026.04.29 20:59:08.247258 [ 290 ] {} TCP-Session: d7a2e649-8e7a-4389-94be-99765ecbcde1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247275 [ 355 ] {} TCP-Session: 94b4f89d-368a-4ba4-8307-cf31bba9e78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247288 [ 290 ] {} TCP-Session: d7a2e649-8e7a-4389-94be-99765ecbcde1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247302 [ 355 ] {} TCP-Session: 94b4f89d-368a-4ba4-8307-cf31bba9e78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.246962 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.246835 [ 352 ] {} TCP-Session: f53a43ff-7e3d-453b-8e16-599a5cfaeac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:08.247375 [ 351 ] {} TCP-Session: 0f300a7e-0978-4072-a968-586979f514b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58855 2026.04.29 20:59:08.247405 [ 351 ] {} TCP-Session: 0f300a7e-0978-4072-a968-586979f514b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247418 [ 351 ] {} TCP-Session: 0f300a7e-0978-4072-a968-586979f514b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.247529 [ 352 ] {81508776-9410-49ec-ba51-d648d280bd29} executeQuery: (from [fd00:1122:3344:101::e]:40709) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:59:08.247791 [ 352 ] {81508776-9410-49ec-ba51-d648d280bd29} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:59:08.247845 [ 352 ] {81508776-9410-49ec-ba51-d648d280bd29} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:08.248127 [ 352 ] {81508776-9410-49ec-ba51-d648d280bd29} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:59:08.249085 [ 323 ] {81508776-9410-49ec-ba51-d648d280bd29} AggregatingTransform: Aggregating 2026.04.29 20:59:08.249128 [ 323 ] {81508776-9410-49ec-ba51-d648d280bd29} Aggregator: Aggregation method: without_key 2026.04.29 20:59:08.249166 [ 323 ] {81508776-9410-49ec-ba51-d648d280bd29} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000940542 sec. (1063.217 rows/sec., 41.53 KiB/sec.) 2026.04.29 20:59:08.249184 [ 323 ] {81508776-9410-49ec-ba51-d648d280bd29} Aggregator: Merging aggregated data 2026.04.29 20:59:08.250669 [ 352 ] {81508776-9410-49ec-ba51-d648d280bd29} executeQuery: Read 1 rows, 40.00 B in 0.003194 sec., 313.08703819661866 rows/sec., 12.23 KiB/sec. 2026.04.29 20:59:08.250841 [ 352 ] {81508776-9410-49ec-ba51-d648d280bd29} TCPHandler: Processed in 0.004126003 sec. 2026.04.29 20:59:08.250973 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.251000 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.251018 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.251038 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.251053 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.251070 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.251083 [ 351 ] {} TCP-Session: 0f300a7e-0978-4072-a968-586979f514b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.251100 [ 354 ] {} TCP-Session: 8c89e355-ac03-4a10-b706-4db419ccdb20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.251122 [ 287 ] {} TCP-Session: 922b8124-6c89-47ea-b0a9-78099b0a689e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.251128 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.251106 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.251174 [ 291 ] {} TCP-Session: 15b5a55f-cfc5-4e16-88c9-b6063067a825 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.251056 [ 290 ] {} TCP-Session: d7a2e649-8e7a-4389-94be-99765ecbcde1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.251202 [ 355 ] {} TCP-Session: 94b4f89d-368a-4ba4-8307-cf31bba9e78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.251042 [ 353 ] {} TCP-Session: 89b26d41-225b-4e9f-bb6d-db95d50eed90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.251089 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.251010 [ 352 ] {} TCP-Session: f53a43ff-7e3d-453b-8e16-599a5cfaeac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.251292 [ 289 ] {} TCP-Session: 89357c6f-318a-40b5-afcf-ba91870ae262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.352459 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50781 2026.04.29 20:59:08.352572 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.352602 [ 352 ] {} TCP-Session: 183ed091-62af-404d-a73c-fd69cdc1d1f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:50781 2026.04.29 20:59:08.352624 [ 352 ] {} TCP-Session: 183ed091-62af-404d-a73c-fd69cdc1d1f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.352637 [ 352 ] {} TCP-Session: 183ed091-62af-404d-a73c-fd69cdc1d1f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.352826 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61483 2026.04.29 20:59:08.352843 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35780 2026.04.29 20:59:08.352882 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43968 2026.04.29 20:59:08.352888 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58139 2026.04.29 20:59:08.352923 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38503 2026.04.29 20:59:08.352945 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.352970 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.352973 [ 352 ] {} TCP-Session: 183ed091-62af-404d-a73c-fd69cdc1d1f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:08.352995 [ 355 ] {} TCP-Session: efa18a5a-4313-46f2-b93b-5e663319e23f Authenticating user 'default' from [fd00:1122:3344:101::e]:35780 2026.04.29 20:59:08.353006 [ 289 ] {} TCP-Session: bbbcfd75-63ac-438a-aa9c-e0f593c8612d Authenticating user 'default' from [fd00:1122:3344:101::e]:43968 2026.04.29 20:59:08.353023 [ 355 ] {} TCP-Session: efa18a5a-4313-46f2-b93b-5e663319e23f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.352982 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.353042 [ 355 ] {} TCP-Session: efa18a5a-4313-46f2-b93b-5e663319e23f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353038 [ 289 ] {} TCP-Session: bbbcfd75-63ac-438a-aa9c-e0f593c8612d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353050 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.353072 [ 290 ] {} TCP-Session: 03b26f95-a962-4331-882e-49fbd1cad17c Authenticating user 'default' from [fd00:1122:3344:101::e]:58139 2026.04.29 20:59:08.353079 [ 289 ] {} TCP-Session: bbbcfd75-63ac-438a-aa9c-e0f593c8612d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353107 [ 351 ] {} TCP-Session: e06cae2a-dede-406e-95a4-a080faaaccc3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38503 2026.04.29 20:59:08.353117 [ 290 ] {} TCP-Session: 03b26f95-a962-4331-882e-49fbd1cad17c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.352944 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.353151 [ 290 ] {} TCP-Session: 03b26f95-a962-4331-882e-49fbd1cad17c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353146 [ 351 ] {} TCP-Session: e06cae2a-dede-406e-95a4-a080faaaccc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353176 [ 353 ] {} TCP-Session: b95fc776-9a46-433a-83e1-006fb1838cc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:61483 2026.04.29 20:59:08.353193 [ 351 ] {} TCP-Session: e06cae2a-dede-406e-95a4-a080faaaccc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353209 [ 353 ] {} TCP-Session: b95fc776-9a46-433a-83e1-006fb1838cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.352901 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41771 2026.04.29 20:59:08.353233 [ 353 ] {} TCP-Session: b95fc776-9a46-433a-83e1-006fb1838cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.352851 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48386 2026.04.29 20:59:08.352839 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56998 2026.04.29 20:59:08.353155 [ 352 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} executeQuery: (from [fd00:1122:3344:101::e]:50781) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.29 20:59:08.353335 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.353345 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.353360 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.29 20:59:08.353370 [ 291 ] {} TCP-Session: c9612ec6-390a-45ba-8da5-837ebf326591 Authenticating user 'default' from [fd00:1122:3344:101::e]:41771 2026.04.29 20:59:08.353376 [ 287 ] {} TCP-Session: a7a42efc-2da1-4a9d-86aa-b9eff3a33ee1 Authenticating user 'default' from [fd00:1122:3344:101::e]:48386 2026.04.29 20:59:08.353384 [ 354 ] {} TCP-Session: 696996af-f4ea-4f1b-9c89-70a819408312 Authenticating user 'default' from [fd00:1122:3344:101::e]:56998 2026.04.29 20:59:08.353394 [ 291 ] {} TCP-Session: c9612ec6-390a-45ba-8da5-837ebf326591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353397 [ 287 ] {} TCP-Session: a7a42efc-2da1-4a9d-86aa-b9eff3a33ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353402 [ 354 ] {} TCP-Session: 696996af-f4ea-4f1b-9c89-70a819408312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353408 [ 291 ] {} TCP-Session: c9612ec6-390a-45ba-8da5-837ebf326591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353416 [ 287 ] {} TCP-Session: a7a42efc-2da1-4a9d-86aa-b9eff3a33ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353423 [ 354 ] {} TCP-Session: 696996af-f4ea-4f1b-9c89-70a819408312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.353631 [ 352 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.29 20:59:08.353694 [ 352 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:08.353987 [ 352 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} oximeter.version (513567d0-ccad-492d-a0cc-5e0007f344aa) (SelectExecutor): Key condition: unknown 2026.04.29 20:59:08.354894 [ 344 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} AggregatingTransform: Aggregating 2026.04.29 20:59:08.354937 [ 344 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} Aggregator: Aggregation method: without_key 2026.04.29 20:59:08.354974 [ 344 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000887122 sec. (1127.241 rows/sec., 44.03 KiB/sec.) 2026.04.29 20:59:08.354989 [ 344 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} Aggregator: Merging aggregated data 2026.04.29 20:59:08.356138 [ 352 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} executeQuery: Read 1 rows, 40.00 B in 0.003037 sec., 329.27230819888047 rows/sec., 12.86 KiB/sec. 2026.04.29 20:59:08.356275 [ 352 ] {fe9e83a5-5630-4356-a4bd-abb997b4729e} TCPHandler: Processed in 0.003422704 sec. 2026.04.29 20:59:08.356402 [ 352 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.356427 [ 354 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.356433 [ 352 ] {} TCP-Session: 183ed091-62af-404d-a73c-fd69cdc1d1f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.356442 [ 353 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.356462 [ 351 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.356496 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.356516 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.356537 [ 351 ] {} TCP-Session: e06cae2a-dede-406e-95a4-a080faaaccc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.356554 [ 287 ] {} TCP-Session: a7a42efc-2da1-4a9d-86aa-b9eff3a33ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.356565 [ 291 ] {} TCP-Session: c9612ec6-390a-45ba-8da5-837ebf326591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.356548 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.356510 [ 353 ] {} TCP-Session: b95fc776-9a46-433a-83e1-006fb1838cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.356626 [ 290 ] {} TCP-Session: 03b26f95-a962-4331-882e-49fbd1cad17c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.356479 [ 355 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.356471 [ 354 ] {} TCP-Session: 696996af-f4ea-4f1b-9c89-70a819408312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.356534 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.29 20:59:08.356685 [ 355 ] {} TCP-Session: efa18a5a-4313-46f2-b93b-5e663319e23f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:08.356721 [ 289 ] {} TCP-Session: bbbcfd75-63ac-438a-aa9c-e0f593c8612d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.29 20:59:09.584280 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.584550 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:09.584986 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:09.585034 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:09.585329 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:09.585400 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:09.585549 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:59:09.585586 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:09.585608 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:09.585623 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:09.585664 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:09.585686 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:09.586845 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} executeQuery: Read 52 rows, 12.45 KiB in 0.002411 sec., 21567.814184985484 rows/sec., 5.04 MiB/sec. 2026.04.29 20:59:09.586970 [ 276 ] {06c309a0-6b6f-4e59-b3e6-d08bb109c728} TCPHandler: Processed in 0.002831006 sec. 2026.04.29 20:59:09.591907 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.592046 [ 276 ] {831a9f7e-d639-445a-aa13-279b6c424d4b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:59:09.592102 [ 276 ] {831a9f7e-d639-445a-aa13-279b6c424d4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:59:09.592726 [ 276 ] {831a9f7e-d639-445a-aa13-279b6c424d4b} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.592772 [ 276 ] {831a9f7e-d639-445a-aa13-279b6c424d4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.593165 [ 276 ] {831a9f7e-d639-445a-aa13-279b6c424d4b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:59:09.593395 [ 276 ] {831a9f7e-d639-445a-aa13-279b6c424d4b} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:59:09.593550 [ 276 ] {831a9f7e-d639-445a-aa13-279b6c424d4b} executeQuery: Read 284 rows, 18.47 KiB in 0.001545 sec., 183818.77022653722 rows/sec., 11.67 MiB/sec. 2026.04.29 20:59:09.593594 [ 276 ] {831a9f7e-d639-445a-aa13-279b6c424d4b} TCPHandler: Processed in 0.001758452 sec. 2026.04.29 20:59:09.593720 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.593823 [ 276 ] {bbefba1d-e934-4049-83b8-77bb9601a5d6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:09.593865 [ 276 ] {bbefba1d-e934-4049-83b8-77bb9601a5d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:09.594556 [ 276 ] {bbefba1d-e934-4049-83b8-77bb9601a5d6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.594594 [ 276 ] {bbefba1d-e934-4049-83b8-77bb9601a5d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.594986 [ 276 ] {bbefba1d-e934-4049-83b8-77bb9601a5d6} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.04.29 20:59:09.595214 [ 276 ] {bbefba1d-e934-4049-83b8-77bb9601a5d6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:09.595358 [ 276 ] {bbefba1d-e934-4049-83b8-77bb9601a5d6} executeQuery: Read 811 rows, 64.18 KiB in 0.001559 sec., 520205.25978191145 rows/sec., 40.20 MiB/sec. 2026.04.29 20:59:09.595397 [ 276 ] {bbefba1d-e934-4049-83b8-77bb9601a5d6} TCPHandler: Processed in 0.001730152 sec. 2026.04.29 20:59:09.595525 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.595626 [ 276 ] {b66ec0d3-b8fa-477a-8901-4bb596c85421} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:09.595671 [ 276 ] {b66ec0d3-b8fa-477a-8901-4bb596c85421} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:09.596113 [ 276 ] {b66ec0d3-b8fa-477a-8901-4bb596c85421} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.596148 [ 276 ] {b66ec0d3-b8fa-477a-8901-4bb596c85421} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.596481 [ 276 ] {b66ec0d3-b8fa-477a-8901-4bb596c85421} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.29 20:59:09.596702 [ 276 ] {b66ec0d3-b8fa-477a-8901-4bb596c85421} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:09.596852 [ 276 ] {b66ec0d3-b8fa-477a-8901-4bb596c85421} executeQuery: Read 149 rows, 9.07 KiB in 0.001249 sec., 119295.43634907927 rows/sec., 7.09 MiB/sec. 2026.04.29 20:59:09.596892 [ 276 ] {b66ec0d3-b8fa-477a-8901-4bb596c85421} TCPHandler: Processed in 0.001420548 sec. 2026.04.29 20:59:09.597013 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.597112 [ 276 ] {8e77bdf8-5415-406b-bd9c-159fae5f49cf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:59:09.597153 [ 276 ] {8e77bdf8-5415-406b-bd9c-159fae5f49cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:59:09.597588 [ 276 ] {8e77bdf8-5415-406b-bd9c-159fae5f49cf} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.597624 [ 276 ] {8e77bdf8-5415-406b-bd9c-159fae5f49cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.597940 [ 276 ] {8e77bdf8-5415-406b-bd9c-159fae5f49cf} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.04.29 20:59:09.598157 [ 276 ] {8e77bdf8-5415-406b-bd9c-159fae5f49cf} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:09.598288 [ 276 ] {8e77bdf8-5415-406b-bd9c-159fae5f49cf} executeQuery: Read 149 rows, 9.86 KiB in 0.001197 sec., 124477.86131996659 rows/sec., 8.04 MiB/sec. 2026.04.29 20:59:09.598327 [ 276 ] {8e77bdf8-5415-406b-bd9c-159fae5f49cf} TCPHandler: Processed in 0.001367628 sec. 2026.04.29 20:59:09.598441 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.598538 [ 276 ] {51f1fa4d-0dfd-4e54-a604-5ab15a2a0a6a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:59:09.598578 [ 276 ] {51f1fa4d-0dfd-4e54-a604-5ab15a2a0a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:59:09.599017 [ 276 ] {51f1fa4d-0dfd-4e54-a604-5ab15a2a0a6a} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.599051 [ 276 ] {51f1fa4d-0dfd-4e54-a604-5ab15a2a0a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.599365 [ 276 ] {51f1fa4d-0dfd-4e54-a604-5ab15a2a0a6a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:59:09.599578 [ 276 ] {51f1fa4d-0dfd-4e54-a604-5ab15a2a0a6a} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:59:09.599708 [ 276 ] {51f1fa4d-0dfd-4e54-a604-5ab15a2a0a6a} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.04.29 20:59:09.599748 [ 276 ] {51f1fa4d-0dfd-4e54-a604-5ab15a2a0a6a} TCPHandler: Processed in 0.001358737 sec. 2026.04.29 20:59:09.599870 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.599965 [ 276 ] {ae76922c-4ffb-47b3-955f-ef34bd152660} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:09.600005 [ 276 ] {ae76922c-4ffb-47b3-955f-ef34bd152660} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:09.600571 [ 276 ] {ae76922c-4ffb-47b3-955f-ef34bd152660} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.600607 [ 276 ] {ae76922c-4ffb-47b3-955f-ef34bd152660} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.600956 [ 276 ] {ae76922c-4ffb-47b3-955f-ef34bd152660} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.04.29 20:59:09.601174 [ 276 ] {ae76922c-4ffb-47b3-955f-ef34bd152660} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:09.601312 [ 276 ] {ae76922c-4ffb-47b3-955f-ef34bd152660} executeQuery: Read 497 rows, 35.74 KiB in 0.001364 sec., 364369.50146627566 rows/sec., 25.59 MiB/sec. 2026.04.29 20:59:09.601348 [ 276 ] {ae76922c-4ffb-47b3-955f-ef34bd152660} TCPHandler: Processed in 0.001531489 sec. 2026.04.29 20:59:09.601470 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.601566 [ 276 ] {18d57597-b3b3-46f0-83ad-dcc5d8b05eb2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:59:09.601608 [ 276 ] {18d57597-b3b3-46f0-83ad-dcc5d8b05eb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:59:09.601959 [ 276 ] {18d57597-b3b3-46f0-83ad-dcc5d8b05eb2} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.601995 [ 276 ] {18d57597-b3b3-46f0-83ad-dcc5d8b05eb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.602301 [ 276 ] {18d57597-b3b3-46f0-83ad-dcc5d8b05eb2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:59:09.602509 [ 276 ] {18d57597-b3b3-46f0-83ad-dcc5d8b05eb2} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:59:09.602642 [ 276 ] {18d57597-b3b3-46f0-83ad-dcc5d8b05eb2} executeQuery: Read 6 rows, 321.00 B in 0.001095 sec., 5479.45205479452 rows/sec., 286.28 KiB/sec. 2026.04.29 20:59:09.602679 [ 276 ] {18d57597-b3b3-46f0-83ad-dcc5d8b05eb2} TCPHandler: Processed in 0.001262177 sec. 2026.04.29 20:59:09.602794 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.602890 [ 276 ] {ffd1bb7c-ba29-4275-809c-e8929ce061f6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:09.602932 [ 276 ] {ffd1bb7c-ba29-4275-809c-e8929ce061f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:09.603337 [ 276 ] {ffd1bb7c-ba29-4275-809c-e8929ce061f6} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.603373 [ 276 ] {ffd1bb7c-ba29-4275-809c-e8929ce061f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.603710 [ 276 ] {ffd1bb7c-ba29-4275-809c-e8929ce061f6} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.04.29 20:59:09.603927 [ 276 ] {ffd1bb7c-ba29-4275-809c-e8929ce061f6} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:09.604042 [ 70 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_86_18 to all_91_91_0 2026.04.29 20:59:09.604063 [ 276 ] {ffd1bb7c-ba29-4275-809c-e8929ce061f6} executeQuery: Read 265 rows, 18.03 KiB in 0.001192 sec., 222315.43624161076 rows/sec., 14.77 MiB/sec. 2026.04.29 20:59:09.604079 [ 70 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.604099 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.604101 [ 276 ] {ffd1bb7c-ba29-4275-809c-e8929ce061f6} TCPHandler: Processed in 0.001358588 sec. 2026.04.29 20:59:09.604183 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_18 to all_91_91_0 into Compact with storage Full 2026.04.29 20:59:09.604229 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.604283 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:09.604313 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_18, total 34530 rows starting from the beginning of the part 2026.04.29 20:59:09.604323 [ 276 ] {e4c71291-2b08-47b0-80bc-baea49ec8f46} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:59:09.604364 [ 276 ] {e4c71291-2b08-47b0-80bc-baea49ec8f46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:59:09.604370 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2026.04.29 20:59:09.604417 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 265 rows starting from the beginning of the part 2026.04.29 20:59:09.604462 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1496 rows starting from the beginning of the part 2026.04.29 20:59:09.604502 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 128 rows starting from the beginning of the part 2026.04.29 20:59:09.604543 [ 198 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 265 rows starting from the beginning of the part 2026.04.29 20:59:09.604703 [ 276 ] {e4c71291-2b08-47b0-80bc-baea49ec8f46} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.604736 [ 276 ] {e4c71291-2b08-47b0-80bc-baea49ec8f46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.605050 [ 276 ] {e4c71291-2b08-47b0-80bc-baea49ec8f46} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:59:09.605275 [ 276 ] {e4c71291-2b08-47b0-80bc-baea49ec8f46} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:59:09.605410 [ 276 ] {e4c71291-2b08-47b0-80bc-baea49ec8f46} executeQuery: Read 1 rows, 69.00 B in 0.001107 sec., 903.342366757001 rows/sec., 60.87 KiB/sec. 2026.04.29 20:59:09.605446 [ 276 ] {e4c71291-2b08-47b0-80bc-baea49ec8f46} TCPHandler: Processed in 0.001271066 sec. 2026.04.29 20:59:09.605574 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.605668 [ 276 ] {ec9c55db-9cac-4731-af16-815decf09457} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:09.605722 [ 276 ] {ec9c55db-9cac-4731-af16-815decf09457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:09.606512 [ 276 ] {ec9c55db-9cac-4731-af16-815decf09457} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.606548 [ 276 ] {ec9c55db-9cac-4731-af16-815decf09457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.607074 [ 276 ] {ec9c55db-9cac-4731-af16-815decf09457} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.04.29 20:59:09.607302 [ 276 ] {ec9c55db-9cac-4731-af16-815decf09457} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:09.607414 [ 70 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.04.29 20:59:09.607449 [ 70 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.607450 [ 276 ] {ec9c55db-9cac-4731-af16-815decf09457} executeQuery: Read 7 rows, 12.84 KiB in 0.0018 sec., 3888.888888888889 rows/sec., 6.97 MiB/sec. 2026.04.29 20:59:09.607469 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.607539 [ 276 ] {ec9c55db-9cac-4731-af16-815decf09457} TCPHandler: Processed in 0.002016986 sec. 2026.04.29 20:59:09.607596 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.04.29 20:59:09.607673 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:09.607773 [ 276 ] {a78d2d5b-0537-4f63-b00e-87afe1723c5f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:09.607815 [ 276 ] {a78d2d5b-0537-4f63-b00e-87afe1723c5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:09.607889 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:09.607958 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1639 rows starting from the beginning of the part 2026.04.29 20:59:09.608121 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:09.608155 [ 276 ] {a78d2d5b-0537-4f63-b00e-87afe1723c5f} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:09.608195 [ 276 ] {a78d2d5b-0537-4f63-b00e-87afe1723c5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.04.29 20:59:09.608231 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 35 rows starting from the beginning of the part 2026.04.29 20:59:09.608336 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:09.608442 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 46 rows starting from the beginning of the part 2026.04.29 20:59:09.608518 [ 276 ] {a78d2d5b-0537-4f63-b00e-87afe1723c5f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.04.29 20:59:09.608536 [ 187 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:09.608743 [ 276 ] {a78d2d5b-0537-4f63-b00e-87afe1723c5f} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:09.608886 [ 276 ] {a78d2d5b-0537-4f63-b00e-87afe1723c5f} executeQuery: Read 90 rows, 5.77 KiB in 0.001131 sec., 79575.59681697612 rows/sec., 4.98 MiB/sec. 2026.04.29 20:59:09.608928 [ 276 ] {a78d2d5b-0537-4f63-b00e-87afe1723c5f} TCPHandler: Processed in 0.001306447 sec. 2026.04.29 20:59:09.614240 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergeTask::MergeProjectionsStage: Merge sorted 36844 rows, containing 5 columns (5 merged, 0 gathered) in 0.01008742 sec., 3652470.106330459 rows/sec., 234.06 MiB/sec. 2026.04.29 20:59:09.614607 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} MergedBlockOutputStream: filled checksums all_1_91_19 (state Temporary) 2026.04.29 20:59:09.614880 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_91_19 to all_1_91_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:09.614958 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_91_19} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_86_18, all_91_91_0] -> all_1_91_19 2026.04.29 20:59:09.615047 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.04.29 20:59:09.617162 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1741 rows, containing 19 columns (19 merged, 0 gathered) in 0.009629863 sec., 180791.77242708436 rows/sec., 323.97 MiB/sec. 2026.04.29 20:59:09.619442 [ 194 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.04.29 20:59:09.619846 [ 194 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:09.619917 [ 194 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_76_15} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.04.29 20:59:09.620064 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.04 MiB. 2026.04.29 20:59:10.000206 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 341.77 MiB, peak 358.79 MiB, free memory in arenas 0.00 B, will set to 346.35 MiB (RSS), difference: 4.58 MiB 2026.04.29 20:59:12.050258 [ 63 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:59:12.050321 [ 63 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:59:12.230227 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26899 2026.04.29 20:59:12.230726 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:12.230765 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:12.231234 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.29 20:59:12.231472 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:12.231598 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26899 2026.04.29 20:59:12.231609 [ 63 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.29 20:59:12.231662 [ 63 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:12.231682 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:12.231796 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.29 20:59:12.231933 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:12.231971 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24467 rows starting from the beginning of the part 2026.04.29 20:59:12.232032 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 512 rows starting from the beginning of the part 2026.04.29 20:59:12.232076 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 448 rows starting from the beginning of the part 2026.04.29 20:59:12.232118 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 512 rows starting from the beginning of the part 2026.04.29 20:59:12.232156 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 448 rows starting from the beginning of the part 2026.04.29 20:59:12.232195 [ 194 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 512 rows starting from the beginning of the part 2026.04.29 20:59:12.234525 [ 193 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26899 rows, containing 4 columns (4 merged, 0 gathered) in 0.002784905 sec., 9658857.303929579 rows/sec., 138.17 MiB/sec. 2026.04.29 20:59:12.234770 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.29 20:59:12.235063 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:12.235140 [ 197 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_56_11} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.29 20:59:12.235235 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2026.04.29 20:59:12.325534 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1708 2026.04.29 20:59:12.328100 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:12.328143 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:12.329374 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:59:12.329647 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:12.329788 [ 63 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.04.29 20:59:12.329826 [ 63 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:12.329844 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:12.329907 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1708 2026.04.29 20:59:12.329941 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.04.29 20:59:12.330505 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:12.330632 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1500 rows starting from the beginning of the part 2026.04.29 20:59:12.330962 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part 2026.04.29 20:59:12.331267 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2026.04.29 20:59:12.331579 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2026.04.29 20:59:12.331895 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2026.04.29 20:59:12.332210 [ 193 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2026.04.29 20:59:12.338657 [ 197 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1708 rows, containing 72 columns (72 merged, 0 gathered) in 0.008762192 sec., 194928.39234748564 rows/sec., 161.98 MiB/sec. 2026.04.29 20:59:12.340630 [ 188 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.04.29 20:59:12.341293 [ 188 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:12.341388 [ 188 ] {03897449-be65-49df-8ac9-f05a42e91a11::all_1_41_8} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.04.29 20:59:12.341652 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.30 MiB. 2026.04.29 20:59:13.661791 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.04.29 20:59:13.679304 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:13.679367 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:13.685815 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.04.29 20:59:13.686576 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:13.686911 [ 65 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.04.29 20:59:13.686974 [ 65 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:13.686993 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:13.687108 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.04.29 20:59:13.690438 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.04.29 20:59:13.690845 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:13.692362 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.04.29 20:59:13.697072 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.04.29 20:59:13.701792 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part 2026.04.29 20:59:13.706503 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:13.714196 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.04.29 20:59:13.718353 [ 190 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:13.778090 [ 188 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.091031925 sec., 4635.736308992697 rows/sec., 23.97 MiB/sec. 2026.04.29 20:59:13.780605 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.04.29 20:59:13.782559 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:13.782671 [ 186 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_56_11} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.04.29 20:59:13.784731 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.04.29 20:59:14.579445 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:14.579804 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:59:14.580359 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:14.580429 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:59:14.580718 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:14.580789 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:14.580935 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:59:14.580973 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:14.580995 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:14.581010 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:14.581052 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:59:14.581073 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:14.582160 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} executeQuery: Read 52 rows, 12.45 KiB in 0.002509 sec., 20725.38860103627 rows/sec., 4.85 MiB/sec. 2026.04.29 20:59:14.582270 [ 276 ] {d7dfaa56-80ae-43d8-bf8c-e916e8b2bba7} TCPHandler: Processed in 0.003018119 sec. 2026.04.29 20:59:14.584590 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:14.584701 [ 276 ] {ae6a5fe2-a9dd-4d44-9fd8-6297b21a7da8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:14.584745 [ 276 ] {ae6a5fe2-a9dd-4d44-9fd8-6297b21a7da8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:14.585270 [ 276 ] {ae6a5fe2-a9dd-4d44-9fd8-6297b21a7da8} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:14.585313 [ 276 ] {ae6a5fe2-a9dd-4d44-9fd8-6297b21a7da8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:14.585698 [ 276 ] {ae6a5fe2-a9dd-4d44-9fd8-6297b21a7da8} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.04.29 20:59:14.585938 [ 276 ] {ae6a5fe2-a9dd-4d44-9fd8-6297b21a7da8} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:14.586083 [ 276 ] {ae6a5fe2-a9dd-4d44-9fd8-6297b21a7da8} executeQuery: Read 126 rows, 11.14 KiB in 0.001416 sec., 88983.05084745763 rows/sec., 7.69 MiB/sec. 2026.04.29 20:59:14.586120 [ 276 ] {ae6a5fe2-a9dd-4d44-9fd8-6297b21a7da8} TCPHandler: Processed in 0.00158621 sec. 2026.04.29 20:59:14.586253 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:14.586348 [ 276 ] {21779486-b6fa-4751-a57a-ed6c4a6488d5} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:14.586388 [ 276 ] {21779486-b6fa-4751-a57a-ed6c4a6488d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:14.586811 [ 276 ] {21779486-b6fa-4751-a57a-ed6c4a6488d5} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:14.586846 [ 276 ] {21779486-b6fa-4751-a57a-ed6c4a6488d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:14.587150 [ 276 ] {21779486-b6fa-4751-a57a-ed6c4a6488d5} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.29 20:59:14.587380 [ 276 ] {21779486-b6fa-4751-a57a-ed6c4a6488d5} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:14.587526 [ 276 ] {21779486-b6fa-4751-a57a-ed6c4a6488d5} executeQuery: Read 35 rows, 2.63 KiB in 0.001197 sec., 29239.76608187135 rows/sec., 2.15 MiB/sec. 2026.04.29 20:59:14.587565 [ 276 ] {21779486-b6fa-4751-a57a-ed6c4a6488d5} TCPHandler: Processed in 0.001364158 sec. 2026.04.29 20:59:14.587695 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:14.587791 [ 276 ] {3b538afa-3502-418d-96ce-79d917259077} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:14.587830 [ 276 ] {3b538afa-3502-418d-96ce-79d917259077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:14.588265 [ 276 ] {3b538afa-3502-418d-96ce-79d917259077} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:14.588300 [ 276 ] {3b538afa-3502-418d-96ce-79d917259077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:14.588610 [ 276 ] {3b538afa-3502-418d-96ce-79d917259077} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.04.29 20:59:14.588819 [ 276 ] {3b538afa-3502-418d-96ce-79d917259077} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:14.588949 [ 276 ] {3b538afa-3502-418d-96ce-79d917259077} executeQuery: Read 99 rows, 7.92 KiB in 0.001177 sec., 84112.14953271027 rows/sec., 6.57 MiB/sec. 2026.04.29 20:59:14.588987 [ 276 ] {3b538afa-3502-418d-96ce-79d917259077} TCPHandler: Processed in 0.001343457 sec. 2026.04.29 20:59:14.589113 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:14.589208 [ 276 ] {7c0bdf18-51ae-4dad-92ed-3d44ea681999} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:14.589250 [ 276 ] {7c0bdf18-51ae-4dad-92ed-3d44ea681999} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:14.589658 [ 276 ] {7c0bdf18-51ae-4dad-92ed-3d44ea681999} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:14.589692 [ 276 ] {7c0bdf18-51ae-4dad-92ed-3d44ea681999} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:14.590022 [ 276 ] {7c0bdf18-51ae-4dad-92ed-3d44ea681999} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.04.29 20:59:14.590247 [ 276 ] {7c0bdf18-51ae-4dad-92ed-3d44ea681999} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:14.590376 [ 276 ] {7c0bdf18-51ae-4dad-92ed-3d44ea681999} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.04.29 20:59:14.590413 [ 276 ] {7c0bdf18-51ae-4dad-92ed-3d44ea681999} TCPHandler: Processed in 0.001352077 sec. 2026.04.29 20:59:14.590533 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:14.590627 [ 276 ] {0e8cb7b7-445c-40ff-8ca6-5922fd5593fb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:14.590680 [ 276 ] {0e8cb7b7-445c-40ff-8ca6-5922fd5593fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:14.591532 [ 276 ] {0e8cb7b7-445c-40ff-8ca6-5922fd5593fb} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:14.591567 [ 276 ] {0e8cb7b7-445c-40ff-8ca6-5922fd5593fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:14.592132 [ 276 ] {0e8cb7b7-445c-40ff-8ca6-5922fd5593fb} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.04.29 20:59:14.592364 [ 276 ] {0e8cb7b7-445c-40ff-8ca6-5922fd5593fb} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:14.592500 [ 276 ] {0e8cb7b7-445c-40ff-8ca6-5922fd5593fb} executeQuery: Read 35 rows, 64.22 KiB in 0.001891 sec., 18508.725542041248 rows/sec., 33.17 MiB/sec. 2026.04.29 20:59:14.592556 [ 276 ] {0e8cb7b7-445c-40ff-8ca6-5922fd5593fb} TCPHandler: Processed in 0.002074297 sec. 2026.04.29 20:59:14.592688 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:14.592783 [ 276 ] {b9a34464-e682-401d-883a-7c5b6023920b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:14.592823 [ 276 ] {b9a34464-e682-401d-883a-7c5b6023920b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:14.593168 [ 276 ] {b9a34464-e682-401d-883a-7c5b6023920b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:14.593202 [ 276 ] {b9a34464-e682-401d-883a-7c5b6023920b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:14.593522 [ 276 ] {b9a34464-e682-401d-883a-7c5b6023920b} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.04.29 20:59:14.593739 [ 276 ] {b9a34464-e682-401d-883a-7c5b6023920b} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:14.593840 [ 58 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.04.29 20:59:14.593866 [ 276 ] {b9a34464-e682-401d-883a-7c5b6023920b} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.04.29 20:59:14.593876 [ 58 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:14.593898 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:14.593903 [ 276 ] {b9a34464-e682-401d-883a-7c5b6023920b} TCPHandler: Processed in 0.001266386 sec. 2026.04.29 20:59:14.594031 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.04.29 20:59:14.594176 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:14.594212 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5070 rows starting from the beginning of the part 2026.04.29 20:59:14.594275 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 90 rows starting from the beginning of the part 2026.04.29 20:59:14.594318 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 12 rows starting from the beginning of the part 2026.04.29 20:59:14.594359 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 48 rows starting from the beginning of the part 2026.04.29 20:59:14.594396 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 90 rows starting from the beginning of the part 2026.04.29 20:59:14.594436 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2026.04.29 20:59:14.596210 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5370 rows, containing 4 columns (4 merged, 0 gathered) in 0.002239858 sec., 2397473.4112608926 rows/sec., 157.12 MiB/sec. 2026.04.29 20:59:14.596629 [ 189 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.04.29 20:59:14.596941 [ 189 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:14.597031 [ 189 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_91_18} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.04.29 20:59:14.597126 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.04.29 20:59:19.583177 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.583459 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:19.583870 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:19.583911 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:19.584187 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:19.584260 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:19.584408 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.29 20:59:19.584445 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:19.584466 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:19.584482 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:19.584523 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:19.584545 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:19.585634 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} executeQuery: Read 52 rows, 12.45 KiB in 0.002288 sec., 22727.272727272728 rows/sec., 5.32 MiB/sec. 2026.04.29 20:59:19.585748 [ 276 ] {f3414edb-c797-4a15-9324-e3ffa8fac825} TCPHandler: Processed in 0.002713385 sec. 2026.04.29 20:59:19.590899 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.591032 [ 276 ] {06129312-efbb-4419-bd22-a4f4ed23ca9b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:59:19.591083 [ 276 ] {06129312-efbb-4419-bd22-a4f4ed23ca9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:59:19.591757 [ 276 ] {06129312-efbb-4419-bd22-a4f4ed23ca9b} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.591794 [ 276 ] {06129312-efbb-4419-bd22-a4f4ed23ca9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.592181 [ 276 ] {06129312-efbb-4419-bd22-a4f4ed23ca9b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:59:19.592417 [ 276 ] {06129312-efbb-4419-bd22-a4f4ed23ca9b} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): 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.29 20:59:19.592565 [ 276 ] {06129312-efbb-4419-bd22-a4f4ed23ca9b} executeQuery: Read 284 rows, 18.47 KiB in 0.001572 sec., 180661.57760814248 rows/sec., 11.47 MiB/sec. 2026.04.29 20:59:19.592604 [ 276 ] {06129312-efbb-4419-bd22-a4f4ed23ca9b} TCPHandler: Processed in 0.001769463 sec. 2026.04.29 20:59:19.592735 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.592836 [ 276 ] {18589591-a98c-4029-bfec-154e3dd7703b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:59:19.592878 [ 276 ] {18589591-a98c-4029-bfec-154e3dd7703b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:59:19.593285 [ 276 ] {18589591-a98c-4029-bfec-154e3dd7703b} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.593320 [ 276 ] {18589591-a98c-4029-bfec-154e3dd7703b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.593624 [ 276 ] {18589591-a98c-4029-bfec-154e3dd7703b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.29 20:59:19.593838 [ 276 ] {18589591-a98c-4029-bfec-154e3dd7703b} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:59:19.593974 [ 276 ] {18589591-a98c-4029-bfec-154e3dd7703b} executeQuery: Read 4 rows, 334.00 B in 0.001158 sec., 3454.231433506045 rows/sec., 281.67 KiB/sec. 2026.04.29 20:59:19.594023 [ 276 ] {18589591-a98c-4029-bfec-154e3dd7703b} TCPHandler: Processed in 0.001341347 sec. 2026.04.29 20:59:19.594140 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.594234 [ 276 ] {b5b6c8f5-f571-44b5-846f-09ac3dacbeaf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:19.594273 [ 276 ] {b5b6c8f5-f571-44b5-846f-09ac3dacbeaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:19.595036 [ 276 ] {b5b6c8f5-f571-44b5-846f-09ac3dacbeaf} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.595072 [ 276 ] {b5b6c8f5-f571-44b5-846f-09ac3dacbeaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.595424 [ 276 ] {b5b6c8f5-f571-44b5-846f-09ac3dacbeaf} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.04.29 20:59:19.595637 [ 276 ] {b5b6c8f5-f571-44b5-846f-09ac3dacbeaf} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:19.595766 [ 276 ] {b5b6c8f5-f571-44b5-846f-09ac3dacbeaf} executeQuery: Read 813 rows, 64.33 KiB in 0.00155 sec., 524516.1290322581 rows/sec., 40.53 MiB/sec. 2026.04.29 20:59:19.595803 [ 276 ] {b5b6c8f5-f571-44b5-846f-09ac3dacbeaf} TCPHandler: Processed in 0.001714302 sec. 2026.04.29 20:59:19.595939 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.596040 [ 276 ] {1ddb2b17-b5d8-4a51-a57d-c097b2e0cd40} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:19.596080 [ 276 ] {1ddb2b17-b5d8-4a51-a57d-c097b2e0cd40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:19.596522 [ 276 ] {1ddb2b17-b5d8-4a51-a57d-c097b2e0cd40} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.596556 [ 276 ] {1ddb2b17-b5d8-4a51-a57d-c097b2e0cd40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.596861 [ 276 ] {1ddb2b17-b5d8-4a51-a57d-c097b2e0cd40} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.29 20:59:19.597075 [ 276 ] {1ddb2b17-b5d8-4a51-a57d-c097b2e0cd40} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:19.597200 [ 276 ] {1ddb2b17-b5d8-4a51-a57d-c097b2e0cd40} executeQuery: Read 153 rows, 9.35 KiB in 0.001184 sec., 129222.97297297297 rows/sec., 7.71 MiB/sec. 2026.04.29 20:59:19.597238 [ 276 ] {1ddb2b17-b5d8-4a51-a57d-c097b2e0cd40} TCPHandler: Processed in 0.001350587 sec. 2026.04.29 20:59:19.597358 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.597452 [ 276 ] {e6bbe46a-f924-45cf-8fc7-9d4ed72a2d32} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:59:19.597491 [ 276 ] {e6bbe46a-f924-45cf-8fc7-9d4ed72a2d32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:59:19.597926 [ 276 ] {e6bbe46a-f924-45cf-8fc7-9d4ed72a2d32} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.597962 [ 276 ] {e6bbe46a-f924-45cf-8fc7-9d4ed72a2d32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.598278 [ 276 ] {e6bbe46a-f924-45cf-8fc7-9d4ed72a2d32} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.04.29 20:59:19.598486 [ 276 ] {e6bbe46a-f924-45cf-8fc7-9d4ed72a2d32} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:19.598613 [ 276 ] {e6bbe46a-f924-45cf-8fc7-9d4ed72a2d32} executeQuery: Read 149 rows, 9.86 KiB in 0.001179 sec., 126378.2866836302 rows/sec., 8.16 MiB/sec. 2026.04.29 20:59:19.598652 [ 276 ] {e6bbe46a-f924-45cf-8fc7-9d4ed72a2d32} TCPHandler: Processed in 0.001345467 sec. 2026.04.29 20:59:19.598772 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.598867 [ 276 ] {e7b663c9-61a6-49cf-94f0-150a834fb218} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:59:19.598906 [ 276 ] {e7b663c9-61a6-49cf-94f0-150a834fb218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:59:19.599339 [ 276 ] {e7b663c9-61a6-49cf-94f0-150a834fb218} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.599375 [ 276 ] {e7b663c9-61a6-49cf-94f0-150a834fb218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.599687 [ 276 ] {e7b663c9-61a6-49cf-94f0-150a834fb218} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:59:19.599909 [ 276 ] {e7b663c9-61a6-49cf-94f0-150a834fb218} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): 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.29 20:59:19.600036 [ 276 ] {e7b663c9-61a6-49cf-94f0-150a834fb218} executeQuery: Read 148 rows, 8.62 KiB in 0.001187 sec., 124684.07750631846 rows/sec., 7.09 MiB/sec. 2026.04.29 20:59:19.600075 [ 276 ] {e7b663c9-61a6-49cf-94f0-150a834fb218} TCPHandler: Processed in 0.001355017 sec. 2026.04.29 20:59:19.600193 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.600288 [ 276 ] {9e288beb-7e60-4ad7-97b2-06a5d7df1953} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:19.600325 [ 276 ] {9e288beb-7e60-4ad7-97b2-06a5d7df1953} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:19.600905 [ 276 ] {9e288beb-7e60-4ad7-97b2-06a5d7df1953} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.600942 [ 276 ] {9e288beb-7e60-4ad7-97b2-06a5d7df1953} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.601261 [ 276 ] {9e288beb-7e60-4ad7-97b2-06a5d7df1953} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.04.29 20:59:19.601475 [ 276 ] {9e288beb-7e60-4ad7-97b2-06a5d7df1953} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:19.601604 [ 276 ] {9e288beb-7e60-4ad7-97b2-06a5d7df1953} executeQuery: Read 501 rows, 36.07 KiB in 0.001335 sec., 375280.8988764045 rows/sec., 26.38 MiB/sec. 2026.04.29 20:59:19.601642 [ 276 ] {9e288beb-7e60-4ad7-97b2-06a5d7df1953} TCPHandler: Processed in 0.001500599 sec. 2026.04.29 20:59:19.601757 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.601851 [ 276 ] {32467adc-3ad9-47e5-8ae5-faa6874f940e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:59:19.601891 [ 276 ] {32467adc-3ad9-47e5-8ae5-faa6874f940e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:59:19.602236 [ 276 ] {32467adc-3ad9-47e5-8ae5-faa6874f940e} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.602272 [ 276 ] {32467adc-3ad9-47e5-8ae5-faa6874f940e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.602576 [ 276 ] {32467adc-3ad9-47e5-8ae5-faa6874f940e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:59:19.602793 [ 276 ] {32467adc-3ad9-47e5-8ae5-faa6874f940e} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:59:19.602923 [ 276 ] {32467adc-3ad9-47e5-8ae5-faa6874f940e} executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. 2026.04.29 20:59:19.602961 [ 276 ] {32467adc-3ad9-47e5-8ae5-faa6874f940e} TCPHandler: Processed in 0.001255176 sec. 2026.04.29 20:59:19.603079 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.603173 [ 276 ] {2b594477-10d1-4732-814c-2ea3e8006f4c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:19.603216 [ 276 ] {2b594477-10d1-4732-814c-2ea3e8006f4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:19.603628 [ 276 ] {2b594477-10d1-4732-814c-2ea3e8006f4c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.603664 [ 276 ] {2b594477-10d1-4732-814c-2ea3e8006f4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.603998 [ 276 ] {2b594477-10d1-4732-814c-2ea3e8006f4c} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.04.29 20:59:19.604221 [ 276 ] {2b594477-10d1-4732-814c-2ea3e8006f4c} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:19.604349 [ 276 ] {2b594477-10d1-4732-814c-2ea3e8006f4c} executeQuery: Read 267 rows, 18.17 KiB in 0.001194 sec., 223618.09045226133 rows/sec., 14.86 MiB/sec. 2026.04.29 20:59:19.604387 [ 276 ] {2b594477-10d1-4732-814c-2ea3e8006f4c} TCPHandler: Processed in 0.001359057 sec. 2026.04.29 20:59:19.604505 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.604598 [ 276 ] {512a58c2-5d6a-48ce-91de-379d7e9fd69b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:59:19.604640 [ 276 ] {512a58c2-5d6a-48ce-91de-379d7e9fd69b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:59:19.604953 [ 276 ] {512a58c2-5d6a-48ce-91de-379d7e9fd69b} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.604989 [ 276 ] {512a58c2-5d6a-48ce-91de-379d7e9fd69b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.605281 [ 276 ] {512a58c2-5d6a-48ce-91de-379d7e9fd69b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:59:19.605495 [ 276 ] {512a58c2-5d6a-48ce-91de-379d7e9fd69b} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:59:19.605623 [ 276 ] {512a58c2-5d6a-48ce-91de-379d7e9fd69b} executeQuery: Read 1 rows, 69.00 B in 0.001042 sec., 959.6928982725528 rows/sec., 64.67 KiB/sec. 2026.04.29 20:59:19.605659 [ 276 ] {512a58c2-5d6a-48ce-91de-379d7e9fd69b} TCPHandler: Processed in 0.001204395 sec. 2026.04.29 20:59:19.605773 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.605867 [ 276 ] {489a6782-61a0-450a-8582-1f114051fb95} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:19.605919 [ 276 ] {489a6782-61a0-450a-8582-1f114051fb95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:19.606676 [ 276 ] {489a6782-61a0-450a-8582-1f114051fb95} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.606713 [ 276 ] {489a6782-61a0-450a-8582-1f114051fb95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.607217 [ 276 ] {489a6782-61a0-450a-8582-1f114051fb95} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.04.29 20:59:19.607447 [ 276 ] {489a6782-61a0-450a-8582-1f114051fb95} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:19.607592 [ 276 ] {489a6782-61a0-450a-8582-1f114051fb95} executeQuery: Read 7 rows, 12.84 KiB in 0.001743 sec., 4016.0642570281125 rows/sec., 7.20 MiB/sec. 2026.04.29 20:59:19.607657 [ 276 ] {489a6782-61a0-450a-8582-1f114051fb95} TCPHandler: Processed in 0.001934254 sec. 2026.04.29 20:59:19.607799 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:19.607894 [ 276 ] {ac0df2c5-bc32-499c-8fe6-1a7b97be59ad} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:19.607934 [ 276 ] {ac0df2c5-bc32-499c-8fe6-1a7b97be59ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:19.608287 [ 276 ] {ac0df2c5-bc32-499c-8fe6-1a7b97be59ad} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.608323 [ 276 ] {ac0df2c5-bc32-499c-8fe6-1a7b97be59ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.608630 [ 276 ] {ac0df2c5-bc32-499c-8fe6-1a7b97be59ad} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.04.29 20:59:19.608844 [ 276 ] {ac0df2c5-bc32-499c-8fe6-1a7b97be59ad} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:19.608970 [ 276 ] {ac0df2c5-bc32-499c-8fe6-1a7b97be59ad} executeQuery: Read 90 rows, 5.77 KiB in 0.001095 sec., 82191.78082191781 rows/sec., 5.14 MiB/sec. 2026.04.29 20:59:19.609008 [ 276 ] {ac0df2c5-bc32-499c-8fe6-1a7b97be59ad} TCPHandler: Processed in 0.001259167 sec. 2026.04.29 20:59:19.731827 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27347 2026.04.29 20:59:19.732352 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:19.732399 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:19.732924 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.29 20:59:19.733157 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:19.733295 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27347 2026.04.29 20:59:21.190603 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.04.29 20:59:21.206844 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:21.206913 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:21.212478 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.04.29 20:59:21.213176 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:21.216161 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.04.29 20:59:22.330294 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1748 2026.04.29 20:59:22.332761 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:22.332811 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:22.334020 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:59:22.334290 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:22.334566 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1748 2026.04.29 20:59:24.579063 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:24.579319 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:59:24.579706 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:24.579749 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:59:24.579982 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:24.580050 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:24.580193 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:59:24.580229 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:24.580250 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:24.580264 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:24.580303 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:59:24.580323 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:24.581451 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} executeQuery: Read 52 rows, 12.45 KiB in 0.002235 sec., 23266.2192393736 rows/sec., 5.44 MiB/sec. 2026.04.29 20:59:24.581554 [ 276 ] {3aba7d8b-bdd5-48b6-b6c4-ae85732f76a9} TCPHandler: Processed in 0.002631083 sec. 2026.04.29 20:59:24.583835 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:24.583955 [ 276 ] {fd81bde0-4fe5-4bdc-9f85-dec91b1f35d3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:24.583999 [ 276 ] {fd81bde0-4fe5-4bdc-9f85-dec91b1f35d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:24.584551 [ 276 ] {fd81bde0-4fe5-4bdc-9f85-dec91b1f35d3} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:24.584591 [ 276 ] {fd81bde0-4fe5-4bdc-9f85-dec91b1f35d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:24.584972 [ 276 ] {fd81bde0-4fe5-4bdc-9f85-dec91b1f35d3} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.04.29 20:59:24.585197 [ 276 ] {fd81bde0-4fe5-4bdc-9f85-dec91b1f35d3} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:24.585348 [ 276 ] {fd81bde0-4fe5-4bdc-9f85-dec91b1f35d3} executeQuery: Read 126 rows, 11.14 KiB in 0.001426 sec., 88359.04628330996 rows/sec., 7.63 MiB/sec. 2026.04.29 20:59:24.585387 [ 276 ] {fd81bde0-4fe5-4bdc-9f85-dec91b1f35d3} TCPHandler: Processed in 0.00160907 sec. 2026.04.29 20:59:24.585517 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:24.585613 [ 276 ] {ef7bf821-99f9-4f6f-af0f-f75c3c1cbcfb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:24.585652 [ 276 ] {ef7bf821-99f9-4f6f-af0f-f75c3c1cbcfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:24.586069 [ 276 ] {ef7bf821-99f9-4f6f-af0f-f75c3c1cbcfb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:24.586106 [ 276 ] {ef7bf821-99f9-4f6f-af0f-f75c3c1cbcfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:24.586407 [ 276 ] {ef7bf821-99f9-4f6f-af0f-f75c3c1cbcfb} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.29 20:59:24.586629 [ 276 ] {ef7bf821-99f9-4f6f-af0f-f75c3c1cbcfb} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:24.586759 [ 276 ] {ef7bf821-99f9-4f6f-af0f-f75c3c1cbcfb} executeQuery: Read 35 rows, 2.63 KiB in 0.001165 sec., 30042.91845493562 rows/sec., 2.21 MiB/sec. 2026.04.29 20:59:24.586785 [ 48 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2026.04.29 20:59:24.586796 [ 276 ] {ef7bf821-99f9-4f6f-af0f-f75c3c1cbcfb} TCPHandler: Processed in 0.001330387 sec. 2026.04.29 20:59:24.586859 [ 48 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:24.586897 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:24.586961 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:24.587012 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2026.04.29 20:59:24.587060 [ 276 ] {f8193d2f-ae53-4f9c-bfbf-513722c5f210} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:24.587105 [ 276 ] {f8193d2f-ae53-4f9c-bfbf-513722c5f210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:24.587134 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:24.587176 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 227 rows starting from the beginning of the part 2026.04.29 20:59:24.587250 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 46 rows starting from the beginning of the part 2026.04.29 20:59:24.587303 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 149 rows starting from the beginning of the part 2026.04.29 20:59:24.587355 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 35 rows starting from the beginning of the part 2026.04.29 20:59:24.587400 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 153 rows starting from the beginning of the part 2026.04.29 20:59:24.587448 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 35 rows starting from the beginning of the part 2026.04.29 20:59:24.587544 [ 276 ] {f8193d2f-ae53-4f9c-bfbf-513722c5f210} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:24.587585 [ 276 ] {f8193d2f-ae53-4f9c-bfbf-513722c5f210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:24.587960 [ 276 ] {f8193d2f-ae53-4f9c-bfbf-513722c5f210} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.04.29 20:59:24.588192 [ 276 ] {f8193d2f-ae53-4f9c-bfbf-513722c5f210} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:24.588324 [ 276 ] {f8193d2f-ae53-4f9c-bfbf-513722c5f210} executeQuery: Read 99 rows, 7.92 KiB in 0.001282 sec., 77223.08892355695 rows/sec., 6.03 MiB/sec. 2026.04.29 20:59:24.588361 [ 276 ] {f8193d2f-ae53-4f9c-bfbf-513722c5f210} TCPHandler: Processed in 0.001454668 sec. 2026.04.29 20:59:24.588407 [ 188 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 645 rows, containing 5 columns (5 merged, 0 gathered) in 0.001445399 sec., 446243.5631960448 rows/sec., 30.09 MiB/sec. 2026.04.29 20:59:24.588482 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:24.588546 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2026.04.29 20:59:24.588582 [ 276 ] {3ee8e275-1048-4cc2-b9ff-27cb8dc18e21} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:24.588629 [ 276 ] {3ee8e275-1048-4cc2-b9ff-27cb8dc18e21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:24.588810 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:24.588880 [ 196 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_80_16} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2026.04.29 20:59:24.588944 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.29 20:59:24.589049 [ 276 ] {3ee8e275-1048-4cc2-b9ff-27cb8dc18e21} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:24.589095 [ 276 ] {3ee8e275-1048-4cc2-b9ff-27cb8dc18e21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:24.589455 [ 276 ] {3ee8e275-1048-4cc2-b9ff-27cb8dc18e21} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.04.29 20:59:24.589672 [ 276 ] {3ee8e275-1048-4cc2-b9ff-27cb8dc18e21} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:24.589804 [ 276 ] {3ee8e275-1048-4cc2-b9ff-27cb8dc18e21} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2026.04.29 20:59:24.589842 [ 276 ] {3ee8e275-1048-4cc2-b9ff-27cb8dc18e21} TCPHandler: Processed in 0.001410148 sec. 2026.04.29 20:59:24.589953 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:24.590046 [ 276 ] {d5c42ced-7023-4141-bd7b-f995549ab7a0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:24.590100 [ 276 ] {d5c42ced-7023-4141-bd7b-f995549ab7a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:24.590918 [ 276 ] {d5c42ced-7023-4141-bd7b-f995549ab7a0} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:24.590954 [ 276 ] {d5c42ced-7023-4141-bd7b-f995549ab7a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:24.591509 [ 276 ] {d5c42ced-7023-4141-bd7b-f995549ab7a0} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.04.29 20:59:24.591740 [ 276 ] {d5c42ced-7023-4141-bd7b-f995549ab7a0} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:24.591876 [ 276 ] {d5c42ced-7023-4141-bd7b-f995549ab7a0} executeQuery: Read 35 rows, 64.22 KiB in 0.001847 sec., 18949.648077964266 rows/sec., 33.96 MiB/sec. 2026.04.29 20:59:24.591930 [ 276 ] {d5c42ced-7023-4141-bd7b-f995549ab7a0} TCPHandler: Processed in 0.002027416 sec. 2026.04.29 20:59:24.592070 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:24.592165 [ 276 ] {475a5012-b895-4119-af7a-584f3d14e948} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:24.592205 [ 276 ] {475a5012-b895-4119-af7a-584f3d14e948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:24.592545 [ 276 ] {475a5012-b895-4119-af7a-584f3d14e948} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:24.592581 [ 276 ] {475a5012-b895-4119-af7a-584f3d14e948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:24.592899 [ 276 ] {475a5012-b895-4119-af7a-584f3d14e948} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.04.29 20:59:24.593113 [ 276 ] {475a5012-b895-4119-af7a-584f3d14e948} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:24.593243 [ 276 ] {475a5012-b895-4119-af7a-584f3d14e948} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.04.29 20:59:24.593279 [ 276 ] {475a5012-b895-4119-af7a-584f3d14e948} TCPHandler: Processed in 0.001260646 sec. 2026.04.29 20:59:27.050358 [ 46 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:59:27.050437 [ 46 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:59:27.233521 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27859 2026.04.29 20:59:27.234099 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:27.234153 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:27.234659 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.29 20:59:27.234899 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:27.235066 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27859 2026.04.29 20:59:28.716329 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.04.29 20:59:28.732174 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:28.732220 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:28.738127 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.04.29 20:59:28.738780 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:28.741540 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.04.29 20:59:29.583083 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.583358 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:29.583780 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:29.583827 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:29.584117 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:29.584194 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:29.584342 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:59:29.584379 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:29.584401 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:29.584416 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:29.584456 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:29.584477 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:29.585596 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} executeQuery: Read 52 rows, 12.45 KiB in 0.002349 sec., 22137.079608343978 rows/sec., 5.18 MiB/sec. 2026.04.29 20:59:29.585711 [ 276 ] {6a48e1dc-2a80-475e-a8ff-9ca7fbc36e22} TCPHandler: Processed in 0.002807705 sec. 2026.04.29 20:59:29.590877 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.591008 [ 276 ] {a1c164e8-6b22-450d-af97-3160951a5200} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.591062 [ 276 ] {a1c164e8-6b22-450d-af97-3160951a5200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:59:29.591738 [ 276 ] {a1c164e8-6b22-450d-af97-3160951a5200} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.591793 [ 276 ] {a1c164e8-6b22-450d-af97-3160951a5200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.592233 [ 276 ] {a1c164e8-6b22-450d-af97-3160951a5200} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:59:29.592474 [ 276 ] {a1c164e8-6b22-450d-af97-3160951a5200} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.592626 [ 276 ] {a1c164e8-6b22-450d-af97-3160951a5200} executeQuery: Read 284 rows, 18.47 KiB in 0.001656 sec., 171497.58454106282 rows/sec., 10.89 MiB/sec. 2026.04.29 20:59:29.592667 [ 276 ] {a1c164e8-6b22-450d-af97-3160951a5200} TCPHandler: Processed in 0.001854314 sec. 2026.04.29 20:59:29.592796 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.592895 [ 276 ] {c70d3a59-e1dc-4fc6-be3e-a5230b0c1d4a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:29.592935 [ 276 ] {c70d3a59-e1dc-4fc6-be3e-a5230b0c1d4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:29.593669 [ 276 ] {c70d3a59-e1dc-4fc6-be3e-a5230b0c1d4a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.593707 [ 276 ] {c70d3a59-e1dc-4fc6-be3e-a5230b0c1d4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.594077 [ 276 ] {c70d3a59-e1dc-4fc6-be3e-a5230b0c1d4a} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.04.29 20:59:29.594297 [ 276 ] {c70d3a59-e1dc-4fc6-be3e-a5230b0c1d4a} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.594422 [ 43 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.04.29 20:59:29.594432 [ 276 ] {c70d3a59-e1dc-4fc6-be3e-a5230b0c1d4a} executeQuery: Read 811 rows, 64.18 KiB in 0.00156 sec., 519871.7948717949 rows/sec., 40.18 MiB/sec. 2026.04.29 20:59:29.594499 [ 43 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.594517 [ 276 ] {c70d3a59-e1dc-4fc6-be3e-a5230b0c1d4a} TCPHandler: Processed in 0.001773892 sec. 2026.04.29 20:59:29.594528 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.594646 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.594675 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.04.29 20:59:29.594747 [ 276 ] {de4df416-a48d-471c-abe4-5e27f49fb23c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.594792 [ 276 ] {de4df416-a48d-471c-abe4-5e27f49fb23c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:29.594841 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:29.594885 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 3364 rows starting from the beginning of the part 2026.04.29 20:59:29.594960 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 811 rows starting from the beginning of the part 2026.04.29 20:59:29.595012 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 126 rows starting from the beginning of the part 2026.04.29 20:59:29.595063 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 813 rows starting from the beginning of the part 2026.04.29 20:59:29.595102 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 126 rows starting from the beginning of the part 2026.04.29 20:59:29.595142 [ 200 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 811 rows starting from the beginning of the part 2026.04.29 20:59:29.595228 [ 276 ] {de4df416-a48d-471c-abe4-5e27f49fb23c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.595272 [ 276 ] {de4df416-a48d-471c-abe4-5e27f49fb23c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.595638 [ 276 ] {de4df416-a48d-471c-abe4-5e27f49fb23c} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.29 20:59:29.595866 [ 276 ] {de4df416-a48d-471c-abe4-5e27f49fb23c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.596005 [ 276 ] {de4df416-a48d-471c-abe4-5e27f49fb23c} executeQuery: Read 149 rows, 9.07 KiB in 0.001278 sec., 116588.4194053208 rows/sec., 6.93 MiB/sec. 2026.04.29 20:59:29.596044 [ 276 ] {de4df416-a48d-471c-abe4-5e27f49fb23c} TCPHandler: Processed in 0.001450659 sec. 2026.04.29 20:59:29.596162 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.596256 [ 276 ] {ec40edce-f65f-4689-b59a-2387542a496b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.596294 [ 276 ] {ec40edce-f65f-4689-b59a-2387542a496b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:59:29.596726 [ 276 ] {ec40edce-f65f-4689-b59a-2387542a496b} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.596761 [ 276 ] {ec40edce-f65f-4689-b59a-2387542a496b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.597072 [ 276 ] {ec40edce-f65f-4689-b59a-2387542a496b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.04.29 20:59:29.597222 [ 188 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 6051 rows, containing 5 columns (5 merged, 0 gathered) in 0.002616634 sec., 2312512.9460214917 rows/sec., 186.36 MiB/sec. 2026.04.29 20:59:29.597302 [ 276 ] {ec40edce-f65f-4689-b59a-2387542a496b} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.597445 [ 276 ] {ec40edce-f65f-4689-b59a-2387542a496b} executeQuery: Read 149 rows, 9.86 KiB in 0.001207 sec., 123446.56172328087 rows/sec., 7.98 MiB/sec. 2026.04.29 20:59:29.597482 [ 276 ] {ec40edce-f65f-4689-b59a-2387542a496b} TCPHandler: Processed in 0.001371407 sec. 2026.04.29 20:59:29.597605 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.597639 [ 201 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.04.29 20:59:29.597699 [ 276 ] {f62300ee-1c40-4687-863c-7a2fd824f1c1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.597742 [ 276 ] {f62300ee-1c40-4687-863c-7a2fd824f1c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:59:29.597994 [ 201 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.598089 [ 201 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_96_19} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.04.29 20:59:29.598177 [ 276 ] {f62300ee-1c40-4687-863c-7a2fd824f1c1} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.598216 [ 276 ] {f62300ee-1c40-4687-863c-7a2fd824f1c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.598223 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.04.29 20:59:29.598538 [ 276 ] {f62300ee-1c40-4687-863c-7a2fd824f1c1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:59:29.598753 [ 276 ] {f62300ee-1c40-4687-863c-7a2fd824f1c1} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.598882 [ 276 ] {f62300ee-1c40-4687-863c-7a2fd824f1c1} executeQuery: Read 148 rows, 8.62 KiB in 0.001201 sec., 123230.64113238968 rows/sec., 7.01 MiB/sec. 2026.04.29 20:59:29.598919 [ 276 ] {f62300ee-1c40-4687-863c-7a2fd824f1c1} TCPHandler: Processed in 0.001365578 sec. 2026.04.29 20:59:29.599035 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.599130 [ 276 ] {3452bf85-2feb-48e6-b2bc-0d207994e1ab} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:29.599169 [ 276 ] {3452bf85-2feb-48e6-b2bc-0d207994e1ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:29.599762 [ 276 ] {3452bf85-2feb-48e6-b2bc-0d207994e1ab} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.599798 [ 276 ] {3452bf85-2feb-48e6-b2bc-0d207994e1ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.600133 [ 276 ] {3452bf85-2feb-48e6-b2bc-0d207994e1ab} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.04.29 20:59:29.600359 [ 276 ] {3452bf85-2feb-48e6-b2bc-0d207994e1ab} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.600471 [ 43 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.04.29 20:59:29.600488 [ 276 ] {3452bf85-2feb-48e6-b2bc-0d207994e1ab} executeQuery: Read 497 rows, 35.74 KiB in 0.001377 sec., 360929.5570079884 rows/sec., 25.35 MiB/sec. 2026.04.29 20:59:29.600501 [ 43 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.600528 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.600534 [ 276 ] {3452bf85-2feb-48e6-b2bc-0d207994e1ab} TCPHandler: Processed in 0.00154978 sec. 2026.04.29 20:59:29.600605 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.04.29 20:59:29.600658 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.600711 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:29.600743 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1832 rows starting from the beginning of the part 2026.04.29 20:59:29.600758 [ 276 ] {c7ea38fe-3d97-4f7c-a0e3-12b69bcb1bc3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:59:29.600795 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 497 rows starting from the beginning of the part 2026.04.29 20:59:29.600803 [ 276 ] {c7ea38fe-3d97-4f7c-a0e3-12b69bcb1bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:59:29.600845 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 99 rows starting from the beginning of the part 2026.04.29 20:59:29.600892 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 501 rows starting from the beginning of the part 2026.04.29 20:59:29.600931 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 99 rows starting from the beginning of the part 2026.04.29 20:59:29.600972 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 497 rows starting from the beginning of the part 2026.04.29 20:59:29.601159 [ 276 ] {c7ea38fe-3d97-4f7c-a0e3-12b69bcb1bc3} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.601201 [ 276 ] {c7ea38fe-3d97-4f7c-a0e3-12b69bcb1bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.601524 [ 276 ] {c7ea38fe-3d97-4f7c-a0e3-12b69bcb1bc3} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.29 20:59:29.601751 [ 276 ] {c7ea38fe-3d97-4f7c-a0e3-12b69bcb1bc3} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:59:29.601859 [ 43 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2026.04.29 20:59:29.601885 [ 276 ] {c7ea38fe-3d97-4f7c-a0e3-12b69bcb1bc3} executeQuery: Read 6 rows, 321.00 B in 0.001146 sec., 5235.602094240838 rows/sec., 273.54 KiB/sec. 2026.04.29 20:59:29.601887 [ 43 ] {} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.601923 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.601930 [ 276 ] {c7ea38fe-3d97-4f7c-a0e3-12b69bcb1bc3} TCPHandler: Processed in 0.001323107 sec. 2026.04.29 20:59:29.602000 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2026.04.29 20:59:29.602052 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.602103 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:29.602135 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 114 rows starting from the beginning of the part 2026.04.29 20:59:29.602151 [ 276 ] {6220a8da-4a85-4b18-aa0b-8b0f60c70458} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.602158 [ 199 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3525 rows, containing 5 columns (5 merged, 0 gathered) in 0.00158461 sec., 2224522.122162551 rows/sec., 163.33 MiB/sec. 2026.04.29 20:59:29.602185 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2026.04.29 20:59:29.602203 [ 276 ] {6220a8da-4a85-4b18-aa0b-8b0f60c70458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:29.602234 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.04.29 20:59:29.602274 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.04.29 20:59:29.602309 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2026.04.29 20:59:29.602347 [ 188 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.04.29 20:59:29.602420 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.04.29 20:59:29.602654 [ 276 ] {6220a8da-4a85-4b18-aa0b-8b0f60c70458} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.602697 [ 276 ] {6220a8da-4a85-4b18-aa0b-8b0f60c70458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.602719 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.602816 [ 200 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_96_19} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.04.29 20:59:29.602897 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.04.29 20:59:29.603072 [ 276 ] {6220a8da-4a85-4b18-aa0b-8b0f60c70458} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.04.29 20:59:29.603114 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.001152384 sec., 130164.94501832723 rows/sec., 6.64 MiB/sec. 2026.04.29 20:59:29.603278 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2026.04.29 20:59:29.603326 [ 276 ] {6220a8da-4a85-4b18-aa0b-8b0f60c70458} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.603473 [ 276 ] {6220a8da-4a85-4b18-aa0b-8b0f60c70458} executeQuery: Read 265 rows, 18.03 KiB in 0.001341 sec., 197613.72110365398 rows/sec., 13.13 MiB/sec. 2026.04.29 20:59:29.603511 [ 276 ] {6220a8da-4a85-4b18-aa0b-8b0f60c70458} TCPHandler: Processed in 0.00151045 sec. 2026.04.29 20:59:29.603599 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.603630 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.603687 [ 187 ] {465ad3fa-2713-46e6-92ea-ccbb2a363fec::all_1_24_5} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2026.04.29 20:59:29.603727 [ 276 ] {2c67f10c-3a0d-4ee4-bd06-0828384becc7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.603773 [ 276 ] {2c67f10c-3a0d-4ee4-bd06-0828384becc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:59:29.603790 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.04.29 20:59:29.604095 [ 276 ] {2c67f10c-3a0d-4ee4-bd06-0828384becc7} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.604136 [ 276 ] {2c67f10c-3a0d-4ee4-bd06-0828384becc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.604440 [ 276 ] {2c67f10c-3a0d-4ee4-bd06-0828384becc7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:59:29.604660 [ 276 ] {2c67f10c-3a0d-4ee4-bd06-0828384becc7} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:59:29.604768 [ 43 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.04.29 20:59:29.604794 [ 276 ] {2c67f10c-3a0d-4ee4-bd06-0828384becc7} executeQuery: Read 1 rows, 69.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 62.10 KiB/sec. 2026.04.29 20:59:29.604797 [ 43 ] {} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.604833 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.604838 [ 276 ] {2c67f10c-3a0d-4ee4-bd06-0828384becc7} TCPHandler: Processed in 0.001259587 sec. 2026.04.29 20:59:29.604910 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.04.29 20:59:29.604962 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.605002 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:29.605032 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 21 rows starting from the beginning of the part 2026.04.29 20:59:29.605067 [ 276 ] {546ba295-ff01-4305-b4c7-1880a0eed7b1} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.605076 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2026.04.29 20:59:29.605127 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.04.29 20:59:29.605130 [ 276 ] {546ba295-ff01-4305-b4c7-1880a0eed7b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:29.605165 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.04.29 20:59:29.605203 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.04.29 20:59:29.605233 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.04.29 20:59:29.605905 [ 199 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.001031773 sec., 26168.54676367767 rows/sec., 1.71 MiB/sec. 2026.04.29 20:59:29.605926 [ 276 ] {546ba295-ff01-4305-b4c7-1880a0eed7b1} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.605968 [ 276 ] {546ba295-ff01-4305-b4c7-1880a0eed7b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.606026 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.04.29 20:59:29.606304 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.606373 [ 188 ] {36afd666-d1db-4f79-bca2-33f962594014::all_1_25_5} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.04.29 20:59:29.606434 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.29 20:59:29.606535 [ 276 ] {546ba295-ff01-4305-b4c7-1880a0eed7b1} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.04.29 20:59:29.606770 [ 276 ] {546ba295-ff01-4305-b4c7-1880a0eed7b1} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.606912 [ 276 ] {546ba295-ff01-4305-b4c7-1880a0eed7b1} executeQuery: Read 7 rows, 12.84 KiB in 0.001865 sec., 3753.3512064343167 rows/sec., 6.73 MiB/sec. 2026.04.29 20:59:29.606976 [ 276 ] {546ba295-ff01-4305-b4c7-1880a0eed7b1} TCPHandler: Processed in 0.002064767 sec. 2026.04.29 20:59:29.607094 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.607190 [ 276 ] {bb8a04d9-9169-4166-a0f1-37be5fad7cac} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.607229 [ 276 ] {bb8a04d9-9169-4166-a0f1-37be5fad7cac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:29.607565 [ 276 ] {bb8a04d9-9169-4166-a0f1-37be5fad7cac} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.607602 [ 276 ] {bb8a04d9-9169-4166-a0f1-37be5fad7cac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.607914 [ 276 ] {bb8a04d9-9169-4166-a0f1-37be5fad7cac} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.04.29 20:59:29.608129 [ 276 ] {bb8a04d9-9169-4166-a0f1-37be5fad7cac} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.608257 [ 276 ] {bb8a04d9-9169-4166-a0f1-37be5fad7cac} executeQuery: Read 90 rows, 5.77 KiB in 0.001086 sec., 82872.92817679558 rows/sec., 5.19 MiB/sec. 2026.04.29 20:59:29.608291 [ 276 ] {bb8a04d9-9169-4166-a0f1-37be5fad7cac} TCPHandler: Processed in 0.001247496 sec. 2026.04.29 20:59:29.900380 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.900610 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:59:29.900964 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:29.901008 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:59:29.901247 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:29.901314 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:29.901452 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.04.29 20:59:29.901486 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:29.901507 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:29.901521 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:29.901559 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:59:29.901578 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:29.902686 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} executeQuery: Read 52 rows, 12.45 KiB in 0.002172 sec., 23941.06813996317 rows/sec., 5.60 MiB/sec. 2026.04.29 20:59:29.902794 [ 276 ] {b3f00e8c-7eca-4a85-9461-33b757399047} TCPHandler: Processed in 0.002534543 sec. 2026.04.29 20:59:29.916117 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.916243 [ 276 ] {bcd7a3e8-a378-4f7a-9e06-61467dfe01be} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:59:29.916294 [ 276 ] {bcd7a3e8-a378-4f7a-9e06-61467dfe01be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:59:29.916851 [ 276 ] {bcd7a3e8-a378-4f7a-9e06-61467dfe01be} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.916901 [ 276 ] {bcd7a3e8-a378-4f7a-9e06-61467dfe01be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.917281 [ 276 ] {bcd7a3e8-a378-4f7a-9e06-61467dfe01be} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.29 20:59:29.917518 [ 276 ] {bcd7a3e8-a378-4f7a-9e06-61467dfe01be} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:59:29.917665 [ 276 ] {bcd7a3e8-a378-4f7a-9e06-61467dfe01be} executeQuery: Read 6 rows, 501.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 336.03 KiB/sec. 2026.04.29 20:59:29.917704 [ 276 ] {bcd7a3e8-a378-4f7a-9e06-61467dfe01be} TCPHandler: Processed in 0.001651121 sec. 2026.04.29 20:59:29.917847 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.917944 [ 276 ] {e7a95b1c-5814-4dff-b220-8ed316305ea6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:29.917982 [ 276 ] {e7a95b1c-5814-4dff-b220-8ed316305ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:29.919582 [ 276 ] {e7a95b1c-5814-4dff-b220-8ed316305ea6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.919619 [ 276 ] {e7a95b1c-5814-4dff-b220-8ed316305ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.920094 [ 276 ] {e7a95b1c-5814-4dff-b220-8ed316305ea6} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.04.29 20:59:29.920319 [ 276 ] {e7a95b1c-5814-4dff-b220-8ed316305ea6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.920456 [ 276 ] {e7a95b1c-5814-4dff-b220-8ed316305ea6} executeQuery: Read 2478 rows, 188.65 KiB in 0.002532 sec., 978672.9857819906 rows/sec., 72.76 MiB/sec. 2026.04.29 20:59:29.920494 [ 276 ] {e7a95b1c-5814-4dff-b220-8ed316305ea6} TCPHandler: Processed in 0.002698405 sec. 2026.04.29 20:59:29.920618 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.920714 [ 276 ] {ab302d1f-54ea-45ab-8883-7cb37714c59c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.920753 [ 276 ] {ab302d1f-54ea-45ab-8883-7cb37714c59c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:29.921183 [ 276 ] {ab302d1f-54ea-45ab-8883-7cb37714c59c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.921220 [ 276 ] {ab302d1f-54ea-45ab-8883-7cb37714c59c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.921528 [ 276 ] {ab302d1f-54ea-45ab-8883-7cb37714c59c} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.29 20:59:29.921748 [ 276 ] {ab302d1f-54ea-45ab-8883-7cb37714c59c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.921884 [ 276 ] {ab302d1f-54ea-45ab-8883-7cb37714c59c} executeQuery: Read 52 rows, 3.88 KiB in 0.00119 sec., 43697.47899159663 rows/sec., 3.18 MiB/sec. 2026.04.29 20:59:29.921921 [ 276 ] {ab302d1f-54ea-45ab-8883-7cb37714c59c} TCPHandler: Processed in 0.001355117 sec. 2026.04.29 20:59:29.922040 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.922134 [ 276 ] {d4295ef6-ea8f-4220-9aa8-fd728d9920bd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.922172 [ 276 ] {d4295ef6-ea8f-4220-9aa8-fd728d9920bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:59:29.922940 [ 276 ] {d4295ef6-ea8f-4220-9aa8-fd728d9920bd} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.922977 [ 276 ] {d4295ef6-ea8f-4220-9aa8-fd728d9920bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.923322 [ 276 ] {d4295ef6-ea8f-4220-9aa8-fd728d9920bd} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:59:29.923550 [ 276 ] {d4295ef6-ea8f-4220-9aa8-fd728d9920bd} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.923680 [ 276 ] {d4295ef6-ea8f-4220-9aa8-fd728d9920bd} executeQuery: Read 801 rows, 47.38 KiB in 0.001564 sec., 512148.3375959079 rows/sec., 29.58 MiB/sec. 2026.04.29 20:59:29.923718 [ 276 ] {d4295ef6-ea8f-4220-9aa8-fd728d9920bd} TCPHandler: Processed in 0.001729792 sec. 2026.04.29 20:59:29.923833 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.923926 [ 276 ] {0667b204-0655-4733-8e83-0427cf3755f6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.923966 [ 276 ] {0667b204-0655-4733-8e83-0427cf3755f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:59:29.924346 [ 276 ] {0667b204-0655-4733-8e83-0427cf3755f6} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.924383 [ 276 ] {0667b204-0655-4733-8e83-0427cf3755f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.924700 [ 276 ] {0667b204-0655-4733-8e83-0427cf3755f6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.29 20:59:29.924913 [ 276 ] {0667b204-0655-4733-8e83-0427cf3755f6} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:59:29.925040 [ 276 ] {0667b204-0655-4733-8e83-0427cf3755f6} executeQuery: Read 1 rows, 72.00 B in 0.001133 sec., 882.6125330979701 rows/sec., 62.06 KiB/sec. 2026.04.29 20:59:29.925077 [ 276 ] {0667b204-0655-4733-8e83-0427cf3755f6} TCPHandler: Processed in 0.001296166 sec. 2026.04.29 20:59:29.925216 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.925311 [ 276 ] {469c088c-0b63-42a3-9e6c-1cc8ca1c3587} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:29.925348 [ 276 ] {469c088c-0b63-42a3-9e6c-1cc8ca1c3587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:29.926380 [ 276 ] {469c088c-0b63-42a3-9e6c-1cc8ca1c3587} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.926416 [ 276 ] {469c088c-0b63-42a3-9e6c-1cc8ca1c3587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.926795 [ 276 ] {469c088c-0b63-42a3-9e6c-1cc8ca1c3587} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.04.29 20:59:29.927016 [ 276 ] {469c088c-0b63-42a3-9e6c-1cc8ca1c3587} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.927145 [ 276 ] {469c088c-0b63-42a3-9e6c-1cc8ca1c3587} executeQuery: Read 1331 rows, 91.41 KiB in 0.001853 sec., 718294.6573124663 rows/sec., 48.17 MiB/sec. 2026.04.29 20:59:29.927184 [ 276 ] {469c088c-0b63-42a3-9e6c-1cc8ca1c3587} TCPHandler: Processed in 0.002019256 sec. 2026.04.29 20:59:29.927303 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.927399 [ 276 ] {3568bcbc-db40-465b-9cf1-863e57ac40ca} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.927441 [ 276 ] {3568bcbc-db40-465b-9cf1-863e57ac40ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:29.928256 [ 276 ] {3568bcbc-db40-465b-9cf1-863e57ac40ca} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.928292 [ 276 ] {3568bcbc-db40-465b-9cf1-863e57ac40ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.928734 [ 276 ] {3568bcbc-db40-465b-9cf1-863e57ac40ca} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.04.29 20:59:29.928955 [ 276 ] {3568bcbc-db40-465b-9cf1-863e57ac40ca} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.929090 [ 276 ] {3568bcbc-db40-465b-9cf1-863e57ac40ca} executeQuery: Read 1499 rows, 93.11 KiB in 0.001709 sec., 877121.123464014 rows/sec., 53.21 MiB/sec. 2026.04.29 20:59:29.929088 [ 41 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 6 parts from all_1_91_19 to all_96_96_0 2026.04.29 20:59:29.929128 [ 276 ] {3568bcbc-db40-465b-9cf1-863e57ac40ca} TCPHandler: Processed in 0.001875594 sec. 2026.04.29 20:59:29.929172 [ 41 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.929208 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.929300 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.929330 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_19 to all_96_96_0 into Compact with storage Full 2026.04.29 20:59:29.929398 [ 276 ] {44e0e38f-087c-4bee-bc75-c6a1544a38df} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.929456 [ 276 ] {44e0e38f-087c-4bee-bc75-c6a1544a38df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:29.929497 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:29.929545 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergeTreeSequentialSource: Reading 6 marks from part all_1_91_19, total 36844 rows starting from the beginning of the part 2026.04.29 20:59:29.929621 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2026.04.29 20:59:29.929679 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 267 rows starting from the beginning of the part 2026.04.29 20:59:29.929731 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2026.04.29 20:59:29.929779 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 265 rows starting from the beginning of the part 2026.04.29 20:59:29.929828 [ 199 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1499 rows starting from the beginning of the part 2026.04.29 20:59:29.930350 [ 276 ] {44e0e38f-087c-4bee-bc75-c6a1544a38df} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.930391 [ 276 ] {44e0e38f-087c-4bee-bc75-c6a1544a38df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.931104 [ 276 ] {44e0e38f-087c-4bee-bc75-c6a1544a38df} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.04.29 20:59:29.931351 [ 276 ] {44e0e38f-087c-4bee-bc75-c6a1544a38df} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.931479 [ 41 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.04.29 20:59:29.931499 [ 276 ] {44e0e38f-087c-4bee-bc75-c6a1544a38df} executeQuery: Read 46 rows, 84.41 KiB in 0.00212 sec., 21698.113207547172 rows/sec., 38.88 MiB/sec. 2026.04.29 20:59:29.931518 [ 41 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.931543 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.931571 [ 276 ] {44e0e38f-087c-4bee-bc75-c6a1544a38df} TCPHandler: Processed in 0.002324189 sec. 2026.04.29 20:59:29.931652 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.04.29 20:59:29.931709 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:29.931809 [ 276 ] {a8bc6ad6-3629-43c6-ba4a-9c3c1ed8d139} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:29.931849 [ 276 ] {a8bc6ad6-3629-43c6-ba4a-9c3c1ed8d139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:29.931908 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:29.931971 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1741 rows starting from the beginning of the part 2026.04.29 20:59:29.932101 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 35 rows starting from the beginning of the part 2026.04.29 20:59:29.932179 [ 276 ] {a8bc6ad6-3629-43c6-ba4a-9c3c1ed8d139} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:29.932211 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:29.932221 [ 276 ] {a8bc6ad6-3629-43c6-ba4a-9c3c1ed8d139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:29.932315 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 35 rows starting from the beginning of the part 2026.04.29 20:59:29.932414 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:29.932510 [ 188 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 46 rows starting from the beginning of the part 2026.04.29 20:59:29.932595 [ 276 ] {a8bc6ad6-3629-43c6-ba4a-9c3c1ed8d139} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.04.29 20:59:29.932841 [ 276 ] {a8bc6ad6-3629-43c6-ba4a-9c3c1ed8d139} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.932982 [ 276 ] {a8bc6ad6-3629-43c6-ba4a-9c3c1ed8d139} executeQuery: Read 12 rows, 848.00 B in 0.001192 sec., 10067.114093959732 rows/sec., 694.74 KiB/sec. 2026.04.29 20:59:29.933025 [ 276 ] {a8bc6ad6-3629-43c6-ba4a-9c3c1ed8d139} TCPHandler: Processed in 0.001367628 sec. 2026.04.29 20:59:29.937672 [ 194 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergeTask::MergeProjectionsStage: Merge sorted 39195 rows, containing 5 columns (5 merged, 0 gathered) in 0.008398187 sec., 4667078.739732754 rows/sec., 298.83 MiB/sec. 2026.04.29 20:59:29.938661 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} MergedBlockOutputStream: filled checksums all_1_96_20 (state Temporary) 2026.04.29 20:59:29.939067 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_96_20 to all_1_96_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.939169 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_96_20} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 6 parts: [all_1_91_19, all_96_96_0] -> all_1_96_20 2026.04.29 20:59:29.939294 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.04.29 20:59:29.943281 [ 193 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1871 rows, containing 19 columns (19 merged, 0 gathered) in 0.011685039 sec., 160119.27730835986 rows/sec., 286.93 MiB/sec. 2026.04.29 20:59:29.945479 [ 197 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.04.29 20:59:29.945821 [ 197 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:29.945894 [ 197 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_81_16} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.04.29 20:59:29.946052 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.30 MiB. 2026.04.29 20:59:30.000216 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 349.74 MiB, peak 367.01 MiB, free memory in arenas 0.00 B, will set to 354.55 MiB (RSS), difference: 4.81 MiB 2026.04.29 20:59:32.334909 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1806 2026.04.29 20:59:32.337816 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:32.337863 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:32.339178 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.04.29 20:59:32.339493 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:32.339762 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1806 2026.04.29 20:59:34.577777 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:34.578122 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:34.578509 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:34.578544 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:34.578759 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:34.578829 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:34.578970 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.04.29 20:59:34.579007 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:34.579028 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:34.579043 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:34.579081 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:34.579102 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:34.580220 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} executeQuery: Read 52 rows, 12.45 KiB in 0.002238 sec., 23235.03127792672 rows/sec., 5.43 MiB/sec. 2026.04.29 20:59:34.580291 [ 276 ] {83f28060-76d9-4352-be34-655d93875ddd} TCPHandler: Processed in 0.002693554 sec. 2026.04.29 20:59:34.581820 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:34.581930 [ 276 ] {a4f7c2b9-1f00-41c8-a41b-d0b7dd342491} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:34.581972 [ 276 ] {a4f7c2b9-1f00-41c8-a41b-d0b7dd342491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:34.582441 [ 276 ] {a4f7c2b9-1f00-41c8-a41b-d0b7dd342491} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:34.582484 [ 276 ] {a4f7c2b9-1f00-41c8-a41b-d0b7dd342491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:34.582850 [ 276 ] {a4f7c2b9-1f00-41c8-a41b-d0b7dd342491} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.04.29 20:59:34.583079 [ 276 ] {a4f7c2b9-1f00-41c8-a41b-d0b7dd342491} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:34.583233 [ 276 ] {a4f7c2b9-1f00-41c8-a41b-d0b7dd342491} executeQuery: Read 56 rows, 4.41 KiB in 0.001335 sec., 41947.56554307116 rows/sec., 3.22 MiB/sec. 2026.04.29 20:59:34.583272 [ 276 ] {a4f7c2b9-1f00-41c8-a41b-d0b7dd342491} TCPHandler: Processed in 0.001503989 sec. 2026.04.29 20:59:34.583394 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:34.583490 [ 276 ] {8c9ff38a-753f-485f-9830-adceeca321b6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:34.583529 [ 276 ] {8c9ff38a-753f-485f-9830-adceeca321b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:34.583931 [ 276 ] {8c9ff38a-753f-485f-9830-adceeca321b6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:34.583968 [ 276 ] {8c9ff38a-753f-485f-9830-adceeca321b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:34.584267 [ 276 ] {8c9ff38a-753f-485f-9830-adceeca321b6} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.04.29 20:59:34.584489 [ 276 ] {8c9ff38a-753f-485f-9830-adceeca321b6} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:34.584626 [ 276 ] {8c9ff38a-753f-485f-9830-adceeca321b6} executeQuery: Read 64 rows, 5.12 KiB in 0.001154 sec., 55459.27209705372 rows/sec., 4.33 MiB/sec. 2026.04.29 20:59:34.584664 [ 276 ] {8c9ff38a-753f-485f-9830-adceeca321b6} TCPHandler: Processed in 0.001320277 sec. 2026.04.29 20:59:34.584785 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:34.584880 [ 276 ] {c6b0cb46-124b-4fea-b1c6-7cfc4a96ac42} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:34.584922 [ 276 ] {c6b0cb46-124b-4fea-b1c6-7cfc4a96ac42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:34.585307 [ 276 ] {c6b0cb46-124b-4fea-b1c6-7cfc4a96ac42} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:34.585344 [ 276 ] {c6b0cb46-124b-4fea-b1c6-7cfc4a96ac42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:34.585670 [ 276 ] {c6b0cb46-124b-4fea-b1c6-7cfc4a96ac42} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.04.29 20:59:34.585883 [ 276 ] {c6b0cb46-124b-4fea-b1c6-7cfc4a96ac42} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:34.586026 [ 276 ] {c6b0cb46-124b-4fea-b1c6-7cfc4a96ac42} executeQuery: Read 128 rows, 9.13 KiB in 0.001164 sec., 109965.63573883161 rows/sec., 7.66 MiB/sec. 2026.04.29 20:59:34.586071 [ 276 ] {c6b0cb46-124b-4fea-b1c6-7cfc4a96ac42} TCPHandler: Processed in 0.001337487 sec. 2026.04.29 20:59:34.586216 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:34.586311 [ 276 ] {cdccad1a-e1ac-4d7b-82f8-19e6a72cdc86} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:34.586352 [ 276 ] {cdccad1a-e1ac-4d7b-82f8-19e6a72cdc86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:34.586746 [ 276 ] {cdccad1a-e1ac-4d7b-82f8-19e6a72cdc86} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:34.586785 [ 276 ] {cdccad1a-e1ac-4d7b-82f8-19e6a72cdc86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:34.587107 [ 276 ] {cdccad1a-e1ac-4d7b-82f8-19e6a72cdc86} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.04.29 20:59:34.587333 [ 276 ] {cdccad1a-e1ac-4d7b-82f8-19e6a72cdc86} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:34.587457 [ 36 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.04.29 20:59:34.587464 [ 276 ] {cdccad1a-e1ac-4d7b-82f8-19e6a72cdc86} executeQuery: Read 48 rows, 3.31 KiB in 0.001171 sec., 40990.606319385144 rows/sec., 2.76 MiB/sec. 2026.04.29 20:59:34.587530 [ 36 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:34.587546 [ 276 ] {cdccad1a-e1ac-4d7b-82f8-19e6a72cdc86} TCPHandler: Processed in 0.001381408 sec. 2026.04.29 20:59:34.587556 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:34.587667 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.04.29 20:59:34.587779 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:34.587812 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5370 rows starting from the beginning of the part 2026.04.29 20:59:34.587874 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 90 rows starting from the beginning of the part 2026.04.29 20:59:34.587916 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2026.04.29 20:59:34.587955 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 90 rows starting from the beginning of the part 2026.04.29 20:59:34.587993 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 12 rows starting from the beginning of the part 2026.04.29 20:59:34.588110 [ 192 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 48 rows starting from the beginning of the part 2026.04.29 20:59:34.589766 [ 191 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5670 rows, containing 4 columns (4 merged, 0 gathered) in 0.002132817 sec., 2658455.9294116655 rows/sec., 174.08 MiB/sec. 2026.04.29 20:59:34.590201 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.04.29 20:59:34.590490 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:34.590556 [ 186 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_96_19} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.04.29 20:59:34.590648 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.04.29 20:59:34.735321 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28307 2026.04.29 20:59:34.735957 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:34.736002 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.04.29 20:59:34.736540 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.29 20:59:34.736767 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:34.736893 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28307 2026.04.29 20:59:36.241690 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.04.29 20:59:36.259291 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:36.259352 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:36.265575 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.04.29 20:59:36.266256 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:36.269364 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.04.29 20:59:39.584383 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.584673 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:39.585076 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:39.585121 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:39.585405 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:39.585477 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:39.585621 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:59:39.585657 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:39.585679 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:39.585694 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:39.585734 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:39.585755 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:39.586833 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} executeQuery: Read 52 rows, 12.45 KiB in 0.002274 sec., 22867.194371152156 rows/sec., 5.35 MiB/sec. 2026.04.29 20:59:39.586905 [ 276 ] {e9554f37-959b-43a8-af23-f998a0227f18} TCPHandler: Processed in 0.002716735 sec. 2026.04.29 20:59:39.592200 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.592310 [ 276 ] {e3f1c885-3af5-4e8f-a145-2da9640ea518} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:59:39.592353 [ 276 ] {e3f1c885-3af5-4e8f-a145-2da9640ea518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:59:39.592935 [ 276 ] {e3f1c885-3af5-4e8f-a145-2da9640ea518} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.592971 [ 276 ] {e3f1c885-3af5-4e8f-a145-2da9640ea518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.593346 [ 276 ] {e3f1c885-3af5-4e8f-a145-2da9640ea518} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:59:39.593571 [ 276 ] {e3f1c885-3af5-4e8f-a145-2da9640ea518} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.593715 [ 276 ] {e3f1c885-3af5-4e8f-a145-2da9640ea518} executeQuery: Read 284 rows, 18.47 KiB in 0.001438 sec., 197496.52294853964 rows/sec., 12.54 MiB/sec. 2026.04.29 20:59:39.593753 [ 276 ] {e3f1c885-3af5-4e8f-a145-2da9640ea518} TCPHandler: Processed in 0.001606281 sec. 2026.04.29 20:59:39.593885 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.593979 [ 276 ] {30396c0e-0b65-45a8-8028-1b5e2f2b311d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:39.594017 [ 276 ] {30396c0e-0b65-45a8-8028-1b5e2f2b311d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:39.594816 [ 276 ] {30396c0e-0b65-45a8-8028-1b5e2f2b311d} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.594849 [ 276 ] {30396c0e-0b65-45a8-8028-1b5e2f2b311d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.595205 [ 276 ] {30396c0e-0b65-45a8-8028-1b5e2f2b311d} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.04.29 20:59:39.595423 [ 276 ] {30396c0e-0b65-45a8-8028-1b5e2f2b311d} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.595554 [ 276 ] {30396c0e-0b65-45a8-8028-1b5e2f2b311d} executeQuery: Read 811 rows, 64.18 KiB in 0.001593 sec., 509102.32266164466 rows/sec., 39.34 MiB/sec. 2026.04.29 20:59:39.595592 [ 276 ] {30396c0e-0b65-45a8-8028-1b5e2f2b311d} TCPHandler: Processed in 0.001757192 sec. 2026.04.29 20:59:39.595711 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.595805 [ 276 ] {6f0ad9f1-99a9-4469-9884-df32acc82a5c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:39.595845 [ 276 ] {6f0ad9f1-99a9-4469-9884-df32acc82a5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:39.596292 [ 276 ] {6f0ad9f1-99a9-4469-9884-df32acc82a5c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.596328 [ 276 ] {6f0ad9f1-99a9-4469-9884-df32acc82a5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.596626 [ 276 ] {6f0ad9f1-99a9-4469-9884-df32acc82a5c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.29 20:59:39.596831 [ 276 ] {6f0ad9f1-99a9-4469-9884-df32acc82a5c} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.596961 [ 276 ] {6f0ad9f1-99a9-4469-9884-df32acc82a5c} executeQuery: Read 149 rows, 9.07 KiB in 0.001174 sec., 126916.52470187395 rows/sec., 7.54 MiB/sec. 2026.04.29 20:59:39.596998 [ 276 ] {6f0ad9f1-99a9-4469-9884-df32acc82a5c} TCPHandler: Processed in 0.001339017 sec. 2026.04.29 20:59:39.597117 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.597210 [ 276 ] {0ced4cbe-375a-4ef4-a4a3-3d165a21bb66} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:59:39.597249 [ 276 ] {0ced4cbe-375a-4ef4-a4a3-3d165a21bb66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:59:39.597684 [ 276 ] {0ced4cbe-375a-4ef4-a4a3-3d165a21bb66} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.597717 [ 276 ] {0ced4cbe-375a-4ef4-a4a3-3d165a21bb66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.597999 [ 276 ] {0ced4cbe-375a-4ef4-a4a3-3d165a21bb66} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:59:39.598193 [ 276 ] {0ced4cbe-375a-4ef4-a4a3-3d165a21bb66} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.598373 [ 31 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 2026.04.29 20:59:39.598384 [ 276 ] {0ced4cbe-375a-4ef4-a4a3-3d165a21bb66} executeQuery: Read 149 rows, 9.86 KiB in 0.001191 sec., 125104.95382031906 rows/sec., 8.08 MiB/sec. 2026.04.29 20:59:39.598450 [ 31 ] {} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.598467 [ 276 ] {0ced4cbe-375a-4ef4-a4a3-3d165a21bb66} TCPHandler: Processed in 0.001399318 sec. 2026.04.29 20:59:39.598480 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.598596 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.598615 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full 2026.04.29 20:59:39.598695 [ 276 ] {128917a5-28c6-4bf1-a039-36e809ada196} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:59:39.598738 [ 276 ] {128917a5-28c6-4bf1-a039-36e809ada196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:59:39.598773 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:39.598816 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 975 rows starting from the beginning of the part 2026.04.29 20:59:39.598894 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 149 rows starting from the beginning of the part 2026.04.29 20:59:39.598947 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 149 rows starting from the beginning of the part 2026.04.29 20:59:39.598996 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 149 rows starting from the beginning of the part 2026.04.29 20:59:39.599044 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 801 rows starting from the beginning of the part 2026.04.29 20:59:39.599090 [ 189 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 149 rows starting from the beginning of the part 2026.04.29 20:59:39.599203 [ 276 ] {128917a5-28c6-4bf1-a039-36e809ada196} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.599243 [ 276 ] {128917a5-28c6-4bf1-a039-36e809ada196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.599580 [ 276 ] {128917a5-28c6-4bf1-a039-36e809ada196} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:59:39.599809 [ 276 ] {128917a5-28c6-4bf1-a039-36e809ada196} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.599942 [ 276 ] {128917a5-28c6-4bf1-a039-36e809ada196} executeQuery: Read 148 rows, 8.62 KiB in 0.001266 sec., 116903.63349131122 rows/sec., 6.65 MiB/sec. 2026.04.29 20:59:39.599979 [ 276 ] {128917a5-28c6-4bf1-a039-36e809ada196} TCPHandler: Processed in 0.001433398 sec. 2026.04.29 20:59:39.600097 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.600190 [ 276 ] {c4d51834-4fdc-4e2c-aa5c-f2d69865cbe4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:39.600228 [ 276 ] {c4d51834-4fdc-4e2c-aa5c-f2d69865cbe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:39.600332 [ 186 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 5 columns (5 merged, 0 gathered) in 0.001784453 sec., 1329258.8821336285 rows/sec., 85.05 MiB/sec. 2026.04.29 20:59:39.600529 [ 190 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) 2026.04.29 20:59:39.600828 [ 190 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.600899 [ 276 ] {c4d51834-4fdc-4e2c-aa5c-f2d69865cbe4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.600911 [ 190 ] {6a5d16ae-e47a-4a15-b71f-bce7d1612b4e::all_1_44_9} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 2026.04.29 20:59:39.600932 [ 276 ] {c4d51834-4fdc-4e2c-aa5c-f2d69865cbe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.601011 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.04.29 20:59:39.601254 [ 276 ] {c4d51834-4fdc-4e2c-aa5c-f2d69865cbe4} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.04.29 20:59:39.601473 [ 276 ] {c4d51834-4fdc-4e2c-aa5c-f2d69865cbe4} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.601603 [ 276 ] {c4d51834-4fdc-4e2c-aa5c-f2d69865cbe4} executeQuery: Read 497 rows, 35.74 KiB in 0.001431 sec., 347309.57372466807 rows/sec., 24.39 MiB/sec. 2026.04.29 20:59:39.601641 [ 276 ] {c4d51834-4fdc-4e2c-aa5c-f2d69865cbe4} TCPHandler: Processed in 0.00159542 sec. 2026.04.29 20:59:39.601755 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.601848 [ 276 ] {d462181d-3be1-41ea-be80-3bedd0de2142} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:59:39.601889 [ 276 ] {d462181d-3be1-41ea-be80-3bedd0de2142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:59:39.602215 [ 276 ] {d462181d-3be1-41ea-be80-3bedd0de2142} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.602250 [ 276 ] {d462181d-3be1-41ea-be80-3bedd0de2142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.602557 [ 276 ] {d462181d-3be1-41ea-be80-3bedd0de2142} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.29 20:59:39.602770 [ 276 ] {d462181d-3be1-41ea-be80-3bedd0de2142} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:59:39.602896 [ 276 ] {d462181d-3be1-41ea-be80-3bedd0de2142} executeQuery: Read 6 rows, 321.00 B in 0.001066 sec., 5628.517823639774 rows/sec., 294.07 KiB/sec. 2026.04.29 20:59:39.602931 [ 276 ] {d462181d-3be1-41ea-be80-3bedd0de2142} TCPHandler: Processed in 0.001226345 sec. 2026.04.29 20:59:39.603046 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.603140 [ 276 ] {4d63ac4b-5ed3-4de0-999c-51132742d4db} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:39.603180 [ 276 ] {4d63ac4b-5ed3-4de0-999c-51132742d4db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:39.603610 [ 276 ] {4d63ac4b-5ed3-4de0-999c-51132742d4db} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.603645 [ 276 ] {4d63ac4b-5ed3-4de0-999c-51132742d4db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.603974 [ 276 ] {4d63ac4b-5ed3-4de0-999c-51132742d4db} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.04.29 20:59:39.604203 [ 276 ] {4d63ac4b-5ed3-4de0-999c-51132742d4db} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.604330 [ 276 ] {4d63ac4b-5ed3-4de0-999c-51132742d4db} executeQuery: Read 265 rows, 18.03 KiB in 0.00121 sec., 219008.26446280992 rows/sec., 14.55 MiB/sec. 2026.04.29 20:59:39.604366 [ 276 ] {4d63ac4b-5ed3-4de0-999c-51132742d4db} TCPHandler: Processed in 0.001372038 sec. 2026.04.29 20:59:39.604485 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.604579 [ 276 ] {bd9c4c29-3977-441f-a611-2e7944b548d6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:59:39.604619 [ 276 ] {bd9c4c29-3977-441f-a611-2e7944b548d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:59:39.604927 [ 276 ] {bd9c4c29-3977-441f-a611-2e7944b548d6} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.604961 [ 276 ] {bd9c4c29-3977-441f-a611-2e7944b548d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.605262 [ 276 ] {bd9c4c29-3977-441f-a611-2e7944b548d6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:59:39.605470 [ 276 ] {bd9c4c29-3977-441f-a611-2e7944b548d6} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): 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.29 20:59:39.605599 [ 276 ] {bd9c4c29-3977-441f-a611-2e7944b548d6} executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. 2026.04.29 20:59:39.605635 [ 276 ] {bd9c4c29-3977-441f-a611-2e7944b548d6} TCPHandler: Processed in 0.001201895 sec. 2026.04.29 20:59:39.605750 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.605841 [ 276 ] {000f8557-e6d8-445c-ab0c-c154ca5b5356} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:39.605892 [ 276 ] {000f8557-e6d8-445c-ab0c-c154ca5b5356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:39.606638 [ 276 ] {000f8557-e6d8-445c-ab0c-c154ca5b5356} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.606674 [ 276 ] {000f8557-e6d8-445c-ab0c-c154ca5b5356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.607182 [ 276 ] {000f8557-e6d8-445c-ab0c-c154ca5b5356} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.04.29 20:59:39.607408 [ 276 ] {000f8557-e6d8-445c-ab0c-c154ca5b5356} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.607547 [ 276 ] {000f8557-e6d8-445c-ab0c-c154ca5b5356} executeQuery: Read 7 rows, 12.84 KiB in 0.001724 sec., 4060.324825986079 rows/sec., 7.28 MiB/sec. 2026.04.29 20:59:39.607606 [ 276 ] {000f8557-e6d8-445c-ab0c-c154ca5b5356} TCPHandler: Processed in 0.001908274 sec. 2026.04.29 20:59:39.607737 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:39.607831 [ 276 ] {ead5ad54-7529-40ed-81ec-5ca434306bfe} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:39.607871 [ 276 ] {ead5ad54-7529-40ed-81ec-5ca434306bfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:39.608195 [ 276 ] {ead5ad54-7529-40ed-81ec-5ca434306bfe} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:39.608230 [ 276 ] {ead5ad54-7529-40ed-81ec-5ca434306bfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:39.608543 [ 276 ] {ead5ad54-7529-40ed-81ec-5ca434306bfe} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.04.29 20:59:39.608767 [ 276 ] {ead5ad54-7529-40ed-81ec-5ca434306bfe} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:39.608893 [ 276 ] {ead5ad54-7529-40ed-81ec-5ca434306bfe} executeQuery: Read 90 rows, 5.77 KiB in 0.001081 sec., 83256.24421831638 rows/sec., 5.21 MiB/sec. 2026.04.29 20:59:39.608930 [ 276 ] {ead5ad54-7529-40ed-81ec-5ca434306bfe} TCPHandler: Processed in 0.001244066 sec. 2026.04.29 20:59:42.050496 [ 26 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:59:42.050570 [ 26 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:59:42.237102 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28819 2026.04.29 20:59:42.237596 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:42.237631 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:42.238144 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.29 20:59:42.238377 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:42.238509 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28819 2026.04.29 20:59:42.340167 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1840 2026.04.29 20:59:42.342514 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:42.342556 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:42.343749 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.04.29 20:59:42.344026 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:42.344286 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1840 2026.04.29 20:59:43.769523 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.04.29 20:59:43.787789 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:43.787856 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:43.794176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.04.29 20:59:43.794935 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:43.798627 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.04.29 20:59:44.580343 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:44.580603 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:59:44.580939 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:44.580975 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:59:44.581196 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:44.581266 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:44.581408 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:59:44.581446 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:44.581467 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:44.581482 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:44.581522 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:59:44.581542 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:44.582731 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} executeQuery: Read 52 rows, 12.45 KiB in 0.002231 sec., 23307.933662034964 rows/sec., 5.45 MiB/sec. 2026.04.29 20:59:44.582849 [ 276 ] {8a5e41af-2d39-4207-9368-8367ec4107f3} TCPHandler: Processed in 0.002650694 sec. 2026.04.29 20:59:44.585160 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:44.585276 [ 276 ] {d2d41464-ffc1-40f2-8de6-3ce21ada9cd2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:44.585321 [ 276 ] {d2d41464-ffc1-40f2-8de6-3ce21ada9cd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:44.585865 [ 276 ] {d2d41464-ffc1-40f2-8de6-3ce21ada9cd2} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:44.585908 [ 276 ] {d2d41464-ffc1-40f2-8de6-3ce21ada9cd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:44.586293 [ 276 ] {d2d41464-ffc1-40f2-8de6-3ce21ada9cd2} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.04.29 20:59:44.586522 [ 276 ] {d2d41464-ffc1-40f2-8de6-3ce21ada9cd2} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:44.586673 [ 276 ] {d2d41464-ffc1-40f2-8de6-3ce21ada9cd2} executeQuery: Read 126 rows, 11.14 KiB in 0.001432 sec., 87988.82681564246 rows/sec., 7.60 MiB/sec. 2026.04.29 20:59:44.586713 [ 276 ] {d2d41464-ffc1-40f2-8de6-3ce21ada9cd2} TCPHandler: Processed in 0.001610631 sec. 2026.04.29 20:59:44.586846 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:44.586945 [ 276 ] {124243d2-8853-4752-a82c-894c4c05cd5f} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:44.586987 [ 276 ] {124243d2-8853-4752-a82c-894c4c05cd5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:44.587406 [ 276 ] {124243d2-8853-4752-a82c-894c4c05cd5f} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:44.587443 [ 276 ] {124243d2-8853-4752-a82c-894c4c05cd5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:44.587748 [ 276 ] {124243d2-8853-4752-a82c-894c4c05cd5f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.29 20:59:44.587970 [ 276 ] {124243d2-8853-4752-a82c-894c4c05cd5f} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:44.588107 [ 276 ] {124243d2-8853-4752-a82c-894c4c05cd5f} executeQuery: Read 35 rows, 2.63 KiB in 0.001185 sec., 29535.86497890295 rows/sec., 2.17 MiB/sec. 2026.04.29 20:59:44.588144 [ 276 ] {124243d2-8853-4752-a82c-894c4c05cd5f} TCPHandler: Processed in 0.001351128 sec. 2026.04.29 20:59:44.588259 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:44.588355 [ 276 ] {d78d4154-2b0a-49a5-9e24-893392c8abfd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:44.588395 [ 276 ] {d78d4154-2b0a-49a5-9e24-893392c8abfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:44.588828 [ 276 ] {d78d4154-2b0a-49a5-9e24-893392c8abfd} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:44.588862 [ 276 ] {d78d4154-2b0a-49a5-9e24-893392c8abfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:44.589167 [ 276 ] {d78d4154-2b0a-49a5-9e24-893392c8abfd} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.04.29 20:59:44.589383 [ 276 ] {d78d4154-2b0a-49a5-9e24-893392c8abfd} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:44.589515 [ 276 ] {d78d4154-2b0a-49a5-9e24-893392c8abfd} executeQuery: Read 99 rows, 7.92 KiB in 0.001179 sec., 83969.46564885497 rows/sec., 6.56 MiB/sec. 2026.04.29 20:59:44.589553 [ 276 ] {d78d4154-2b0a-49a5-9e24-893392c8abfd} TCPHandler: Processed in 0.001344657 sec. 2026.04.29 20:59:44.589674 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:44.589768 [ 276 ] {2785cfda-98f3-4ffa-9443-bd9ce1ca9907} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:44.589811 [ 276 ] {2785cfda-98f3-4ffa-9443-bd9ce1ca9907} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:44.590216 [ 276 ] {2785cfda-98f3-4ffa-9443-bd9ce1ca9907} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:44.590251 [ 276 ] {2785cfda-98f3-4ffa-9443-bd9ce1ca9907} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:44.590594 [ 276 ] {2785cfda-98f3-4ffa-9443-bd9ce1ca9907} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.04.29 20:59:44.590806 [ 276 ] {2785cfda-98f3-4ffa-9443-bd9ce1ca9907} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:44.590941 [ 276 ] {2785cfda-98f3-4ffa-9443-bd9ce1ca9907} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.04.29 20:59:44.590978 [ 276 ] {2785cfda-98f3-4ffa-9443-bd9ce1ca9907} TCPHandler: Processed in 0.001355097 sec. 2026.04.29 20:59:44.591094 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:44.591187 [ 276 ] {b29e8a90-cc7e-4231-8850-a7f59e9c226a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:44.591240 [ 276 ] {b29e8a90-cc7e-4231-8850-a7f59e9c226a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:44.592075 [ 276 ] {b29e8a90-cc7e-4231-8850-a7f59e9c226a} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:44.592110 [ 276 ] {b29e8a90-cc7e-4231-8850-a7f59e9c226a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:44.592679 [ 276 ] {b29e8a90-cc7e-4231-8850-a7f59e9c226a} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.04.29 20:59:44.592907 [ 276 ] {b29e8a90-cc7e-4231-8850-a7f59e9c226a} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:44.593051 [ 276 ] {b29e8a90-cc7e-4231-8850-a7f59e9c226a} executeQuery: Read 35 rows, 64.22 KiB in 0.001882 sec., 18597.23698193411 rows/sec., 33.33 MiB/sec. 2026.04.29 20:59:44.593120 [ 276 ] {b29e8a90-cc7e-4231-8850-a7f59e9c226a} TCPHandler: Processed in 0.002077166 sec. 2026.04.29 20:59:44.593268 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:44.593373 [ 276 ] {baa866b3-85b2-4184-8a67-58e8eeaca1ff} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:44.593416 [ 276 ] {baa866b3-85b2-4184-8a67-58e8eeaca1ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:44.593787 [ 276 ] {baa866b3-85b2-4184-8a67-58e8eeaca1ff} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:44.593822 [ 276 ] {baa866b3-85b2-4184-8a67-58e8eeaca1ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:44.594200 [ 276 ] {baa866b3-85b2-4184-8a67-58e8eeaca1ff} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.04.29 20:59:44.594421 [ 276 ] {baa866b3-85b2-4184-8a67-58e8eeaca1ff} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:44.594561 [ 276 ] {baa866b3-85b2-4184-8a67-58e8eeaca1ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001207 sec., 49710.02485501243 rows/sec., 3.35 MiB/sec. 2026.04.29 20:59:44.594598 [ 276 ] {baa866b3-85b2-4184-8a67-58e8eeaca1ff} TCPHandler: Processed in 0.001383978 sec. 2026.04.29 20:59:49.583794 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.584183 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:49.584735 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:49.584808 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:49.585079 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:49.585148 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:49.585290 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 32-element set) 2026.04.29 20:59:49.585326 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:49.585348 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:49.585363 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:49.585404 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:49.585426 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:49.586867 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} executeQuery: Read 52 rows, 12.45 KiB in 0.002847 sec., 18264.8401826484 rows/sec., 4.27 MiB/sec. 2026.04.29 20:59:49.586980 [ 276 ] {b7fb9617-b38e-409f-90ab-8ba0cffd2784} TCPHandler: Processed in 0.003374453 sec. 2026.04.29 20:59:49.592230 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.592431 [ 276 ] {1831621b-1d33-40de-b9f1-ef383d320795} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:59:49.592512 [ 276 ] {1831621b-1d33-40de-b9f1-ef383d320795} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:59:49.593274 [ 276 ] {1831621b-1d33-40de-b9f1-ef383d320795} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.593315 [ 276 ] {1831621b-1d33-40de-b9f1-ef383d320795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.593699 [ 276 ] {1831621b-1d33-40de-b9f1-ef383d320795} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:59:49.593925 [ 276 ] {1831621b-1d33-40de-b9f1-ef383d320795} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.594058 [ 122 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 2026.04.29 20:59:49.594070 [ 276 ] {1831621b-1d33-40de-b9f1-ef383d320795} executeQuery: Read 284 rows, 18.47 KiB in 0.001699 sec., 167157.15126545026 rows/sec., 10.62 MiB/sec. 2026.04.29 20:59:49.594106 [ 122 ] {} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.594122 [ 276 ] {1831621b-1d33-40de-b9f1-ef383d320795} TCPHandler: Processed in 0.001992996 sec. 2026.04.29 20:59:49.594131 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.594242 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.594269 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full 2026.04.29 20:59:49.594339 [ 276 ] {e2ad75df-db91-41ae-8d68-69d9117dd65b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.29 20:59:49.594384 [ 276 ] {e2ad75df-db91-41ae-8d68-69d9117dd65b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.29 20:59:49.594427 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:49.594471 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 308 rows starting from the beginning of the part 2026.04.29 20:59:49.594547 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 284 rows starting from the beginning of the part 2026.04.29 20:59:49.594600 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 284 rows starting from the beginning of the part 2026.04.29 20:59:49.594650 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 284 rows starting from the beginning of the part 2026.04.29 20:59:49.594696 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 284 rows starting from the beginning of the part 2026.04.29 20:59:49.594741 [ 196 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 284 rows starting from the beginning of the part 2026.04.29 20:59:49.594781 [ 276 ] {e2ad75df-db91-41ae-8d68-69d9117dd65b} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.594820 [ 276 ] {e2ad75df-db91-41ae-8d68-69d9117dd65b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.595153 [ 276 ] {e2ad75df-db91-41ae-8d68-69d9117dd65b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.29 20:59:49.595400 [ 276 ] {e2ad75df-db91-41ae-8d68-69d9117dd65b} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): 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.29 20:59:49.595539 [ 276 ] {e2ad75df-db91-41ae-8d68-69d9117dd65b} executeQuery: Read 8 rows, 668.00 B in 0.001222 sec., 6546.6448445171845 rows/sec., 533.83 KiB/sec. 2026.04.29 20:59:49.595577 [ 276 ] {e2ad75df-db91-41ae-8d68-69d9117dd65b} TCPHandler: Processed in 0.001384358 sec. 2026.04.29 20:59:49.595699 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.595791 [ 276 ] {ad52f47d-f248-4376-8a00-02fe57c0789b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:49.595821 [ 190 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.00162069 sec., 1066212.5391037152 rows/sec., 72.07 MiB/sec. 2026.04.29 20:59:49.595830 [ 276 ] {ad52f47d-f248-4376-8a00-02fe57c0789b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:49.595981 [ 186 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) 2026.04.29 20:59:49.596241 [ 186 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.596309 [ 186 ] {c8298c9e-d19e-42ac-8969-d0a82ec2a9cd::all_1_29_6} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 2026.04.29 20:59:49.596401 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.04.29 20:59:49.596635 [ 276 ] {ad52f47d-f248-4376-8a00-02fe57c0789b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.596670 [ 276 ] {ad52f47d-f248-4376-8a00-02fe57c0789b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.597031 [ 276 ] {ad52f47d-f248-4376-8a00-02fe57c0789b} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.04.29 20:59:49.597251 [ 276 ] {ad52f47d-f248-4376-8a00-02fe57c0789b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.597366 [ 122 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.04.29 20:59:49.597381 [ 276 ] {ad52f47d-f248-4376-8a00-02fe57c0789b} executeQuery: Read 815 rows, 64.47 KiB in 0.001608 sec., 506840.7960199005 rows/sec., 39.16 MiB/sec. 2026.04.29 20:59:49.597398 [ 122 ] {} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.597417 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.597419 [ 276 ] {ad52f47d-f248-4376-8a00-02fe57c0789b} TCPHandler: Processed in 0.001768673 sec. 2026.04.29 20:59:49.597488 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.04.29 20:59:49.597538 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.597572 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:49.597601 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 3364 rows starting from the beginning of the part 2026.04.29 20:59:49.597639 [ 276 ] {1fa4b73a-3f6a-4c36-9318-7243960d7229} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:49.597663 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 2478 rows starting from the beginning of the part 2026.04.29 20:59:49.597680 [ 276 ] {1fa4b73a-3f6a-4c36-9318-7243960d7229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:49.597710 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part 2026.04.29 20:59:49.597755 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 811 rows starting from the beginning of the part 2026.04.29 20:59:49.597795 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 126 rows starting from the beginning of the part 2026.04.29 20:59:49.597836 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 815 rows starting from the beginning of the part 2026.04.29 20:59:49.598119 [ 276 ] {1fa4b73a-3f6a-4c36-9318-7243960d7229} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.598152 [ 276 ] {1fa4b73a-3f6a-4c36-9318-7243960d7229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.598466 [ 276 ] {1fa4b73a-3f6a-4c36-9318-7243960d7229} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.29 20:59:49.598674 [ 276 ] {1fa4b73a-3f6a-4c36-9318-7243960d7229} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.598805 [ 276 ] {1fa4b73a-3f6a-4c36-9318-7243960d7229} executeQuery: Read 157 rows, 9.63 KiB in 0.001193 sec., 131601.00586756077 rows/sec., 7.88 MiB/sec. 2026.04.29 20:59:49.598807 [ 122 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 2026.04.29 20:59:49.598843 [ 276 ] {1fa4b73a-3f6a-4c36-9318-7243960d7229} TCPHandler: Processed in 0.001353027 sec. 2026.04.29 20:59:49.598850 [ 122 ] {} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.598870 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.598931 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full 2026.04.29 20:59:49.598962 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.599006 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:49.599031 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 227 rows starting from the beginning of the part 2026.04.29 20:59:49.599053 [ 276 ] {ddd62e69-efe4-4864-8038-e856ae8c8752} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:59:49.599080 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 149 rows starting from the beginning of the part 2026.04.29 20:59:49.599092 [ 276 ] {ddd62e69-efe4-4864-8038-e856ae8c8752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:59:49.599120 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 52 rows starting from the beginning of the part 2026.04.29 20:59:49.599157 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 149 rows starting from the beginning of the part 2026.04.29 20:59:49.599193 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 35 rows starting from the beginning of the part 2026.04.29 20:59:49.599237 [ 186 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 157 rows starting from the beginning of the part 2026.04.29 20:59:49.599524 [ 276 ] {ddd62e69-efe4-4864-8038-e856ae8c8752} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.599557 [ 276 ] {ddd62e69-efe4-4864-8038-e856ae8c8752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.599859 [ 276 ] {ddd62e69-efe4-4864-8038-e856ae8c8752} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:59:49.600075 [ 276 ] {ddd62e69-efe4-4864-8038-e856ae8c8752} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.600092 [ 195 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.001179935 sec., 651730.8156805248 rows/sec., 43.17 MiB/sec. 2026.04.29 20:59:49.600207 [ 276 ] {ddd62e69-efe4-4864-8038-e856ae8c8752} executeQuery: Read 149 rows, 9.86 KiB in 0.001172 sec., 127133.10580204778 rows/sec., 8.21 MiB/sec. 2026.04.29 20:59:49.600218 [ 190 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 7650 rows, containing 5 columns (5 merged, 0 gathered) in 0.002761616 sec., 2770117.206736925 rows/sec., 220.47 MiB/sec. 2026.04.29 20:59:49.600260 [ 276 ] {ddd62e69-efe4-4864-8038-e856ae8c8752} TCPHandler: Processed in 0.001346417 sec. 2026.04.29 20:59:49.600297 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) 2026.04.29 20:59:49.600376 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.600474 [ 276 ] {7b20c657-ea11-48c0-a5ee-fbb6201e5af2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:59:49.600514 [ 276 ] {7b20c657-ea11-48c0-a5ee-fbb6201e5af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:59:49.600516 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.04.29 20:59:49.600611 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.600708 [ 187 ] {583bbf20-a01f-4031-b07a-5399c05637f1::all_1_85_17} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 2026.04.29 20:59:49.600785 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.600849 [ 198 ] {7b195013-d141-44b6-8a1d-e43ddb8c43f7::all_1_101_20} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.04.29 20:59:49.600852 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.29 20:59:49.600913 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2026.04.29 20:59:49.600943 [ 276 ] {7b20c657-ea11-48c0-a5ee-fbb6201e5af2} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.600977 [ 276 ] {7b20c657-ea11-48c0-a5ee-fbb6201e5af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.601288 [ 276 ] {7b20c657-ea11-48c0-a5ee-fbb6201e5af2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.29 20:59:49.601495 [ 276 ] {7b20c657-ea11-48c0-a5ee-fbb6201e5af2} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.601618 [ 276 ] {7b20c657-ea11-48c0-a5ee-fbb6201e5af2} executeQuery: Read 148 rows, 8.62 KiB in 0.001162 sec., 127366.60929432014 rows/sec., 7.24 MiB/sec. 2026.04.29 20:59:49.601629 [ 141 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 2026.04.29 20:59:49.601660 [ 276 ] {7b20c657-ea11-48c0-a5ee-fbb6201e5af2} TCPHandler: Processed in 0.001326987 sec. 2026.04.29 20:59:49.601701 [ 141 ] {} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.601731 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.601789 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.601802 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full 2026.04.29 20:59:49.601881 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:49.601887 [ 276 ] {5aea4509-75d3-4a6f-87bb-ca3d554e779e} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:49.601905 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 160 rows starting from the beginning of the part 2026.04.29 20:59:49.601930 [ 276 ] {5aea4509-75d3-4a6f-87bb-ca3d554e779e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:49.601949 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 148 rows starting from the beginning of the part 2026.04.29 20:59:49.601985 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 148 rows starting from the beginning of the part 2026.04.29 20:59:49.602018 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 148 rows starting from the beginning of the part 2026.04.29 20:59:49.602052 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 148 rows starting from the beginning of the part 2026.04.29 20:59:49.602084 [ 186 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 148 rows starting from the beginning of the part 2026.04.29 20:59:49.602546 [ 276 ] {5aea4509-75d3-4a6f-87bb-ca3d554e779e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.602580 [ 276 ] {5aea4509-75d3-4a6f-87bb-ca3d554e779e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.602794 [ 198 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001016073 sec., 885763.129223983 rows/sec., 53.98 MiB/sec. 2026.04.29 20:59:49.602906 [ 276 ] {5aea4509-75d3-4a6f-87bb-ca3d554e779e} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.04.29 20:59:49.602932 [ 187 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) 2026.04.29 20:59:49.603176 [ 276 ] {5aea4509-75d3-4a6f-87bb-ca3d554e779e} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.603231 [ 187 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.603303 [ 187 ] {cd3f819a-ebdc-4478-9128-6c569c73374a::all_1_29_6} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 2026.04.29 20:59:49.603310 [ 141 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.04.29 20:59:49.603315 [ 276 ] {5aea4509-75d3-4a6f-87bb-ca3d554e779e} executeQuery: Read 505 rows, 36.39 KiB in 0.001445 sec., 349480.96885813144 rows/sec., 24.59 MiB/sec. 2026.04.29 20:59:49.603347 [ 141 ] {} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.603371 [ 276 ] {5aea4509-75d3-4a6f-87bb-ca3d554e779e} TCPHandler: Processed in 0.001630711 sec. 2026.04.29 20:59:49.603372 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.603394 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.29 20:59:49.603485 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.04.29 20:59:49.603492 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.603584 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:49.603596 [ 276 ] {77bd576b-78c5-4597-9ef0-38a6216bc2c3} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:59:49.603615 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1832 rows starting from the beginning of the part 2026.04.29 20:59:49.603637 [ 276 ] {77bd576b-78c5-4597-9ef0-38a6216bc2c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:59:49.603674 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1331 rows starting from the beginning of the part 2026.04.29 20:59:49.603724 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part 2026.04.29 20:59:49.603774 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 497 rows starting from the beginning of the part 2026.04.29 20:59:49.603823 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 99 rows starting from the beginning of the part 2026.04.29 20:59:49.603857 [ 190 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 505 rows starting from the beginning of the part 2026.04.29 20:59:49.603965 [ 276 ] {77bd576b-78c5-4597-9ef0-38a6216bc2c3} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.603999 [ 276 ] {77bd576b-78c5-4597-9ef0-38a6216bc2c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.604299 [ 276 ] {77bd576b-78c5-4597-9ef0-38a6216bc2c3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.29 20:59:49.604511 [ 276 ] {77bd576b-78c5-4597-9ef0-38a6216bc2c3} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): 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.29 20:59:49.604639 [ 276 ] {77bd576b-78c5-4597-9ef0-38a6216bc2c3} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2026.04.29 20:59:49.604674 [ 276 ] {77bd576b-78c5-4597-9ef0-38a6216bc2c3} TCPHandler: Processed in 0.001230796 sec. 2026.04.29 20:59:49.604779 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.604891 [ 276 ] {43763ed5-5078-458f-9e60-4f72cbc22946} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:49.604942 [ 276 ] {43763ed5-5078-458f-9e60-4f72cbc22946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:49.605123 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 4328 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667622 sec., 2595312.3669512635 rows/sec., 188.19 MiB/sec. 2026.04.29 20:59:49.605331 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.04.29 20:59:49.605457 [ 276 ] {43763ed5-5078-458f-9e60-4f72cbc22946} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.605506 [ 276 ] {43763ed5-5078-458f-9e60-4f72cbc22946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.605594 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.605676 [ 187 ] {443272f8-1688-4565-a297-6d44d84ae160::all_1_101_20} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.04.29 20:59:49.605773 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.04.29 20:59:49.605909 [ 276 ] {43763ed5-5078-458f-9e60-4f72cbc22946} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.04.29 20:59:49.606132 [ 276 ] {43763ed5-5078-458f-9e60-4f72cbc22946} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.606260 [ 276 ] {43763ed5-5078-458f-9e60-4f72cbc22946} executeQuery: Read 269 rows, 18.31 KiB in 0.001393 sec., 193108.3991385499 rows/sec., 12.84 MiB/sec. 2026.04.29 20:59:49.606297 [ 276 ] {43763ed5-5078-458f-9e60-4f72cbc22946} TCPHandler: Processed in 0.001566741 sec. 2026.04.29 20:59:49.606413 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.606507 [ 276 ] {e85c3a0e-01dc-4597-b42e-271923288359} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:59:49.606547 [ 276 ] {e85c3a0e-01dc-4597-b42e-271923288359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:59:49.606862 [ 276 ] {e85c3a0e-01dc-4597-b42e-271923288359} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.606897 [ 276 ] {e85c3a0e-01dc-4597-b42e-271923288359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.607181 [ 276 ] {e85c3a0e-01dc-4597-b42e-271923288359} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:59:49.607387 [ 276 ] {e85c3a0e-01dc-4597-b42e-271923288359} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.607515 [ 276 ] {e85c3a0e-01dc-4597-b42e-271923288359} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2026.04.29 20:59:49.607551 [ 276 ] {e85c3a0e-01dc-4597-b42e-271923288359} TCPHandler: Processed in 0.001186226 sec. 2026.04.29 20:59:49.607660 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.607752 [ 276 ] {e14f0d30-ee23-46e4-bbca-3902574d7d6d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:49.607804 [ 276 ] {e14f0d30-ee23-46e4-bbca-3902574d7d6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:49.608541 [ 276 ] {e14f0d30-ee23-46e4-bbca-3902574d7d6d} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.608577 [ 276 ] {e14f0d30-ee23-46e4-bbca-3902574d7d6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.609070 [ 276 ] {e14f0d30-ee23-46e4-bbca-3902574d7d6d} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.04.29 20:59:49.609286 [ 276 ] {e14f0d30-ee23-46e4-bbca-3902574d7d6d} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.609420 [ 276 ] {e14f0d30-ee23-46e4-bbca-3902574d7d6d} executeQuery: Read 7 rows, 12.84 KiB in 0.001685 sec., 4154.302670623145 rows/sec., 7.44 MiB/sec. 2026.04.29 20:59:49.609474 [ 276 ] {e14f0d30-ee23-46e4-bbca-3902574d7d6d} TCPHandler: Processed in 0.001861813 sec. 2026.04.29 20:59:49.609588 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:49.609680 [ 276 ] {950070ef-3862-4e1b-89e9-e9906241a0bd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:49.609720 [ 276 ] {950070ef-3862-4e1b-89e9-e9906241a0bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:49.610044 [ 276 ] {950070ef-3862-4e1b-89e9-e9906241a0bd} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.610079 [ 276 ] {950070ef-3862-4e1b-89e9-e9906241a0bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.610373 [ 276 ] {950070ef-3862-4e1b-89e9-e9906241a0bd} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.04.29 20:59:49.610586 [ 276 ] {950070ef-3862-4e1b-89e9-e9906241a0bd} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.610709 [ 276 ] {950070ef-3862-4e1b-89e9-e9906241a0bd} executeQuery: Read 90 rows, 5.77 KiB in 0.001047 sec., 85959.88538681949 rows/sec., 5.38 MiB/sec. 2026.04.29 20:59:49.610744 [ 276 ] {950070ef-3862-4e1b-89e9-e9906241a0bd} TCPHandler: Processed in 0.001204595 sec. 2026.04.29 20:59:49.738739 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29267 2026.04.29 20:59:49.739216 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.739256 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.739735 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.29 20:59:49.739980 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.740116 [ 141 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.29 20:59:49.740130 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29267 2026.04.29 20:59:49.740154 [ 141 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:49.740175 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:49.740281 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.29 20:59:49.740405 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:49.740443 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26899 rows starting from the beginning of the part 2026.04.29 20:59:49.740508 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 448 rows starting from the beginning of the part 2026.04.29 20:59:49.740556 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 512 rows starting from the beginning of the part 2026.04.29 20:59:49.740598 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 448 rows starting from the beginning of the part 2026.04.29 20:59:49.740640 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 512 rows starting from the beginning of the part 2026.04.29 20:59:49.740681 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 448 rows starting from the beginning of the part 2026.04.29 20:59:49.742924 [ 187 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29267 rows, containing 4 columns (4 merged, 0 gathered) in 0.002689744 sec., 10880961.16210316 rows/sec., 155.65 MiB/sec. 2026.04.29 20:59:49.743148 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.29 20:59:49.743400 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:49.743468 [ 198 ] {f4075179-409c-4dca-aaa8-9694489f0bd7::all_1_61_12} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.29 20:59:49.743540 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.90 MiB. 2026.04.29 20:59:50.000194 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 355.73 MiB, peak 367.01 MiB, free memory in arenas 0.00 B, will set to 354.70 MiB (RSS), difference: -1.03 MiB 2026.04.29 20:59:51.298787 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.04.29 20:59:51.316781 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:51.316835 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:51.323249 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.04.29 20:59:51.324002 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:51.324310 [ 152 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.04.29 20:59:51.324345 [ 152 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:51.324364 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:51.324468 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.04.29 20:59:51.327959 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.04.29 20:59:51.328186 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:51.329649 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2026.04.29 20:59:51.334048 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.04.29 20:59:51.338573 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:51.343115 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.04.29 20:59:51.347790 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:51.351749 [ 201 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2026.04.29 20:59:51.401125 [ 198 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.076700472 sec., 5997.355531267134 rows/sec., 31.01 MiB/sec. 2026.04.29 20:59:51.403924 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.04.29 20:59:51.405910 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:51.406018 [ 194 ] {6850e8d0-188c-4d38-9a9f-4e7910e6be1a::all_1_61_12} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.04.29 20:59:51.408737 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.04.29 20:59:52.000201 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 355.76 MiB, peak 369.18 MiB, free memory in arenas 0.00 B, will set to 354.71 MiB (RSS), difference: -1.05 MiB 2026.04.29 20:59:52.344625 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1880 2026.04.29 20:59:52.347132 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:52.347181 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:52.348417 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.04.29 20:59:52.348686 [ 243 ] {} system.query_log (03897449-be65-49df-8ac9-f05a42e91a11): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:52.348953 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1880 2026.04.29 20:59:54.579839 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:54.580129 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:59:54.580658 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:54.580726 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service: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.29 20:59:54.581073 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:54.581139 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:54.581281 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.04.29 20:59:54.581318 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:54.581339 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:54.581354 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:54.581393 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_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.29 20:59:54.581413 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:54.582692 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} executeQuery: Read 52 rows, 12.45 KiB in 0.002708 sec., 19202.363367799113 rows/sec., 4.49 MiB/sec. 2026.04.29 20:59:54.582799 [ 276 ] {9e5c7b57-c5f8-4b3d-a81f-863e80d2da31} TCPHandler: Processed in 0.003101339 sec. 2026.04.29 20:59:54.585048 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:54.585174 [ 276 ] {78419beb-68aa-48e7-bbb5-fdf722f1d0a6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:54.585223 [ 276 ] {78419beb-68aa-48e7-bbb5-fdf722f1d0a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:54.585819 [ 276 ] {78419beb-68aa-48e7-bbb5-fdf722f1d0a6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:54.585861 [ 276 ] {78419beb-68aa-48e7-bbb5-fdf722f1d0a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:54.586258 [ 276 ] {78419beb-68aa-48e7-bbb5-fdf722f1d0a6} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.04.29 20:59:54.586482 [ 276 ] {78419beb-68aa-48e7-bbb5-fdf722f1d0a6} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:54.586627 [ 276 ] {78419beb-68aa-48e7-bbb5-fdf722f1d0a6} executeQuery: Read 126 rows, 11.14 KiB in 0.001491 sec., 84507.04225352113 rows/sec., 7.30 MiB/sec. 2026.04.29 20:59:54.586665 [ 276 ] {78419beb-68aa-48e7-bbb5-fdf722f1d0a6} TCPHandler: Processed in 0.001679351 sec. 2026.04.29 20:59:54.586794 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:54.586889 [ 276 ] {a014cc05-0752-44a0-b359-52fd9db911c4} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:54.586927 [ 276 ] {a014cc05-0752-44a0-b359-52fd9db911c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:54.587334 [ 276 ] {a014cc05-0752-44a0-b359-52fd9db911c4} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:54.587367 [ 276 ] {a014cc05-0752-44a0-b359-52fd9db911c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:54.587661 [ 276 ] {a014cc05-0752-44a0-b359-52fd9db911c4} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.29 20:59:54.587870 [ 276 ] {a014cc05-0752-44a0-b359-52fd9db911c4} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:54.588002 [ 276 ] {a014cc05-0752-44a0-b359-52fd9db911c4} executeQuery: Read 35 rows, 2.63 KiB in 0.001131 sec., 30946.065428824048 rows/sec., 2.27 MiB/sec. 2026.04.29 20:59:54.588038 [ 276 ] {a014cc05-0752-44a0-b359-52fd9db911c4} TCPHandler: Processed in 0.001297867 sec. 2026.04.29 20:59:54.588154 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:54.588247 [ 276 ] {3d5953ce-03ff-41ef-8131-5b3973ac318d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:54.588286 [ 276 ] {3d5953ce-03ff-41ef-8131-5b3973ac318d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:54.588710 [ 276 ] {3d5953ce-03ff-41ef-8131-5b3973ac318d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:54.588744 [ 276 ] {3d5953ce-03ff-41ef-8131-5b3973ac318d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:54.589046 [ 276 ] {3d5953ce-03ff-41ef-8131-5b3973ac318d} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.04.29 20:59:54.589254 [ 276 ] {3d5953ce-03ff-41ef-8131-5b3973ac318d} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:54.589377 [ 276 ] {3d5953ce-03ff-41ef-8131-5b3973ac318d} executeQuery: Read 99 rows, 7.92 KiB in 0.001149 sec., 86161.87989556135 rows/sec., 6.73 MiB/sec. 2026.04.29 20:59:54.589413 [ 276 ] {3d5953ce-03ff-41ef-8131-5b3973ac318d} TCPHandler: Processed in 0.001310666 sec. 2026.04.29 20:59:54.589535 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:54.589629 [ 276 ] {0af7fb7f-23aa-4a11-bf2b-9c4dfe6ca7ef} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:54.589671 [ 276 ] {0af7fb7f-23aa-4a11-bf2b-9c4dfe6ca7ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:54.590071 [ 276 ] {0af7fb7f-23aa-4a11-bf2b-9c4dfe6ca7ef} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:54.590104 [ 276 ] {0af7fb7f-23aa-4a11-bf2b-9c4dfe6ca7ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:54.590445 [ 276 ] {0af7fb7f-23aa-4a11-bf2b-9c4dfe6ca7ef} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.04.29 20:59:54.590655 [ 276 ] {0af7fb7f-23aa-4a11-bf2b-9c4dfe6ca7ef} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:54.590769 [ 114 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Selected 5 parts from all_1_96_20 to all_100_100_0 2026.04.29 20:59:54.590785 [ 276 ] {0af7fb7f-23aa-4a11-bf2b-9c4dfe6ca7ef} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.04.29 20:59:54.590802 [ 114 ] {} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:54.590821 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:54.590823 [ 276 ] {0af7fb7f-23aa-4a11-bf2b-9c4dfe6ca7ef} TCPHandler: Processed in 0.001341287 sec. 2026.04.29 20:59:54.590914 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} MergeTask::PrepareStage: Merging 5 parts: from all_1_96_20 to all_100_100_0 into Compact with storage Full 2026.04.29 20:59:54.590953 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:54.591051 [ 276 ] {ed667ddf-5ef8-4a2d-a84f-4845543ae53c} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:54.591053 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:54.591108 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} MergeTreeSequentialSource: Reading 6 marks from part all_1_96_20, total 39195 rows starting from the beginning of the part 2026.04.29 20:59:54.591110 [ 276 ] {ed667ddf-5ef8-4a2d-a84f-4845543ae53c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:54.591184 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 128 rows starting from the beginning of the part 2026.04.29 20:59:54.591240 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 265 rows starting from the beginning of the part 2026.04.29 20:59:54.591288 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2026.04.29 20:59:54.591333 [ 197 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 269 rows starting from the beginning of the part 2026.04.29 20:59:54.591952 [ 276 ] {ed667ddf-5ef8-4a2d-a84f-4845543ae53c} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:54.591992 [ 276 ] {ed667ddf-5ef8-4a2d-a84f-4845543ae53c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:54.592614 [ 276 ] {ed667ddf-5ef8-4a2d-a84f-4845543ae53c} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.04.29 20:59:54.592863 [ 276 ] {ed667ddf-5ef8-4a2d-a84f-4845543ae53c} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:54.593004 [ 276 ] {ed667ddf-5ef8-4a2d-a84f-4845543ae53c} executeQuery: Read 35 rows, 64.22 KiB in 0.001971 sec., 17757.48351090817 rows/sec., 31.82 MiB/sec. 2026.04.29 20:59:54.593059 [ 276 ] {ed667ddf-5ef8-4a2d-a84f-4845543ae53c} TCPHandler: Processed in 0.002156738 sec. 2026.04.29 20:59:54.593188 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:54.593282 [ 276 ] {f0313e3a-54fe-4deb-9356-5e67ebcfbdbd} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:54.593323 [ 276 ] {f0313e3a-54fe-4deb-9356-5e67ebcfbdbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:54.593677 [ 276 ] {f0313e3a-54fe-4deb-9356-5e67ebcfbdbd} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:54.593709 [ 276 ] {f0313e3a-54fe-4deb-9356-5e67ebcfbdbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:54.594020 [ 276 ] {f0313e3a-54fe-4deb-9356-5e67ebcfbdbd} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.04.29 20:59:54.594228 [ 276 ] {f0313e3a-54fe-4deb-9356-5e67ebcfbdbd} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:54.594357 [ 276 ] {f0313e3a-54fe-4deb-9356-5e67ebcfbdbd} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.04.29 20:59:54.594394 [ 276 ] {f0313e3a-54fe-4deb-9356-5e67ebcfbdbd} TCPHandler: Processed in 0.001256916 sec. 2026.04.29 20:59:54.599167 [ 188 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} MergeTask::MergeProjectionsStage: Merge sorted 40017 rows, containing 5 columns (5 merged, 0 gathered) in 0.008288066 sec., 4828267.5355143165 rows/sec., 309.50 MiB/sec. 2026.04.29 20:59:54.599770 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} MergedBlockOutputStream: filled checksums all_1_100_21 (state Temporary) 2026.04.29 20:59:54.600101 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_merge_all_1_100_21 to all_1_100_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:54.600175 [ 193 ] {33f06ee0-d468-42a9-9645-d5f7fe57a521::all_1_100_21} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521) (MergerMutator): Merged 5 parts: [all_1_96_20, all_100_100_0] -> all_1_100_21 2026.04.29 20:59:54.600264 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.04.29 20:59:55.000215 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 355.22 MiB, peak 369.18 MiB, free memory in arenas 0.00 B, will set to 356.35 MiB (RSS), difference: 1.13 MiB 2026.04.29 20:59:57.050629 [ 148 ] {} DNSResolver: Updating DNS cache 2026.04.29 20:59:57.050689 [ 148 ] {} DNSResolver: Updated DNS cache 2026.04.29 20:59:57.240358 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29779 2026.04.29 20:59:57.240880 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:57.240923 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:57.241411 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.29 20:59:57.241643 [ 245 ] {} system.asynchronous_metric_log (f4075179-409c-4dca-aaa8-9694489f0bd7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:57.241774 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29779 2026.04.29 20:59:58.828118 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.04.29 20:59:58.843510 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:58.843558 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:58.848904 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.04.29 20:59:58.849583 [ 244 ] {} system.metric_log (6850e8d0-188c-4d38-9a9f-4e7910e6be1a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:58.852312 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.04.29 20:59:59.583890 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.584258 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:59.584609 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:59.584647 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:59.584888 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:59.584956 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:59.585099 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.04.29 20:59:59.585134 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:59.585156 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:59.585170 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:59.585210 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.29 20:59:59.585230 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:59.586487 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} executeQuery: Read 52 rows, 12.45 KiB in 0.00238 sec., 21848.739495798316 rows/sec., 5.11 MiB/sec. 2026.04.29 20:59:59.586601 [ 276 ] {c4c9cd97-e5eb-4554-a0e7-8f8ff3fe84e4} TCPHandler: Processed in 0.002905838 sec. 2026.04.29 20:59:59.591374 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.591505 [ 276 ] {44861925-9bad-4a03-bfb3-4e24fc2d0e1a} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.591558 [ 276 ] {44861925-9bad-4a03-bfb3-4e24fc2d0e1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.29 20:59:59.592188 [ 276 ] {44861925-9bad-4a03-bfb3-4e24fc2d0e1a} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.592225 [ 276 ] {44861925-9bad-4a03-bfb3-4e24fc2d0e1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.592653 [ 276 ] {44861925-9bad-4a03-bfb3-4e24fc2d0e1a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:59:59.592877 [ 276 ] {44861925-9bad-4a03-bfb3-4e24fc2d0e1a} oximeter.fields_i16 (c8298c9e-d19e-42ac-8969-d0a82ec2a9cd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.593027 [ 276 ] {44861925-9bad-4a03-bfb3-4e24fc2d0e1a} executeQuery: Read 284 rows, 18.47 KiB in 0.001562 sec., 181818.18181818182 rows/sec., 11.55 MiB/sec. 2026.04.29 20:59:59.593067 [ 276 ] {44861925-9bad-4a03-bfb3-4e24fc2d0e1a} TCPHandler: Processed in 0.001757912 sec. 2026.04.29 20:59:59.593187 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.593286 [ 276 ] {a13bebd1-b218-478c-b164-335f7a997782} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:59.593328 [ 276 ] {a13bebd1-b218-478c-b164-335f7a997782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:59.594094 [ 276 ] {a13bebd1-b218-478c-b164-335f7a997782} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.594154 [ 276 ] {a13bebd1-b218-478c-b164-335f7a997782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.594510 [ 276 ] {a13bebd1-b218-478c-b164-335f7a997782} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.04.29 20:59:59.594723 [ 276 ] {a13bebd1-b218-478c-b164-335f7a997782} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.594854 [ 276 ] {a13bebd1-b218-478c-b164-335f7a997782} executeQuery: Read 811 rows, 64.18 KiB in 0.00159 sec., 510062.89308176097 rows/sec., 39.42 MiB/sec. 2026.04.29 20:59:59.594893 [ 276 ] {a13bebd1-b218-478c-b164-335f7a997782} TCPHandler: Processed in 0.001758433 sec. 2026.04.29 20:59:59.594997 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.595092 [ 276 ] {91adecf0-6fdf-45fc-a78b-31f4e49dbdf2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.595132 [ 276 ] {91adecf0-6fdf-45fc-a78b-31f4e49dbdf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:59.595573 [ 276 ] {91adecf0-6fdf-45fc-a78b-31f4e49dbdf2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.595607 [ 276 ] {91adecf0-6fdf-45fc-a78b-31f4e49dbdf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.595914 [ 276 ] {91adecf0-6fdf-45fc-a78b-31f4e49dbdf2} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.29 20:59:59.596123 [ 276 ] {91adecf0-6fdf-45fc-a78b-31f4e49dbdf2} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.596250 [ 276 ] {91adecf0-6fdf-45fc-a78b-31f4e49dbdf2} executeQuery: Read 149 rows, 9.07 KiB in 0.001178 sec., 126485.5687606112 rows/sec., 7.52 MiB/sec. 2026.04.29 20:59:59.596287 [ 276 ] {91adecf0-6fdf-45fc-a78b-31f4e49dbdf2} TCPHandler: Processed in 0.001343037 sec. 2026.04.29 20:59:59.596407 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.596501 [ 276 ] {3a338b1e-123f-4926-a5d7-d8fc57df51cf} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.596540 [ 276 ] {3a338b1e-123f-4926-a5d7-d8fc57df51cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:59:59.596987 [ 276 ] {3a338b1e-123f-4926-a5d7-d8fc57df51cf} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.597020 [ 276 ] {3a338b1e-123f-4926-a5d7-d8fc57df51cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.597325 [ 276 ] {3a338b1e-123f-4926-a5d7-d8fc57df51cf} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.04.29 20:59:59.597542 [ 276 ] {3a338b1e-123f-4926-a5d7-d8fc57df51cf} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.597670 [ 276 ] {3a338b1e-123f-4926-a5d7-d8fc57df51cf} executeQuery: Read 149 rows, 9.86 KiB in 0.001187 sec., 125526.53748946926 rows/sec., 8.11 MiB/sec. 2026.04.29 20:59:59.597708 [ 276 ] {3a338b1e-123f-4926-a5d7-d8fc57df51cf} TCPHandler: Processed in 0.001352807 sec. 2026.04.29 20:59:59.597825 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.597918 [ 276 ] {45ab1b10-9aae-44c5-bc0f-45c68126aa25} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.597957 [ 276 ] {45ab1b10-9aae-44c5-bc0f-45c68126aa25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.29 20:59:59.598384 [ 276 ] {45ab1b10-9aae-44c5-bc0f-45c68126aa25} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.598417 [ 276 ] {45ab1b10-9aae-44c5-bc0f-45c68126aa25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.598731 [ 276 ] {45ab1b10-9aae-44c5-bc0f-45c68126aa25} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.29 20:59:59.598937 [ 276 ] {45ab1b10-9aae-44c5-bc0f-45c68126aa25} oximeter.fields_u8 (cd3f819a-ebdc-4478-9128-6c569c73374a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.599063 [ 276 ] {45ab1b10-9aae-44c5-bc0f-45c68126aa25} executeQuery: Read 148 rows, 8.62 KiB in 0.001163 sec., 127257.09372312984 rows/sec., 7.24 MiB/sec. 2026.04.29 20:59:59.599100 [ 276 ] {45ab1b10-9aae-44c5-bc0f-45c68126aa25} TCPHandler: Processed in 0.001326527 sec. 2026.04.29 20:59:59.599218 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.599312 [ 276 ] {5fc61cd4-7061-4731-a033-39e950ea2822} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:59.599350 [ 276 ] {5fc61cd4-7061-4731-a033-39e950ea2822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:59.599949 [ 276 ] {5fc61cd4-7061-4731-a033-39e950ea2822} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.599983 [ 276 ] {5fc61cd4-7061-4731-a033-39e950ea2822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.600305 [ 276 ] {5fc61cd4-7061-4731-a033-39e950ea2822} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.04.29 20:59:59.600512 [ 276 ] {5fc61cd4-7061-4731-a033-39e950ea2822} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.600640 [ 276 ] {5fc61cd4-7061-4731-a033-39e950ea2822} executeQuery: Read 497 rows, 35.74 KiB in 0.001347 sec., 368968.0772086117 rows/sec., 25.91 MiB/sec. 2026.04.29 20:59:59.600678 [ 276 ] {5fc61cd4-7061-4731-a033-39e950ea2822} TCPHandler: Processed in 0.001510289 sec. 2026.04.29 20:59:59.600790 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.600885 [ 276 ] {f3145456-e7fc-430f-b93d-85dafa39ff6d} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.29 20:59:59.600925 [ 276 ] {f3145456-e7fc-430f-b93d-85dafa39ff6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.29 20:59:59.601266 [ 276 ] {f3145456-e7fc-430f-b93d-85dafa39ff6d} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.601300 [ 276 ] {f3145456-e7fc-430f-b93d-85dafa39ff6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.601605 [ 276 ] {f3145456-e7fc-430f-b93d-85dafa39ff6d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.29 20:59:59.601804 [ 276 ] {f3145456-e7fc-430f-b93d-85dafa39ff6d} oximeter.measurements_bool (465ad3fa-2713-46e6-92ea-ccbb2a363fec): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.601925 [ 276 ] {f3145456-e7fc-430f-b93d-85dafa39ff6d} executeQuery: Read 6 rows, 321.00 B in 0.001082 sec., 5545.286506469501 rows/sec., 289.72 KiB/sec. 2026.04.29 20:59:59.601959 [ 276 ] {f3145456-e7fc-430f-b93d-85dafa39ff6d} TCPHandler: Processed in 0.001245727 sec. 2026.04.29 20:59:59.602068 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.602156 [ 276 ] {79a0b090-45a7-4fbe-b758-bfa0a398aacb} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.602195 [ 276 ] {79a0b090-45a7-4fbe-b758-bfa0a398aacb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:59.602655 [ 276 ] {79a0b090-45a7-4fbe-b758-bfa0a398aacb} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.602689 [ 276 ] {79a0b090-45a7-4fbe-b758-bfa0a398aacb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.603020 [ 276 ] {79a0b090-45a7-4fbe-b758-bfa0a398aacb} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.04.29 20:59:59.603228 [ 276 ] {79a0b090-45a7-4fbe-b758-bfa0a398aacb} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.603357 [ 276 ] {79a0b090-45a7-4fbe-b758-bfa0a398aacb} executeQuery: Read 265 rows, 18.03 KiB in 0.001179 sec., 224766.75148430874 rows/sec., 14.94 MiB/sec. 2026.04.29 20:59:59.603394 [ 276 ] {79a0b090-45a7-4fbe-b758-bfa0a398aacb} TCPHandler: Processed in 0.001343378 sec. 2026.04.29 20:59:59.603512 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.603612 [ 276 ] {d4867577-ba6e-4ddd-bf6f-7ff8693a57d7} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.603655 [ 276 ] {d4867577-ba6e-4ddd-bf6f-7ff8693a57d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.29 20:59:59.603969 [ 276 ] {d4867577-ba6e-4ddd-bf6f-7ff8693a57d7} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.604003 [ 276 ] {d4867577-ba6e-4ddd-bf6f-7ff8693a57d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.604298 [ 276 ] {d4867577-ba6e-4ddd-bf6f-7ff8693a57d7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.29 20:59:59.604503 [ 276 ] {d4867577-ba6e-4ddd-bf6f-7ff8693a57d7} oximeter.measurements_f64 (36afd666-d1db-4f79-bca2-33f962594014): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.604632 [ 276 ] {d4867577-ba6e-4ddd-bf6f-7ff8693a57d7} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2026.04.29 20:59:59.604668 [ 276 ] {d4867577-ba6e-4ddd-bf6f-7ff8693a57d7} TCPHandler: Processed in 0.001206695 sec. 2026.04.29 20:59:59.604782 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.604874 [ 276 ] {39dc01f9-23cc-492b-af80-27c18b6c8b7b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.604929 [ 276 ] {39dc01f9-23cc-492b-af80-27c18b6c8b7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:59.605690 [ 276 ] {39dc01f9-23cc-492b-af80-27c18b6c8b7b} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.605725 [ 276 ] {39dc01f9-23cc-492b-af80-27c18b6c8b7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.606236 [ 276 ] {39dc01f9-23cc-492b-af80-27c18b6c8b7b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.04.29 20:59:59.606471 [ 276 ] {39dc01f9-23cc-492b-af80-27c18b6c8b7b} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.606601 [ 147 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.04.29 20:59:59.606612 [ 276 ] {39dc01f9-23cc-492b-af80-27c18b6c8b7b} executeQuery: Read 7 rows, 12.84 KiB in 0.001755 sec., 3988.6039886039885 rows/sec., 7.15 MiB/sec. 2026.04.29 20:59:59.606671 [ 147 ] {} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.606697 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.606729 [ 276 ] {39dc01f9-23cc-492b-af80-27c18b6c8b7b} TCPHandler: Processed in 0.001996545 sec. 2026.04.29 20:59:59.606781 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.04.29 20:59:59.606871 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.606967 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:59.606967 [ 276 ] {c1a4ee74-ac5a-47a8-b751-e4070ab5a766} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.607018 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1871 rows starting from the beginning of the part 2026.04.29 20:59:59.607020 [ 276 ] {c1a4ee74-ac5a-47a8-b751-e4070ab5a766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:59.607140 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:59.607241 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 35 rows starting from the beginning of the part 2026.04.29 20:59:59.607339 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:59.607381 [ 276 ] {c1a4ee74-ac5a-47a8-b751-e4070ab5a766} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.607418 [ 276 ] {c1a4ee74-ac5a-47a8-b751-e4070ab5a766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.04.29 20:59:59.607431 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 35 rows starting from the beginning of the part 2026.04.29 20:59:59.607526 [ 198 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 7 rows starting from the beginning of the part 2026.04.29 20:59:59.607745 [ 276 ] {c1a4ee74-ac5a-47a8-b751-e4070ab5a766} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.04.29 20:59:59.607970 [ 276 ] {c1a4ee74-ac5a-47a8-b751-e4070ab5a766} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.608091 [ 147 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.04.29 20:59:59.608105 [ 276 ] {c1a4ee74-ac5a-47a8-b751-e4070ab5a766} executeQuery: Read 90 rows, 5.77 KiB in 0.001157 sec., 77787.38115816767 rows/sec., 4.87 MiB/sec. 2026.04.29 20:59:59.608127 [ 147 ] {} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.608152 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.04.29 20:59:59.608156 [ 276 ] {c1a4ee74-ac5a-47a8-b751-e4070ab5a766} TCPHandler: Processed in 0.001337497 sec. 2026.04.29 20:59:59.608261 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.04.29 20:59:59.608406 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 20:59:59.608449 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5670 rows starting from the beginning of the part 2026.04.29 20:59:59.608513 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 90 rows starting from the beginning of the part 2026.04.29 20:59:59.608560 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2026.04.29 20:59:59.608603 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 90 rows starting from the beginning of the part 2026.04.29 20:59:59.608644 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2026.04.29 20:59:59.608684 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 90 rows starting from the beginning of the part 2026.04.29 20:59:59.610454 [ 188 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6060 rows, containing 4 columns (4 merged, 0 gathered) in 0.002240469 sec., 2704790.8272776813 rows/sec., 176.86 MiB/sec. 2026.04.29 20:59:59.610869 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.04.29 20:59:59.611146 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.611216 [ 193 ] {6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8::all_1_101_20} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.04.29 20:59:59.611290 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.04.29 20:59:59.616189 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1962 rows, containing 19 columns (19 merged, 0 gathered) in 0.00943728 sec., 207898.88611972943 rows/sec., 372.55 MiB/sec. 2026.04.29 20:59:59.618671 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.04.29 20:59:59.619074 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.619163 [ 191 ] {a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4::all_1_86_17} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.04.29 20:59:59.619369 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.37 MiB. 2026.04.29 20:59:59.899403 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.899669 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} executeQuery: (from [fd00:1122:3344:101::d]:35659) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:59:59.900096 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.29 20:59:59.900148 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:59:59.900393 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.29 20:59:59.900461 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.29 20:59:59.900600 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.04.29 20:59:59.900635 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.04.29 20:59:59.900656 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (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.29 20:59:59.900671 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} oximeter.timeseries_schema (db5ff08a-a334-43d0-ae57-4f47164b529a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.29 20:59:59.900709 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.29 20:59:59.900730 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.04.29 20:59:59.901959 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} executeQuery: Read 52 rows, 12.45 KiB in 0.002409 sec., 21585.7202158572 rows/sec., 5.05 MiB/sec. 2026.04.29 20:59:59.902072 [ 276 ] {d7d4c948-0629-4cc2-baae-5d356e2ac4eb} TCPHandler: Processed in 0.002808156 sec. 2026.04.29 20:59:59.915682 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.915813 [ 276 ] {5a275083-d367-4de4-9f90-f37cf6ba344b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.29 20:59:59.915864 [ 276 ] {5a275083-d367-4de4-9f90-f37cf6ba344b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.29 20:59:59.917621 [ 276 ] {5a275083-d367-4de4-9f90-f37cf6ba344b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.917665 [ 276 ] {5a275083-d367-4de4-9f90-f37cf6ba344b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.918174 [ 276 ] {5a275083-d367-4de4-9f90-f37cf6ba344b} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.04.29 20:59:59.918398 [ 276 ] {5a275083-d367-4de4-9f90-f37cf6ba344b} oximeter.fields_string (7b195013-d141-44b6-8a1d-e43ddb8c43f7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.918548 [ 276 ] {5a275083-d367-4de4-9f90-f37cf6ba344b} executeQuery: Read 2475 rows, 188.43 KiB in 0.00277 sec., 893501.8050541517 rows/sec., 66.43 MiB/sec. 2026.04.29 20:59:59.918587 [ 276 ] {5a275083-d367-4de4-9f90-f37cf6ba344b} TCPHandler: Processed in 0.002965878 sec. 2026.04.29 20:59:59.918713 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.918806 [ 276 ] {7307a412-b275-43b4-b7bb-c631fd3f7ab6} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.918844 [ 276 ] {7307a412-b275-43b4-b7bb-c631fd3f7ab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.29 20:59:59.919255 [ 276 ] {7307a412-b275-43b4-b7bb-c631fd3f7ab6} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.919291 [ 276 ] {7307a412-b275-43b4-b7bb-c631fd3f7ab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.919580 [ 276 ] {7307a412-b275-43b4-b7bb-c631fd3f7ab6} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.04.29 20:59:59.919812 [ 276 ] {7307a412-b275-43b4-b7bb-c631fd3f7ab6} oximeter.fields_u16 (583bbf20-a01f-4031-b07a-5399c05637f1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.919952 [ 276 ] {7307a412-b275-43b4-b7bb-c631fd3f7ab6} executeQuery: Read 46 rows, 3.46 KiB in 0.001164 sec., 39518.90034364261 rows/sec., 2.90 MiB/sec. 2026.04.29 20:59:59.919988 [ 276 ] {7307a412-b275-43b4-b7bb-c631fd3f7ab6} TCPHandler: Processed in 0.001323807 sec. 2026.04.29 20:59:59.920104 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.920195 [ 276 ] {829e2057-3b4e-436f-89ee-7298a7f78868} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.920234 [ 276 ] {829e2057-3b4e-436f-89ee-7298a7f78868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.29 20:59:59.920900 [ 276 ] {829e2057-3b4e-436f-89ee-7298a7f78868} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.920936 [ 276 ] {829e2057-3b4e-436f-89ee-7298a7f78868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.921269 [ 276 ] {829e2057-3b4e-436f-89ee-7298a7f78868} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.04.29 20:59:59.921484 [ 276 ] {829e2057-3b4e-436f-89ee-7298a7f78868} oximeter.fields_u32 (6a5d16ae-e47a-4a15-b71f-bce7d1612b4e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.921616 [ 276 ] {829e2057-3b4e-436f-89ee-7298a7f78868} executeQuery: Read 801 rows, 47.38 KiB in 0.001438 sec., 557023.6439499304 rows/sec., 32.18 MiB/sec. 2026.04.29 20:59:59.921652 [ 276 ] {829e2057-3b4e-436f-89ee-7298a7f78868} TCPHandler: Processed in 0.00159534 sec. 2026.04.29 20:59:59.921767 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.921858 [ 276 ] {12698fe7-feac-4588-901e-f7867bee99e0} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.921895 [ 276 ] {12698fe7-feac-4588-901e-f7867bee99e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.29 20:59:59.922269 [ 276 ] {12698fe7-feac-4588-901e-f7867bee99e0} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.922304 [ 276 ] {12698fe7-feac-4588-901e-f7867bee99e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.922590 [ 276 ] {12698fe7-feac-4588-901e-f7867bee99e0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.29 20:59:59.922795 [ 276 ] {12698fe7-feac-4588-901e-f7867bee99e0} oximeter.fields_u64 (09dbfc28-70b8-41ae-9d85-52ad53ba85a0): 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.29 20:59:59.922925 [ 276 ] {12698fe7-feac-4588-901e-f7867bee99e0} executeQuery: Read 1 rows, 72.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 64.80 KiB/sec. 2026.04.29 20:59:59.922961 [ 276 ] {12698fe7-feac-4588-901e-f7867bee99e0} TCPHandler: Processed in 0.001242386 sec. 2026.04.29 20:59:59.923077 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.923168 [ 276 ] {04dcdc56-23b0-43fd-be82-5a2ea41ad2b2} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.29 20:59:59.923205 [ 276 ] {04dcdc56-23b0-43fd-be82-5a2ea41ad2b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.29 20:59:59.924066 [ 276 ] {04dcdc56-23b0-43fd-be82-5a2ea41ad2b2} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.924102 [ 276 ] {04dcdc56-23b0-43fd-be82-5a2ea41ad2b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.924451 [ 276 ] {04dcdc56-23b0-43fd-be82-5a2ea41ad2b2} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.04.29 20:59:59.924658 [ 276 ] {04dcdc56-23b0-43fd-be82-5a2ea41ad2b2} oximeter.fields_uuid (443272f8-1688-4565-a297-6d44d84ae160): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.924783 [ 276 ] {04dcdc56-23b0-43fd-be82-5a2ea41ad2b2} executeQuery: Read 1325 rows, 90.92 KiB in 0.001633 sec., 811390.0796080834 rows/sec., 54.37 MiB/sec. 2026.04.29 20:59:59.924820 [ 276 ] {04dcdc56-23b0-43fd-be82-5a2ea41ad2b2} TCPHandler: Processed in 0.001792003 sec. 2026.04.29 20:59:59.924938 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.925029 [ 276 ] {82149824-2f33-4365-a55e-a735b408c42b} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.925070 [ 276 ] {82149824-2f33-4365-a55e-a735b408c42b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.29 20:59:59.925781 [ 276 ] {82149824-2f33-4365-a55e-a735b408c42b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.925816 [ 276 ] {82149824-2f33-4365-a55e-a735b408c42b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.926230 [ 276 ] {82149824-2f33-4365-a55e-a735b408c42b} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.04.29 20:59:59.926434 [ 276 ] {82149824-2f33-4365-a55e-a735b408c42b} oximeter.measurements_cumulativeu64 (33f06ee0-d468-42a9-9645-d5f7fe57a521): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.926562 [ 276 ] {82149824-2f33-4365-a55e-a735b408c42b} executeQuery: Read 1496 rows, 92.90 KiB in 0.00155 sec., 965161.2903225807 rows/sec., 58.53 MiB/sec. 2026.04.29 20:59:59.926600 [ 276 ] {82149824-2f33-4365-a55e-a735b408c42b} TCPHandler: Processed in 0.001710191 sec. 2026.04.29 20:59:59.926717 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.926808 [ 276 ] {4d07d429-41d7-4dc7-8a0e-fb199deb9064} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.926861 [ 276 ] {4d07d429-41d7-4dc7-8a0e-fb199deb9064} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.29 20:59:59.927836 [ 276 ] {4d07d429-41d7-4dc7-8a0e-fb199deb9064} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.927880 [ 276 ] {4d07d429-41d7-4dc7-8a0e-fb199deb9064} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.928579 [ 276 ] {4d07d429-41d7-4dc7-8a0e-fb199deb9064} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.04.29 20:59:59.928810 [ 276 ] {4d07d429-41d7-4dc7-8a0e-fb199deb9064} oximeter.measurements_histogramu64 (a02c8ae7-c3ba-4a6d-9af1-282dfc5400f4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.928953 [ 276 ] {4d07d429-41d7-4dc7-8a0e-fb199deb9064} executeQuery: Read 46 rows, 84.41 KiB in 0.002162 sec., 21276.595744680853 rows/sec., 38.13 MiB/sec. 2026.04.29 20:59:59.929010 [ 276 ] {4d07d429-41d7-4dc7-8a0e-fb199deb9064} TCPHandler: Processed in 0.00234119 sec. 2026.04.29 20:59:59.929144 [ 276 ] {} TCP-Session: 868d4945-c652-40cb-a86e-67f79f00b691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.29 20:59:59.929240 [ 276 ] {d66da296-1b4a-4070-a0e3-d3eabbb01ef8} executeQuery: (from [fd00:1122:3344:101::d]:35659) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.29 20:59:59.929281 [ 276 ] {d66da296-1b4a-4070-a0e3-d3eabbb01ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.29 20:59:59.929629 [ 276 ] {d66da296-1b4a-4070-a0e3-d3eabbb01ef8} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 20:59:59.929665 [ 276 ] {d66da296-1b4a-4070-a0e3-d3eabbb01ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.04.29 20:59:59.929972 [ 276 ] {d66da296-1b4a-4070-a0e3-d3eabbb01ef8} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.04.29 20:59:59.930184 [ 276 ] {d66da296-1b4a-4070-a0e3-d3eabbb01ef8} oximeter.measurements_u64 (6ccf2d9d-b9c3-4682-94c7-8a29dec88ba8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 20:59:59.930313 [ 276 ] {d66da296-1b4a-4070-a0e3-d3eabbb01ef8} executeQuery: Read 12 rows, 848.00 B in 0.001091 sec., 10999.083409715857 rows/sec., 759.05 KiB/sec. 2026.04.29 20:59:59.930348 [ 276 ] {d66da296-1b4a-4070-a0e3-d3eabbb01ef8} TCPHandler: Processed in 0.001255527 sec. 2026.04.29 21:00:00.000199 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 357.89 MiB, peak 374.57 MiB, free memory in arenas 0.00 B, will set to 360.18 MiB (RSS), difference: 2.29 MiB 2026.04.29 21:00:00.448170 [ 144 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2026.04.29 21:00:00.448252 [ 144 ] {} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.29 21:00:00.448279 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.04.29 21:00:00.448414 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2026.04.29 21:00:00.448555 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.29 21:00:00.448596 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 20 rows starting from the beginning of the part 2026.04.29 21:00:00.448678 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part 2026.04.29 21:00:00.448732 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part 2026.04.29 21:00:00.448785 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.04.29 21:00:00.448832 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.04.29 21:00:00.449699 [ 189 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.001351228 sec., 34043.107454848476 rows/sec., 2.84 MiB/sec. 2026.04.29 21:00:00.449837 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.04.29 21:00:00.450143 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.29 21:00:00.450223 [ 193 ] {aae5c064-6d11-4045-80a8-d539c8d75888::all_1_23_5} oximeter.fields_ipaddr (aae5c064-6d11-4045-80a8-d539c8d75888) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2026.04.29 21:00:00.450303 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.