[ May 14 17:27:06 Enabled. ] [ May 14 17:27:06 Rereading configuration. ] [ May 14 17:27:07 Rereading configuration. ] [ May 14 17:27:18 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ May 14 17:27:18 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.05.14 17:27:19.546560 [ 1 ] {} Application: Will watch for the process with pid 24897 2026.05.14 17:27:19.547103 [ 1 ] {} Application: Forked a child process to watch 2026.05.14 17:27:20.045810 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 4cff21013def54268b86ec094cc295e07b1fd07d, build id: ), PID 24897 2026.05.14 17:27:20.047108 [ 1 ] {} Application: starting up 2026.05.14 17:27:20.047278 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.14 17:27:20.144790 [ 1 ] {} Application: Available RAM: 127.81 GiB; physical cores: 48; logical cores: 48. 2026.05.14 17:27:20.168374 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.14 17:27:20.168450 [ 1 ] {} Application: Initializing DateLUT. 2026.05.14 17:27:20.168469 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.14 17:27:20.168530 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.14 17:27:20.169136 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.14 17:27:20.170393 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.14 17:27:20.171271 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.14 17:27:20.172094 [ 1 ] {} Application: Setting max_server_memory_usage was set to 115.03 GiB (127.81 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.05.14 17:27:20.172153 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 63.90 GiB (127.81 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.05.14 17:27:20.172202 [ 1 ] {} Application: Merges and mutations memory limit is set to 63.90 GiB 2026.05.14 17:27:20.172907 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.14 17:27:20.174960 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.14 17:27:20.181659 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.14 17:27:20.182532 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.14 17:27:20.184369 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.14 17:27:20.184969 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.14 17:27:20.185659 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.14 17:27:20.186125 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.14 17:27:20.190495 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.14 17:27:20.190867 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.14 17:27:20.191815 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.14 17:27:20.192193 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.14 17:27:20.192675 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.14 17:27:20.193075 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.14 17:27:20.194014 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.14 17:27:20.194073 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.14 17:27:20.194160 [ 164 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:27:20.194259 [ 164 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:27:20.200452 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.14 17:27:20.200476 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000117432 sec 2026.05.14 17:27:20.200525 [ 1 ] {} ReferentialDeps: No tables 2026.05.14 17:27:20.200568 [ 1 ] {} LoadingDeps: No tables 2026.05.14 17:27:20.201374 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.14 17:27:20.202166 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.14 17:27:20.217026 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.14 17:27:20.217100 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.14 17:27:20.217212 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.14 17:27:20.217225 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.14 17:27:20.217258 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.14 17:27:20.217377 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.14 17:27:20.223409 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.14 17:27:20.223457 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.14 17:27:20.223509 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.14 17:27:20.223701 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.14 17:27:20.223742 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.14 17:27:20.223755 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.14 17:27:20.223829 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.14 17:27:20.223843 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.14 17:27:20.223871 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.14 17:27:20.223941 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.14 17:27:20.245087 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.14 17:27:20.245854 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.14 17:27:20.245942 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000105902 sec 2026.05.14 17:27:20.245955 [ 1 ] {} ReferentialDeps: No tables 2026.05.14 17:27:20.245965 [ 1 ] {} LoadingDeps: No tables 2026.05.14 17:27:20.245994 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.14 17:27:20.246188 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.14 17:27:20.246291 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.14 17:27:20.246305 [ 1 ] {} Application: Loaded metadata. 2026.05.14 17:27:20.246315 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.05.14 17:27:20.246326 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.14 17:27:20.267683 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.14 17:27:20.267932 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.61 MiB (RSS), difference: 91.83 MiB 2026.05.14 17:27:20.269375 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.528e-05 sec. 2026.05.14 17:27:20.269896 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.14 17:27:20.270688 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.14 17:27:20.270707 [ 1 ] {} Application: Ready for connections. 2026.05.14 17:27:20.380846 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36903 2026.05.14 17:27:20.381273 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.381345 [ 3 ] {} TCP-Session: 3d1fdc65-6843-45c3-a1c4-3000e46ae951 Authenticating user 'default' from [fd00:1122:3344:101::a]:36903 2026.05.14 17:27:20.381381 [ 3 ] {} TCP-Session: 3d1fdc65-6843-45c3-a1c4-3000e46ae951 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.381476 [ 3 ] {} TCP-Session: 3d1fdc65-6843-45c3-a1c4-3000e46ae951 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.381569 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.14 17:27:20.381601 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.14 17:27:20.381683 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.14 17:27:20.382118 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57134 2026.05.14 17:27:20.382230 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63367 2026.05.14 17:27:20.382240 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.382235 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64569 2026.05.14 17:27:20.382303 [ 4 ] {} TCP-Session: 312e9e93-1f97-4af5-ba1f-d7cfefc34ee8 Authenticating user 'default' from [fd00:1122:3344:101::a]:57134 2026.05.14 17:27:20.382381 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.382413 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51657 2026.05.14 17:27:20.382435 [ 254 ] {} TCP-Session: 745085fe-236d-4d7f-8e9f-83abb334cb70 Authenticating user 'default' from [fd00:1122:3344:101::a]:63367 2026.05.14 17:27:20.382445 [ 4 ] {} TCP-Session: 312e9e93-1f97-4af5-ba1f-d7cfefc34ee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.382543 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.382556 [ 254 ] {} TCP-Session: 745085fe-236d-4d7f-8e9f-83abb334cb70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.382663 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33483 2026.05.14 17:27:20.382597 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.382727 [ 254 ] {} TCP-Session: 745085fe-236d-4d7f-8e9f-83abb334cb70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.382774 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37986 2026.05.14 17:27:20.382768 [ 255 ] {} TCP-Session: baaa1033-073a-414d-914b-4884f7ee4b8e Authenticating user 'default' from [fd00:1122:3344:101::a]:51657 2026.05.14 17:27:20.382814 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.382588 [ 5 ] {} TCP-Session: 2a7caabd-1f77-4797-a2d8-b37d1c7cc016 Authenticating user 'default' from [fd00:1122:3344:101::a]:64569 2026.05.14 17:27:20.382561 [ 4 ] {} TCP-Session: 312e9e93-1f97-4af5-ba1f-d7cfefc34ee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.382546 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51734 2026.05.14 17:27:20.382923 [ 257 ] {} TCP-Session: 5a57a93f-8980-4a29-95a3-e74ffb014146 Authenticating user 'default' from [fd00:1122:3344:101::a]:33483 2026.05.14 17:27:20.382988 [ 255 ] {} TCP-Session: baaa1033-073a-414d-914b-4884f7ee4b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.382908 [ 5 ] {} TCP-Session: 2a7caabd-1f77-4797-a2d8-b37d1c7cc016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.383018 [ 257 ] {} TCP-Session: 5a57a93f-8980-4a29-95a3-e74ffb014146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.383057 [ 255 ] {} TCP-Session: baaa1033-073a-414d-914b-4884f7ee4b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.383075 [ 5 ] {} TCP-Session: 2a7caabd-1f77-4797-a2d8-b37d1c7cc016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.383083 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.383090 [ 257 ] {} TCP-Session: 5a57a93f-8980-4a29-95a3-e74ffb014146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.383186 [ 256 ] {} TCP-Session: 6e72dcea-027b-45e5-995a-704bb4db9f05 Authenticating user 'default' from [fd00:1122:3344:101::a]:51734 2026.05.14 17:27:20.383246 [ 256 ] {} TCP-Session: 6e72dcea-027b-45e5-995a-704bb4db9f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.383260 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.383305 [ 256 ] {} TCP-Session: 6e72dcea-027b-45e5-995a-704bb4db9f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.383366 [ 258 ] {} TCP-Session: 610a7a38-a63b-423e-9bbf-ea3eec74db02 Authenticating user 'default' from [fd00:1122:3344:101::a]:37986 2026.05.14 17:27:20.383385 [ 258 ] {} TCP-Session: 610a7a38-a63b-423e-9bbf-ea3eec74db02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.383463 [ 258 ] {} TCP-Session: 610a7a38-a63b-423e-9bbf-ea3eec74db02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.649013 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43666 2026.05.14 17:27:20.649103 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.649219 [ 259 ] {} TCP-Session: 1f7b7fd1-7505-4f19-ae9c-1f19ca7a16c8 Authenticating user 'default' from [fd00:1122:3344:101::b]:43666 2026.05.14 17:27:20.649237 [ 259 ] {} TCP-Session: 1f7b7fd1-7505-4f19-ae9c-1f19ca7a16c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.649248 [ 259 ] {} TCP-Session: 1f7b7fd1-7505-4f19-ae9c-1f19ca7a16c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.649376 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.14 17:27:20.649413 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.14 17:27:20.649502 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.14 17:27:20.650400 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35283 2026.05.14 17:27:20.650544 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52817 2026.05.14 17:27:20.650637 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.650646 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43300 2026.05.14 17:27:20.650679 [ 260 ] {} TCP-Session: fb0262d1-ab6c-4256-872f-91e00fb3f83c Authenticating user 'default' from [fd00:1122:3344:101::b]:35283 2026.05.14 17:27:20.650767 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.650792 [ 260 ] {} TCP-Session: fb0262d1-ab6c-4256-872f-91e00fb3f83c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.650814 [ 261 ] {} TCP-Session: 5e060814-5488-42e6-82ad-ccaea582c944 Authenticating user 'default' from [fd00:1122:3344:101::b]:52817 2026.05.14 17:27:20.650875 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.650837 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54021 2026.05.14 17:27:20.650817 [ 260 ] {} TCP-Session: fb0262d1-ab6c-4256-872f-91e00fb3f83c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.650946 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40156 2026.05.14 17:27:20.650956 [ 262 ] {} TCP-Session: 936f917e-b592-4c1a-ae17-898cac7505a3 Authenticating user 'default' from [fd00:1122:3344:101::b]:43300 2026.05.14 17:27:20.650939 [ 261 ] {} TCP-Session: 5e060814-5488-42e6-82ad-ccaea582c944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651098 [ 261 ] {} TCP-Session: 5e060814-5488-42e6-82ad-ccaea582c944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651130 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33922 2026.05.14 17:27:20.651130 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.651220 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.651118 [ 262 ] {} TCP-Session: 936f917e-b592-4c1a-ae17-898cac7505a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651289 [ 264 ] {} TCP-Session: a088afb9-60b7-46c0-95f8-f1ca41931882 Authenticating user 'default' from [fd00:1122:3344:101::b]:40156 2026.05.14 17:27:20.651287 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47152 2026.05.14 17:27:20.651250 [ 263 ] {} TCP-Session: 6725503d-0ce1-4541-a436-fd08673bfef1 Authenticating user 'default' from [fd00:1122:3344:101::b]:54021 2026.05.14 17:27:20.651379 [ 264 ] {} TCP-Session: a088afb9-60b7-46c0-95f8-f1ca41931882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651364 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.651355 [ 262 ] {} TCP-Session: 936f917e-b592-4c1a-ae17-898cac7505a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651479 [ 265 ] {} TCP-Session: 34d29d94-6584-446d-af09-593aa31396f4 Authenticating user 'default' from [fd00:1122:3344:101::b]:33922 2026.05.14 17:27:20.651461 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.651455 [ 263 ] {} TCP-Session: 6725503d-0ce1-4541-a436-fd08673bfef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651592 [ 265 ] {} TCP-Session: 34d29d94-6584-446d-af09-593aa31396f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651590 [ 266 ] {} TCP-Session: 124458d1-1a53-4387-99df-d801323056d8 Authenticating user 'default' from [fd00:1122:3344:101::b]:47152 2026.05.14 17:27:20.651482 [ 264 ] {} TCP-Session: a088afb9-60b7-46c0-95f8-f1ca41931882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651685 [ 265 ] {} TCP-Session: 34d29d94-6584-446d-af09-593aa31396f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651671 [ 266 ] {} TCP-Session: 124458d1-1a53-4387-99df-d801323056d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651661 [ 263 ] {} TCP-Session: 6725503d-0ce1-4541-a436-fd08673bfef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.651767 [ 266 ] {} TCP-Session: 124458d1-1a53-4387-99df-d801323056d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.695271 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34169 2026.05.14 17:27:20.695384 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.695424 [ 267 ] {} TCP-Session: aae44eb4-7a69-405e-8931-896448944b41 Authenticating user 'default' from [fd00:1122:3344:101::c]:34169 2026.05.14 17:27:20.695521 [ 267 ] {} TCP-Session: aae44eb4-7a69-405e-8931-896448944b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.695539 [ 267 ] {} TCP-Session: aae44eb4-7a69-405e-8931-896448944b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.695586 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.14 17:27:20.695683 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.14 17:27:20.695700 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.14 17:27:20.696375 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55227 2026.05.14 17:27:20.696380 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59945 2026.05.14 17:27:20.696450 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57506 2026.05.14 17:27:20.696552 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.696594 [ 269 ] {} TCP-Session: a6df6241-bfc7-4410-b74a-5517e3917845 Authenticating user 'default' from [fd00:1122:3344:101::c]:55227 2026.05.14 17:27:20.696614 [ 269 ] {} TCP-Session: a6df6241-bfc7-4410-b74a-5517e3917845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.696734 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.696753 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42585 2026.05.14 17:27:20.696765 [ 269 ] {} TCP-Session: a6df6241-bfc7-4410-b74a-5517e3917845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.696819 [ 268 ] {} TCP-Session: 84075b3b-aa79-4a54-ab7b-99e0f013c1f2 Authenticating user 'default' from [fd00:1122:3344:101::c]:59945 2026.05.14 17:27:20.696812 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.696754 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53321 2026.05.14 17:27:20.696913 [ 270 ] {} TCP-Session: 566c9d4c-a589-4ab7-94e4-7a6c0b46f867 Authenticating user 'default' from [fd00:1122:3344:101::c]:57506 2026.05.14 17:27:20.696948 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42381 2026.05.14 17:27:20.696927 [ 268 ] {} TCP-Session: 84075b3b-aa79-4a54-ab7b-99e0f013c1f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697031 [ 270 ] {} TCP-Session: 566c9d4c-a589-4ab7-94e4-7a6c0b46f867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697084 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51618 2026.05.14 17:27:20.697104 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.697051 [ 268 ] {} TCP-Session: 84075b3b-aa79-4a54-ab7b-99e0f013c1f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697165 [ 272 ] {} TCP-Session: f721a728-ae07-4032-b588-2fdb255cce41 Authenticating user 'default' from [fd00:1122:3344:101::c]:53321 2026.05.14 17:27:20.697199 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.697141 [ 270 ] {} TCP-Session: 566c9d4c-a589-4ab7-94e4-7a6c0b46f867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697253 [ 273 ] {} TCP-Session: d77a1c3b-e19c-4b04-9601-0cd6c76c9a1a Authenticating user 'default' from [fd00:1122:3344:101::c]:42381 2026.05.14 17:27:20.697263 [ 272 ] {} TCP-Session: f721a728-ae07-4032-b588-2fdb255cce41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697325 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.696907 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:20.697398 [ 272 ] {} TCP-Session: f721a728-ae07-4032-b588-2fdb255cce41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697394 [ 274 ] {} TCP-Session: 2845e6d9-ead2-4177-a38d-3591bc12d2b6 Authenticating user 'default' from [fd00:1122:3344:101::c]:51618 2026.05.14 17:27:20.697376 [ 273 ] {} TCP-Session: d77a1c3b-e19c-4b04-9601-0cd6c76c9a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697489 [ 271 ] {} TCP-Session: eacac8cd-424a-427a-b728-c6587e857143 Authenticating user 'default' from [fd00:1122:3344:101::c]:42585 2026.05.14 17:27:20.697489 [ 274 ] {} TCP-Session: 2845e6d9-ead2-4177-a38d-3591bc12d2b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697589 [ 273 ] {} TCP-Session: d77a1c3b-e19c-4b04-9601-0cd6c76c9a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697608 [ 274 ] {} TCP-Session: 2845e6d9-ead2-4177-a38d-3591bc12d2b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697622 [ 271 ] {} TCP-Session: eacac8cd-424a-427a-b728-c6587e857143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:20.697706 [ 271 ] {} TCP-Session: eacac8cd-424a-427a-b728-c6587e857143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.000335 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.76 MiB, peak 116.76 MiB, free memory in arenas 0.00 B, will set to 119.90 MiB (RSS), difference: 3.13 MiB 2026.05.14 17:27:21.157917 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63831 2026.05.14 17:27:21.158091 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.158205 [ 275 ] {} TCP-Session: 9639d567-f312-462d-9b1a-13100fe908ad Authenticating user 'default' from [fd00:1122:3344:101::e]:63831 2026.05.14 17:27:21.158230 [ 275 ] {} TCP-Session: 9639d567-f312-462d-9b1a-13100fe908ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.158244 [ 275 ] {} TCP-Session: 9639d567-f312-462d-9b1a-13100fe908ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.158374 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.14 17:27:21.158422 [ 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.05.14 17:27:21.158502 [ 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.05.14 17:27:21.158827 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33569 2026.05.14 17:27:21.159025 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44637 2026.05.14 17:27:21.159033 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.159057 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60522 2026.05.14 17:27:21.159095 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36415 2026.05.14 17:27:21.159068 [ 276 ] {} TCP-Session: f2cb0f33-43dc-40af-89fd-c71ac26175b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33569 2026.05.14 17:27:21.159206 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.159246 [ 276 ] {} TCP-Session: f2cb0f33-43dc-40af-89fd-c71ac26175b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.159252 [ 278 ] {} TCP-Session: 8803794a-c6d3-423a-95f4-31132e3fce1e Authenticating user 'default' from [fd00:1122:3344:101::e]:44637 2026.05.14 17:27:21.159250 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61310 2026.05.14 17:27:21.159264 [ 276 ] {} TCP-Session: f2cb0f33-43dc-40af-89fd-c71ac26175b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.159396 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.159441 [ 278 ] {} TCP-Session: 8803794a-c6d3-423a-95f4-31132e3fce1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.159408 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.159397 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57410 2026.05.14 17:27:21.159607 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.159579 [ 279 ] {} TCP-Session: 16a6cc71-5293-4ca2-96ce-3ed8d63e58c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:36415 2026.05.14 17:27:21.159567 [ 278 ] {} TCP-Session: 8803794a-c6d3-423a-95f4-31132e3fce1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.159556 [ 277 ] {} TCP-Session: 92870de1-afb3-4e04-baed-849e9f9a7853 Authenticating user 'default' from [fd00:1122:3344:101::e]:60522 2026.05.14 17:27:21.159747 [ 280 ] {} TCP-Session: 29ad338f-f2d8-4666-add3-e41a51069daf Authenticating user 'default' from [fd00:1122:3344:101::e]:61310 2026.05.14 17:27:21.159718 [ 279 ] {} TCP-Session: 16a6cc71-5293-4ca2-96ce-3ed8d63e58c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.159815 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.159855 [ 280 ] {} TCP-Session: 29ad338f-f2d8-4666-add3-e41a51069daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.159824 [ 279 ] {} TCP-Session: 16a6cc71-5293-4ca2-96ce-3ed8d63e58c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.159826 [ 277 ] {} TCP-Session: 92870de1-afb3-4e04-baed-849e9f9a7853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.159951 [ 280 ] {} TCP-Session: 29ad338f-f2d8-4666-add3-e41a51069daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.159936 [ 281 ] {} TCP-Session: a5ee648e-85a3-498f-9371-4e477f5b350f Authenticating user 'default' from [fd00:1122:3344:101::e]:57410 2026.05.14 17:27:21.160037 [ 277 ] {} TCP-Session: 92870de1-afb3-4e04-baed-849e9f9a7853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.160053 [ 281 ] {} TCP-Session: a5ee648e-85a3-498f-9371-4e477f5b350f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.160128 [ 281 ] {} TCP-Session: a5ee648e-85a3-498f-9371-4e477f5b350f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.163843 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51450 2026.05.14 17:27:21.163850 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41041 2026.05.14 17:27:21.165732 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.165776 [ 282 ] {} TCP-Session: 203b4b1f-7b84-4e83-9d2d-a6ad2334d571 Authenticating user 'default' from [fd00:1122:3344:101::e]:41041 2026.05.14 17:27:21.165800 [ 282 ] {} TCP-Session: 203b4b1f-7b84-4e83-9d2d-a6ad2334d571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.165820 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.165948 [ 282 ] {} TCP-Session: 203b4b1f-7b84-4e83-9d2d-a6ad2334d571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.165983 [ 283 ] {} TCP-Session: 9bf581bc-aafe-4bdc-b1e4-87ef98968ca1 Authenticating user 'default' from [fd00:1122:3344:101::e]:51450 2026.05.14 17:27:21.166099 [ 283 ] {} TCP-Session: 9bf581bc-aafe-4bdc-b1e4-87ef98968ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.166113 [ 283 ] {} TCP-Session: 9bf581bc-aafe-4bdc-b1e4-87ef98968ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.168562 [ 275 ] {} TCP-Session: 9639d567-f312-462d-9b1a-13100fe908ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:21.171585 [ 275 ] {9a875b51-504d-4710-9f5c-228ceef40bfb} executeQuery: (from [fd00:1122:3344:101::e]:63831) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE (database = 'oximeter' OR (database = 'system' AND name = 'query_log')) AND has_own_data (stage: Complete) 2026.05.14 17:27:21.181170 [ 275 ] {9a875b51-504d-4710-9f5c-228ceef40bfb} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.14 17:27:21.183871 [ 275 ] {9a875b51-504d-4710-9f5c-228ceef40bfb} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:27:21.186205 [ 284 ] {9a875b51-504d-4710-9f5c-228ceef40bfb} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.14 17:27:21.187937 [ 275 ] {9a875b51-504d-4710-9f5c-228ceef40bfb} executeQuery: Read 80 rows, 4.33 KiB in 0.016018 sec., 4994.381321013859 rows/sec., 270.39 KiB/sec. 2026.05.14 17:27:21.188195 [ 275 ] {9a875b51-504d-4710-9f5c-228ceef40bfb} TCPHandler: Processed in 0.022212642 sec. 2026.05.14 17:27:21.626561 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44616 2026.05.14 17:27:21.626814 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.627118 [ 285 ] {} TCP-Session: d37359fc-b4b2-46b0-baf2-664ce5a68529 Authenticating user 'default' from [fd00:1122:3344:101::e]:44616 2026.05.14 17:27:21.627166 [ 285 ] {} TCP-Session: d37359fc-b4b2-46b0-baf2-664ce5a68529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.627189 [ 285 ] {} TCP-Session: d37359fc-b4b2-46b0-baf2-664ce5a68529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.627749 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60583 2026.05.14 17:27:21.627891 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35463 2026.05.14 17:27:21.627976 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.628004 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65138 2026.05.14 17:27:21.628107 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53173 2026.05.14 17:27:21.628074 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.628019 [ 286 ] {} TCP-Session: 07f39bb5-583f-416b-8eee-5afb00f17b73 Authenticating user 'default' from [fd00:1122:3344:101::e]:60583 2026.05.14 17:27:21.628286 [ 287 ] {} TCP-Session: c9b8f1bb-b64d-4b4b-b6db-56b9c3263c4a Authenticating user 'default' from [fd00:1122:3344:101::e]:35463 2026.05.14 17:27:21.628303 [ 286 ] {} TCP-Session: 07f39bb5-583f-416b-8eee-5afb00f17b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.628287 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48830 2026.05.14 17:27:21.628452 [ 287 ] {} TCP-Session: c9b8f1bb-b64d-4b4b-b6db-56b9c3263c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.628492 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.628507 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36327 2026.05.14 17:27:21.628491 [ 286 ] {} TCP-Session: 07f39bb5-583f-416b-8eee-5afb00f17b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.628573 [ 287 ] {} TCP-Session: c9b8f1bb-b64d-4b4b-b6db-56b9c3263c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.628664 [ 288 ] {} TCP-Session: 3171b125-9d7c-4b82-a2d0-300f44c08dbe Authenticating user 'default' from [fd00:1122:3344:101::e]:65138 2026.05.14 17:27:21.628660 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.628686 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33144 2026.05.14 17:27:21.628685 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.628819 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.628860 [ 291 ] {} TCP-Session: dcc14d12-81c9-4ea9-b5a2-441546f38c7a Authenticating user 'default' from [fd00:1122:3344:101::e]:36327 2026.05.14 17:27:21.628861 [ 290 ] {} TCP-Session: ca98380f-fbba-469a-ae0c-fa75c7a13ab3 Authenticating user 'default' from [fd00:1122:3344:101::e]:48830 2026.05.14 17:27:21.628893 [ 288 ] {} TCP-Session: 3171b125-9d7c-4b82-a2d0-300f44c08dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.628885 [ 291 ] {} TCP-Session: dcc14d12-81c9-4ea9-b5a2-441546f38c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.628956 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:21.628984 [ 291 ] {} TCP-Session: dcc14d12-81c9-4ea9-b5a2-441546f38c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.628978 [ 290 ] {} TCP-Session: ca98380f-fbba-469a-ae0c-fa75c7a13ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.628862 [ 289 ] {} TCP-Session: 0e61be7f-408f-4afb-a636-310fab4e4c84 Authenticating user 'default' from [fd00:1122:3344:101::e]:53173 2026.05.14 17:27:21.629112 [ 290 ] {} TCP-Session: ca98380f-fbba-469a-ae0c-fa75c7a13ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.629106 [ 292 ] {} TCP-Session: 4b815695-c15b-480b-943b-6db087182ca5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33144 2026.05.14 17:27:21.629000 [ 288 ] {} TCP-Session: 3171b125-9d7c-4b82-a2d0-300f44c08dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.629208 [ 292 ] {} TCP-Session: 4b815695-c15b-480b-943b-6db087182ca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.629207 [ 289 ] {} TCP-Session: 0e61be7f-408f-4afb-a636-310fab4e4c84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.629342 [ 289 ] {} TCP-Session: 0e61be7f-408f-4afb-a636-310fab4e4c84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:21.629354 [ 292 ] {} TCP-Session: 4b815695-c15b-480b-943b-6db087182ca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:22.000670 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 122.07 MiB, peak 122.07 MiB, free memory in arenas 0.00 B, will set to 125.63 MiB (RSS), difference: 3.56 MiB 2026.05.14 17:27:23.635141 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65091 2026.05.14 17:27:23.637461 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:23.637510 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Authenticating user 'default' from [fd00:1122:3344:101::d]:65091 2026.05.14 17:27:23.637536 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.637657 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.637743 [ 293 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.14 17:27:23.637772 [ 293 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.14 17:27:23.637887 [ 293 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.14 17:27:23.640439 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44972 2026.05.14 17:27:23.640513 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43741 2026.05.14 17:27:23.640672 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:23.640695 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53043 2026.05.14 17:27:23.640713 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Authenticating user 'default' from [fd00:1122:3344:101::d]:44972 2026.05.14 17:27:23.640805 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59595 2026.05.14 17:27:23.640884 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51327 2026.05.14 17:27:23.640967 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.640983 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54754 2026.05.14 17:27:23.641103 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.641240 [ 300 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63529 2026.05.14 17:27:23.641551 [ 301 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53962 2026.05.14 17:27:23.645166 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:23.645206 [ 295 ] {} TCP-Session: 9565ef86-ae67-4a6b-8ed5-f8787964601d Authenticating user 'default' from [fd00:1122:3344:101::d]:43741 2026.05.14 17:27:23.645218 [ 301 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:23.645285 [ 300 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:23.645299 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:23.645316 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:23.645395 [ 300 ] {} TCP-Session: c4cda651-9eda-40e1-99ff-32f7786db21c Authenticating user 'default' from [fd00:1122:3344:101::d]:63529 2026.05.14 17:27:23.645370 [ 298 ] {} TCP-Session: b2184986-9457-4b76-90fa-8dbcd3509981 Authenticating user 'default' from [fd00:1122:3344:101::d]:51327 2026.05.14 17:27:23.645427 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:23.645358 [ 301 ] {} TCP-Session: cd7e11ca-248a-4a72-a722-a825c8c87189 Authenticating user 'default' from [fd00:1122:3344:101::d]:53962 2026.05.14 17:27:23.645515 [ 300 ] {} TCP-Session: c4cda651-9eda-40e1-99ff-32f7786db21c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.645499 [ 298 ] {} TCP-Session: b2184986-9457-4b76-90fa-8dbcd3509981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.645489 [ 299 ] {} TCP-Session: 82c7cd14-b0de-4523-a8fc-55df70aba10d Authenticating user 'default' from [fd00:1122:3344:101::d]:54754 2026.05.14 17:27:23.645615 [ 298 ] {} TCP-Session: b2184986-9457-4b76-90fa-8dbcd3509981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.645601 [ 300 ] {} TCP-Session: c4cda651-9eda-40e1-99ff-32f7786db21c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.645591 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.645706 [ 299 ] {} TCP-Session: 82c7cd14-b0de-4523-a8fc-55df70aba10d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.645594 [ 301 ] {} TCP-Session: cd7e11ca-248a-4a72-a722-a825c8c87189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.645808 [ 299 ] {} TCP-Session: 82c7cd14-b0de-4523-a8fc-55df70aba10d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.645480 [ 297 ] {} TCP-Session: 55c71439-ff88-4c7c-b785-83219b473288 Authenticating user 'default' from [fd00:1122:3344:101::d]:59595 2026.05.14 17:27:23.645327 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:23.645990 [ 293 ] {784373d9-8d6a-4d80-9b3b-7dcad234f1c2} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:27:23.645236 [ 295 ] {} TCP-Session: 9565ef86-ae67-4a6b-8ed5-f8787964601d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.646019 [ 296 ] {} TCP-Session: 7a08a1a8-3b5c-4497-8ea5-6729e2a9746f Authenticating user 'default' from [fd00:1122:3344:101::d]:53043 2026.05.14 17:27:23.646086 [ 295 ] {} TCP-Session: 9565ef86-ae67-4a6b-8ed5-f8787964601d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.645951 [ 297 ] {} TCP-Session: 55c71439-ff88-4c7c-b785-83219b473288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.645937 [ 301 ] {} TCP-Session: cd7e11ca-248a-4a72-a722-a825c8c87189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.646164 [ 297 ] {} TCP-Session: 55c71439-ff88-4c7c-b785-83219b473288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.646152 [ 296 ] {} TCP-Session: 7a08a1a8-3b5c-4497-8ea5-6729e2a9746f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.646228 [ 296 ] {} TCP-Session: 7a08a1a8-3b5c-4497-8ea5-6729e2a9746f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:23.697761 [ 293 ] {784373d9-8d6a-4d80-9b3b-7dcad234f1c2} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:65091) (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() @ 0x000000000f9a40f7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f976b5f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3bf3d7 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147a31b1 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x00000000147595dd in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148e1deb 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) @ 0x000000001485c461 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&) @ 0x000000001485acc6 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148a9aa6 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&) @ 0x00000000148a87e3 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&) @ 0x0000000014833167 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014832635 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a54e56 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a51986 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153f0d4a in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x0000000015400efc in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x0000000018793d0c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187941e1 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x00000000187f90f2 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000187f6ba5 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.14 17:27:23.698754 [ 293 ] {784373d9-8d6a-4d80-9b3b-7dcad234f1c2} 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() @ 0x000000000f9a40f7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f976b5f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3bf3d7 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147a31b1 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x00000000147595dd in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148e1deb 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) @ 0x000000001485c461 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&) @ 0x000000001485acc6 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148a9aa6 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&) @ 0x00000000148a87e3 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&) @ 0x0000000014833167 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014832635 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a54e56 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a51986 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153f0d4a in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x0000000015400efc in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x0000000018793d0c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187941e1 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x00000000187f90f2 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000187f6ba5 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.14 17:27:23.698979 [ 293 ] {784373d9-8d6a-4d80-9b3b-7dcad234f1c2} TCPHandler: Processed in 0.053522391 sec. 2026.05.14 17:27:23.701358 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.701630 [ 293 ] {afe4f4d2-4664-465a-8c42-73975e580ada} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:27:23.702030 [ 293 ] {afe4f4d2-4664-465a-8c42-73975e580ada} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:65091) (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() @ 0x000000000f9a40f7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f976b5f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3bf3d7 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147a31b1 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x00000000147595dd in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148e1deb 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) @ 0x000000001485c461 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&) @ 0x000000001485acc6 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148a9aa6 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&) @ 0x00000000148a87e3 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&) @ 0x0000000014833167 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014832635 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a54e56 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a51986 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153f0d4a in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x0000000015400efc in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x0000000018793d0c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187941e1 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x00000000187f90f2 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000187f6ba5 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.14 17:27:23.702338 [ 293 ] {afe4f4d2-4664-465a-8c42-73975e580ada} 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() @ 0x000000000f9a40f7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f976b5f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3bf3d7 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147a31b1 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x00000000147595dd in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148e1deb 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) @ 0x000000001485c461 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&) @ 0x000000001485acc6 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148a9aa6 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&) @ 0x00000000148a87e3 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&) @ 0x0000000014833167 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014832635 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a54e56 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a51986 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153f0d4a in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x0000000015400efc in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x0000000018793d0c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187941e1 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x00000000187f90f2 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000187f6ba5 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.14 17:27:23.702542 [ 293 ] {afe4f4d2-4664-465a-8c42-73975e580ada} TCPHandler: Processed in 0.001278597 sec. 2026.05.14 17:27:23.708724 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.709470 [ 294 ] {4a87b908-9d16-4bf1-83ef-faf6be5c5b9b} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.14 17:27:23.709615 [ 294 ] {4a87b908-9d16-4bf1-83ef-faf6be5c5b9b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.14 17:27:23.710343 [ 294 ] {4a87b908-9d16-4bf1-83ef-faf6be5c5b9b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.14 17:27:23.710363 [ 294 ] {4a87b908-9d16-4bf1-83ef-faf6be5c5b9b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7201e-05 sec 2026.05.14 17:27:23.710418 [ 294 ] {4a87b908-9d16-4bf1-83ef-faf6be5c5b9b} ReferentialDeps: No tables 2026.05.14 17:27:23.710464 [ 294 ] {4a87b908-9d16-4bf1-83ef-faf6be5c5b9b} LoadingDeps: No tables 2026.05.14 17:27:23.710550 [ 294 ] {4a87b908-9d16-4bf1-83ef-faf6be5c5b9b} DatabaseAtomic (oximeter): Starting up tables. 2026.05.14 17:27:23.710603 [ 294 ] {4a87b908-9d16-4bf1-83ef-faf6be5c5b9b} TCPHandler: Processed in 0.001971055 sec. 2026.05.14 17:27:23.710754 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.710976 [ 294 ] {d5db00ba-1c6d-4705-9b99-2e1e8377d33e} executeQuery: (from [fd00:1122:3344:101::d]:44972) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.05.14 17:27:23.711094 [ 294 ] {d5db00ba-1c6d-4705-9b99-2e1e8377d33e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.14 17:27:23.714871 [ 294 ] {d5db00ba-1c6d-4705-9b99-2e1e8377d33e} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.14 17:27:23.715910 [ 294 ] {d5db00ba-1c6d-4705-9b99-2e1e8377d33e} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0): Loading data parts 2026.05.14 17:27:23.716276 [ 294 ] {d5db00ba-1c6d-4705-9b99-2e1e8377d33e} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0): There are no data parts 2026.05.14 17:27:23.718164 [ 294 ] {d5db00ba-1c6d-4705-9b99-2e1e8377d33e} TCPHandler: Processed in 0.007455707 sec. 2026.05.14 17:27:23.718326 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.718501 [ 294 ] {a13396a1-2ae0-43a7-bc97-1cd9b535f1ac} executeQuery: (from [fd00:1122:3344:101::d]:44972) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.718626 [ 294 ] {a13396a1-2ae0-43a7-bc97-1cd9b535f1ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.14 17:27:23.724119 [ 294 ] {a13396a1-2ae0-43a7-bc97-1cd9b535f1ac} oximeter.measurements_bool (01922ad8-ae07-4264-8de5-416aa2f40750): Loading data parts 2026.05.14 17:27:23.724261 [ 294 ] {a13396a1-2ae0-43a7-bc97-1cd9b535f1ac} oximeter.measurements_bool (01922ad8-ae07-4264-8de5-416aa2f40750): There are no data parts 2026.05.14 17:27:23.724735 [ 294 ] {a13396a1-2ae0-43a7-bc97-1cd9b535f1ac} TCPHandler: Processed in 0.006517955 sec. 2026.05.14 17:27:23.725030 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.725184 [ 294 ] {a6679179-330a-4191-9226-d03c194c017c} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.725296 [ 294 ] {a6679179-330a-4191-9226-d03c194c017c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.14 17:27:23.726286 [ 294 ] {a6679179-330a-4191-9226-d03c194c017c} oximeter.measurements_i8 (fd5f04b6-1f18-4f1d-b5f4-0e83ca4c5700): Loading data parts 2026.05.14 17:27:23.726404 [ 294 ] {a6679179-330a-4191-9226-d03c194c017c} oximeter.measurements_i8 (fd5f04b6-1f18-4f1d-b5f4-0e83ca4c5700): There are no data parts 2026.05.14 17:27:23.727217 [ 294 ] {a6679179-330a-4191-9226-d03c194c017c} TCPHandler: Processed in 0.002232789 sec. 2026.05.14 17:27:23.727446 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.727654 [ 294 ] {398028aa-348f-4a95-b3f7-b602fef1da76} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.727794 [ 294 ] {398028aa-348f-4a95-b3f7-b602fef1da76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.14 17:27:23.729041 [ 294 ] {398028aa-348f-4a95-b3f7-b602fef1da76} oximeter.measurements_u8 (8f25dae2-70b8-4aab-a7e3-17e7209097eb): Loading data parts 2026.05.14 17:27:23.729169 [ 294 ] {398028aa-348f-4a95-b3f7-b602fef1da76} oximeter.measurements_u8 (8f25dae2-70b8-4aab-a7e3-17e7209097eb): There are no data parts 2026.05.14 17:27:23.729732 [ 294 ] {398028aa-348f-4a95-b3f7-b602fef1da76} TCPHandler: Processed in 0.002389451 sec. 2026.05.14 17:27:23.729904 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.730089 [ 294 ] {2253b521-b2de-4f3e-b414-1df7fd975ef8} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.730199 [ 294 ] {2253b521-b2de-4f3e-b414-1df7fd975ef8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.14 17:27:23.731238 [ 294 ] {2253b521-b2de-4f3e-b414-1df7fd975ef8} oximeter.measurements_i16 (bad3a86a-f6ac-4a38-bb73-73972fe55e39): Loading data parts 2026.05.14 17:27:23.731361 [ 294 ] {2253b521-b2de-4f3e-b414-1df7fd975ef8} oximeter.measurements_i16 (bad3a86a-f6ac-4a38-bb73-73972fe55e39): There are no data parts 2026.05.14 17:27:23.731977 [ 294 ] {2253b521-b2de-4f3e-b414-1df7fd975ef8} TCPHandler: Processed in 0.002115128 sec. 2026.05.14 17:27:23.732115 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.732267 [ 294 ] {9d81f8ba-18f2-4f4f-86c2-d76c1f2a1e1c} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.732388 [ 294 ] {9d81f8ba-18f2-4f4f-86c2-d76c1f2a1e1c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.14 17:27:23.733537 [ 294 ] {9d81f8ba-18f2-4f4f-86c2-d76c1f2a1e1c} oximeter.measurements_u16 (c0d11a3d-0e6c-4101-a5d1-64e6c52f711a): Loading data parts 2026.05.14 17:27:23.733651 [ 294 ] {9d81f8ba-18f2-4f4f-86c2-d76c1f2a1e1c} oximeter.measurements_u16 (c0d11a3d-0e6c-4101-a5d1-64e6c52f711a): There are no data parts 2026.05.14 17:27:23.734152 [ 294 ] {9d81f8ba-18f2-4f4f-86c2-d76c1f2a1e1c} TCPHandler: Processed in 0.002084867 sec. 2026.05.14 17:27:23.734330 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.734531 [ 294 ] {70f5c6c7-ef13-44d4-8f4d-49da59dcfe77} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.734648 [ 294 ] {70f5c6c7-ef13-44d4-8f4d-49da59dcfe77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.14 17:27:23.735634 [ 294 ] {70f5c6c7-ef13-44d4-8f4d-49da59dcfe77} oximeter.measurements_i32 (d636702e-c728-40f2-ab5a-e34610773d29): Loading data parts 2026.05.14 17:27:23.735754 [ 294 ] {70f5c6c7-ef13-44d4-8f4d-49da59dcfe77} oximeter.measurements_i32 (d636702e-c728-40f2-ab5a-e34610773d29): There are no data parts 2026.05.14 17:27:23.736318 [ 294 ] {70f5c6c7-ef13-44d4-8f4d-49da59dcfe77} TCPHandler: Processed in 0.002070417 sec. 2026.05.14 17:27:23.736443 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.736586 [ 294 ] {5ac01c27-2f2c-4928-b7e1-2d8b795ca3a9} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.736697 [ 294 ] {5ac01c27-2f2c-4928-b7e1-2d8b795ca3a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.14 17:27:23.737807 [ 294 ] {5ac01c27-2f2c-4928-b7e1-2d8b795ca3a9} oximeter.measurements_u32 (7e607763-0eaa-4fc9-9ca1-833d73f53789): Loading data parts 2026.05.14 17:27:23.737923 [ 294 ] {5ac01c27-2f2c-4928-b7e1-2d8b795ca3a9} oximeter.measurements_u32 (7e607763-0eaa-4fc9-9ca1-833d73f53789): There are no data parts 2026.05.14 17:27:23.738426 [ 294 ] {5ac01c27-2f2c-4928-b7e1-2d8b795ca3a9} TCPHandler: Processed in 0.001987986 sec. 2026.05.14 17:27:23.738558 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.738788 [ 294 ] {00530423-9a11-472f-ba29-d5363e8318b1} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.738905 [ 294 ] {00530423-9a11-472f-ba29-d5363e8318b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.14 17:27:23.739869 [ 294 ] {00530423-9a11-472f-ba29-d5363e8318b1} oximeter.measurements_i64 (1ef222e1-5876-49f4-a7f3-48bb20887a98): Loading data parts 2026.05.14 17:27:23.740015 [ 294 ] {00530423-9a11-472f-ba29-d5363e8318b1} oximeter.measurements_i64 (1ef222e1-5876-49f4-a7f3-48bb20887a98): There are no data parts 2026.05.14 17:27:23.740844 [ 294 ] {00530423-9a11-472f-ba29-d5363e8318b1} TCPHandler: Processed in 0.002332691 sec. 2026.05.14 17:27:23.740987 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.741170 [ 294 ] {d8a95f0b-3469-4aa6-98fb-831292310008} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.741298 [ 294 ] {d8a95f0b-3469-4aa6-98fb-831292310008} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.14 17:27:23.742560 [ 294 ] {d8a95f0b-3469-4aa6-98fb-831292310008} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Loading data parts 2026.05.14 17:27:23.742679 [ 294 ] {d8a95f0b-3469-4aa6-98fb-831292310008} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): There are no data parts 2026.05.14 17:27:23.743253 [ 294 ] {d8a95f0b-3469-4aa6-98fb-831292310008} TCPHandler: Processed in 0.00231883 sec. 2026.05.14 17:27:23.743411 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.743652 [ 294 ] {1a8175fb-ec22-455f-9f38-a6f02a5c9ded} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.743775 [ 294 ] {1a8175fb-ec22-455f-9f38-a6f02a5c9ded} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.14 17:27:23.744803 [ 294 ] {1a8175fb-ec22-455f-9f38-a6f02a5c9ded} oximeter.measurements_f32 (4d90d10c-2993-4ec5-b3b9-aa34b9020382): Loading data parts 2026.05.14 17:27:23.744946 [ 294 ] {1a8175fb-ec22-455f-9f38-a6f02a5c9ded} oximeter.measurements_f32 (4d90d10c-2993-4ec5-b3b9-aa34b9020382): There are no data parts 2026.05.14 17:27:23.745528 [ 294 ] {1a8175fb-ec22-455f-9f38-a6f02a5c9ded} TCPHandler: Processed in 0.002164548 sec. 2026.05.14 17:27:23.745701 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.745854 [ 294 ] {e4a77e3a-bc56-450d-b8c2-8a06e85cc0ca} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.745975 [ 294 ] {e4a77e3a-bc56-450d-b8c2-8a06e85cc0ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.14 17:27:23.747052 [ 294 ] {e4a77e3a-bc56-450d-b8c2-8a06e85cc0ca} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): Loading data parts 2026.05.14 17:27:23.747201 [ 294 ] {e4a77e3a-bc56-450d-b8c2-8a06e85cc0ca} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): There are no data parts 2026.05.14 17:27:23.747711 [ 294 ] {e4a77e3a-bc56-450d-b8c2-8a06e85cc0ca} TCPHandler: Processed in 0.002116517 sec. 2026.05.14 17:27:23.747934 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.748165 [ 294 ] {fd9e6884-cc39-48af-bee0-cba9eb1d3520} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.748282 [ 294 ] {fd9e6884-cc39-48af-bee0-cba9eb1d3520} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.14 17:27:23.749295 [ 294 ] {fd9e6884-cc39-48af-bee0-cba9eb1d3520} oximeter.measurements_string (79b38750-4484-4876-a8f6-8d7b3bc22ed6): Loading data parts 2026.05.14 17:27:23.749431 [ 294 ] {fd9e6884-cc39-48af-bee0-cba9eb1d3520} oximeter.measurements_string (79b38750-4484-4876-a8f6-8d7b3bc22ed6): There are no data parts 2026.05.14 17:27:23.750066 [ 294 ] {fd9e6884-cc39-48af-bee0-cba9eb1d3520} TCPHandler: Processed in 0.002180019 sec. 2026.05.14 17:27:23.750215 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.750368 [ 294 ] {a1819ba6-7a04-443e-ac0c-96acb1596764} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.750499 [ 294 ] {a1819ba6-7a04-443e-ac0c-96acb1596764} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.14 17:27:23.751466 [ 294 ] {a1819ba6-7a04-443e-ac0c-96acb1596764} oximeter.measurements_bytes (20a54afc-f1e4-4e90-bb70-45043886c7c9): Loading data parts 2026.05.14 17:27:23.751588 [ 294 ] {a1819ba6-7a04-443e-ac0c-96acb1596764} oximeter.measurements_bytes (20a54afc-f1e4-4e90-bb70-45043886c7c9): There are no data parts 2026.05.14 17:27:23.752188 [ 294 ] {a1819ba6-7a04-443e-ac0c-96acb1596764} TCPHandler: Processed in 0.002020826 sec. 2026.05.14 17:27:23.752329 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.752485 [ 294 ] {b0fc6caf-432f-4584-b706-de18692497ad} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.752607 [ 294 ] {b0fc6caf-432f-4584-b706-de18692497ad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.14 17:27:23.753716 [ 294 ] {b0fc6caf-432f-4584-b706-de18692497ad} oximeter.measurements_cumulativei64 (3372472e-b650-4c99-83a3-0d5d94fefdb4): Loading data parts 2026.05.14 17:27:23.753907 [ 294 ] {b0fc6caf-432f-4584-b706-de18692497ad} oximeter.measurements_cumulativei64 (3372472e-b650-4c99-83a3-0d5d94fefdb4): There are no data parts 2026.05.14 17:27:23.754559 [ 294 ] {b0fc6caf-432f-4584-b706-de18692497ad} TCPHandler: Processed in 0.00227675 sec. 2026.05.14 17:27:23.754782 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.754944 [ 294 ] {59c77dc1-71c4-4e6c-9b1e-6c6f1237b78a} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.755068 [ 294 ] {59c77dc1-71c4-4e6c-9b1e-6c6f1237b78a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.14 17:27:23.756035 [ 294 ] {59c77dc1-71c4-4e6c-9b1e-6c6f1237b78a} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Loading data parts 2026.05.14 17:27:23.756241 [ 294 ] {59c77dc1-71c4-4e6c-9b1e-6c6f1237b78a} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): There are no data parts 2026.05.14 17:27:23.756802 [ 294 ] {59c77dc1-71c4-4e6c-9b1e-6c6f1237b78a} TCPHandler: Processed in 0.002068687 sec. 2026.05.14 17:27:23.756970 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.757212 [ 294 ] {cfc1c591-a5b1-4739-b149-6baad7f24d09} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.757332 [ 294 ] {cfc1c591-a5b1-4739-b149-6baad7f24d09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.14 17:27:23.758373 [ 294 ] {cfc1c591-a5b1-4739-b149-6baad7f24d09} oximeter.measurements_cumulativef32 (213f9016-a483-4887-a78a-ebfa30540474): Loading data parts 2026.05.14 17:27:23.758500 [ 294 ] {cfc1c591-a5b1-4739-b149-6baad7f24d09} oximeter.measurements_cumulativef32 (213f9016-a483-4887-a78a-ebfa30540474): There are no data parts 2026.05.14 17:27:23.759306 [ 294 ] {cfc1c591-a5b1-4739-b149-6baad7f24d09} TCPHandler: Processed in 0.002415932 sec. 2026.05.14 17:27:23.759484 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.759654 [ 294 ] {f57126ad-651b-40d4-a8b6-dcc1f2b1b229} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.759857 [ 294 ] {f57126ad-651b-40d4-a8b6-dcc1f2b1b229} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.14 17:27:23.761051 [ 294 ] {f57126ad-651b-40d4-a8b6-dcc1f2b1b229} oximeter.measurements_cumulativef64 (5eccdc2b-bafd-43e8-a1f1-c4e995fd1289): Loading data parts 2026.05.14 17:27:23.761183 [ 294 ] {f57126ad-651b-40d4-a8b6-dcc1f2b1b229} oximeter.measurements_cumulativef64 (5eccdc2b-bafd-43e8-a1f1-c4e995fd1289): There are no data parts 2026.05.14 17:27:23.761724 [ 294 ] {f57126ad-651b-40d4-a8b6-dcc1f2b1b229} TCPHandler: Processed in 0.002246159 sec. 2026.05.14 17:27:23.761974 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.762198 [ 294 ] {336fc479-74ca-4850-980c-965b4ed8366b} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.762340 [ 294 ] {336fc479-74ca-4850-980c-965b4ed8366b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.14 17:27:23.763620 [ 294 ] {336fc479-74ca-4850-980c-965b4ed8366b} oximeter.measurements_histogrami8 (7a94e4b4-9d6e-44df-a194-5013bc12ab7a): Loading data parts 2026.05.14 17:27:23.763746 [ 294 ] {336fc479-74ca-4850-980c-965b4ed8366b} oximeter.measurements_histogrami8 (7a94e4b4-9d6e-44df-a194-5013bc12ab7a): There are no data parts 2026.05.14 17:27:23.764408 [ 294 ] {336fc479-74ca-4850-980c-965b4ed8366b} TCPHandler: Processed in 0.002483902 sec. 2026.05.14 17:27:23.764562 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.764773 [ 294 ] {02bbca60-ae43-45d1-a259-ce06a26b0f1a} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.764921 [ 294 ] {02bbca60-ae43-45d1-a259-ce06a26b0f1a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.14 17:27:23.766259 [ 294 ] {02bbca60-ae43-45d1-a259-ce06a26b0f1a} oximeter.measurements_histogramu8 (f79ee067-af4a-4055-bef6-f82c6d0ee1cf): Loading data parts 2026.05.14 17:27:23.766389 [ 294 ] {02bbca60-ae43-45d1-a259-ce06a26b0f1a} oximeter.measurements_histogramu8 (f79ee067-af4a-4055-bef6-f82c6d0ee1cf): There are no data parts 2026.05.14 17:27:23.766927 [ 294 ] {02bbca60-ae43-45d1-a259-ce06a26b0f1a} TCPHandler: Processed in 0.002411371 sec. 2026.05.14 17:27:23.767131 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.767390 [ 294 ] {98cd4e4e-c4e7-4a1a-bbf2-35816dc21d9c} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.767529 [ 294 ] {98cd4e4e-c4e7-4a1a-bbf2-35816dc21d9c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.14 17:27:23.768727 [ 294 ] {98cd4e4e-c4e7-4a1a-bbf2-35816dc21d9c} oximeter.measurements_histogrami16 (180cbb3b-c62d-43bb-9938-d4d4dccf4c05): Loading data parts 2026.05.14 17:27:23.768856 [ 294 ] {98cd4e4e-c4e7-4a1a-bbf2-35816dc21d9c} oximeter.measurements_histogrami16 (180cbb3b-c62d-43bb-9938-d4d4dccf4c05): There are no data parts 2026.05.14 17:27:23.769474 [ 294 ] {98cd4e4e-c4e7-4a1a-bbf2-35816dc21d9c} TCPHandler: Processed in 0.002390491 sec. 2026.05.14 17:27:23.769615 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.769823 [ 294 ] {3e767f62-caba-4877-989a-02d5fdb147a3} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.769967 [ 294 ] {3e767f62-caba-4877-989a-02d5fdb147a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.14 17:27:23.771234 [ 294 ] {3e767f62-caba-4877-989a-02d5fdb147a3} oximeter.measurements_histogramu16 (8bc1c240-5270-49a3-850f-b4bc22669e50): Loading data parts 2026.05.14 17:27:23.771357 [ 294 ] {3e767f62-caba-4877-989a-02d5fdb147a3} oximeter.measurements_histogramu16 (8bc1c240-5270-49a3-850f-b4bc22669e50): There are no data parts 2026.05.14 17:27:23.771956 [ 294 ] {3e767f62-caba-4877-989a-02d5fdb147a3} TCPHandler: Processed in 0.002388111 sec. 2026.05.14 17:27:23.772151 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.772408 [ 294 ] {23be7f69-9f5e-43ab-8f6d-b0199cd423d4} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.772547 [ 294 ] {23be7f69-9f5e-43ab-8f6d-b0199cd423d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.14 17:27:23.773834 [ 294 ] {23be7f69-9f5e-43ab-8f6d-b0199cd423d4} oximeter.measurements_histogrami32 (02a27bda-b391-4d9e-996a-1a7e2e102e1f): Loading data parts 2026.05.14 17:27:23.773961 [ 294 ] {23be7f69-9f5e-43ab-8f6d-b0199cd423d4} oximeter.measurements_histogrami32 (02a27bda-b391-4d9e-996a-1a7e2e102e1f): There are no data parts 2026.05.14 17:27:23.774666 [ 294 ] {23be7f69-9f5e-43ab-8f6d-b0199cd423d4} TCPHandler: Processed in 0.002562634 sec. 2026.05.14 17:27:23.774819 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.775032 [ 294 ] {d3bccb95-49fc-455b-8d22-125e7a5a62fd} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.775185 [ 294 ] {d3bccb95-49fc-455b-8d22-125e7a5a62fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.14 17:27:23.776407 [ 294 ] {d3bccb95-49fc-455b-8d22-125e7a5a62fd} oximeter.measurements_histogramu32 (f65620d9-78d6-4879-a199-30b5e43e8adb): Loading data parts 2026.05.14 17:27:23.776529 [ 294 ] {d3bccb95-49fc-455b-8d22-125e7a5a62fd} oximeter.measurements_histogramu32 (f65620d9-78d6-4879-a199-30b5e43e8adb): There are no data parts 2026.05.14 17:27:23.777176 [ 294 ] {d3bccb95-49fc-455b-8d22-125e7a5a62fd} TCPHandler: Processed in 0.002403472 sec. 2026.05.14 17:27:23.777368 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.777623 [ 294 ] {9cb4b6a5-1fd5-4083-9d1b-9b5e39c1f6bf} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.777765 [ 294 ] {9cb4b6a5-1fd5-4083-9d1b-9b5e39c1f6bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.14 17:27:23.778929 [ 294 ] {9cb4b6a5-1fd5-4083-9d1b-9b5e39c1f6bf} oximeter.measurements_histogrami64 (10a227a3-d7f8-4b58-a3a2-790544f39950): Loading data parts 2026.05.14 17:27:23.779051 [ 294 ] {9cb4b6a5-1fd5-4083-9d1b-9b5e39c1f6bf} oximeter.measurements_histogrami64 (10a227a3-d7f8-4b58-a3a2-790544f39950): There are no data parts 2026.05.14 17:27:23.779680 [ 294 ] {9cb4b6a5-1fd5-4083-9d1b-9b5e39c1f6bf} TCPHandler: Processed in 0.002360642 sec. 2026.05.14 17:27:23.779821 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.780034 [ 294 ] {389cc750-9e8e-4551-b453-97269fa178b1} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.780175 [ 294 ] {389cc750-9e8e-4551-b453-97269fa178b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.14 17:27:23.781486 [ 294 ] {389cc750-9e8e-4551-b453-97269fa178b1} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Loading data parts 2026.05.14 17:27:23.781617 [ 294 ] {389cc750-9e8e-4551-b453-97269fa178b1} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): There are no data parts 2026.05.14 17:27:23.782136 [ 294 ] {389cc750-9e8e-4551-b453-97269fa178b1} TCPHandler: Processed in 0.002383051 sec. 2026.05.14 17:27:23.782317 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.782561 [ 294 ] {a24c6284-3a73-4169-a2c4-fbc5238c0493} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.782696 [ 294 ] {a24c6284-3a73-4169-a2c4-fbc5238c0493} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.14 17:27:23.783932 [ 294 ] {a24c6284-3a73-4169-a2c4-fbc5238c0493} oximeter.measurements_histogramf32 (c4fedee5-2673-4649-9d72-e72f43309e33): Loading data parts 2026.05.14 17:27:23.784057 [ 294 ] {a24c6284-3a73-4169-a2c4-fbc5238c0493} oximeter.measurements_histogramf32 (c4fedee5-2673-4649-9d72-e72f43309e33): There are no data parts 2026.05.14 17:27:23.784669 [ 294 ] {a24c6284-3a73-4169-a2c4-fbc5238c0493} TCPHandler: Processed in 0.002366621 sec. 2026.05.14 17:27:23.784809 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.785018 [ 294 ] {c4ea54e2-edb4-42e3-b1e9-1cd28ba04ad2} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.785166 [ 294 ] {c4ea54e2-edb4-42e3-b1e9-1cd28ba04ad2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.14 17:27:23.786409 [ 294 ] {c4ea54e2-edb4-42e3-b1e9-1cd28ba04ad2} oximeter.measurements_histogramf64 (2a36d4ab-0366-4567-b7ee-acab2d051163): Loading data parts 2026.05.14 17:27:23.786541 [ 294 ] {c4ea54e2-edb4-42e3-b1e9-1cd28ba04ad2} oximeter.measurements_histogramf64 (2a36d4ab-0366-4567-b7ee-acab2d051163): There are no data parts 2026.05.14 17:27:23.787131 [ 294 ] {c4ea54e2-edb4-42e3-b1e9-1cd28ba04ad2} TCPHandler: Processed in 0.002370281 sec. 2026.05.14 17:27:23.787330 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.787553 [ 294 ] {481ffe6c-4b2f-4983-b1f7-641d226fa56f} executeQuery: (from [fd00:1122:3344:101::d]:44972) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.787705 [ 294 ] {481ffe6c-4b2f-4983-b1f7-641d226fa56f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.14 17:27:23.789364 [ 294 ] {481ffe6c-4b2f-4983-b1f7-641d226fa56f} oximeter.fields_bool (f4685408-6266-451e-9f7e-b64d237c124e): Loading data parts 2026.05.14 17:27:23.789493 [ 294 ] {481ffe6c-4b2f-4983-b1f7-641d226fa56f} oximeter.fields_bool (f4685408-6266-451e-9f7e-b64d237c124e): There are no data parts 2026.05.14 17:27:23.790110 [ 294 ] {481ffe6c-4b2f-4983-b1f7-641d226fa56f} TCPHandler: Processed in 0.002827137 sec. 2026.05.14 17:27:23.790251 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.790403 [ 294 ] {78ace163-4b3f-4451-b199-36e52f3206c4} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.790540 [ 294 ] {78ace163-4b3f-4451-b199-36e52f3206c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.14 17:27:23.791634 [ 294 ] {78ace163-4b3f-4451-b199-36e52f3206c4} oximeter.fields_i8 (4a69a36e-0d39-418c-97b8-73988bc420cb): Loading data parts 2026.05.14 17:27:23.791848 [ 294 ] {78ace163-4b3f-4451-b199-36e52f3206c4} oximeter.fields_i8 (4a69a36e-0d39-418c-97b8-73988bc420cb): There are no data parts 2026.05.14 17:27:23.792390 [ 294 ] {78ace163-4b3f-4451-b199-36e52f3206c4} TCPHandler: Processed in 0.002187059 sec. 2026.05.14 17:27:23.792526 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.792773 [ 294 ] {2c8ff337-8726-43c2-ab76-9e138ce73df4} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.792905 [ 294 ] {2c8ff337-8726-43c2-ab76-9e138ce73df4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.14 17:27:23.793967 [ 294 ] {2c8ff337-8726-43c2-ab76-9e138ce73df4} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Loading data parts 2026.05.14 17:27:23.794079 [ 294 ] {2c8ff337-8726-43c2-ab76-9e138ce73df4} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): There are no data parts 2026.05.14 17:27:23.794830 [ 294 ] {2c8ff337-8726-43c2-ab76-9e138ce73df4} TCPHandler: Processed in 0.002350061 sec. 2026.05.14 17:27:23.794972 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.795124 [ 294 ] {e238c860-af59-47a2-a564-6c9d28052b60} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.795255 [ 294 ] {e238c860-af59-47a2-a564-6c9d28052b60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.14 17:27:23.796417 [ 294 ] {e238c860-af59-47a2-a564-6c9d28052b60} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Loading data parts 2026.05.14 17:27:23.796587 [ 294 ] {e238c860-af59-47a2-a564-6c9d28052b60} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): There are no data parts 2026.05.14 17:27:23.797150 [ 294 ] {e238c860-af59-47a2-a564-6c9d28052b60} TCPHandler: Processed in 0.002228459 sec. 2026.05.14 17:27:23.797287 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.797522 [ 294 ] {88e11016-e91b-4c14-9cca-0c0e409a781d} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.797644 [ 294 ] {88e11016-e91b-4c14-9cca-0c0e409a781d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.14 17:27:23.798681 [ 294 ] {88e11016-e91b-4c14-9cca-0c0e409a781d} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Loading data parts 2026.05.14 17:27:23.798803 [ 294 ] {88e11016-e91b-4c14-9cca-0c0e409a781d} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): There are no data parts 2026.05.14 17:27:23.799350 [ 294 ] {88e11016-e91b-4c14-9cca-0c0e409a781d} TCPHandler: Processed in 0.002145619 sec. 2026.05.14 17:27:23.799477 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.799619 [ 294 ] {aa779618-efc6-4e25-8d63-d7e6ada3d4ae} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.799868 [ 294 ] {aa779618-efc6-4e25-8d63-d7e6ada3d4ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.14 17:27:23.801088 [ 294 ] {aa779618-efc6-4e25-8d63-d7e6ada3d4ae} oximeter.fields_i32 (3b17bf78-65e2-4565-bec0-e5ff352c8540): Loading data parts 2026.05.14 17:27:23.801213 [ 294 ] {aa779618-efc6-4e25-8d63-d7e6ada3d4ae} oximeter.fields_i32 (3b17bf78-65e2-4565-bec0-e5ff352c8540): There are no data parts 2026.05.14 17:27:23.801729 [ 294 ] {aa779618-efc6-4e25-8d63-d7e6ada3d4ae} TCPHandler: Processed in 0.002254839 sec. 2026.05.14 17:27:23.801869 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.802112 [ 294 ] {0dfe2e06-023f-4af1-9e22-ab978fe9101e} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.802240 [ 294 ] {0dfe2e06-023f-4af1-9e22-ab978fe9101e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.14 17:27:23.803276 [ 294 ] {0dfe2e06-023f-4af1-9e22-ab978fe9101e} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Loading data parts 2026.05.14 17:27:23.803405 [ 294 ] {0dfe2e06-023f-4af1-9e22-ab978fe9101e} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): There are no data parts 2026.05.14 17:27:23.803967 [ 294 ] {0dfe2e06-023f-4af1-9e22-ab978fe9101e} TCPHandler: Processed in 0.002147809 sec. 2026.05.14 17:27:23.804129 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.804280 [ 294 ] {1351ba68-0a1b-4685-9e04-6fe0880c836c} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.804409 [ 294 ] {1351ba68-0a1b-4685-9e04-6fe0880c836c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.14 17:27:23.805528 [ 294 ] {1351ba68-0a1b-4685-9e04-6fe0880c836c} oximeter.fields_i64 (36898e2b-acd9-4c03-a9c9-5677c2cb1c9a): Loading data parts 2026.05.14 17:27:23.805645 [ 294 ] {1351ba68-0a1b-4685-9e04-6fe0880c836c} oximeter.fields_i64 (36898e2b-acd9-4c03-a9c9-5677c2cb1c9a): There are no data parts 2026.05.14 17:27:23.806199 [ 294 ] {1351ba68-0a1b-4685-9e04-6fe0880c836c} TCPHandler: Processed in 0.002116498 sec. 2026.05.14 17:27:23.806345 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.806550 [ 294 ] {42b78be3-76b1-434f-b838-f3bc3896147d} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.806636 [ 294 ] {42b78be3-76b1-434f-b838-f3bc3896147d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.14 17:27:23.807715 [ 294 ] {42b78be3-76b1-434f-b838-f3bc3896147d} oximeter.fields_u64 (e739dd0d-498d-4259-90c2-c8b65b47dc73): Loading data parts 2026.05.14 17:27:23.807850 [ 294 ] {42b78be3-76b1-434f-b838-f3bc3896147d} oximeter.fields_u64 (e739dd0d-498d-4259-90c2-c8b65b47dc73): There are no data parts 2026.05.14 17:27:23.808409 [ 294 ] {42b78be3-76b1-434f-b838-f3bc3896147d} TCPHandler: Processed in 0.002111618 sec. 2026.05.14 17:27:23.808585 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.808738 [ 294 ] {8c39f64f-3872-4757-82f6-d445b078b101} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.808778 [ 294 ] {8c39f64f-3872-4757-82f6-d445b078b101} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.14 17:27:23.809835 [ 294 ] {8c39f64f-3872-4757-82f6-d445b078b101} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Loading data parts 2026.05.14 17:27:23.809958 [ 294 ] {8c39f64f-3872-4757-82f6-d445b078b101} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): There are no data parts 2026.05.14 17:27:23.810473 [ 294 ] {8c39f64f-3872-4757-82f6-d445b078b101} TCPHandler: Processed in 0.001935395 sec. 2026.05.14 17:27:23.810615 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.810766 [ 294 ] {fb09fa18-94d3-48f5-ace7-2dcdd74254b2} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.810807 [ 294 ] {fb09fa18-94d3-48f5-ace7-2dcdd74254b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.14 17:27:23.811927 [ 294 ] {fb09fa18-94d3-48f5-ace7-2dcdd74254b2} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Loading data parts 2026.05.14 17:27:23.812064 [ 294 ] {fb09fa18-94d3-48f5-ace7-2dcdd74254b2} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): There are no data parts 2026.05.14 17:27:23.812779 [ 294 ] {fb09fa18-94d3-48f5-ace7-2dcdd74254b2} TCPHandler: Processed in 0.002210709 sec. 2026.05.14 17:27:23.812947 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.813112 [ 294 ] {ee74a62f-7cf3-49fb-bd3e-84bc9a52dc40} executeQuery: (from [fd00:1122:3344:101::d]:44972) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.14 17:27:23.813158 [ 294 ] {ee74a62f-7cf3-49fb-bd3e-84bc9a52dc40} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.14 17:27:23.814355 [ 294 ] {ee74a62f-7cf3-49fb-bd3e-84bc9a52dc40} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Loading data parts 2026.05.14 17:27:23.814497 [ 294 ] {ee74a62f-7cf3-49fb-bd3e-84bc9a52dc40} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): There are no data parts 2026.05.14 17:27:23.815087 [ 294 ] {ee74a62f-7cf3-49fb-bd3e-84bc9a52dc40} TCPHandler: Processed in 0.002191498 sec. 2026.05.14 17:27:23.815260 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.815517 [ 294 ] {d4de00b5-fc0e-43cb-86c6-4c1704f1e612} executeQuery: (from [fd00:1122:3344:101::d]:44972) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.05.14 17:27:23.815585 [ 294 ] {d4de00b5-fc0e-43cb-86c6-4c1704f1e612} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.14 17:27:23.816803 [ 294 ] {d4de00b5-fc0e-43cb-86c6-4c1704f1e612} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Loading data parts 2026.05.14 17:27:23.816933 [ 294 ] {d4de00b5-fc0e-43cb-86c6-4c1704f1e612} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): There are no data parts 2026.05.14 17:27:23.817518 [ 294 ] {d4de00b5-fc0e-43cb-86c6-4c1704f1e612} TCPHandler: Processed in 0.002352131 sec. 2026.05.14 17:27:23.820000 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:23.820236 [ 293 ] {2b751758-639e-45f6-960e-f3611292fbd7} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.14 17:27:23.822250 [ 293 ] {2b751758-639e-45f6-960e-f3611292fbd7} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.14 17:27:23.828176 [ 284 ] {2b751758-639e-45f6-960e-f3611292fbd7} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:23.828216 [ 284 ] {2b751758-639e-45f6-960e-f3611292fbd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.05.14 17:27:23.832039 [ 284 ] {2b751758-639e-45f6-960e-f3611292fbd7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:23.832643 [ 284 ] {2b751758-639e-45f6-960e-f3611292fbd7} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:23.832888 [ 293 ] {2b751758-639e-45f6-960e-f3611292fbd7} executeQuery: Read 1 rows, 16.00 B in 0.012787 sec., 78.20442637053257 rows/sec., 1.22 KiB/sec. 2026.05.14 17:27:23.833070 [ 293 ] {2b751758-639e-45f6-960e-f3611292fbd7} TCPHandler: Processed in 0.013124532 sec. 2026.05.14 17:27:24.000431 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 132.99 MiB, peak 132.99 MiB, free memory in arenas 0.00 B, will set to 142.14 MiB (RSS), difference: 9.14 MiB 2026.05.14 17:27:27.725495 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.14 17:27:27.725529 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.05.14 17:27:27.725631 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.14 17:27:27.725690 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.14 17:27:27.728297 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Loading data parts 2026.05.14 17:27:27.728444 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): There are no data parts 2026.05.14 17:27:27.730308 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:27.730352 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:27.732363 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:27.732946 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:27.733097 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.05.14 17:27:27.737887 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Loading data parts 2026.05.14 17:27:27.738021 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): There are no data parts 2026.05.14 17:27:27.762551 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:27.762617 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:27.769062 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:27.770285 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:27.773211 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.14 17:27:28.000234 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 147.21 MiB, peak 151.21 MiB, free memory in arenas 0.00 B, will set to 156.32 MiB (RSS), difference: 9.11 MiB 2026.05.14 17:27:30.225531 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 2026.05.14 17:27:30.225650 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.14 17:27:30.229039 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Loading data parts 2026.05.14 17:27:30.229196 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): There are no data parts 2026.05.14 17:27:30.233831 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:30.233868 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:30.235449 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:30.235963 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:30.236178 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.05.14 17:27:31.000229 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 160.56 MiB, peak 160.56 MiB, free memory in arenas 0.00 B, will set to 156.98 MiB (RSS), difference: -3.58 MiB 2026.05.14 17:27:35.194328 [ 117 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:27:35.194415 [ 117 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:27:35.233358 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.05.14 17:27:35.234148 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:35.234196 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:35.234954 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:35.235411 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:35.235554 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.05.14 17:27:35.273468 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.14 17:27:35.294094 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:35.294167 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:35.301025 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:35.302274 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:35.307396 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.14 17:27:36.000271 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 157.66 MiB, peak 161.66 MiB, free memory in arenas 0.00 B, will set to 160.11 MiB (RSS), difference: 2.45 MiB 2026.05.14 17:27:41.000170 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 156.12 MiB, peak 161.66 MiB, free memory in arenas 0.00 B, will set to 160.13 MiB (RSS), difference: 4.01 MiB 2026.05.14 17:27:42.735712 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2026.05.14 17:27:42.736219 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:42.736272 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:42.737020 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:27:42.737597 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:42.737755 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.05.14 17:27:42.807667 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.14 17:27:42.823279 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:42.823346 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:42.829988 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:27:42.831029 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:42.834180 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.14 17:27:43.856079 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.856332 [ 293 ] {2a4ce916-15a5-499d-8965-72e6461a0ca5} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.14 17:27:43.856966 [ 293 ] {2a4ce916-15a5-499d-8965-72e6461a0ca5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:27:43.857111 [ 293 ] {2a4ce916-15a5-499d-8965-72e6461a0ca5} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:27:43.857649 [ 293 ] {2a4ce916-15a5-499d-8965-72e6461a0ca5} TCPHandler: Processed in 0.001703302 sec. 2026.05.14 17:27:43.867313 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.867438 [ 293 ] {7d229a83-e71a-4af3-8ce1-b048d89cac79} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.14 17:27:43.867487 [ 293 ] {7d229a83-e71a-4af3-8ce1-b048d89cac79} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:27:43.868137 [ 293 ] {7d229a83-e71a-4af3-8ce1-b048d89cac79} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.868186 [ 293 ] {7d229a83-e71a-4af3-8ce1-b048d89cac79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.868908 [ 293 ] {7d229a83-e71a-4af3-8ce1-b048d89cac79} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.869431 [ 293 ] {7d229a83-e71a-4af3-8ce1-b048d89cac79} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.869592 [ 293 ] {7d229a83-e71a-4af3-8ce1-b048d89cac79} executeQuery: Read 18 rows, 5.26 KiB in 0.002189 sec., 8222.932846048425 rows/sec., 2.34 MiB/sec. 2026.05.14 17:27:43.869633 [ 293 ] {7d229a83-e71a-4af3-8ce1-b048d89cac79} TCPHandler: Processed in 0.002381042 sec. 2026.05.14 17:27:43.869793 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.869896 [ 293 ] {db6f2645-9b0e-4e5f-b13e-2f6ca97a26e0} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.14 17:27:43.869938 [ 293 ] {db6f2645-9b0e-4e5f-b13e-2f6ca97a26e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.14 17:27:43.873198 [ 293 ] {db6f2645-9b0e-4e5f-b13e-2f6ca97a26e0} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.873235 [ 293 ] {db6f2645-9b0e-4e5f-b13e-2f6ca97a26e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.873776 [ 293 ] {db6f2645-9b0e-4e5f-b13e-2f6ca97a26e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.874325 [ 293 ] {db6f2645-9b0e-4e5f-b13e-2f6ca97a26e0} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.874465 [ 293 ] {db6f2645-9b0e-4e5f-b13e-2f6ca97a26e0} executeQuery: Read 284 rows, 18.47 KiB in 0.004591 sec., 61860.161184927034 rows/sec., 3.93 MiB/sec. 2026.05.14 17:27:43.874506 [ 293 ] {db6f2645-9b0e-4e5f-b13e-2f6ca97a26e0} TCPHandler: Processed in 0.004763293 sec. 2026.05.14 17:27:43.874662 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.874764 [ 293 ] {05ae4c0b-1731-4f88-9a51-04604f56dc3c} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:27:43.874806 [ 293 ] {05ae4c0b-1731-4f88-9a51-04604f56dc3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:27:43.875223 [ 293 ] {05ae4c0b-1731-4f88-9a51-04604f56dc3c} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.875261 [ 293 ] {05ae4c0b-1731-4f88-9a51-04604f56dc3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.875709 [ 293 ] {05ae4c0b-1731-4f88-9a51-04604f56dc3c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.876337 [ 293 ] {05ae4c0b-1731-4f88-9a51-04604f56dc3c} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.876474 [ 293 ] {05ae4c0b-1731-4f88-9a51-04604f56dc3c} executeQuery: Read 6 rows, 501.00 B in 0.00173 sec., 3468.208092485549 rows/sec., 282.81 KiB/sec. 2026.05.14 17:27:43.876512 [ 293 ] {05ae4c0b-1731-4f88-9a51-04604f56dc3c} TCPHandler: Processed in 0.001916175 sec. 2026.05.14 17:27:43.876644 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.876746 [ 293 ] {663f6164-a77e-4fa2-ad4c-803ebdac4e0d} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:27:43.876787 [ 293 ] {663f6164-a77e-4fa2-ad4c-803ebdac4e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:27:43.925994 [ 293 ] {663f6164-a77e-4fa2-ad4c-803ebdac4e0d} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.926049 [ 293 ] {663f6164-a77e-4fa2-ad4c-803ebdac4e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.926654 [ 293 ] {663f6164-a77e-4fa2-ad4c-803ebdac4e0d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.927224 [ 293 ] {663f6164-a77e-4fa2-ad4c-803ebdac4e0d} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.927385 [ 293 ] {663f6164-a77e-4fa2-ad4c-803ebdac4e0d} executeQuery: Read 770 rows, 61.18 KiB in 0.050654 sec., 15201.16871323094 rows/sec., 1.18 MiB/sec. 2026.05.14 17:27:43.927438 [ 293 ] {663f6164-a77e-4fa2-ad4c-803ebdac4e0d} TCPHandler: Processed in 0.050843616 sec. 2026.05.14 17:27:43.927624 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.927741 [ 293 ] {53e3681a-3aff-4505-9434-5b7690006f2e} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:27:43.927790 [ 293 ] {53e3681a-3aff-4505-9434-5b7690006f2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:27:43.928343 [ 293 ] {53e3681a-3aff-4505-9434-5b7690006f2e} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.928377 [ 293 ] {53e3681a-3aff-4505-9434-5b7690006f2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.928894 [ 293 ] {53e3681a-3aff-4505-9434-5b7690006f2e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.929337 [ 293 ] {53e3681a-3aff-4505-9434-5b7690006f2e} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.929478 [ 293 ] {53e3681a-3aff-4505-9434-5b7690006f2e} executeQuery: Read 159 rows, 9.79 KiB in 0.001765 sec., 90084.98583569405 rows/sec., 5.42 MiB/sec. 2026.05.14 17:27:43.929540 [ 293 ] {53e3681a-3aff-4505-9434-5b7690006f2e} TCPHandler: Processed in 0.001999766 sec. 2026.05.14 17:27:43.929704 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.929803 [ 293 ] {983d1af5-9202-498f-9d11-4ad21ba099df} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:27:43.929844 [ 293 ] {983d1af5-9202-498f-9d11-4ad21ba099df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:27:43.930311 [ 293 ] {983d1af5-9202-498f-9d11-4ad21ba099df} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.930347 [ 293 ] {983d1af5-9202-498f-9d11-4ad21ba099df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.930787 [ 293 ] {983d1af5-9202-498f-9d11-4ad21ba099df} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.931226 [ 293 ] {983d1af5-9202-498f-9d11-4ad21ba099df} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.931360 [ 293 ] {983d1af5-9202-498f-9d11-4ad21ba099df} executeQuery: Read 149 rows, 9.86 KiB in 0.001575 sec., 94603.1746031746 rows/sec., 6.11 MiB/sec. 2026.05.14 17:27:43.931401 [ 293 ] {983d1af5-9202-498f-9d11-4ad21ba099df} TCPHandler: Processed in 0.001746583 sec. 2026.05.14 17:27:43.931556 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.931653 [ 293 ] {2b93b2d5-3bc1-41de-8ed4-bd1fc0e9733e} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.14 17:27:43.931692 [ 293 ] {2b93b2d5-3bc1-41de-8ed4-bd1fc0e9733e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.14 17:27:43.932142 [ 293 ] {2b93b2d5-3bc1-41de-8ed4-bd1fc0e9733e} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.932180 [ 293 ] {2b93b2d5-3bc1-41de-8ed4-bd1fc0e9733e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.932670 [ 293 ] {2b93b2d5-3bc1-41de-8ed4-bd1fc0e9733e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.933157 [ 293 ] {2b93b2d5-3bc1-41de-8ed4-bd1fc0e9733e} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.933293 [ 293 ] {2b93b2d5-3bc1-41de-8ed4-bd1fc0e9733e} executeQuery: Read 148 rows, 8.62 KiB in 0.001659 sec., 89210.36769138035 rows/sec., 5.07 MiB/sec. 2026.05.14 17:27:43.933330 [ 293 ] {2b93b2d5-3bc1-41de-8ed4-bd1fc0e9733e} TCPHandler: Processed in 0.001822613 sec. 2026.05.14 17:27:43.933465 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.933570 [ 293 ] {9715540b-8c84-4998-9355-29a63fea9e9e} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:27:43.933611 [ 293 ] {9715540b-8c84-4998-9355-29a63fea9e9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:27:43.934201 [ 293 ] {9715540b-8c84-4998-9355-29a63fea9e9e} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.934237 [ 293 ] {9715540b-8c84-4998-9355-29a63fea9e9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.934679 [ 293 ] {9715540b-8c84-4998-9355-29a63fea9e9e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.935141 [ 293 ] {9715540b-8c84-4998-9355-29a63fea9e9e} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.935272 [ 293 ] {9715540b-8c84-4998-9355-29a63fea9e9e} executeQuery: Read 451 rows, 32.08 KiB in 0.00172 sec., 262209.3023255814 rows/sec., 18.21 MiB/sec. 2026.05.14 17:27:43.935311 [ 293 ] {9715540b-8c84-4998-9355-29a63fea9e9e} TCPHandler: Processed in 0.001895955 sec. 2026.05.14 17:27:43.935441 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.935553 [ 293 ] {6f3adde0-0908-402f-8ad5-0a7f75f9089b} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.14 17:27:43.935594 [ 293 ] {6f3adde0-0908-402f-8ad5-0a7f75f9089b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.14 17:27:43.935934 [ 293 ] {6f3adde0-0908-402f-8ad5-0a7f75f9089b} oximeter.measurements_bool (01922ad8-ae07-4264-8de5-416aa2f40750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.935972 [ 293 ] {6f3adde0-0908-402f-8ad5-0a7f75f9089b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.936396 [ 293 ] {6f3adde0-0908-402f-8ad5-0a7f75f9089b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.936831 [ 293 ] {6f3adde0-0908-402f-8ad5-0a7f75f9089b} oximeter.measurements_bool (01922ad8-ae07-4264-8de5-416aa2f40750): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.936965 [ 293 ] {6f3adde0-0908-402f-8ad5-0a7f75f9089b} executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. 2026.05.14 17:27:43.937002 [ 293 ] {6f3adde0-0908-402f-8ad5-0a7f75f9089b} TCPHandler: Processed in 0.001610431 sec. 2026.05.14 17:27:43.937142 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.937239 [ 293 ] {84013bf6-bcf8-4574-88a9-5153b43f8925} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:27:43.937280 [ 293 ] {84013bf6-bcf8-4574-88a9-5153b43f8925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:27:43.937710 [ 293 ] {84013bf6-bcf8-4574-88a9-5153b43f8925} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.937744 [ 293 ] {84013bf6-bcf8-4574-88a9-5153b43f8925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.938166 [ 293 ] {84013bf6-bcf8-4574-88a9-5153b43f8925} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.938625 [ 293 ] {84013bf6-bcf8-4574-88a9-5153b43f8925} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.938757 [ 293 ] {84013bf6-bcf8-4574-88a9-5153b43f8925} executeQuery: Read 118 rows, 7.59 KiB in 0.001536 sec., 76822.91666666667 rows/sec., 4.83 MiB/sec. 2026.05.14 17:27:43.938795 [ 293 ] {84013bf6-bcf8-4574-88a9-5153b43f8925} TCPHandler: Processed in 0.001701982 sec. 2026.05.14 17:27:43.938928 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.939025 [ 293 ] {bf514c16-4cec-470a-b140-b02774a283ce} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.14 17:27:43.939065 [ 293 ] {bf514c16-4cec-470a-b140-b02774a283ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.14 17:27:43.939395 [ 293 ] {bf514c16-4cec-470a-b140-b02774a283ce} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.939431 [ 293 ] {bf514c16-4cec-470a-b140-b02774a283ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.939867 [ 293 ] {bf514c16-4cec-470a-b140-b02774a283ce} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.940406 [ 293 ] {bf514c16-4cec-470a-b140-b02774a283ce} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.940542 [ 293 ] {bf514c16-4cec-470a-b140-b02774a283ce} executeQuery: Read 1 rows, 69.00 B in 0.001534 sec., 651.890482398957 rows/sec., 43.93 KiB/sec. 2026.05.14 17:27:43.940579 [ 293 ] {bf514c16-4cec-470a-b140-b02774a283ce} TCPHandler: Processed in 0.001700352 sec. 2026.05.14 17:27:43.940704 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.940802 [ 293 ] {d3b3e295-f027-41ff-adcd-1d323d639186} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:27:43.940855 [ 293 ] {d3b3e295-f027-41ff-adcd-1d323d639186} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:27:43.941800 [ 293 ] {d3b3e295-f027-41ff-adcd-1d323d639186} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.941858 [ 293 ] {d3b3e295-f027-41ff-adcd-1d323d639186} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.942786 [ 293 ] {d3b3e295-f027-41ff-adcd-1d323d639186} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.943288 [ 293 ] {d3b3e295-f027-41ff-adcd-1d323d639186} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.943493 [ 293 ] {d3b3e295-f027-41ff-adcd-1d323d639186} executeQuery: Read 11 rows, 20.18 KiB in 0.002704 sec., 4068.0473372781066 rows/sec., 7.29 MiB/sec. 2026.05.14 17:27:43.943609 [ 293 ] {d3b3e295-f027-41ff-adcd-1d323d639186} TCPHandler: Processed in 0.002954819 sec. 2026.05.14 17:27:43.943812 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:43.943943 [ 293 ] {5859f292-f1e8-4a58-b673-24ca1e86ca89} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:27:43.943999 [ 293 ] {5859f292-f1e8-4a58-b673-24ca1e86ca89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:27:43.944409 [ 293 ] {5859f292-f1e8-4a58-b673-24ca1e86ca89} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:43.944445 [ 293 ] {5859f292-f1e8-4a58-b673-24ca1e86ca89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.05.14 17:27:43.944887 [ 293 ] {5859f292-f1e8-4a58-b673-24ca1e86ca89} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:27:43.945333 [ 293 ] {5859f292-f1e8-4a58-b673-24ca1e86ca89} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:43.945465 [ 293 ] {5859f292-f1e8-4a58-b673-24ca1e86ca89} executeQuery: Read 40 rows, 2.26 KiB in 0.001562 sec., 25608.19462227913 rows/sec., 1.41 MiB/sec. 2026.05.14 17:27:43.945503 [ 293 ] {5859f292-f1e8-4a58-b673-24ca1e86ca89} TCPHandler: Processed in 0.001799834 sec. 2026.05.14 17:27:48.847222 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:48.847459 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:27:48.847801 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:27:48.847857 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:27:48.848033 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:27:48.848193 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:27:48.848428 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 4-element set) 2026.05.14 17:27:48.848542 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:27:48.848585 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:27:48.848601 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:27:48.848689 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:27:48.848710 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2026.05.14 17:27:48.851827 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} executeQuery: Read 18 rows, 5.26 KiB in 0.004449 sec., 4045.853000674309 rows/sec., 1.15 MiB/sec. 2026.05.14 17:27:48.851930 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} MemoryTracker: Peak memory usage (for query): 131.69 KiB. 2026.05.14 17:27:48.851945 [ 293 ] {b7ba035d-365a-4a8a-b115-3ac171824138} TCPHandler: Processed in 0.004855014 sec. 2026.05.14 17:27:48.852843 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:48.853035 [ 293 ] {d971cd71-74da-4355-9f53-32a050bad2d9} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:27:48.853103 [ 293 ] {d971cd71-74da-4355-9f53-32a050bad2d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:27:48.853769 [ 293 ] {d971cd71-74da-4355-9f53-32a050bad2d9} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:48.853804 [ 293 ] {d971cd71-74da-4355-9f53-32a050bad2d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:48.854387 [ 293 ] {d971cd71-74da-4355-9f53-32a050bad2d9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:48.854871 [ 293 ] {d971cd71-74da-4355-9f53-32a050bad2d9} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:48.855014 [ 293 ] {d971cd71-74da-4355-9f53-32a050bad2d9} executeQuery: Read 4 rows, 345.00 B in 0.002032 sec., 1968.5039370078741 rows/sec., 165.80 KiB/sec. 2026.05.14 17:27:48.855053 [ 293 ] {d971cd71-74da-4355-9f53-32a050bad2d9} TCPHandler: Processed in 0.002350921 sec. 2026.05.14 17:27:48.855283 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:48.855383 [ 293 ] {5a1cb3e8-8a5c-4bc8-b7e3-fbb669549533} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:27:48.855423 [ 293 ] {5a1cb3e8-8a5c-4bc8-b7e3-fbb669549533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:27:48.855865 [ 293 ] {5a1cb3e8-8a5c-4bc8-b7e3-fbb669549533} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:48.855900 [ 293 ] {5a1cb3e8-8a5c-4bc8-b7e3-fbb669549533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:48.856324 [ 293 ] {5a1cb3e8-8a5c-4bc8-b7e3-fbb669549533} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:48.856837 [ 293 ] {5a1cb3e8-8a5c-4bc8-b7e3-fbb669549533} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:48.856962 [ 293 ] {5a1cb3e8-8a5c-4bc8-b7e3-fbb669549533} executeQuery: Read 8 rows, 658.00 B in 0.001599 sec., 5003.126954346467 rows/sec., 401.86 KiB/sec. 2026.05.14 17:27:48.856998 [ 293 ] {5a1cb3e8-8a5c-4bc8-b7e3-fbb669549533} TCPHandler: Processed in 0.001763283 sec. 2026.05.14 17:27:48.857140 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:48.857234 [ 293 ] {daa1d2fe-f176-4b36-8c18-b86b167ed95f} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:27:48.857275 [ 293 ] {daa1d2fe-f176-4b36-8c18-b86b167ed95f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:27:48.857639 [ 293 ] {daa1d2fe-f176-4b36-8c18-b86b167ed95f} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:48.857674 [ 293 ] {daa1d2fe-f176-4b36-8c18-b86b167ed95f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:48.858128 [ 293 ] {daa1d2fe-f176-4b36-8c18-b86b167ed95f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:48.858571 [ 293 ] {daa1d2fe-f176-4b36-8c18-b86b167ed95f} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:48.858698 [ 293 ] {daa1d2fe-f176-4b36-8c18-b86b167ed95f} executeQuery: Read 10 rows, 780.00 B in 0.001482 sec., 6747.638326585695 rows/sec., 513.98 KiB/sec. 2026.05.14 17:27:48.858734 [ 293 ] {daa1d2fe-f176-4b36-8c18-b86b167ed95f} TCPHandler: Processed in 0.001641552 sec. 2026.05.14 17:27:48.858880 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:48.858974 [ 293 ] {df703c30-bbbf-435a-97ee-2b16999b8ecd} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:27:48.859014 [ 293 ] {df703c30-bbbf-435a-97ee-2b16999b8ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:27:48.859347 [ 293 ] {df703c30-bbbf-435a-97ee-2b16999b8ecd} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:48.859382 [ 293 ] {df703c30-bbbf-435a-97ee-2b16999b8ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:48.859851 [ 293 ] {df703c30-bbbf-435a-97ee-2b16999b8ecd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:48.860298 [ 293 ] {df703c30-bbbf-435a-97ee-2b16999b8ecd} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:48.860424 [ 293 ] {df703c30-bbbf-435a-97ee-2b16999b8ecd} executeQuery: Read 10 rows, 645.00 B in 0.001468 sec., 6811.989100817439 rows/sec., 429.08 KiB/sec. 2026.05.14 17:27:48.860458 [ 293 ] {df703c30-bbbf-435a-97ee-2b16999b8ecd} TCPHandler: Processed in 0.001626732 sec. 2026.05.14 17:27:50.194672 [ 83 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:27:50.194752 [ 83 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:27:50.236670 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 128 2026.05.14 17:27:50.237889 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2026.05.14 17:27:50.238452 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:50.238504 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:50.239207 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:27:50.239488 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:50.239535 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:50.239706 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:50.239839 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.05.14 17:27:50.240743 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:50.241256 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:50.241480 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 128 2026.05.14 17:27:50.334297 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.14 17:27:50.349763 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:50.349806 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:50.356152 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:27:50.357360 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:50.360207 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.14 17:27:51.000183 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 164.33 MiB, peak 168.33 MiB, free memory in arenas 0.00 B, will set to 165.69 MiB (RSS), difference: 1.36 MiB 2026.05.14 17:27:53.852341 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.852569 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.14 17:27:53.852890 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:27:53.852922 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.14 17:27:53.853134 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:27:53.853208 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:27:53.853352 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 17-element set) 2026.05.14 17:27:53.853389 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:27:53.853412 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:27:53.853428 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:27:53.853495 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.14 17:27:53.853516 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2026.05.14 17:27:53.854733 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} executeQuery: Read 18 rows, 5.26 KiB in 0.002255 sec., 7982.261640798226 rows/sec., 2.28 MiB/sec. 2026.05.14 17:27:53.854845 [ 293 ] {157e1d84-abae-4fea-91cf-4d8bdec7fa08} TCPHandler: Processed in 0.002639125 sec. 2026.05.14 17:27:53.859139 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.859357 [ 293 ] {8e676cc3-1073-4e59-881a-6c62f313e644} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.14 17:27:53.859437 [ 293 ] {8e676cc3-1073-4e59-881a-6c62f313e644} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.14 17:27:53.860350 [ 293 ] {8e676cc3-1073-4e59-881a-6c62f313e644} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.860392 [ 293 ] {8e676cc3-1073-4e59-881a-6c62f313e644} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.861009 [ 293 ] {8e676cc3-1073-4e59-881a-6c62f313e644} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:53.861502 [ 293 ] {8e676cc3-1073-4e59-881a-6c62f313e644} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.861653 [ 293 ] {8e676cc3-1073-4e59-881a-6c62f313e644} executeQuery: Read 284 rows, 18.47 KiB in 0.002353 sec., 120696.98257543561 rows/sec., 7.67 MiB/sec. 2026.05.14 17:27:53.861690 [ 293 ] {8e676cc3-1073-4e59-881a-6c62f313e644} TCPHandler: Processed in 0.002656475 sec. 2026.05.14 17:27:53.861877 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.861973 [ 293 ] {3d3ffd4d-6a2d-4c91-a8a6-e054dee68b08} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:27:53.862022 [ 293 ] {3d3ffd4d-6a2d-4c91-a8a6-e054dee68b08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:27:53.862841 [ 293 ] {3d3ffd4d-6a2d-4c91-a8a6-e054dee68b08} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.862878 [ 293 ] {3d3ffd4d-6a2d-4c91-a8a6-e054dee68b08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.863379 [ 293 ] {3d3ffd4d-6a2d-4c91-a8a6-e054dee68b08} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:27:53.863851 [ 293 ] {3d3ffd4d-6a2d-4c91-a8a6-e054dee68b08} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.863981 [ 293 ] {3d3ffd4d-6a2d-4c91-a8a6-e054dee68b08} executeQuery: Read 767 rows, 60.96 KiB in 0.002027 sec., 378391.7118894918 rows/sec., 29.37 MiB/sec. 2026.05.14 17:27:53.864017 [ 293 ] {3d3ffd4d-6a2d-4c91-a8a6-e054dee68b08} TCPHandler: Processed in 0.002189499 sec. 2026.05.14 17:27:53.864149 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.864244 [ 293 ] {f5e16925-a11f-4a71-b204-97e096c74bce} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:27:53.864283 [ 293 ] {f5e16925-a11f-4a71-b204-97e096c74bce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:27:53.864777 [ 293 ] {f5e16925-a11f-4a71-b204-97e096c74bce} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.864815 [ 293 ] {f5e16925-a11f-4a71-b204-97e096c74bce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.865259 [ 293 ] {f5e16925-a11f-4a71-b204-97e096c74bce} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:53.865726 [ 293 ] {f5e16925-a11f-4a71-b204-97e096c74bce} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.865854 [ 293 ] {f5e16925-a11f-4a71-b204-97e096c74bce} executeQuery: Read 153 rows, 9.37 KiB in 0.001628 sec., 93980.34398034397 rows/sec., 5.62 MiB/sec. 2026.05.14 17:27:53.865891 [ 293 ] {f5e16925-a11f-4a71-b204-97e096c74bce} TCPHandler: Processed in 0.001791003 sec. 2026.05.14 17:27:53.866020 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.866115 [ 293 ] {2d510ed6-fd78-4471-a772-2b394ff87842} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:27:53.866154 [ 293 ] {2d510ed6-fd78-4471-a772-2b394ff87842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:27:53.866668 [ 293 ] {2d510ed6-fd78-4471-a772-2b394ff87842} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.866704 [ 293 ] {2d510ed6-fd78-4471-a772-2b394ff87842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.867172 [ 293 ] {2d510ed6-fd78-4471-a772-2b394ff87842} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:53.867639 [ 293 ] {2d510ed6-fd78-4471-a772-2b394ff87842} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.867767 [ 293 ] {2d510ed6-fd78-4471-a772-2b394ff87842} executeQuery: Read 149 rows, 9.86 KiB in 0.00167 sec., 89221.55688622754 rows/sec., 5.76 MiB/sec. 2026.05.14 17:27:53.867803 [ 293 ] {2d510ed6-fd78-4471-a772-2b394ff87842} TCPHandler: Processed in 0.001832014 sec. 2026.05.14 17:27:53.867936 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.868030 [ 293 ] {23fcd74a-6971-419d-99a3-8236f0bf4fe6} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.14 17:27:53.868068 [ 293 ] {23fcd74a-6971-419d-99a3-8236f0bf4fe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.14 17:27:53.868531 [ 293 ] {23fcd74a-6971-419d-99a3-8236f0bf4fe6} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.868568 [ 293 ] {23fcd74a-6971-419d-99a3-8236f0bf4fe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.869041 [ 293 ] {23fcd74a-6971-419d-99a3-8236f0bf4fe6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:53.869565 [ 293 ] {23fcd74a-6971-419d-99a3-8236f0bf4fe6} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.869693 [ 293 ] {23fcd74a-6971-419d-99a3-8236f0bf4fe6} executeQuery: Read 148 rows, 8.62 KiB in 0.001681 sec., 88042.83164782867 rows/sec., 5.01 MiB/sec. 2026.05.14 17:27:53.869728 [ 293 ] {23fcd74a-6971-419d-99a3-8236f0bf4fe6} TCPHandler: Processed in 0.001841085 sec. 2026.05.14 17:27:53.869862 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.869956 [ 293 ] {0e76a74b-d9fa-4230-9294-8adae5135658} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:27:53.869995 [ 293 ] {0e76a74b-d9fa-4230-9294-8adae5135658} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:27:53.870573 [ 293 ] {0e76a74b-d9fa-4230-9294-8adae5135658} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.870610 [ 293 ] {0e76a74b-d9fa-4230-9294-8adae5135658} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.871075 [ 293 ] {0e76a74b-d9fa-4230-9294-8adae5135658} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:27:53.871559 [ 293 ] {0e76a74b-d9fa-4230-9294-8adae5135658} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.871694 [ 293 ] {0e76a74b-d9fa-4230-9294-8adae5135658} executeQuery: Read 445 rows, 31.59 KiB in 0.001755 sec., 253561.25356125354 rows/sec., 17.58 MiB/sec. 2026.05.14 17:27:53.871731 [ 293 ] {0e76a74b-d9fa-4230-9294-8adae5135658} TCPHandler: Processed in 0.001917585 sec. 2026.05.14 17:27:53.871863 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.871958 [ 293 ] {db677d2d-8cb0-4cf8-8b73-f3d6560d4925} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.14 17:27:53.871998 [ 293 ] {db677d2d-8cb0-4cf8-8b73-f3d6560d4925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.14 17:27:53.872346 [ 293 ] {db677d2d-8cb0-4cf8-8b73-f3d6560d4925} oximeter.measurements_bool (01922ad8-ae07-4264-8de5-416aa2f40750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.872382 [ 293 ] {db677d2d-8cb0-4cf8-8b73-f3d6560d4925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.872844 [ 293 ] {db677d2d-8cb0-4cf8-8b73-f3d6560d4925} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:53.873371 [ 293 ] {db677d2d-8cb0-4cf8-8b73-f3d6560d4925} oximeter.measurements_bool (01922ad8-ae07-4264-8de5-416aa2f40750): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.873501 [ 293 ] {db677d2d-8cb0-4cf8-8b73-f3d6560d4925} executeQuery: Read 6 rows, 321.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 200.95 KiB/sec. 2026.05.14 17:27:53.873537 [ 293 ] {db677d2d-8cb0-4cf8-8b73-f3d6560d4925} TCPHandler: Processed in 0.001721882 sec. 2026.05.14 17:27:53.873670 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.873766 [ 293 ] {ba8008e9-8278-49a2-b6e4-adf829a3b222} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:27:53.873808 [ 293 ] {ba8008e9-8278-49a2-b6e4-adf829a3b222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:27:53.874246 [ 293 ] {ba8008e9-8278-49a2-b6e4-adf829a3b222} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.874282 [ 293 ] {ba8008e9-8278-49a2-b6e4-adf829a3b222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.874732 [ 293 ] {ba8008e9-8278-49a2-b6e4-adf829a3b222} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:27:53.875287 [ 293 ] {ba8008e9-8278-49a2-b6e4-adf829a3b222} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.875417 [ 293 ] {ba8008e9-8278-49a2-b6e4-adf829a3b222} executeQuery: Read 115 rows, 7.38 KiB in 0.001668 sec., 68944.84412470023 rows/sec., 4.32 MiB/sec. 2026.05.14 17:27:53.875453 [ 293 ] {ba8008e9-8278-49a2-b6e4-adf829a3b222} TCPHandler: Processed in 0.001831213 sec. 2026.05.14 17:27:53.875585 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.875689 [ 293 ] {ab82d90e-134a-438e-928e-7bd87a8a16f7} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.14 17:27:53.875730 [ 293 ] {ab82d90e-134a-438e-928e-7bd87a8a16f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.14 17:27:53.876059 [ 293 ] {ab82d90e-134a-438e-928e-7bd87a8a16f7} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.876095 [ 293 ] {ab82d90e-134a-438e-928e-7bd87a8a16f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.876536 [ 293 ] {ab82d90e-134a-438e-928e-7bd87a8a16f7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:53.877031 [ 293 ] {ab82d90e-134a-438e-928e-7bd87a8a16f7} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.877161 [ 293 ] {ab82d90e-134a-438e-928e-7bd87a8a16f7} executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. 2026.05.14 17:27:53.877196 [ 293 ] {ab82d90e-134a-438e-928e-7bd87a8a16f7} TCPHandler: Processed in 0.001659362 sec. 2026.05.14 17:27:53.877365 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.877459 [ 293 ] {7c487c7e-d3f3-4ecd-b154-722e64fa0e5c} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:27:53.877510 [ 293 ] {7c487c7e-d3f3-4ecd-b154-722e64fa0e5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:27:53.878319 [ 293 ] {7c487c7e-d3f3-4ecd-b154-722e64fa0e5c} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.878355 [ 293 ] {7c487c7e-d3f3-4ecd-b154-722e64fa0e5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.879070 [ 293 ] {7c487c7e-d3f3-4ecd-b154-722e64fa0e5c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:53.879585 [ 293 ] {7c487c7e-d3f3-4ecd-b154-722e64fa0e5c} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.879734 [ 293 ] {7c487c7e-d3f3-4ecd-b154-722e64fa0e5c} executeQuery: Read 11 rows, 20.18 KiB in 0.00229 sec., 4803.493449781659 rows/sec., 8.61 MiB/sec. 2026.05.14 17:27:53.879792 [ 293 ] {7c487c7e-d3f3-4ecd-b154-722e64fa0e5c} TCPHandler: Processed in 0.002486812 sec. 2026.05.14 17:27:53.879931 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:53.880027 [ 293 ] {f9723e88-c44f-46e2-91a7-98eb9cdecfa0} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:27:53.880067 [ 293 ] {f9723e88-c44f-46e2-91a7-98eb9cdecfa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:27:53.880419 [ 293 ] {f9723e88-c44f-46e2-91a7-98eb9cdecfa0} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:53.880455 [ 293 ] {f9723e88-c44f-46e2-91a7-98eb9cdecfa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:53.880884 [ 293 ] {f9723e88-c44f-46e2-91a7-98eb9cdecfa0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:27:53.881366 [ 293 ] {f9723e88-c44f-46e2-91a7-98eb9cdecfa0} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:53.881497 [ 293 ] {f9723e88-c44f-46e2-91a7-98eb9cdecfa0} executeQuery: Read 40 rows, 2.26 KiB in 0.001488 sec., 26881.72043010753 rows/sec., 1.48 MiB/sec. 2026.05.14 17:27:53.881533 [ 293 ] {f9723e88-c44f-46e2-91a7-98eb9cdecfa0} TCPHandler: Processed in 0.001651282 sec. 2026.05.14 17:27:56.005775 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62262 2026.05.14 17:27:56.005926 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.005980 [ 303 ] {} TCP-Session: e137bc3f-1c4e-4c74-86d3-26b9d16c4e8d Authenticating user 'default' from [fd00:1122:3344:101::e]:62262 2026.05.14 17:27:56.006004 [ 303 ] {} TCP-Session: e137bc3f-1c4e-4c74-86d3-26b9d16c4e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.006018 [ 303 ] {} TCP-Session: e137bc3f-1c4e-4c74-86d3-26b9d16c4e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.006410 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55330 2026.05.14 17:27:56.006484 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55250 2026.05.14 17:27:56.006590 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.006601 [ 303 ] {} TCP-Session: e137bc3f-1c4e-4c74-86d3-26b9d16c4e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:56.006627 [ 304 ] {} TCP-Session: 971bb82e-ba90-4c2e-aac3-3d5040b3dbb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:55330 2026.05.14 17:27:56.006664 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.006687 [ 304 ] {} TCP-Session: 971bb82e-ba90-4c2e-aac3-3d5040b3dbb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.006596 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35482 2026.05.14 17:27:56.006740 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43444 2026.05.14 17:27:56.006705 [ 304 ] {} TCP-Session: 971bb82e-ba90-4c2e-aac3-3d5040b3dbb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.006705 [ 305 ] {} TCP-Session: 35c9c969-24a3-4a66-b3c0-9226491e7a7a Authenticating user 'default' from [fd00:1122:3344:101::e]:55250 2026.05.14 17:27:56.006819 [ 305 ] {} TCP-Session: 35c9c969-24a3-4a66-b3c0-9226491e7a7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.006832 [ 305 ] {} TCP-Session: 35c9c969-24a3-4a66-b3c0-9226491e7a7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.006841 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36033 2026.05.14 17:27:56.006861 [ 303 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} executeQuery: (from [fd00:1122:3344:101::e]:62262) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:27:56.007011 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.007048 [ 307 ] {} TCP-Session: 71a20a66-d828-4701-a660-96a163bea716 Authenticating user 'default' from [fd00:1122:3344:101::e]:43444 2026.05.14 17:27:56.007049 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.007066 [ 307 ] {} TCP-Session: 71a20a66-d828-4701-a660-96a163bea716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007069 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36421 2026.05.14 17:27:56.007100 [ 307 ] {} TCP-Session: 71a20a66-d828-4701-a660-96a163bea716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007107 [ 306 ] {} TCP-Session: 92ebfb76-c633-4a1a-84a9-a443b5c5b946 Authenticating user 'default' from [fd00:1122:3344:101::e]:35482 2026.05.14 17:27:56.007106 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.007151 [ 306 ] {} TCP-Session: 92ebfb76-c633-4a1a-84a9-a443b5c5b946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007172 [ 306 ] {} TCP-Session: 92ebfb76-c633-4a1a-84a9-a443b5c5b946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007176 [ 308 ] {} TCP-Session: 5f1d9815-dbc2-4fbf-89cd-07bcca5b20e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:36033 2026.05.14 17:27:56.007210 [ 308 ] {} TCP-Session: 5f1d9815-dbc2-4fbf-89cd-07bcca5b20e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007224 [ 308 ] {} TCP-Session: 5f1d9815-dbc2-4fbf-89cd-07bcca5b20e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007247 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49551 2026.05.14 17:27:56.007251 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.007307 [ 309 ] {} TCP-Session: 26103bc2-71f2-443d-9fee-7d7592af23d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:36421 2026.05.14 17:27:56.007312 [ 303 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.14 17:27:56.007325 [ 309 ] {} TCP-Session: 26103bc2-71f2-443d-9fee-7d7592af23d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007357 [ 309 ] {} TCP-Session: 26103bc2-71f2-443d-9fee-7d7592af23d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007392 [ 303 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:27:56.007418 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.007430 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32965 2026.05.14 17:27:56.007462 [ 310 ] {} TCP-Session: d8b1143f-c537-4580-8111-62d0066d21dc Authenticating user 'default' from [fd00:1122:3344:101::e]:49551 2026.05.14 17:27:56.007486 [ 310 ] {} TCP-Session: d8b1143f-c537-4580-8111-62d0066d21dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007501 [ 310 ] {} TCP-Session: d8b1143f-c537-4580-8111-62d0066d21dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007584 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.007628 [ 311 ] {} TCP-Session: a6fff0d2-c704-4525-8ff8-4f2b3fb41559 Authenticating user 'default' from [fd00:1122:3344:101::e]:32965 2026.05.14 17:27:56.007651 [ 311 ] {} TCP-Session: a6fff0d2-c704-4525-8ff8-4f2b3fb41559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007666 [ 311 ] {} TCP-Session: a6fff0d2-c704-4525-8ff8-4f2b3fb41559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.007961 [ 303 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0) (SelectExecutor): Key condition: unknown 2026.05.14 17:27:56.014312 [ 313 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} AggregatingTransform: Aggregating 2026.05.14 17:27:56.014991 [ 313 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} Aggregator: Aggregation method: without_key 2026.05.14 17:27:56.015084 [ 313 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004002123 sec. (249.867 rows/sec., 9.76 KiB/sec.) 2026.05.14 17:27:56.015104 [ 313 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} Aggregator: Merging aggregated data 2026.05.14 17:27:56.015137 [ 313 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.14 17:27:56.016549 [ 303 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} executeQuery: Read 1 rows, 40.00 B in 0.009784 sec., 102.20768601798856 rows/sec., 3.99 KiB/sec. 2026.05.14 17:27:56.016735 [ 303 ] {c96e4ec3-b98e-49da-9eb1-84f1a5d843a3} TCPHandler: Processed in 0.010320505 sec. 2026.05.14 17:27:56.017010 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.017049 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.017057 [ 303 ] {} TCP-Session: e137bc3f-1c4e-4c74-86d3-26b9d16c4e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.017070 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.017104 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.017122 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.017148 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.017161 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.017179 [ 308 ] {} TCP-Session: 5f1d9815-dbc2-4fbf-89cd-07bcca5b20e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.017161 [ 310 ] {} TCP-Session: d8b1143f-c537-4580-8111-62d0066d21dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.017204 [ 309 ] {} TCP-Session: 26103bc2-71f2-443d-9fee-7d7592af23d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.017204 [ 307 ] {} TCP-Session: 71a20a66-d828-4701-a660-96a163bea716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.017150 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.017144 [ 306 ] {} TCP-Session: 92ebfb76-c633-4a1a-84a9-a443b5c5b946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.017297 [ 311 ] {} TCP-Session: a6fff0d2-c704-4525-8ff8-4f2b3fb41559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.017106 [ 304 ] {} TCP-Session: 971bb82e-ba90-4c2e-aac3-3d5040b3dbb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.017084 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.017367 [ 305 ] {} TCP-Session: 35c9c969-24a3-4a66-b3c0-9226491e7a7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.426666 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40628 2026.05.14 17:27:56.426751 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.426779 [ 303 ] {} TCP-Session: 9382566a-72da-4c10-b9ed-90ad4303386c Authenticating user 'default' from [fd00:1122:3344:101::e]:40628 2026.05.14 17:27:56.426803 [ 303 ] {} TCP-Session: 9382566a-72da-4c10-b9ed-90ad4303386c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.426819 [ 303 ] {} TCP-Session: 9382566a-72da-4c10-b9ed-90ad4303386c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427065 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40569 2026.05.14 17:27:56.427125 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.427134 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63866 2026.05.14 17:27:56.427150 [ 304 ] {} TCP-Session: 6948df8f-7a7d-4dd6-8c48-75bfb1224bc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:40569 2026.05.14 17:27:56.427167 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48896 2026.05.14 17:27:56.427197 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38366 2026.05.14 17:27:56.427212 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48377 2026.05.14 17:27:56.427233 [ 303 ] {} TCP-Session: 9382566a-72da-4c10-b9ed-90ad4303386c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:56.427241 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.427237 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.427306 [ 306 ] {} TCP-Session: 25e40659-6d18-4d63-a8e1-4a8dc4499df4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48896 2026.05.14 17:27:56.427296 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.427347 [ 306 ] {} TCP-Session: 25e40659-6d18-4d63-a8e1-4a8dc4499df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427358 [ 305 ] {} TCP-Session: bb3453b0-489c-478a-9b5c-5a2897ad406c Authenticating user 'default' from [fd00:1122:3344:101::e]:63866 2026.05.14 17:27:56.427390 [ 306 ] {} TCP-Session: 25e40659-6d18-4d63-a8e1-4a8dc4499df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427425 [ 305 ] {} TCP-Session: bb3453b0-489c-478a-9b5c-5a2897ad406c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427439 [ 303 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} executeQuery: (from [fd00:1122:3344:101::e]:40628) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:27:56.427457 [ 305 ] {} TCP-Session: bb3453b0-489c-478a-9b5c-5a2897ad406c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427382 [ 307 ] {} TCP-Session: e047fd56-65af-475d-87cd-5b79ead3d8e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:38366 2026.05.14 17:27:56.427232 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52415 2026.05.14 17:27:56.427531 [ 307 ] {} TCP-Session: e047fd56-65af-475d-87cd-5b79ead3d8e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427228 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32844 2026.05.14 17:27:56.427588 [ 307 ] {} TCP-Session: e047fd56-65af-475d-87cd-5b79ead3d8e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427602 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.427205 [ 304 ] {} TCP-Session: 6948df8f-7a7d-4dd6-8c48-75bfb1224bc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427654 [ 311 ] {} TCP-Session: 530ed1ec-4a9b-48a6-8fb7-ea98b5325289 Authenticating user 'default' from [fd00:1122:3344:101::e]:52415 2026.05.14 17:27:56.427666 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.427688 [ 304 ] {} TCP-Session: 6948df8f-7a7d-4dd6-8c48-75bfb1224bc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427704 [ 311 ] {} TCP-Session: 530ed1ec-4a9b-48a6-8fb7-ea98b5325289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427731 [ 310 ] {} TCP-Session: dc73e27b-e67c-41a4-bb99-281113cf622a Authenticating user 'default' from [fd00:1122:3344:101::e]:32844 2026.05.14 17:27:56.427758 [ 311 ] {} TCP-Session: 530ed1ec-4a9b-48a6-8fb7-ea98b5325289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427762 [ 303 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.14 17:27:56.427788 [ 310 ] {} TCP-Session: dc73e27b-e67c-41a4-bb99-281113cf622a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427198 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61117 2026.05.14 17:27:56.427847 [ 303 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:27:56.427834 [ 310 ] {} TCP-Session: dc73e27b-e67c-41a4-bb99-281113cf622a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.427902 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.427296 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.427946 [ 308 ] {} TCP-Session: aa248bea-f3f4-4251-9cce-a1800e6364cf Authenticating user 'default' from [fd00:1122:3344:101::e]:61117 2026.05.14 17:27:56.427985 [ 309 ] {} TCP-Session: cd3c0c20-db05-41eb-bb0a-1d9d6388a3b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:48377 2026.05.14 17:27:56.427986 [ 308 ] {} TCP-Session: aa248bea-f3f4-4251-9cce-a1800e6364cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.428028 [ 309 ] {} TCP-Session: cd3c0c20-db05-41eb-bb0a-1d9d6388a3b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.428033 [ 308 ] {} TCP-Session: aa248bea-f3f4-4251-9cce-a1800e6364cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.428059 [ 309 ] {} TCP-Session: cd3c0c20-db05-41eb-bb0a-1d9d6388a3b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.428250 [ 303 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0) (SelectExecutor): Key condition: unknown 2026.05.14 17:27:56.429418 [ 328 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} AggregatingTransform: Aggregating 2026.05.14 17:27:56.429472 [ 328 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} Aggregator: Aggregation method: without_key 2026.05.14 17:27:56.429511 [ 328 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001119465 sec. (893.284 rows/sec., 34.89 KiB/sec.) 2026.05.14 17:27:56.429531 [ 328 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} Aggregator: Merging aggregated data 2026.05.14 17:27:56.430249 [ 303 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} executeQuery: Read 1 rows, 40.00 B in 0.002878 sec., 347.4635163307853 rows/sec., 13.57 KiB/sec. 2026.05.14 17:27:56.430385 [ 303 ] {2187aced-4cd5-40f4-a07b-0c0f7c21fb69} TCPHandler: Processed in 0.003321993 sec. 2026.05.14 17:27:56.430525 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.430549 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.430561 [ 303 ] {} TCP-Session: 9382566a-72da-4c10-b9ed-90ad4303386c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.430576 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.430590 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.430613 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.430649 [ 304 ] {} TCP-Session: 6948df8f-7a7d-4dd6-8c48-75bfb1224bc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.430662 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.430679 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.430690 [ 305 ] {} TCP-Session: bb3453b0-489c-478a-9b5c-5a2897ad406c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.430706 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.430729 [ 310 ] {} TCP-Session: dc73e27b-e67c-41a4-bb99-281113cf622a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.430774 [ 311 ] {} TCP-Session: 530ed1ec-4a9b-48a6-8fb7-ea98b5325289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.430722 [ 309 ] {} TCP-Session: cd3c0c20-db05-41eb-bb0a-1d9d6388a3b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.430636 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.430631 [ 306 ] {} TCP-Session: 25e40659-6d18-4d63-a8e1-4a8dc4499df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.430865 [ 308 ] {} TCP-Session: aa248bea-f3f4-4251-9cce-a1800e6364cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.430598 [ 307 ] {} TCP-Session: e047fd56-65af-475d-87cd-5b79ead3d8e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481243 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43964 2026.05.14 17:27:56.481319 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.481345 [ 307 ] {} TCP-Session: 549882d8-de84-4602-981b-c161fde0f0b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:43964 2026.05.14 17:27:56.481367 [ 307 ] {} TCP-Session: 549882d8-de84-4602-981b-c161fde0f0b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481380 [ 307 ] {} TCP-Session: 549882d8-de84-4602-981b-c161fde0f0b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481627 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39056 2026.05.14 17:27:56.481659 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34470 2026.05.14 17:27:56.481685 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38020 2026.05.14 17:27:56.481702 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63879 2026.05.14 17:27:56.481732 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.481710 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48706 2026.05.14 17:27:56.481770 [ 309 ] {} TCP-Session: e3ac7c93-e9cd-4c84-9f69-b65c89f8591c Authenticating user 'default' from [fd00:1122:3344:101::e]:39056 2026.05.14 17:27:56.481767 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.481690 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61691 2026.05.14 17:27:56.481819 [ 304 ] {} TCP-Session: 43e47506-7de9-4de2-9ac6-101cf79dd4c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:38020 2026.05.14 17:27:56.481828 [ 307 ] {} TCP-Session: 549882d8-de84-4602-981b-c161fde0f0b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:56.481869 [ 304 ] {} TCP-Session: 43e47506-7de9-4de2-9ac6-101cf79dd4c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481821 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.481896 [ 304 ] {} TCP-Session: 43e47506-7de9-4de2-9ac6-101cf79dd4c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481815 [ 309 ] {} TCP-Session: e3ac7c93-e9cd-4c84-9f69-b65c89f8591c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481932 [ 306 ] {} TCP-Session: 8c2fc4a9-c4f4-4d80-a500-d3f08278852d Authenticating user 'default' from [fd00:1122:3344:101::e]:48706 2026.05.14 17:27:56.481952 [ 309 ] {} TCP-Session: e3ac7c93-e9cd-4c84-9f69-b65c89f8591c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481894 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.481975 [ 306 ] {} TCP-Session: 8c2fc4a9-c4f4-4d80-a500-d3f08278852d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481767 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.482014 [ 306 ] {} TCP-Session: 8c2fc4a9-c4f4-4d80-a500-d3f08278852d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.482012 [ 303 ] {} TCP-Session: a5bf7e05-82ea-4e37-8ade-444a8d973084 Authenticating user 'default' from [fd00:1122:3344:101::e]:61691 2026.05.14 17:27:56.482055 [ 307 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} executeQuery: (from [fd00:1122:3344:101::e]:43964) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:27:56.482076 [ 303 ] {} TCP-Session: a5bf7e05-82ea-4e37-8ade-444a8d973084 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.482044 [ 305 ] {} TCP-Session: c6895653-08e6-4ad4-8a97-249bbcee87fc Authenticating user 'default' from [fd00:1122:3344:101::e]:63879 2026.05.14 17:27:56.482103 [ 303 ] {} TCP-Session: a5bf7e05-82ea-4e37-8ade-444a8d973084 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.482125 [ 305 ] {} TCP-Session: c6895653-08e6-4ad4-8a97-249bbcee87fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481755 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.482150 [ 305 ] {} TCP-Session: c6895653-08e6-4ad4-8a97-249bbcee87fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.481667 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56785 2026.05.14 17:27:56.482185 [ 310 ] {} TCP-Session: 5a316a8f-4a9a-4d84-a89f-5722a1a0c9fe Authenticating user 'default' from [fd00:1122:3344:101::e]:34470 2026.05.14 17:27:56.481626 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35187 2026.05.14 17:27:56.482240 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.482234 [ 310 ] {} TCP-Session: 5a316a8f-4a9a-4d84-a89f-5722a1a0c9fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.482279 [ 311 ] {} TCP-Session: 0028908e-5840-48b2-868a-6445e025a1dc Authenticating user 'default' from [fd00:1122:3344:101::e]:56785 2026.05.14 17:27:56.482289 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:27:56.482294 [ 310 ] {} TCP-Session: 5a316a8f-4a9a-4d84-a89f-5722a1a0c9fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.482321 [ 311 ] {} TCP-Session: 0028908e-5840-48b2-868a-6445e025a1dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.482331 [ 308 ] {} TCP-Session: 05dc4ef2-c2b3-4c49-976a-4222484af86c Authenticating user 'default' from [fd00:1122:3344:101::e]:35187 2026.05.14 17:27:56.482352 [ 311 ] {} TCP-Session: 0028908e-5840-48b2-868a-6445e025a1dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.482368 [ 308 ] {} TCP-Session: 05dc4ef2-c2b3-4c49-976a-4222484af86c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.482381 [ 307 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.14 17:27:56.482386 [ 308 ] {} TCP-Session: 05dc4ef2-c2b3-4c49-976a-4222484af86c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.482452 [ 307 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:27:56.482824 [ 307 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0) (SelectExecutor): Key condition: unknown 2026.05.14 17:27:56.483974 [ 328 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} AggregatingTransform: Aggregating 2026.05.14 17:27:56.484012 [ 328 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} Aggregator: Aggregation method: without_key 2026.05.14 17:27:56.484048 [ 328 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001106965 sec. (903.371 rows/sec., 35.29 KiB/sec.) 2026.05.14 17:27:56.484066 [ 328 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} Aggregator: Merging aggregated data 2026.05.14 17:27:56.484755 [ 307 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} executeQuery: Read 1 rows, 40.00 B in 0.002773 sec., 360.62026685899747 rows/sec., 14.09 KiB/sec. 2026.05.14 17:27:56.484923 [ 307 ] {cac1cca3-2d30-47e7-9294-7a313d8bc93b} TCPHandler: Processed in 0.003239352 sec. 2026.05.14 17:27:56.485046 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.485078 [ 307 ] {} TCP-Session: 549882d8-de84-4602-981b-c161fde0f0b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.485081 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.485092 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.485110 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.485139 [ 306 ] {} TCP-Session: 8c2fc4a9-c4f4-4d80-a500-d3f08278852d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.485153 [ 308 ] {} TCP-Session: 05dc4ef2-c2b3-4c49-976a-4222484af86c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.485164 [ 309 ] {} TCP-Session: e3ac7c93-e9cd-4c84-9f69-b65c89f8591c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.485176 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.485193 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.485218 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.485225 [ 305 ] {} TCP-Session: c6895653-08e6-4ad4-8a97-249bbcee87fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.485243 [ 311 ] {} TCP-Session: 0028908e-5840-48b2-868a-6445e025a1dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.485266 [ 304 ] {} TCP-Session: 43e47506-7de9-4de2-9ac6-101cf79dd4c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.485133 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.485153 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.14 17:27:56.485329 [ 303 ] {} TCP-Session: a5bf7e05-82ea-4e37-8ade-444a8d973084 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:56.485353 [ 310 ] {} TCP-Session: 5a316a8f-4a9a-4d84-a89f-5722a1a0c9fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:27:57.000216 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 166.64 MiB, peak 176.72 MiB, free memory in arenas 0.00 B, will set to 168.45 MiB (RSS), difference: 1.81 MiB 2026.05.14 17:27:57.739991 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 430 entries to flush up to offset 2321 2026.05.14 17:27:57.740526 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:57.740573 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:57.741310 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:27:57.741915 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:57.742125 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2321 2026.05.14 17:27:57.860341 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.14 17:27:57.876489 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:57.876536 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:57.883225 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:27:57.884513 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:57.887515 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.14 17:27:58.000349 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 168.97 MiB, peak 176.72 MiB, free memory in arenas 0.00 B, will set to 170.59 MiB (RSS), difference: 1.62 MiB 2026.05.14 17:27:58.851620 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:58.851864 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.05.14 17:27:58.852194 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:27:58.852228 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.05.14 17:27:58.852451 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:27:58.852518 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:27:58.852654 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:27:58.852690 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:27:58.852712 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:27:58.852727 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:27:58.852773 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.05.14 17:27:58.852794 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2026.05.14 17:27:58.854244 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} executeQuery: Read 18 rows, 5.26 KiB in 0.002478 sec., 7263.922518159806 rows/sec., 2.07 MiB/sec. 2026.05.14 17:27:58.854341 [ 293 ] {a58cd292-afb6-48d0-a0e7-f1cbef519a60} TCPHandler: Processed in 0.002858558 sec. 2026.05.14 17:27:58.855485 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:58.855594 [ 293 ] {f1841715-e867-48f2-9e74-53dcde2a6008} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.14 17:27:58.855636 [ 293 ] {f1841715-e867-48f2-9e74-53dcde2a6008} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:27:58.856294 [ 293 ] {f1841715-e867-48f2-9e74-53dcde2a6008} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:58.856336 [ 293 ] {f1841715-e867-48f2-9e74-53dcde2a6008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:58.856857 [ 293 ] {f1841715-e867-48f2-9e74-53dcde2a6008} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:58.857250 [ 293 ] {f1841715-e867-48f2-9e74-53dcde2a6008} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:58.857399 [ 293 ] {f1841715-e867-48f2-9e74-53dcde2a6008} executeQuery: Read 14 rows, 2.01 KiB in 0.001835 sec., 7629.427792915531 rows/sec., 1.07 MiB/sec. 2026.05.14 17:27:58.857437 [ 293 ] {f1841715-e867-48f2-9e74-53dcde2a6008} TCPHandler: Processed in 0.002004356 sec. 2026.05.14 17:27:58.857571 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:58.857668 [ 293 ] {fa20ee27-57b8-4237-a155-07b41da622fc} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:27:58.857708 [ 293 ] {fa20ee27-57b8-4237-a155-07b41da622fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:27:58.858132 [ 293 ] {fa20ee27-57b8-4237-a155-07b41da622fc} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:58.858168 [ 293 ] {fa20ee27-57b8-4237-a155-07b41da622fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:58.858594 [ 293 ] {fa20ee27-57b8-4237-a155-07b41da622fc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:27:58.859111 [ 293 ] {fa20ee27-57b8-4237-a155-07b41da622fc} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:58.859244 [ 293 ] {fa20ee27-57b8-4237-a155-07b41da622fc} executeQuery: Read 2 rows, 167.00 B in 0.001594 sec., 1254.7051442910918 rows/sec., 102.31 KiB/sec. 2026.05.14 17:27:58.859280 [ 293 ] {fa20ee27-57b8-4237-a155-07b41da622fc} TCPHandler: Processed in 0.001758623 sec. 2026.05.14 17:27:58.859414 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:58.859510 [ 293 ] {698bae39-46cb-4b1a-902c-5adc91e99e6d} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:27:58.859548 [ 293 ] {698bae39-46cb-4b1a-902c-5adc91e99e6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:27:58.859968 [ 293 ] {698bae39-46cb-4b1a-902c-5adc91e99e6d} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:58.860003 [ 293 ] {698bae39-46cb-4b1a-902c-5adc91e99e6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:58.860400 [ 293 ] {698bae39-46cb-4b1a-902c-5adc91e99e6d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:27:58.860855 [ 293 ] {698bae39-46cb-4b1a-902c-5adc91e99e6d} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:58.860987 [ 293 ] {698bae39-46cb-4b1a-902c-5adc91e99e6d} executeQuery: Read 31 rows, 2.39 KiB in 0.001495 sec., 20735.785953177256 rows/sec., 1.56 MiB/sec. 2026.05.14 17:27:58.861023 [ 293 ] {698bae39-46cb-4b1a-902c-5adc91e99e6d} TCPHandler: Processed in 0.001657781 sec. 2026.05.14 17:27:58.861145 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:58.861239 [ 293 ] {f5de067d-3a4c-4b89-a520-7c62cc680efc} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:27:58.861278 [ 293 ] {f5de067d-3a4c-4b89-a520-7c62cc680efc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:27:58.861679 [ 293 ] {f5de067d-3a4c-4b89-a520-7c62cc680efc} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:58.861715 [ 293 ] {f5de067d-3a4c-4b89-a520-7c62cc680efc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:58.862122 [ 293 ] {f5de067d-3a4c-4b89-a520-7c62cc680efc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:27:58.862605 [ 293 ] {f5de067d-3a4c-4b89-a520-7c62cc680efc} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:58.862737 [ 293 ] {f5de067d-3a4c-4b89-a520-7c62cc680efc} executeQuery: Read 2 rows, 143.00 B in 0.001516 sec., 1319.2612137203166 rows/sec., 92.12 KiB/sec. 2026.05.14 17:27:58.862775 [ 293 ] {f5de067d-3a4c-4b89-a520-7c62cc680efc} TCPHandler: Processed in 0.001679532 sec. 2026.05.14 17:27:58.862925 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:58.863020 [ 293 ] {2ed6887c-fcfc-4dd2-a9f5-d914eeb97801} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:27:58.863059 [ 293 ] {2ed6887c-fcfc-4dd2-a9f5-d914eeb97801} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:27:58.863456 [ 293 ] {2ed6887c-fcfc-4dd2-a9f5-d914eeb97801} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:58.863492 [ 293 ] {2ed6887c-fcfc-4dd2-a9f5-d914eeb97801} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:58.863889 [ 293 ] {2ed6887c-fcfc-4dd2-a9f5-d914eeb97801} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:27:58.864315 [ 293 ] {2ed6887c-fcfc-4dd2-a9f5-d914eeb97801} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:58.864435 [ 293 ] {2ed6887c-fcfc-4dd2-a9f5-d914eeb97801} executeQuery: Read 38 rows, 3.04 KiB in 0.001485 sec., 25589.22558922559 rows/sec., 2.00 MiB/sec. 2026.05.14 17:27:58.864469 [ 293 ] {2ed6887c-fcfc-4dd2-a9f5-d914eeb97801} TCPHandler: Processed in 0.001646321 sec. 2026.05.14 17:27:58.864584 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:58.864742 [ 293 ] {e3ac27be-5402-4092-a88c-6537fa512c26} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:27:58.864783 [ 293 ] {e3ac27be-5402-4092-a88c-6537fa512c26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:27:58.865153 [ 293 ] {e3ac27be-5402-4092-a88c-6537fa512c26} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:58.865188 [ 293 ] {e3ac27be-5402-4092-a88c-6537fa512c26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:58.865680 [ 293 ] {e3ac27be-5402-4092-a88c-6537fa512c26} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:27:58.866146 [ 293 ] {e3ac27be-5402-4092-a88c-6537fa512c26} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:58.866278 [ 293 ] {e3ac27be-5402-4092-a88c-6537fa512c26} executeQuery: Read 111 rows, 7.93 KiB in 0.001554 sec., 71428.57142857142 rows/sec., 4.98 MiB/sec. 2026.05.14 17:27:58.866314 [ 293 ] {e3ac27be-5402-4092-a88c-6537fa512c26} TCPHandler: Processed in 0.001716273 sec. 2026.05.14 17:27:58.866440 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:27:58.866535 [ 293 ] {5964ff7b-17e4-4df7-b394-a7d79785cdfa} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:27:58.866575 [ 293 ] {5964ff7b-17e4-4df7-b394-a7d79785cdfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:27:58.866899 [ 293 ] {5964ff7b-17e4-4df7-b394-a7d79785cdfa} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:27:58.866935 [ 293 ] {5964ff7b-17e4-4df7-b394-a7d79785cdfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.05.14 17:27:58.867363 [ 293 ] {5964ff7b-17e4-4df7-b394-a7d79785cdfa} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:27:58.867835 [ 293 ] {5964ff7b-17e4-4df7-b394-a7d79785cdfa} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:27:58.868053 [ 293 ] {5964ff7b-17e4-4df7-b394-a7d79785cdfa} executeQuery: Read 40 rows, 2.73 KiB in 0.001536 sec., 26041.666666666664 rows/sec., 1.74 MiB/sec. 2026.05.14 17:27:58.868088 [ 293 ] {5964ff7b-17e4-4df7-b394-a7d79785cdfa} TCPHandler: Processed in 0.001697512 sec. 2026.05.14 17:28:00.241744 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 174 2026.05.14 17:28:00.245187 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:00.245255 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:00.246764 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:28:00.247580 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:00.248159 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 174 2026.05.14 17:28:03.856228 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.856506 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.14 17:28:03.857016 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:03.857063 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.14 17:28:03.857321 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:03.857390 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:03.857534 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.14 17:28:03.857631 [ 354 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:03.857654 [ 350 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:03.857782 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.14 17:28:03.857810 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:03.857939 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:03.857961 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 32 rows with 2 streams 2026.05.14 17:28:03.858021 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.14 17:28:03.858068 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.14 17:28:03.859544 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} executeQuery: Read 32 rows, 7.26 KiB in 0.003154 sec., 10145.84654407102 rows/sec., 2.25 MiB/sec. 2026.05.14 17:28:03.859681 [ 293 ] {d189b27f-f943-4c90-90d5-bfa833ab3f5e} TCPHandler: Processed in 0.003605997 sec. 2026.05.14 17:28:03.864633 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.864821 [ 293 ] {ac751897-edac-4867-adda-5d12edf9f19c} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.14 17:28:03.864893 [ 293 ] {ac751897-edac-4867-adda-5d12edf9f19c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.14 17:28:03.865648 [ 293 ] {ac751897-edac-4867-adda-5d12edf9f19c} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.865696 [ 293 ] {ac751897-edac-4867-adda-5d12edf9f19c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.866246 [ 293 ] {ac751897-edac-4867-adda-5d12edf9f19c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:28:03.866762 [ 293 ] {ac751897-edac-4867-adda-5d12edf9f19c} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.866919 [ 293 ] {ac751897-edac-4867-adda-5d12edf9f19c} executeQuery: Read 284 rows, 18.47 KiB in 0.002152 sec., 131970.26022304833 rows/sec., 8.38 MiB/sec. 2026.05.14 17:28:03.866957 [ 293 ] {ac751897-edac-4867-adda-5d12edf9f19c} TCPHandler: Processed in 0.002413662 sec. 2026.05.14 17:28:03.867108 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.867218 [ 293 ] {e731e52d-3b8b-4ebb-bfe4-8f86b64085e7} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:03.867258 [ 293 ] {e731e52d-3b8b-4ebb-bfe4-8f86b64085e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:03.868035 [ 293 ] {e731e52d-3b8b-4ebb-bfe4-8f86b64085e7} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.868071 [ 293 ] {e731e52d-3b8b-4ebb-bfe4-8f86b64085e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.868619 [ 293 ] {e731e52d-3b8b-4ebb-bfe4-8f86b64085e7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:03.869103 [ 293 ] {e731e52d-3b8b-4ebb-bfe4-8f86b64085e7} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.869265 [ 293 ] {e731e52d-3b8b-4ebb-bfe4-8f86b64085e7} executeQuery: Read 793 rows, 62.94 KiB in 0.002069 sec., 383276.94538424356 rows/sec., 29.71 MiB/sec. 2026.05.14 17:28:03.869303 [ 293 ] {e731e52d-3b8b-4ebb-bfe4-8f86b64085e7} TCPHandler: Processed in 0.002250719 sec. 2026.05.14 17:28:03.869435 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.869531 [ 293 ] {9331ac5b-9ffc-46ce-a24a-d684111b6af4} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:03.869571 [ 293 ] {9331ac5b-9ffc-46ce-a24a-d684111b6af4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:03.870000 [ 293 ] {9331ac5b-9ffc-46ce-a24a-d684111b6af4} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.870042 [ 293 ] {9331ac5b-9ffc-46ce-a24a-d684111b6af4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.870479 [ 293 ] {9331ac5b-9ffc-46ce-a24a-d684111b6af4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:28:03.870956 [ 293 ] {9331ac5b-9ffc-46ce-a24a-d684111b6af4} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.871089 [ 293 ] {9331ac5b-9ffc-46ce-a24a-d684111b6af4} executeQuery: Read 153 rows, 9.37 KiB in 0.001577 sec., 97019.65757767913 rows/sec., 5.80 MiB/sec. 2026.05.14 17:28:03.871127 [ 293 ] {9331ac5b-9ffc-46ce-a24a-d684111b6af4} TCPHandler: Processed in 0.001741192 sec. 2026.05.14 17:28:03.871260 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.871356 [ 293 ] {3d828da8-040a-45a6-8358-3d75363ba0f1} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:28:03.871395 [ 293 ] {3d828da8-040a-45a6-8358-3d75363ba0f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:28:03.871886 [ 293 ] {3d828da8-040a-45a6-8358-3d75363ba0f1} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.871922 [ 293 ] {3d828da8-040a-45a6-8358-3d75363ba0f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.872366 [ 293 ] {3d828da8-040a-45a6-8358-3d75363ba0f1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:28:03.872857 [ 293 ] {3d828da8-040a-45a6-8358-3d75363ba0f1} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.872988 [ 293 ] {3d828da8-040a-45a6-8358-3d75363ba0f1} executeQuery: Read 149 rows, 9.86 KiB in 0.00165 sec., 90303.0303030303 rows/sec., 5.83 MiB/sec. 2026.05.14 17:28:03.873025 [ 293 ] {3d828da8-040a-45a6-8358-3d75363ba0f1} TCPHandler: Processed in 0.001814024 sec. 2026.05.14 17:28:03.873195 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.873291 [ 293 ] {2ad1fb0e-b308-4bf3-9b49-d76b70df9daf} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.14 17:28:03.873330 [ 293 ] {2ad1fb0e-b308-4bf3-9b49-d76b70df9daf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.14 17:28:03.873772 [ 293 ] {2ad1fb0e-b308-4bf3-9b49-d76b70df9daf} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.873819 [ 293 ] {2ad1fb0e-b308-4bf3-9b49-d76b70df9daf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.874324 [ 293 ] {2ad1fb0e-b308-4bf3-9b49-d76b70df9daf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:28:03.874995 [ 293 ] {2ad1fb0e-b308-4bf3-9b49-d76b70df9daf} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.875143 [ 293 ] {2ad1fb0e-b308-4bf3-9b49-d76b70df9daf} executeQuery: Read 148 rows, 8.62 KiB in 0.00187 sec., 79144.38502673797 rows/sec., 4.50 MiB/sec. 2026.05.14 17:28:03.875187 [ 293 ] {2ad1fb0e-b308-4bf3-9b49-d76b70df9daf} TCPHandler: Processed in 0.002041246 sec. 2026.05.14 17:28:03.875344 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.875541 [ 293 ] {1c82f622-38e2-4164-9ef7-6d6eabe2d8b7} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:03.875580 [ 293 ] {1c82f622-38e2-4164-9ef7-6d6eabe2d8b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:03.876213 [ 293 ] {1c82f622-38e2-4164-9ef7-6d6eabe2d8b7} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.876255 [ 293 ] {1c82f622-38e2-4164-9ef7-6d6eabe2d8b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.876741 [ 293 ] {1c82f622-38e2-4164-9ef7-6d6eabe2d8b7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:03.877212 [ 293 ] {1c82f622-38e2-4164-9ef7-6d6eabe2d8b7} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.877365 [ 293 ] {1c82f622-38e2-4164-9ef7-6d6eabe2d8b7} executeQuery: Read 473 rows, 33.82 KiB in 0.001841 sec., 256925.58392178165 rows/sec., 17.94 MiB/sec. 2026.05.14 17:28:03.877403 [ 293 ] {1c82f622-38e2-4164-9ef7-6d6eabe2d8b7} TCPHandler: Processed in 0.002108547 sec. 2026.05.14 17:28:03.877535 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.877630 [ 293 ] {c32d0638-5638-4096-a02c-08539a7e0c93} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.14 17:28:03.877669 [ 293 ] {c32d0638-5638-4096-a02c-08539a7e0c93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.14 17:28:03.878003 [ 293 ] {c32d0638-5638-4096-a02c-08539a7e0c93} oximeter.measurements_bool (01922ad8-ae07-4264-8de5-416aa2f40750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.878038 [ 293 ] {c32d0638-5638-4096-a02c-08539a7e0c93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.878459 [ 293 ] {c32d0638-5638-4096-a02c-08539a7e0c93} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:28:03.878921 [ 293 ] {c32d0638-5638-4096-a02c-08539a7e0c93} oximeter.measurements_bool (01922ad8-ae07-4264-8de5-416aa2f40750): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.879050 [ 293 ] {c32d0638-5638-4096-a02c-08539a7e0c93} executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec. 2026.05.14 17:28:03.879085 [ 293 ] {c32d0638-5638-4096-a02c-08539a7e0c93} TCPHandler: Processed in 0.001598261 sec. 2026.05.14 17:28:03.879211 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.879305 [ 293 ] {a4ce7a5b-e796-4796-b135-f1497dd4a1e7} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:03.879346 [ 293 ] {a4ce7a5b-e796-4796-b135-f1497dd4a1e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:03.879751 [ 293 ] {a4ce7a5b-e796-4796-b135-f1497dd4a1e7} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.879794 [ 293 ] {a4ce7a5b-e796-4796-b135-f1497dd4a1e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.880278 [ 293 ] {a4ce7a5b-e796-4796-b135-f1497dd4a1e7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:03.880802 [ 293 ] {a4ce7a5b-e796-4796-b135-f1497dd4a1e7} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.880958 [ 293 ] {a4ce7a5b-e796-4796-b135-f1497dd4a1e7} executeQuery: Read 215 rows, 14.48 KiB in 0.001671 sec., 128665.4697785757 rows/sec., 8.46 MiB/sec. 2026.05.14 17:28:03.880995 [ 293 ] {a4ce7a5b-e796-4796-b135-f1497dd4a1e7} TCPHandler: Processed in 0.001833925 sec. 2026.05.14 17:28:03.881129 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.881248 [ 293 ] {c763056c-cefa-4bb4-a6de-1b836e1ef752} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.14 17:28:03.881291 [ 293 ] {c763056c-cefa-4bb4-a6de-1b836e1ef752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.14 17:28:03.881611 [ 293 ] {c763056c-cefa-4bb4-a6de-1b836e1ef752} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.881647 [ 293 ] {c763056c-cefa-4bb4-a6de-1b836e1ef752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.882065 [ 293 ] {c763056c-cefa-4bb4-a6de-1b836e1ef752} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:28:03.882527 [ 293 ] {c763056c-cefa-4bb4-a6de-1b836e1ef752} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.882658 [ 293 ] {c763056c-cefa-4bb4-a6de-1b836e1ef752} executeQuery: Read 1 rows, 69.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 47.12 KiB/sec. 2026.05.14 17:28:03.882694 [ 293 ] {c763056c-cefa-4bb4-a6de-1b836e1ef752} TCPHandler: Processed in 0.001614281 sec. 2026.05.14 17:28:03.882823 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.882917 [ 293 ] {ecc06a20-a686-4bcd-9e46-da7c51aca60e} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:03.882967 [ 293 ] {ecc06a20-a686-4bcd-9e46-da7c51aca60e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:03.883711 [ 293 ] {ecc06a20-a686-4bcd-9e46-da7c51aca60e} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.883747 [ 293 ] {ecc06a20-a686-4bcd-9e46-da7c51aca60e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.884368 [ 293 ] {ecc06a20-a686-4bcd-9e46-da7c51aca60e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:28:03.884826 [ 293 ] {ecc06a20-a686-4bcd-9e46-da7c51aca60e} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.884967 [ 293 ] {ecc06a20-a686-4bcd-9e46-da7c51aca60e} executeQuery: Read 11 rows, 20.18 KiB in 0.002068 sec., 5319.148936170212 rows/sec., 9.53 MiB/sec. 2026.05.14 17:28:03.885021 [ 293 ] {ecc06a20-a686-4bcd-9e46-da7c51aca60e} TCPHandler: Processed in 0.002246719 sec. 2026.05.14 17:28:03.885158 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:03.885254 [ 293 ] {433f60aa-31e9-4d6a-b6ab-d1cb873e158e} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:03.885293 [ 293 ] {433f60aa-31e9-4d6a-b6ab-d1cb873e158e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:03.885637 [ 293 ] {433f60aa-31e9-4d6a-b6ab-d1cb873e158e} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:03.885672 [ 293 ] {433f60aa-31e9-4d6a-b6ab-d1cb873e158e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:03.886121 [ 293 ] {433f60aa-31e9-4d6a-b6ab-d1cb873e158e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:03.886580 [ 293 ] {433f60aa-31e9-4d6a-b6ab-d1cb873e158e} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:03.886732 [ 293 ] {433f60aa-31e9-4d6a-b6ab-d1cb873e158e} executeQuery: Read 70 rows, 4.36 KiB in 0.001496 sec., 46791.44385026738 rows/sec., 2.85 MiB/sec. 2026.05.14 17:28:03.886769 [ 293 ] {433f60aa-31e9-4d6a-b6ab-d1cb873e158e} TCPHandler: Processed in 0.001660951 sec. 2026.05.14 17:28:05.194836 [ 23 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:28:05.194903 [ 23 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:28:05.242262 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2833 2026.05.14 17:28:05.242833 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:05.242887 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:05.243558 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:05.244303 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:05.244439 [ 24 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:05.244453 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2833 2026.05.14 17:28:05.244500 [ 24 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:05.244525 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:05.244747 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:05.244926 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:05.244999 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.05.14 17:28:05.245114 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2026.05.14 17:28:05.245168 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2026.05.14 17:28:05.245219 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2026.05.14 17:28:05.245263 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 430 rows starting from the beginning of the part 2026.05.14 17:28:05.245317 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.05.14 17:28:05.253784 [ 188 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2833 rows, containing 4 columns (4 merged, 0 gathered) in 0.0091635 sec., 309161.3466470235 rows/sec., 4.42 MiB/sec. 2026.05.14 17:28:05.254659 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:05.255199 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:05.255279 [ 191 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_6_1} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:05.255372 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.05.14 17:28:05.387660 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.05.14 17:28:05.403718 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:05.403798 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:05.410618 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:05.411797 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:05.412059 [ 24 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:05.412121 [ 24 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:05.412141 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:05.412239 [ 191 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:05.415377 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.05.14 17:28:05.416369 [ 191 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:05.417737 [ 191 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.05.14 17:28:05.422106 [ 191 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.05.14 17:28:05.426480 [ 191 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.05.14 17:28:05.430512 [ 191 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.05.14 17:28:05.435998 [ 191 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.05.14 17:28:05.440284 [ 191 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.05.14 17:28:05.495946 [ 188 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.083744817 sec., 549.2877248749616 rows/sec., 2.84 MiB/sec. 2026.05.14 17:28:05.498580 [ 190 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:05.501143 [ 190 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:05.501264 [ 190 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_6_1} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:05.503287 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.05.14 17:28:06.000205 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 172.07 MiB, peak 181.61 MiB, free memory in arenas 0.00 B, will set to 182.95 MiB (RSS), difference: 10.88 MiB 2026.05.14 17:28:08.851184 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:08.851473 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:08.851845 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:08.851885 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:08.852147 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:08.852227 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:08.852368 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.14 17:28:08.852495 [ 345 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:08.852495 [ 330 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:08.852639 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.14 17:28:08.852668 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:08.852743 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:08.852766 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 32 rows with 2 streams 2026.05.14 17:28:08.852800 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:08.852840 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:08.854448 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} executeQuery: Read 32 rows, 7.26 KiB in 0.003126 sec., 10236.724248240564 rows/sec., 2.27 MiB/sec. 2026.05.14 17:28:08.854592 [ 293 ] {2d0a0dd2-c919-4b96-b95c-275812a63e0d} TCPHandler: Processed in 0.003656098 sec. 2026.05.14 17:28:08.856191 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:08.856304 [ 293 ] {8504fa5d-27f7-4d54-9819-3ee8dc51223b} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:08.856347 [ 293 ] {8504fa5d-27f7-4d54-9819-3ee8dc51223b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:08.856903 [ 293 ] {8504fa5d-27f7-4d54-9819-3ee8dc51223b} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:08.856952 [ 293 ] {8504fa5d-27f7-4d54-9819-3ee8dc51223b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:08.857530 [ 293 ] {8504fa5d-27f7-4d54-9819-3ee8dc51223b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:08.858031 [ 293 ] {8504fa5d-27f7-4d54-9819-3ee8dc51223b} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:08.858177 [ 39 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:08.858183 [ 293 ] {8504fa5d-27f7-4d54-9819-3ee8dc51223b} executeQuery: Read 30 rows, 2.32 KiB in 0.001911 sec., 15698.587127158557 rows/sec., 1.18 MiB/sec. 2026.05.14 17:28:08.858234 [ 39 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:08.858247 [ 293 ] {8504fa5d-27f7-4d54-9819-3ee8dc51223b} TCPHandler: Processed in 0.002105828 sec. 2026.05.14 17:28:08.858270 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:08.858426 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:08.858440 [ 192 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:08.858537 [ 293 ] {2b194d56-b1b2-49d6-a574-d6e2662951c9} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:08.858582 [ 293 ] {2b194d56-b1b2-49d6-a574-d6e2662951c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:08.858601 [ 192 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:08.858657 [ 192 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 770 rows starting from the beginning of the part 2026.05.14 17:28:08.858774 [ 192 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.05.14 17:28:08.858839 [ 192 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 767 rows starting from the beginning of the part 2026.05.14 17:28:08.858895 [ 192 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part 2026.05.14 17:28:08.858958 [ 192 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 793 rows starting from the beginning of the part 2026.05.14 17:28:08.859013 [ 192 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2026.05.14 17:28:08.859026 [ 293 ] {2b194d56-b1b2-49d6-a574-d6e2662951c9} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:08.859069 [ 293 ] {2b194d56-b1b2-49d6-a574-d6e2662951c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:08.859526 [ 293 ] {2b194d56-b1b2-49d6-a574-d6e2662951c9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:08.860059 [ 293 ] {2b194d56-b1b2-49d6-a574-d6e2662951c9} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:08.860212 [ 293 ] {2b194d56-b1b2-49d6-a574-d6e2662951c9} executeQuery: Read 36 rows, 2.88 KiB in 0.001701 sec., 21164.021164021164 rows/sec., 1.65 MiB/sec. 2026.05.14 17:28:08.860224 [ 31 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:08.860250 [ 293 ] {2b194d56-b1b2-49d6-a574-d6e2662951c9} TCPHandler: Processed in 0.001872744 sec. 2026.05.14 17:28:08.860296 [ 31 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:08.860323 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:08.860473 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:08.860527 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:08.860556 [ 189 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2395 rows, containing 5 columns (5 merged, 0 gathered) in 0.002179769 sec., 1098740.279359877 rows/sec., 89.37 MiB/sec. 2026.05.14 17:28:08.860574 [ 293 ] {4c2ada80-0167-443c-93ca-5774ad4d97bd} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:08.860638 [ 293 ] {4c2ada80-0167-443c-93ca-5774ad4d97bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:08.860656 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:08.860701 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 451 rows starting from the beginning of the part 2026.05.14 17:28:08.860800 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.05.14 17:28:08.860861 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 445 rows starting from the beginning of the part 2026.05.14 17:28:08.860916 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 38 rows starting from the beginning of the part 2026.05.14 17:28:08.860977 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 473 rows starting from the beginning of the part 2026.05.14 17:28:08.861007 [ 194 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:08.861036 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2026.05.14 17:28:08.861048 [ 293 ] {4c2ada80-0167-443c-93ca-5774ad4d97bd} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:08.861092 [ 293 ] {4c2ada80-0167-443c-93ca-5774ad4d97bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:08.861713 [ 194 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:08.861714 [ 293 ] {4c2ada80-0167-443c-93ca-5774ad4d97bd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:08.861819 [ 194 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_6_1} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:08.861919 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.05.14 17:28:08.862258 [ 293 ] {4c2ada80-0167-443c-93ca-5774ad4d97bd} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:08.862380 [ 31 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:08.862418 [ 31 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:08.862430 [ 293 ] {4c2ada80-0167-443c-93ca-5774ad4d97bd} executeQuery: Read 110 rows, 7.86 KiB in 0.001874 sec., 58697.972251867664 rows/sec., 4.10 MiB/sec. 2026.05.14 17:28:08.862438 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:08.862478 [ 293 ] {4c2ada80-0167-443c-93ca-5774ad4d97bd} TCPHandler: Processed in 0.002105157 sec. 2026.05.14 17:28:08.862593 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:08.862650 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:08.862729 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:08.862738 [ 192 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1451 rows, containing 5 columns (5 merged, 0 gathered) in 0.0022702 sec., 639150.7356180073 rows/sec., 47.20 MiB/sec. 2026.05.14 17:28:08.862751 [ 293 ] {d66b925d-cc87-4dbc-a644-345f4e2d8041} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:08.862778 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 118 rows starting from the beginning of the part 2026.05.14 17:28:08.862814 [ 293 ] {d66b925d-cc87-4dbc-a644-345f4e2d8041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:08.862885 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.05.14 17:28:08.862945 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 115 rows starting from the beginning of the part 2026.05.14 17:28:08.863011 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 111 rows starting from the beginning of the part 2026.05.14 17:28:08.863059 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 215 rows starting from the beginning of the part 2026.05.14 17:28:08.863097 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:08.863116 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part 2026.05.14 17:28:08.863263 [ 293 ] {d66b925d-cc87-4dbc-a644-345f4e2d8041} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:08.863308 [ 293 ] {d66b925d-cc87-4dbc-a644-345f4e2d8041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:08.863713 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:08.863803 [ 188 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_6_1} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:08.863883 [ 293 ] {d66b925d-cc87-4dbc-a644-345f4e2d8041} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:08.863887 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.05.14 17:28:08.864452 [ 293 ] {d66b925d-cc87-4dbc-a644-345f4e2d8041} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:08.864585 [ 31 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:08.864609 [ 293 ] {d66b925d-cc87-4dbc-a644-345f4e2d8041} executeQuery: Read 40 rows, 2.73 KiB in 0.001876 sec., 21321.961620469083 rows/sec., 1.42 MiB/sec. 2026.05.14 17:28:08.864634 [ 31 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:08.864655 [ 293 ] {d66b925d-cc87-4dbc-a644-345f4e2d8041} TCPHandler: Processed in 0.002054547 sec. 2026.05.14 17:28:08.864664 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:08.864802 [ 189 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:08.864936 [ 189 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:08.864969 [ 189 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part 2026.05.14 17:28:08.865038 [ 189 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.05.14 17:28:08.865102 [ 189 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2026.05.14 17:28:08.865151 [ 189 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2026.05.14 17:28:08.865193 [ 189 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 70 rows starting from the beginning of the part 2026.05.14 17:28:08.865238 [ 189 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2026.05.14 17:28:08.866194 [ 189 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.001441559 sec., 166486.42199174644 rows/sec., 10.14 MiB/sec. 2026.05.14 17:28:08.866335 [ 196 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 679 rows, containing 5 columns (5 merged, 0 gathered) in 0.00378445 sec., 179418.40954431953 rows/sec., 11.87 MiB/sec. 2026.05.14 17:28:08.866520 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:08.866656 [ 189 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:08.867273 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:08.867295 [ 189 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:08.867360 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_6_1} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:08.867383 [ 189 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_6_1} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:08.867453 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.14 17:28:08.867492 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.05.14 17:28:10.248403 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 208 2026.05.14 17:28:10.250609 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:10.250656 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:10.251822 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:28:10.252101 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:10.252337 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 208 2026.05.14 17:28:12.744614 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3281 2026.05.14 17:28:12.745269 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:12.745336 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:12.745989 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:12.746234 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:12.746393 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3281 2026.05.14 17:28:12.915514 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.05.14 17:28:12.931562 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:12.931621 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:12.937133 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:12.937807 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:12.940596 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.05.14 17:28:13.862059 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.862341 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:13.862699 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:13.862736 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:13.862978 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:13.863044 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:13.863177 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.14 17:28:13.863267 [ 345 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:13.863288 [ 330 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:13.863393 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.14 17:28:13.863420 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:13.863484 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:13.863505 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 32 rows with 2 streams 2026.05.14 17:28:13.863541 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.14 17:28:13.863580 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.14 17:28:13.864928 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} executeQuery: Read 32 rows, 7.26 KiB in 0.002704 sec., 11834.31952662722 rows/sec., 2.62 MiB/sec. 2026.05.14 17:28:13.865046 [ 293 ] {56181f29-b1ad-4a9b-8c2f-a301ba66a7ca} TCPHandler: Processed in 0.003135371 sec. 2026.05.14 17:28:13.870039 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.870155 [ 293 ] {735879cc-3f65-42dd-b9d8-16d7e3728dcf} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.14 17:28:13.870201 [ 293 ] {735879cc-3f65-42dd-b9d8-16d7e3728dcf} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:13.870816 [ 293 ] {735879cc-3f65-42dd-b9d8-16d7e3728dcf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.870862 [ 293 ] {735879cc-3f65-42dd-b9d8-16d7e3728dcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.871281 [ 293 ] {735879cc-3f65-42dd-b9d8-16d7e3728dcf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:28:13.871478 [ 293 ] {735879cc-3f65-42dd-b9d8-16d7e3728dcf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.871620 [ 293 ] {735879cc-3f65-42dd-b9d8-16d7e3728dcf} executeQuery: Read 9 rows, 3.12 KiB in 0.001497 sec., 6012.024048096192 rows/sec., 2.03 MiB/sec. 2026.05.14 17:28:13.871669 [ 293 ] {735879cc-3f65-42dd-b9d8-16d7e3728dcf} TCPHandler: Processed in 0.001683372 sec. 2026.05.14 17:28:13.871801 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.871897 [ 293 ] {059536fe-7b80-42ee-8c66-804dd750f3f7} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.14 17:28:13.871937 [ 293 ] {059536fe-7b80-42ee-8c66-804dd750f3f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.14 17:28:13.872363 [ 293 ] {059536fe-7b80-42ee-8c66-804dd750f3f7} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.872400 [ 293 ] {059536fe-7b80-42ee-8c66-804dd750f3f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.872686 [ 293 ] {059536fe-7b80-42ee-8c66-804dd750f3f7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:28:13.873028 [ 293 ] {059536fe-7b80-42ee-8c66-804dd750f3f7} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.873252 [ 293 ] {059536fe-7b80-42ee-8c66-804dd750f3f7} executeQuery: Read 24 rows, 2.04 KiB in 0.001367 sec., 17556.69348939283 rows/sec., 1.46 MiB/sec. 2026.05.14 17:28:13.873321 [ 293 ] {059536fe-7b80-42ee-8c66-804dd750f3f7} TCPHandler: Processed in 0.001569351 sec. 2026.05.14 17:28:13.873500 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.873627 [ 293 ] {f783e7bb-ea74-49e7-b4e3-d0ba4d87829b} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:28:13.873682 [ 293 ] {f783e7bb-ea74-49e7-b4e3-d0ba4d87829b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:28:13.874169 [ 293 ] {f783e7bb-ea74-49e7-b4e3-d0ba4d87829b} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.874204 [ 293 ] {f783e7bb-ea74-49e7-b4e3-d0ba4d87829b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.874524 [ 293 ] {f783e7bb-ea74-49e7-b4e3-d0ba4d87829b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:28:13.874731 [ 293 ] {f783e7bb-ea74-49e7-b4e3-d0ba4d87829b} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.874855 [ 293 ] {f783e7bb-ea74-49e7-b4e3-d0ba4d87829b} executeQuery: Read 4 rows, 334.00 B in 0.001267 sec., 3157.063930544594 rows/sec., 257.44 KiB/sec. 2026.05.14 17:28:13.874891 [ 293 ] {f783e7bb-ea74-49e7-b4e3-d0ba4d87829b} TCPHandler: Processed in 0.00149767 sec. 2026.05.14 17:28:13.875018 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.875114 [ 293 ] {d366d0b1-286e-40ec-977a-d05bfabd8768} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:13.875152 [ 293 ] {d366d0b1-286e-40ec-977a-d05bfabd8768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:13.875629 [ 293 ] {d366d0b1-286e-40ec-977a-d05bfabd8768} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.875663 [ 293 ] {d366d0b1-286e-40ec-977a-d05bfabd8768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.875987 [ 293 ] {d366d0b1-286e-40ec-977a-d05bfabd8768} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:13.876192 [ 293 ] {d366d0b1-286e-40ec-977a-d05bfabd8768} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.876316 [ 293 ] {d366d0b1-286e-40ec-977a-d05bfabd8768} executeQuery: Read 242 rows, 22.12 KiB in 0.001221 sec., 198198.1981981982 rows/sec., 17.69 MiB/sec. 2026.05.14 17:28:13.876352 [ 293 ] {d366d0b1-286e-40ec-977a-d05bfabd8768} TCPHandler: Processed in 0.001389949 sec. 2026.05.14 17:28:13.876465 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.876559 [ 293 ] {cb860d1a-33b4-4232-8364-b80923d6aa82} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:13.876598 [ 293 ] {cb860d1a-33b4-4232-8364-b80923d6aa82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:13.876992 [ 293 ] {cb860d1a-33b4-4232-8364-b80923d6aa82} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.877028 [ 293 ] {cb860d1a-33b4-4232-8364-b80923d6aa82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.877312 [ 293 ] {cb860d1a-33b4-4232-8364-b80923d6aa82} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:13.877523 [ 293 ] {cb860d1a-33b4-4232-8364-b80923d6aa82} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.877652 [ 293 ] {cb860d1a-33b4-4232-8364-b80923d6aa82} executeQuery: Read 48 rows, 3.65 KiB in 0.001111 sec., 43204.320432043205 rows/sec., 3.21 MiB/sec. 2026.05.14 17:28:13.877691 [ 293 ] {cb860d1a-33b4-4232-8364-b80923d6aa82} TCPHandler: Processed in 0.001273657 sec. 2026.05.14 17:28:13.877806 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.877900 [ 293 ] {2f195598-075a-4359-915b-138256e07049} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:28:13.877938 [ 293 ] {2f195598-075a-4359-915b-138256e07049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:28:13.878350 [ 293 ] {2f195598-075a-4359-915b-138256e07049} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.878387 [ 293 ] {2f195598-075a-4359-915b-138256e07049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.878663 [ 293 ] {2f195598-075a-4359-915b-138256e07049} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:28:13.878868 [ 293 ] {2f195598-075a-4359-915b-138256e07049} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.878990 [ 293 ] {2f195598-075a-4359-915b-138256e07049} executeQuery: Read 24 rows, 2.04 KiB in 0.001108 sec., 21660.649819494585 rows/sec., 1.80 MiB/sec. 2026.05.14 17:28:13.879026 [ 293 ] {2f195598-075a-4359-915b-138256e07049} TCPHandler: Processed in 0.001268007 sec. 2026.05.14 17:28:13.879232 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.879397 [ 293 ] {b06ddbb2-61a3-40f1-be81-4168088c9251} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.14 17:28:13.879458 [ 293 ] {b06ddbb2-61a3-40f1-be81-4168088c9251} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.14 17:28:13.880042 [ 293 ] {b06ddbb2-61a3-40f1-be81-4168088c9251} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.880078 [ 293 ] {b06ddbb2-61a3-40f1-be81-4168088c9251} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.880441 [ 293 ] {b06ddbb2-61a3-40f1-be81-4168088c9251} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:28:13.880658 [ 293 ] {b06ddbb2-61a3-40f1-be81-4168088c9251} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.880802 [ 293 ] {b06ddbb2-61a3-40f1-be81-4168088c9251} executeQuery: Read 12 rows, 960.00 B in 0.001452 sec., 8264.462809917355 rows/sec., 645.66 KiB/sec. 2026.05.14 17:28:13.880843 [ 293 ] {b06ddbb2-61a3-40f1-be81-4168088c9251} TCPHandler: Processed in 0.001728202 sec. 2026.05.14 17:28:13.880978 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.881102 [ 293 ] {e461c4b4-7797-429c-be5c-22fbe7c7fd4f} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:13.881151 [ 293 ] {e461c4b4-7797-429c-be5c-22fbe7c7fd4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:13.881669 [ 293 ] {e461c4b4-7797-429c-be5c-22fbe7c7fd4f} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.881705 [ 293 ] {e461c4b4-7797-429c-be5c-22fbe7c7fd4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.882033 [ 293 ] {e461c4b4-7797-429c-be5c-22fbe7c7fd4f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:13.882243 [ 293 ] {e461c4b4-7797-429c-be5c-22fbe7c7fd4f} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.882379 [ 293 ] {e461c4b4-7797-429c-be5c-22fbe7c7fd4f} executeQuery: Read 152 rows, 12.56 KiB in 0.001302 sec., 116743.47158218126 rows/sec., 9.42 MiB/sec. 2026.05.14 17:28:13.882416 [ 293 ] {e461c4b4-7797-429c-be5c-22fbe7c7fd4f} TCPHandler: Processed in 0.00149918 sec. 2026.05.14 17:28:13.882539 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.882635 [ 293 ] {aabb09b2-12a0-4262-a97c-bc9f024eae5e} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:13.882677 [ 293 ] {aabb09b2-12a0-4262-a97c-bc9f024eae5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:13.883128 [ 293 ] {aabb09b2-12a0-4262-a97c-bc9f024eae5e} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.883163 [ 293 ] {aabb09b2-12a0-4262-a97c-bc9f024eae5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.883511 [ 293 ] {aabb09b2-12a0-4262-a97c-bc9f024eae5e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:13.883718 [ 293 ] {aabb09b2-12a0-4262-a97c-bc9f024eae5e} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.883841 [ 293 ] {aabb09b2-12a0-4262-a97c-bc9f024eae5e} executeQuery: Read 414 rows, 32.47 KiB in 0.001224 sec., 338235.29411764705 rows/sec., 25.91 MiB/sec. 2026.05.14 17:28:13.883877 [ 293 ] {aabb09b2-12a0-4262-a97c-bc9f024eae5e} TCPHandler: Processed in 0.001386868 sec. 2026.05.14 17:28:13.883998 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.884094 [ 293 ] {7405c451-e503-4532-84bc-d0d5cd7e77e2} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:13.884146 [ 293 ] {7405c451-e503-4532-84bc-d0d5cd7e77e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:13.884967 [ 293 ] {7405c451-e503-4532-84bc-d0d5cd7e77e2} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.885002 [ 293 ] {7405c451-e503-4532-84bc-d0d5cd7e77e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.885532 [ 293 ] {7405c451-e503-4532-84bc-d0d5cd7e77e2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:28:13.885747 [ 293 ] {7405c451-e503-4532-84bc-d0d5cd7e77e2} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.885875 [ 293 ] {7405c451-e503-4532-84bc-d0d5cd7e77e2} executeQuery: Read 32 rows, 58.72 KiB in 0.0018 sec., 17777.777777777777 rows/sec., 31.86 MiB/sec. 2026.05.14 17:28:13.885924 [ 293 ] {7405c451-e503-4532-84bc-d0d5cd7e77e2} TCPHandler: Processed in 0.001974406 sec. 2026.05.14 17:28:13.886063 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.886160 [ 293 ] {dfea1f49-4053-4096-a9c7-1da411d14400} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.14 17:28:13.886201 [ 293 ] {dfea1f49-4053-4096-a9c7-1da411d14400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.14 17:28:13.886524 [ 293 ] {dfea1f49-4053-4096-a9c7-1da411d14400} oximeter.measurements_i64 (1ef222e1-5876-49f4-a7f3-48bb20887a98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.886559 [ 293 ] {dfea1f49-4053-4096-a9c7-1da411d14400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.886861 [ 293 ] {dfea1f49-4053-4096-a9c7-1da411d14400} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:28:13.887067 [ 293 ] {dfea1f49-4053-4096-a9c7-1da411d14400} oximeter.measurements_i64 (1ef222e1-5876-49f4-a7f3-48bb20887a98): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.887189 [ 293 ] {dfea1f49-4053-4096-a9c7-1da411d14400} executeQuery: Read 24 rows, 1.78 KiB in 0.001048 sec., 22900.763358778622 rows/sec., 1.66 MiB/sec. 2026.05.14 17:28:13.887224 [ 293 ] {dfea1f49-4053-4096-a9c7-1da411d14400} TCPHandler: Processed in 0.001210616 sec. 2026.05.14 17:28:13.887343 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:13.887439 [ 293 ] {8b7f65c0-94f8-4775-af09-ef3dd7146b59} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:13.887480 [ 293 ] {8b7f65c0-94f8-4775-af09-ef3dd7146b59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:13.887831 [ 293 ] {8b7f65c0-94f8-4775-af09-ef3dd7146b59} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:13.887867 [ 293 ] {8b7f65c0-94f8-4775-af09-ef3dd7146b59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:13.888158 [ 293 ] {8b7f65c0-94f8-4775-af09-ef3dd7146b59} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:13.888366 [ 293 ] {8b7f65c0-94f8-4775-af09-ef3dd7146b59} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:13.888494 [ 293 ] {8b7f65c0-94f8-4775-af09-ef3dd7146b59} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.05.14 17:28:13.888529 [ 293 ] {8b7f65c0-94f8-4775-af09-ef3dd7146b59} TCPHandler: Processed in 0.001235146 sec. 2026.05.14 17:28:16.523309 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52761 2026.05.14 17:28:16.523409 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.523440 [ 307 ] {} TCP-Session: 87aef1a7-a735-4384-a5c1-7f6ddfb9a043 Authenticating user 'default' from [fd00:1122:3344:101::e]:52761 2026.05.14 17:28:16.523466 [ 307 ] {} TCP-Session: 87aef1a7-a735-4384-a5c1-7f6ddfb9a043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.523481 [ 307 ] {} TCP-Session: 87aef1a7-a735-4384-a5c1-7f6ddfb9a043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.523681 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40310 2026.05.14 17:28:16.523737 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47541 2026.05.14 17:28:16.523746 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40353 2026.05.14 17:28:16.523781 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.523790 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43885 2026.05.14 17:28:16.523828 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.523833 [ 308 ] {} TCP-Session: 7c154d68-49d5-4746-9d8a-a1d4d4cb9c20 Authenticating user 'default' from [fd00:1122:3344:101::e]:40310 2026.05.14 17:28:16.523870 [ 310 ] {} TCP-Session: 777d051f-8c26-44c1-9cbd-d05a2c679fd7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47541 2026.05.14 17:28:16.523892 [ 308 ] {} TCP-Session: 7c154d68-49d5-4746-9d8a-a1d4d4cb9c20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.523907 [ 310 ] {} TCP-Session: 777d051f-8c26-44c1-9cbd-d05a2c679fd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.523918 [ 308 ] {} TCP-Session: 7c154d68-49d5-4746-9d8a-a1d4d4cb9c20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.523933 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.523936 [ 310 ] {} TCP-Session: 777d051f-8c26-44c1-9cbd-d05a2c679fd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.523805 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42870 2026.05.14 17:28:16.523974 [ 311 ] {} TCP-Session: 4714a54a-9043-43a3-b561-37875856f9f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:40353 2026.05.14 17:28:16.523781 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52372 2026.05.14 17:28:16.524029 [ 311 ] {} TCP-Session: 4714a54a-9043-43a3-b561-37875856f9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524020 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.524078 [ 311 ] {} TCP-Session: 4714a54a-9043-43a3-b561-37875856f9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524107 [ 304 ] {} TCP-Session: 81420869-d70e-4d5a-ac5f-b728da4e28fd Authenticating user 'default' from [fd00:1122:3344:101::e]:43885 2026.05.14 17:28:16.523736 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39803 2026.05.14 17:28:16.524140 [ 304 ] {} TCP-Session: 81420869-d70e-4d5a-ac5f-b728da4e28fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524175 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.524197 [ 304 ] {} TCP-Session: 81420869-d70e-4d5a-ac5f-b728da4e28fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524195 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.524218 [ 305 ] {} TCP-Session: 81a2e517-96f0-43fa-ac91-c611adafb612 Authenticating user 'default' from [fd00:1122:3344:101::e]:42870 2026.05.14 17:28:16.523818 [ 307 ] {} TCP-Session: 87aef1a7-a735-4384-a5c1-7f6ddfb9a043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:16.524254 [ 305 ] {} TCP-Session: 81a2e517-96f0-43fa-ac91-c611adafb612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524246 [ 303 ] {} TCP-Session: bd703383-e694-491b-a698-a5484f5b7fc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52372 2026.05.14 17:28:16.524282 [ 305 ] {} TCP-Session: 81a2e517-96f0-43fa-ac91-c611adafb612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524314 [ 303 ] {} TCP-Session: bd703383-e694-491b-a698-a5484f5b7fc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524317 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.524338 [ 303 ] {} TCP-Session: bd703383-e694-491b-a698-a5484f5b7fc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.523815 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33996 2026.05.14 17:28:16.524364 [ 309 ] {} TCP-Session: f9aa683e-456b-4d53-afa4-5ae36017442f Authenticating user 'default' from [fd00:1122:3344:101::e]:39803 2026.05.14 17:28:16.524409 [ 309 ] {} TCP-Session: f9aa683e-456b-4d53-afa4-5ae36017442f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524420 [ 307 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} executeQuery: (from [fd00:1122:3344:101::e]:52761) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:28:16.524423 [ 309 ] {} TCP-Session: f9aa683e-456b-4d53-afa4-5ae36017442f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524466 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.524495 [ 306 ] {} TCP-Session: dfc2e8c3-7c42-4933-83a8-e33dd665c0c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33996 2026.05.14 17:28:16.524512 [ 306 ] {} TCP-Session: dfc2e8c3-7c42-4933-83a8-e33dd665c0c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524525 [ 306 ] {} TCP-Session: dfc2e8c3-7c42-4933-83a8-e33dd665c0c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.524684 [ 307 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.14 17:28:16.524747 [ 307 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:16.525024 [ 307 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0) (SelectExecutor): Key condition: unknown 2026.05.14 17:28:16.525114 [ 307 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} Aggregator: Compile expression max()(UInt64) 0 2026.05.14 17:28:16.633191 [ 345 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} AggregatingTransform: Aggregating 2026.05.14 17:28:16.633253 [ 345 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} Aggregator: Aggregation method: without_key 2026.05.14 17:28:16.633285 [ 345 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001035663 sec. (965.565 rows/sec., 37.72 KiB/sec.) 2026.05.14 17:28:16.633299 [ 345 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} Aggregator: Merging aggregated data 2026.05.14 17:28:16.633901 [ 307 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} executeQuery: Read 1 rows, 40.00 B in 0.109535 sec., 9.129501985666682 rows/sec., 365.18 B/sec. 2026.05.14 17:28:16.634037 [ 307 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} MemoryTracker: Peak memory usage (for query): 4.10 MiB. 2026.05.14 17:28:16.634054 [ 307 ] {39485e43-cdee-4d5b-9afd-75fa8257db96} TCPHandler: Processed in 0.110359646 sec. 2026.05.14 17:28:16.634203 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.634235 [ 307 ] {} TCP-Session: 87aef1a7-a735-4384-a5c1-7f6ddfb9a043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.634252 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.634275 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.634328 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.634369 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.634384 [ 306 ] {} TCP-Session: dfc2e8c3-7c42-4933-83a8-e33dd665c0c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.634398 [ 310 ] {} TCP-Session: 777d051f-8c26-44c1-9cbd-d05a2c679fd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.634393 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.634433 [ 309 ] {} TCP-Session: f9aa683e-456b-4d53-afa4-5ae36017442f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.634345 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.634508 [ 305 ] {} TCP-Session: 81a2e517-96f0-43fa-ac91-c611adafb612 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.634539 [ 304 ] {} TCP-Session: 81420869-d70e-4d5a-ac5f-b728da4e28fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.634322 [ 308 ] {} TCP-Session: 7c154d68-49d5-4746-9d8a-a1d4d4cb9c20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.634295 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.634310 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.634629 [ 303 ] {} TCP-Session: bd703383-e694-491b-a698-a5484f5b7fc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.634658 [ 311 ] {} TCP-Session: 4714a54a-9043-43a3-b561-37875856f9f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646232 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61758 2026.05.14 17:28:16.646291 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.646315 [ 307 ] {} TCP-Session: 890e8521-c8f1-485e-aa76-7c9fb78111ab Authenticating user 'default' from [fd00:1122:3344:101::e]:61758 2026.05.14 17:28:16.646339 [ 307 ] {} TCP-Session: 890e8521-c8f1-485e-aa76-7c9fb78111ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646353 [ 307 ] {} TCP-Session: 890e8521-c8f1-485e-aa76-7c9fb78111ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646613 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46996 2026.05.14 17:28:16.646617 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49045 2026.05.14 17:28:16.646659 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50601 2026.05.14 17:28:16.646658 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50027 2026.05.14 17:28:16.646682 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.646684 [ 307 ] {} TCP-Session: 890e8521-c8f1-485e-aa76-7c9fb78111ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:16.646706 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49232 2026.05.14 17:28:16.646728 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.646720 [ 309 ] {} TCP-Session: c48e74fb-ada9-4148-a12e-80a89ddd8618 Authenticating user 'default' from [fd00:1122:3344:101::e]:49045 2026.05.14 17:28:16.646779 [ 310 ] {} TCP-Session: 979e08ff-b043-4f3d-ba82-d527185286eb Authenticating user 'default' from [fd00:1122:3344:101::e]:50027 2026.05.14 17:28:16.646779 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.646801 [ 309 ] {} TCP-Session: c48e74fb-ada9-4148-a12e-80a89ddd8618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646803 [ 310 ] {} TCP-Session: 979e08ff-b043-4f3d-ba82-d527185286eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646820 [ 304 ] {} TCP-Session: 2a4e33fd-4ab9-4c8f-a05c-b9db0a070bf9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49232 2026.05.14 17:28:16.646832 [ 310 ] {} TCP-Session: 979e08ff-b043-4f3d-ba82-d527185286eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646854 [ 304 ] {} TCP-Session: 2a4e33fd-4ab9-4c8f-a05c-b9db0a070bf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646868 [ 307 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} executeQuery: (from [fd00:1122:3344:101::e]:61758) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:28:16.646880 [ 304 ] {} TCP-Session: 2a4e33fd-4ab9-4c8f-a05c-b9db0a070bf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646717 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.646711 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35000 2026.05.14 17:28:16.646684 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60186 2026.05.14 17:28:16.646953 [ 311 ] {} TCP-Session: 8236b872-dec6-45f6-9ded-3ba583acf374 Authenticating user 'default' from [fd00:1122:3344:101::e]:50601 2026.05.14 17:28:16.646674 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.646987 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.646998 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.647027 [ 308 ] {} TCP-Session: a8b5ffab-3fbc-4e0b-ab77-9deb43718eae Authenticating user 'default' from [fd00:1122:3344:101::e]:46996 2026.05.14 17:28:16.647036 [ 305 ] {} TCP-Session: 89a7f3a7-6bb1-4b5b-ab0e-f1d1a7e785a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:35000 2026.05.14 17:28:16.647045 [ 303 ] {} TCP-Session: 552bc7f8-4d23-47d0-bae3-e8ae9d85bf46 Authenticating user 'default' from [fd00:1122:3344:101::e]:60186 2026.05.14 17:28:16.647055 [ 308 ] {} TCP-Session: a8b5ffab-3fbc-4e0b-ab77-9deb43718eae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.647071 [ 305 ] {} TCP-Session: 89a7f3a7-6bb1-4b5b-ab0e-f1d1a7e785a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.647077 [ 303 ] {} TCP-Session: 552bc7f8-4d23-47d0-bae3-e8ae9d85bf46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.647088 [ 308 ] {} TCP-Session: a8b5ffab-3fbc-4e0b-ab77-9deb43718eae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.647098 [ 305 ] {} TCP-Session: 89a7f3a7-6bb1-4b5b-ab0e-f1d1a7e785a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.647106 [ 303 ] {} TCP-Session: 552bc7f8-4d23-47d0-bae3-e8ae9d85bf46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646994 [ 311 ] {} TCP-Session: 8236b872-dec6-45f6-9ded-3ba583acf374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.646824 [ 309 ] {} TCP-Session: c48e74fb-ada9-4148-a12e-80a89ddd8618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.647161 [ 311 ] {} TCP-Session: 8236b872-dec6-45f6-9ded-3ba583acf374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.647164 [ 307 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.14 17:28:16.646734 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45218 2026.05.14 17:28:16.647240 [ 307 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:16.647277 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.647308 [ 306 ] {} TCP-Session: 1e995fab-44ad-4197-ba5a-7685cacbb094 Authenticating user 'default' from [fd00:1122:3344:101::e]:45218 2026.05.14 17:28:16.647330 [ 306 ] {} TCP-Session: 1e995fab-44ad-4197-ba5a-7685cacbb094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.647343 [ 306 ] {} TCP-Session: 1e995fab-44ad-4197-ba5a-7685cacbb094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.647530 [ 307 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0) (SelectExecutor): Key condition: unknown 2026.05.14 17:28:16.648401 [ 345 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} AggregatingTransform: Aggregating 2026.05.14 17:28:16.648430 [ 345 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} Aggregator: Aggregation method: without_key 2026.05.14 17:28:16.648454 [ 345 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000820001 sec. (1219.511 rows/sec., 47.64 KiB/sec.) 2026.05.14 17:28:16.648467 [ 345 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} Aggregator: Merging aggregated data 2026.05.14 17:28:16.649095 [ 307 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} executeQuery: Read 1 rows, 40.00 B in 0.002275 sec., 439.56043956043953 rows/sec., 17.17 KiB/sec. 2026.05.14 17:28:16.649259 [ 307 ] {6180212b-fcc3-4e53-b1e7-af50588550c3} TCPHandler: Processed in 0.002689125 sec. 2026.05.14 17:28:16.649392 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.649422 [ 307 ] {} TCP-Session: 890e8521-c8f1-485e-aa76-7c9fb78111ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.649423 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.649445 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.649477 [ 306 ] {} TCP-Session: 1e995fab-44ad-4197-ba5a-7685cacbb094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.649484 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.649490 [ 310 ] {} TCP-Session: 979e08ff-b043-4f3d-ba82-d527185286eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.649530 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.649536 [ 309 ] {} TCP-Session: c48e74fb-ada9-4148-a12e-80a89ddd8618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.649549 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.649567 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.649586 [ 311 ] {} TCP-Session: 8236b872-dec6-45f6-9ded-3ba583acf374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.649602 [ 308 ] {} TCP-Session: a8b5ffab-3fbc-4e0b-ab77-9deb43718eae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.649617 [ 305 ] {} TCP-Session: 89a7f3a7-6bb1-4b5b-ab0e-f1d1a7e785a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.649573 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.649486 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.649692 [ 304 ] {} TCP-Session: 2a4e33fd-4ab9-4c8f-a05c-b9db0a070bf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.649714 [ 303 ] {} TCP-Session: 552bc7f8-4d23-47d0-bae3-e8ae9d85bf46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.898932 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46859 2026.05.14 17:28:16.899015 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.899040 [ 307 ] {} TCP-Session: 6f235284-a296-4bdb-937a-31f53774eff8 Authenticating user 'default' from [fd00:1122:3344:101::e]:46859 2026.05.14 17:28:16.899062 [ 307 ] {} TCP-Session: 6f235284-a296-4bdb-937a-31f53774eff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899076 [ 307 ] {} TCP-Session: 6f235284-a296-4bdb-937a-31f53774eff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899281 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38771 2026.05.14 17:28:16.899326 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61793 2026.05.14 17:28:16.899356 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61837 2026.05.14 17:28:16.899368 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59227 2026.05.14 17:28:16.899397 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43893 2026.05.14 17:28:16.899440 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.899446 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.899451 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.899477 [ 309 ] {} TCP-Session: 5686a9e6-17ec-4b3e-bee4-6f8d5cd95421 Authenticating user 'default' from [fd00:1122:3344:101::e]:61793 2026.05.14 17:28:16.899484 [ 303 ] {} TCP-Session: e5f7d3cf-57da-41d2-acab-036bb54af941 Authenticating user 'default' from [fd00:1122:3344:101::e]:59227 2026.05.14 17:28:16.899507 [ 311 ] {} TCP-Session: eafb0368-a9cd-4a2f-b046-52fe6a64a8f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:61837 2026.05.14 17:28:16.899517 [ 309 ] {} TCP-Session: 5686a9e6-17ec-4b3e-bee4-6f8d5cd95421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899528 [ 303 ] {} TCP-Session: e5f7d3cf-57da-41d2-acab-036bb54af941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899552 [ 311 ] {} TCP-Session: eafb0368-a9cd-4a2f-b046-52fe6a64a8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899567 [ 303 ] {} TCP-Session: e5f7d3cf-57da-41d2-acab-036bb54af941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899584 [ 311 ] {} TCP-Session: eafb0368-a9cd-4a2f-b046-52fe6a64a8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899474 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.899661 [ 305 ] {} TCP-Session: c0c7ca1a-32e8-48dd-b18f-3e5c6fad85df Authenticating user 'default' from [fd00:1122:3344:101::e]:43893 2026.05.14 17:28:16.899687 [ 305 ] {} TCP-Session: c0c7ca1a-32e8-48dd-b18f-3e5c6fad85df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899716 [ 305 ] {} TCP-Session: c0c7ca1a-32e8-48dd-b18f-3e5c6fad85df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899385 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57831 2026.05.14 17:28:16.899385 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60323 2026.05.14 17:28:16.899827 [ 307 ] {} TCP-Session: 6f235284-a296-4bdb-937a-31f53774eff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:16.899387 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.899880 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.899883 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.899926 [ 308 ] {} TCP-Session: 3fd7fbbb-3470-42b8-9484-86f36b3f4b28 Authenticating user 'default' from [fd00:1122:3344:101::e]:38771 2026.05.14 17:28:16.899958 [ 304 ] {} TCP-Session: afb5cf86-6d5d-4f9e-a0b9-452cc1530bc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:60323 2026.05.14 17:28:16.899980 [ 308 ] {} TCP-Session: 3fd7fbbb-3470-42b8-9484-86f36b3f4b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899994 [ 304 ] {} TCP-Session: afb5cf86-6d5d-4f9e-a0b9-452cc1530bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.900010 [ 308 ] {} TCP-Session: 3fd7fbbb-3470-42b8-9484-86f36b3f4b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.900025 [ 304 ] {} TCP-Session: afb5cf86-6d5d-4f9e-a0b9-452cc1530bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.900047 [ 307 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} executeQuery: (from [fd00:1122:3344:101::e]:46859) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:28:16.899930 [ 310 ] {} TCP-Session: 42287e26-eefc-4087-a616-4d3841e89659 Authenticating user 'default' from [fd00:1122:3344:101::e]:57831 2026.05.14 17:28:16.899402 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54805 2026.05.14 17:28:16.900095 [ 310 ] {} TCP-Session: 42287e26-eefc-4087-a616-4d3841e89659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.899556 [ 309 ] {} TCP-Session: 5686a9e6-17ec-4b3e-bee4-6f8d5cd95421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.900133 [ 310 ] {} TCP-Session: 42287e26-eefc-4087-a616-4d3841e89659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.900144 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:28:16.900188 [ 306 ] {} TCP-Session: 2fd77dd2-2a7c-459c-a3f3-5f0c8011e9bd Authenticating user 'default' from [fd00:1122:3344:101::e]:54805 2026.05.14 17:28:16.900204 [ 306 ] {} TCP-Session: 2fd77dd2-2a7c-459c-a3f3-5f0c8011e9bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.900216 [ 306 ] {} TCP-Session: 2fd77dd2-2a7c-459c-a3f3-5f0c8011e9bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.900313 [ 307 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.14 17:28:16.900384 [ 307 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:16.900706 [ 307 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0) (SelectExecutor): Key condition: unknown 2026.05.14 17:28:16.901676 [ 334 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} AggregatingTransform: Aggregating 2026.05.14 17:28:16.901740 [ 334 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} Aggregator: Aggregation method: without_key 2026.05.14 17:28:16.901784 [ 334 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000959043 sec. (1042.706 rows/sec., 40.73 KiB/sec.) 2026.05.14 17:28:16.901808 [ 334 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} Aggregator: Merging aggregated data 2026.05.14 17:28:16.902852 [ 307 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} executeQuery: Read 1 rows, 40.00 B in 0.002855 sec., 350.2626970227671 rows/sec., 13.68 KiB/sec. 2026.05.14 17:28:16.903302 [ 307 ] {c526c1f9-8d35-4735-90f9-90a993aec19f} TCPHandler: Processed in 0.003943072 sec. 2026.05.14 17:28:16.903507 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.903529 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.903553 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.903577 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.903603 [ 305 ] {} TCP-Session: c0c7ca1a-32e8-48dd-b18f-3e5c6fad85df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.903613 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.903628 [ 304 ] {} TCP-Session: afb5cf86-6d5d-4f9e-a0b9-452cc1530bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.903633 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.903659 [ 309 ] {} TCP-Session: 5686a9e6-17ec-4b3e-bee4-6f8d5cd95421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.903673 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.903651 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.903713 [ 303 ] {} TCP-Session: e5f7d3cf-57da-41d2-acab-036bb54af941 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.903701 [ 311 ] {} TCP-Session: eafb0368-a9cd-4a2f-b046-52fe6a64a8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.903750 [ 310 ] {} TCP-Session: 42287e26-eefc-4087-a616-4d3841e89659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.903535 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:16.903562 [ 306 ] {} TCP-Session: 2fd77dd2-2a7c-459c-a3f3-5f0c8011e9bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.903834 [ 308 ] {} TCP-Session: 3fd7fbbb-3470-42b8-9484-86f36b3f4b28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:16.903592 [ 307 ] {} TCP-Session: 6f235284-a296-4bdb-937a-31f53774eff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:17.000192 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 186.23 MiB, peak 197.87 MiB, free memory in arenas 0.00 B, will set to 205.05 MiB (RSS), difference: 18.82 MiB 2026.05.14 17:28:18.853726 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:18.853976 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} executeQuery: (from [fd00:1122:3344:101::d]:65091) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:18.854330 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:18.854370 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:18.854605 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:18.854672 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:18.854807 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.14 17:28:18.854918 [ 355 ] {001393d2-9c2e-4764-b45e-1c77315c124f} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:18.854925 [ 329 ] {001393d2-9c2e-4764-b45e-1c77315c124f} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:18.854918 [ 337 ] {001393d2-9c2e-4764-b45e-1c77315c124f} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:18.855090 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.14 17:28:18.855116 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:18.855197 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:18.855219 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.05.14 17:28:18.855298 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:18.855333 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:18.855452 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:18.856803 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} executeQuery: Read 41 rows, 7.71 KiB in 0.002922 sec., 14031.485284052018 rows/sec., 2.58 MiB/sec. 2026.05.14 17:28:18.856928 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} MemoryTracker: Peak memory usage (for query): 130.83 KiB. 2026.05.14 17:28:18.856944 [ 293 ] {001393d2-9c2e-4764-b45e-1c77315c124f} TCPHandler: Processed in 0.003354404 sec. 2026.05.14 17:28:18.858536 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:18.858671 [ 293 ] {ae0927be-054e-4b31-b952-0a36a72f6cd6} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:18.858721 [ 293 ] {ae0927be-054e-4b31-b952-0a36a72f6cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:18.859286 [ 293 ] {ae0927be-054e-4b31-b952-0a36a72f6cd6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:18.859334 [ 293 ] {ae0927be-054e-4b31-b952-0a36a72f6cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:18.859713 [ 293 ] {ae0927be-054e-4b31-b952-0a36a72f6cd6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:28:18.859926 [ 293 ] {ae0927be-054e-4b31-b952-0a36a72f6cd6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:18.860079 [ 293 ] {ae0927be-054e-4b31-b952-0a36a72f6cd6} executeQuery: Read 56 rows, 4.38 KiB in 0.001445 sec., 38754.325259515565 rows/sec., 2.96 MiB/sec. 2026.05.14 17:28:18.860117 [ 293 ] {ae0927be-054e-4b31-b952-0a36a72f6cd6} TCPHandler: Processed in 0.001633502 sec. 2026.05.14 17:28:18.860258 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:18.860353 [ 293 ] {9ed7a285-7814-4adc-a013-80a163260e94} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:18.860393 [ 293 ] {9ed7a285-7814-4adc-a013-80a163260e94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:18.860785 [ 293 ] {9ed7a285-7814-4adc-a013-80a163260e94} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:18.860822 [ 293 ] {9ed7a285-7814-4adc-a013-80a163260e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:18.861116 [ 293 ] {9ed7a285-7814-4adc-a013-80a163260e94} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:28:18.861344 [ 293 ] {9ed7a285-7814-4adc-a013-80a163260e94} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:18.861475 [ 293 ] {9ed7a285-7814-4adc-a013-80a163260e94} executeQuery: Read 64 rows, 5.12 KiB in 0.00114 sec., 56140.350877192985 rows/sec., 4.38 MiB/sec. 2026.05.14 17:28:18.861513 [ 293 ] {9ed7a285-7814-4adc-a013-80a163260e94} TCPHandler: Processed in 0.001304047 sec. 2026.05.14 17:28:18.861647 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:18.861742 [ 293 ] {5c97723d-ce66-4296-8e3a-44747011df79} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:18.861785 [ 293 ] {5c97723d-ce66-4296-8e3a-44747011df79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:18.862198 [ 293 ] {5c97723d-ce66-4296-8e3a-44747011df79} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:18.862233 [ 293 ] {5c97723d-ce66-4296-8e3a-44747011df79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:18.862561 [ 293 ] {5c97723d-ce66-4296-8e3a-44747011df79} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:28:18.862767 [ 293 ] {5c97723d-ce66-4296-8e3a-44747011df79} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:18.862894 [ 293 ] {5c97723d-ce66-4296-8e3a-44747011df79} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.05.14 17:28:18.862928 [ 293 ] {5c97723d-ce66-4296-8e3a-44747011df79} TCPHandler: Processed in 0.001338308 sec. 2026.05.14 17:28:18.863048 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:18.863136 [ 293 ] {bc704d8b-226d-49b8-8cee-befd9469ab5f} executeQuery: (from [fd00:1122:3344:101::d]:65091) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:18.863173 [ 293 ] {bc704d8b-226d-49b8-8cee-befd9469ab5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:18.863483 [ 293 ] {bc704d8b-226d-49b8-8cee-befd9469ab5f} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:18.863516 [ 293 ] {bc704d8b-226d-49b8-8cee-befd9469ab5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:18.863867 [ 293 ] {bc704d8b-226d-49b8-8cee-befd9469ab5f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:28:18.864070 [ 293 ] {bc704d8b-226d-49b8-8cee-befd9469ab5f} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:18.864201 [ 293 ] {bc704d8b-226d-49b8-8cee-befd9469ab5f} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.05.14 17:28:18.864236 [ 293 ] {bc704d8b-226d-49b8-8cee-befd9469ab5f} TCPHandler: Processed in 0.001219056 sec. 2026.05.14 17:28:20.195012 [ 56 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:28:20.195068 [ 56 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:28:20.246510 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3793 2026.05.14 17:28:20.247017 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:20.247055 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:20.247512 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:28:20.247737 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:20.247872 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3793 2026.05.14 17:28:20.252533 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 250 2026.05.14 17:28:20.255095 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:20.255133 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:20.256350 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:20.256611 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:20.256849 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 250 2026.05.14 17:28:20.440711 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.05.14 17:28:20.457634 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:20.457687 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:20.464006 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:28:20.464732 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:20.467724 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.05.14 17:28:21.000204 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 205.67 MiB, peak 209.67 MiB, free memory in arenas 0.00 B, will set to 206.96 MiB (RSS), difference: 1.29 MiB 2026.05.14 17:28:21.162912 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:21.162998 [ 275 ] {} TCP-Session: 9639d567-f312-462d-9b1a-13100fe908ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:22.000307 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 204.93 MiB, peak 209.67 MiB, free memory in arenas 0.00 B, will set to 206.97 MiB (RSS), difference: 2.04 MiB 2026.05.14 17:28:23.643624 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.14 17:28:23.643697 [ 293 ] {} TCP-Session: ded729bd-8458-4772-87e5-808cf288cd13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:28:23.855187 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:23.855548 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:23.855957 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:23.855990 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:23.856220 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:23.856300 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:23.856447 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:28:23.856557 [ 355 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:23.856578 [ 313 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:23.856578 [ 329 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:23.856750 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.14 17:28:23.856779 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:23.856874 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:23.856903 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.05.14 17:28:23.856939 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:23.856976 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:23.857010 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:23.858375 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} executeQuery: Read 41 rows, 7.71 KiB in 0.002969 sec., 13809.36342202762 rows/sec., 2.54 MiB/sec. 2026.05.14 17:28:23.858527 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} MemoryTracker: Peak memory usage (for query): 131.55 KiB. 2026.05.14 17:28:23.858543 [ 294 ] {ec30d422-eeb3-4c0e-b808-4eede090c918} TCPHandler: Processed in 0.003533996 sec. 2026.05.14 17:28:23.860651 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:23.860768 [ 294 ] {c47d73b1-e3c8-4ce5-a492-4aaaf0de322c} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:23.860810 [ 294 ] {c47d73b1-e3c8-4ce5-a492-4aaaf0de322c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:23.861366 [ 294 ] {c47d73b1-e3c8-4ce5-a492-4aaaf0de322c} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:23.861408 [ 294 ] {c47d73b1-e3c8-4ce5-a492-4aaaf0de322c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:23.861822 [ 294 ] {c47d73b1-e3c8-4ce5-a492-4aaaf0de322c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:28:23.862059 [ 294 ] {c47d73b1-e3c8-4ce5-a492-4aaaf0de322c} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:23.862209 [ 294 ] {c47d73b1-e3c8-4ce5-a492-4aaaf0de322c} executeQuery: Read 124 rows, 10.93 KiB in 0.001475 sec., 84067.79661016949 rows/sec., 7.23 MiB/sec. 2026.05.14 17:28:23.862247 [ 294 ] {c47d73b1-e3c8-4ce5-a492-4aaaf0de322c} TCPHandler: Processed in 0.001647652 sec. 2026.05.14 17:28:23.862561 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:23.862657 [ 294 ] {90ba76ee-5282-47fa-a41a-44a41cec83c4} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:23.862696 [ 294 ] {90ba76ee-5282-47fa-a41a-44a41cec83c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:23.863155 [ 294 ] {90ba76ee-5282-47fa-a41a-44a41cec83c4} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:23.863191 [ 294 ] {90ba76ee-5282-47fa-a41a-44a41cec83c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:23.863481 [ 294 ] {90ba76ee-5282-47fa-a41a-44a41cec83c4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:23.863696 [ 294 ] {90ba76ee-5282-47fa-a41a-44a41cec83c4} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:23.863821 [ 49 ] {} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:23.863832 [ 294 ] {90ba76ee-5282-47fa-a41a-44a41cec83c4} executeQuery: Read 34 rows, 2.56 KiB in 0.001194 sec., 28475.71189279732 rows/sec., 2.09 MiB/sec. 2026.05.14 17:28:23.863877 [ 49 ] {} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:23.863900 [ 294 ] {90ba76ee-5282-47fa-a41a-44a41cec83c4} TCPHandler: Processed in 0.001388008 sec. 2026.05.14 17:28:23.863905 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:23.864072 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:23.864074 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:23.864209 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:23.864217 [ 294 ] {480b2071-76fc-402d-8295-ef98c447de56} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:23.864253 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 159 rows starting from the beginning of the part 2026.05.14 17:28:23.864272 [ 294 ] {480b2071-76fc-402d-8295-ef98c447de56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:23.864327 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 153 rows starting from the beginning of the part 2026.05.14 17:28:23.864389 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.05.14 17:28:23.864435 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 153 rows starting from the beginning of the part 2026.05.14 17:28:23.864482 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::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.05.14 17:28:23.864528 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part 2026.05.14 17:28:23.864729 [ 294 ] {480b2071-76fc-402d-8295-ef98c447de56} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:23.864770 [ 294 ] {480b2071-76fc-402d-8295-ef98c447de56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:23.865111 [ 294 ] {480b2071-76fc-402d-8295-ef98c447de56} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:28:23.865352 [ 294 ] {480b2071-76fc-402d-8295-ef98c447de56} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:23.865458 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 549 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443689 sec., 380275.8073241536 rows/sec., 25.04 MiB/sec. 2026.05.14 17:28:23.865493 [ 294 ] {480b2071-76fc-402d-8295-ef98c447de56} executeQuery: Read 98 rows, 7.84 KiB in 0.001294 sec., 75734.15765069552 rows/sec., 5.92 MiB/sec. 2026.05.14 17:28:23.865538 [ 294 ] {480b2071-76fc-402d-8295-ef98c447de56} TCPHandler: Processed in 0.00152084 sec. 2026.05.14 17:28:23.865635 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:23.865676 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:23.865778 [ 294 ] {75ae0a7e-b246-4910-9b2e-6c7384051234} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:23.865824 [ 294 ] {75ae0a7e-b246-4910-9b2e-6c7384051234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:23.865902 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:23.865975 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_6_1} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:23.866042 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.14 17:28:23.866231 [ 294 ] {75ae0a7e-b246-4910-9b2e-6c7384051234} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:23.866272 [ 294 ] {75ae0a7e-b246-4910-9b2e-6c7384051234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:23.866598 [ 294 ] {75ae0a7e-b246-4910-9b2e-6c7384051234} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:28:23.866810 [ 294 ] {75ae0a7e-b246-4910-9b2e-6c7384051234} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:23.866949 [ 294 ] {75ae0a7e-b246-4910-9b2e-6c7384051234} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.05.14 17:28:23.866992 [ 294 ] {75ae0a7e-b246-4910-9b2e-6c7384051234} TCPHandler: Processed in 0.001364378 sec. 2026.05.14 17:28:23.867124 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:23.867233 [ 294 ] {7e292b01-e411-481a-9bd1-ec0ffc9bccfc} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:23.867286 [ 294 ] {7e292b01-e411-481a-9bd1-ec0ffc9bccfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:23.868392 [ 294 ] {7e292b01-e411-481a-9bd1-ec0ffc9bccfc} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:23.868450 [ 294 ] {7e292b01-e411-481a-9bd1-ec0ffc9bccfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:23.869271 [ 294 ] {7e292b01-e411-481a-9bd1-ec0ffc9bccfc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:23.869518 [ 294 ] {7e292b01-e411-481a-9bd1-ec0ffc9bccfc} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:23.869725 [ 294 ] {7e292b01-e411-481a-9bd1-ec0ffc9bccfc} executeQuery: Read 34 rows, 62.39 KiB in 0.002504 sec., 13578.274760383385 rows/sec., 24.33 MiB/sec. 2026.05.14 17:28:23.869857 [ 294 ] {7e292b01-e411-481a-9bd1-ec0ffc9bccfc} TCPHandler: Processed in 0.002781206 sec. 2026.05.14 17:28:23.870067 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:23.870198 [ 294 ] {22001ba2-f681-4e07-aa30-d08932dfe448} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:23.870256 [ 294 ] {22001ba2-f681-4e07-aa30-d08932dfe448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:23.870654 [ 294 ] {22001ba2-f681-4e07-aa30-d08932dfe448} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:23.870692 [ 294 ] {22001ba2-f681-4e07-aa30-d08932dfe448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:23.871020 [ 294 ] {22001ba2-f681-4e07-aa30-d08932dfe448} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:28:23.871235 [ 294 ] {22001ba2-f681-4e07-aa30-d08932dfe448} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:23.871359 [ 294 ] {22001ba2-f681-4e07-aa30-d08932dfe448} executeQuery: Read 60 rows, 4.14 KiB in 0.001201 sec., 49958.368026644464 rows/sec., 3.37 MiB/sec. 2026.05.14 17:28:23.871395 [ 294 ] {22001ba2-f681-4e07-aa30-d08932dfe448} TCPHandler: Processed in 0.001443419 sec. 2026.05.14 17:28:24.000291 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 205.48 MiB, peak 209.67 MiB, free memory in arenas 0.00 B, will set to 207.28 MiB (RSS), difference: 1.81 MiB 2026.05.14 17:28:27.748008 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4241 2026.05.14 17:28:27.748526 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:27.748565 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:27.749096 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:28:27.749337 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:27.749473 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4241 2026.05.14 17:28:27.967868 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.05.14 17:28:27.983657 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:27.983717 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:27.990041 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:28:27.990782 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:27.993411 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.05.14 17:28:28.000243 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 207.85 MiB, peak 211.85 MiB, free memory in arenas 0.00 B, will set to 209.13 MiB (RSS), difference: 1.28 MiB 2026.05.14 17:28:28.853386 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.853661 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} executeQuery: (from [fd00:1122:3344:101::d]:44972) 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.05.14 17:28:28.854017 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:28.854053 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} 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.05.14 17:28:28.854283 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:28.854353 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:28.854498 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 24-element set) 2026.05.14 17:28:28.854592 [ 313 ] {04992139-ff64-4dd4-b82f-4fad988faf93} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:28.854604 [ 355 ] {04992139-ff64-4dd4-b82f-4fad988faf93} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:28.854622 [ 353 ] {04992139-ff64-4dd4-b82f-4fad988faf93} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:28.854813 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.14 17:28:28.854843 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:28.854930 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:28.854952 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.05.14 17:28:28.854987 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} 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.05.14 17:28:28.855024 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} 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.05.14 17:28:28.855056 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} 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.05.14 17:28:28.856497 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} executeQuery: Read 41 rows, 10.38 KiB in 0.002953 sec., 13884.18557399255 rows/sec., 3.43 MiB/sec. 2026.05.14 17:28:28.856640 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} MemoryTracker: Peak memory usage (for query): 147.93 KiB. 2026.05.14 17:28:28.856663 [ 294 ] {04992139-ff64-4dd4-b82f-4fad988faf93} TCPHandler: Processed in 0.003426295 sec. 2026.05.14 17:28:28.858810 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.858923 [ 294 ] {1e60571e-7ab1-4e4a-86a0-9e0e951194fa} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.14 17:28:28.858966 [ 294 ] {1e60571e-7ab1-4e4a-86a0-9e0e951194fa} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:28.859485 [ 294 ] {1e60571e-7ab1-4e4a-86a0-9e0e951194fa} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.859527 [ 294 ] {1e60571e-7ab1-4e4a-86a0-9e0e951194fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.859918 [ 294 ] {1e60571e-7ab1-4e4a-86a0-9e0e951194fa} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:28:28.860112 [ 294 ] {1e60571e-7ab1-4e4a-86a0-9e0e951194fa} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.860270 [ 294 ] {1e60571e-7ab1-4e4a-86a0-9e0e951194fa} executeQuery: Read 1 rows, 106.00 B in 0.001378 sec., 725.6894049346879 rows/sec., 75.12 KiB/sec. 2026.05.14 17:28:28.860309 [ 294 ] {1e60571e-7ab1-4e4a-86a0-9e0e951194fa} TCPHandler: Processed in 0.001551361 sec. 2026.05.14 17:28:28.860429 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.860525 [ 294 ] {578b61e7-2015-484d-9496-b6926391eecd} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:28:28.860565 [ 294 ] {578b61e7-2015-484d-9496-b6926391eecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:28:28.860987 [ 294 ] {578b61e7-2015-484d-9496-b6926391eecd} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.861023 [ 294 ] {578b61e7-2015-484d-9496-b6926391eecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.861302 [ 294 ] {578b61e7-2015-484d-9496-b6926391eecd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:28:28.861508 [ 294 ] {578b61e7-2015-484d-9496-b6926391eecd} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.861641 [ 294 ] {578b61e7-2015-484d-9496-b6926391eecd} executeQuery: Read 4 rows, 334.00 B in 0.001134 sec., 3527.336860670194 rows/sec., 287.63 KiB/sec. 2026.05.14 17:28:28.861679 [ 294 ] {578b61e7-2015-484d-9496-b6926391eecd} TCPHandler: Processed in 0.001298517 sec. 2026.05.14 17:28:28.861801 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.861898 [ 294 ] {45ee8a87-1d5e-4dca-9684-bd8c837e2e8f} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:28.861995 [ 294 ] {45ee8a87-1d5e-4dca-9684-bd8c837e2e8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:28.862614 [ 294 ] {45ee8a87-1d5e-4dca-9684-bd8c837e2e8f} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.862653 [ 294 ] {45ee8a87-1d5e-4dca-9684-bd8c837e2e8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.863035 [ 294 ] {45ee8a87-1d5e-4dca-9684-bd8c837e2e8f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:28:28.863275 [ 294 ] {45ee8a87-1d5e-4dca-9684-bd8c837e2e8f} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.863427 [ 294 ] {45ee8a87-1d5e-4dca-9684-bd8c837e2e8f} executeQuery: Read 71 rows, 5.76 KiB in 0.001546 sec., 45924.96765847348 rows/sec., 3.64 MiB/sec. 2026.05.14 17:28:28.863469 [ 294 ] {45ee8a87-1d5e-4dca-9684-bd8c837e2e8f} TCPHandler: Processed in 0.001716552 sec. 2026.05.14 17:28:28.863689 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.863818 [ 294 ] {11973954-9b31-4c46-bc04-ed2f96bdb779} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:28.863859 [ 294 ] {11973954-9b31-4c46-bc04-ed2f96bdb779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:28.864294 [ 294 ] {11973954-9b31-4c46-bc04-ed2f96bdb779} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.864330 [ 294 ] {11973954-9b31-4c46-bc04-ed2f96bdb779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.864798 [ 294 ] {11973954-9b31-4c46-bc04-ed2f96bdb779} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:28.865071 [ 294 ] {11973954-9b31-4c46-bc04-ed2f96bdb779} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.865252 [ 294 ] {11973954-9b31-4c46-bc04-ed2f96bdb779} executeQuery: Read 10 rows, 748.00 B in 0.001466 sec., 6821.282401091405 rows/sec., 498.27 KiB/sec. 2026.05.14 17:28:28.865312 [ 294 ] {11973954-9b31-4c46-bc04-ed2f96bdb779} TCPHandler: Processed in 0.001734152 sec. 2026.05.14 17:28:28.865452 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.865550 [ 294 ] {b1c33693-5667-45af-a1ed-85307dcce0ce} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:28:28.865591 [ 294 ] {b1c33693-5667-45af-a1ed-85307dcce0ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:28:28.866001 [ 294 ] {b1c33693-5667-45af-a1ed-85307dcce0ce} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.866036 [ 294 ] {b1c33693-5667-45af-a1ed-85307dcce0ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.866315 [ 294 ] {b1c33693-5667-45af-a1ed-85307dcce0ce} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:28.866521 [ 294 ] {b1c33693-5667-45af-a1ed-85307dcce0ce} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.866660 [ 294 ] {b1c33693-5667-45af-a1ed-85307dcce0ce} executeQuery: Read 1 rows, 68.00 B in 0.001129 sec., 885.7395925597874 rows/sec., 58.82 KiB/sec. 2026.05.14 17:28:28.866698 [ 294 ] {b1c33693-5667-45af-a1ed-85307dcce0ce} TCPHandler: Processed in 0.001296877 sec. 2026.05.14 17:28:28.866826 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.866922 [ 294 ] {1d0214c4-edcc-4b4e-893a-80be1c1f257f} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:28.866962 [ 294 ] {1d0214c4-edcc-4b4e-893a-80be1c1f257f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:28.867434 [ 294 ] {1d0214c4-edcc-4b4e-893a-80be1c1f257f} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.867471 [ 294 ] {1d0214c4-edcc-4b4e-893a-80be1c1f257f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.867770 [ 294 ] {1d0214c4-edcc-4b4e-893a-80be1c1f257f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:28:28.867978 [ 294 ] {1d0214c4-edcc-4b4e-893a-80be1c1f257f} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.868111 [ 294 ] {1d0214c4-edcc-4b4e-893a-80be1c1f257f} executeQuery: Read 77 rows, 6.16 KiB in 0.001207 sec., 63794.53189726595 rows/sec., 4.99 MiB/sec. 2026.05.14 17:28:28.868148 [ 294 ] {1d0214c4-edcc-4b4e-893a-80be1c1f257f} TCPHandler: Processed in 0.001370638 sec. 2026.05.14 17:28:28.868276 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.868371 [ 294 ] {d4d5d33d-9770-421d-b78a-c427724409d7} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:28.868412 [ 294 ] {d4d5d33d-9770-421d-b78a-c427724409d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:28.868817 [ 294 ] {d4d5d33d-9770-421d-b78a-c427724409d7} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.868853 [ 294 ] {d4d5d33d-9770-421d-b78a-c427724409d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.869213 [ 294 ] {d4d5d33d-9770-421d-b78a-c427724409d7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:28:28.869421 [ 294 ] {d4d5d33d-9770-421d-b78a-c427724409d7} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.869554 [ 294 ] {d4d5d33d-9770-421d-b78a-c427724409d7} executeQuery: Read 162 rows, 11.55 KiB in 0.001201 sec., 134887.59367194003 rows/sec., 9.39 MiB/sec. 2026.05.14 17:28:28.869590 [ 294 ] {d4d5d33d-9770-421d-b78a-c427724409d7} TCPHandler: Processed in 0.001363027 sec. 2026.05.14 17:28:28.869708 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.869803 [ 294 ] {6ce3ab7e-b294-4ae2-a459-b30d6b8f8633} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.14 17:28:28.869843 [ 294 ] {6ce3ab7e-b294-4ae2-a459-b30d6b8f8633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.14 17:28:28.870257 [ 294 ] {6ce3ab7e-b294-4ae2-a459-b30d6b8f8633} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.870300 [ 294 ] {6ce3ab7e-b294-4ae2-a459-b30d6b8f8633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.870639 [ 294 ] {6ce3ab7e-b294-4ae2-a459-b30d6b8f8633} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.14 17:28:28.870859 [ 294 ] {6ce3ab7e-b294-4ae2-a459-b30d6b8f8633} oximeter.measurements_f64 (c4ff0797-e508-4ba4-947f-77bb8a28def2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.871002 [ 294 ] {6ce3ab7e-b294-4ae2-a459-b30d6b8f8633} executeQuery: Read 1 rows, 65.00 B in 0.001217 sec., 821.6926869350863 rows/sec., 52.16 KiB/sec. 2026.05.14 17:28:28.871048 [ 294 ] {6ce3ab7e-b294-4ae2-a459-b30d6b8f8633} TCPHandler: Processed in 0.001389498 sec. 2026.05.14 17:28:28.871185 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.871291 [ 294 ] {4e94ba3b-4d3c-48a4-b3ce-fa3485e57a1a} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:28.871345 [ 294 ] {4e94ba3b-4d3c-48a4-b3ce-fa3485e57a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:28.872143 [ 294 ] {4e94ba3b-4d3c-48a4-b3ce-fa3485e57a1a} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.872180 [ 294 ] {4e94ba3b-4d3c-48a4-b3ce-fa3485e57a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.872696 [ 294 ] {4e94ba3b-4d3c-48a4-b3ce-fa3485e57a1a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:28.872926 [ 294 ] {4e94ba3b-4d3c-48a4-b3ce-fa3485e57a1a} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.873035 [ 40 ] {} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:28.873071 [ 294 ] {4e94ba3b-4d3c-48a4-b3ce-fa3485e57a1a} executeQuery: Read 6 rows, 11.01 KiB in 0.001799 sec., 3335.1862145636464 rows/sec., 5.98 MiB/sec. 2026.05.14 17:28:28.873079 [ 40 ] {} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.873116 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.873129 [ 294 ] {4e94ba3b-4d3c-48a4-b3ce-fa3485e57a1a} TCPHandler: Processed in 0.001995406 sec. 2026.05.14 17:28:28.873230 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:28.873289 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.873398 [ 294 ] {e78c9638-2102-4efa-a5e8-a42761028d12} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.14 17:28:28.873494 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:28.873522 [ 294 ] {e78c9638-2102-4efa-a5e8-a42761028d12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.14 17:28:28.873573 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2026.05.14 17:28:28.873705 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.05.14 17:28:28.873831 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 11 rows starting from the beginning of the part 2026.05.14 17:28:28.873923 [ 294 ] {e78c9638-2102-4efa-a5e8-a42761028d12} oximeter.measurements_i64 (1ef222e1-5876-49f4-a7f3-48bb20887a98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.873942 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part 2026.05.14 17:28:28.873966 [ 294 ] {e78c9638-2102-4efa-a5e8-a42761028d12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.874076 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part 2026.05.14 17:28:28.874177 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.05.14 17:28:28.874310 [ 294 ] {e78c9638-2102-4efa-a5e8-a42761028d12} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:28:28.874556 [ 294 ] {e78c9638-2102-4efa-a5e8-a42761028d12} oximeter.measurements_i64 (1ef222e1-5876-49f4-a7f3-48bb20887a98): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.874696 [ 294 ] {e78c9638-2102-4efa-a5e8-a42761028d12} executeQuery: Read 3 rows, 217.00 B in 0.001321 sec., 2271.006813020439 rows/sec., 160.42 KiB/sec. 2026.05.14 17:28:28.874733 [ 294 ] {e78c9638-2102-4efa-a5e8-a42761028d12} TCPHandler: Processed in 0.00149484 sec. 2026.05.14 17:28:28.874873 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:28.874971 [ 294 ] {30d8dd69-b92e-4895-85a1-99d229595dd7} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:28.875012 [ 294 ] {30d8dd69-b92e-4895-85a1-99d229595dd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:28.875366 [ 294 ] {30d8dd69-b92e-4895-85a1-99d229595dd7} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:28.875403 [ 294 ] {30d8dd69-b92e-4895-85a1-99d229595dd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.05.14 17:28:28.875714 [ 294 ] {30d8dd69-b92e-4895-85a1-99d229595dd7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:28:28.875972 [ 294 ] {30d8dd69-b92e-4895-85a1-99d229595dd7} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.876047 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 19 columns (19 merged, 0 gathered) in 0.002867528 sec., 36616.904874163396 rows/sec., 65.62 MiB/sec. 2026.05.14 17:28:28.876119 [ 294 ] {30d8dd69-b92e-4895-85a1-99d229595dd7} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2026.05.14 17:28:28.876160 [ 294 ] {30d8dd69-b92e-4895-85a1-99d229595dd7} TCPHandler: Processed in 0.001336058 sec. 2026.05.14 17:28:28.876441 [ 197 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:28.876828 [ 197 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:28.876907 [ 197 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_6_1} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:28.877030 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2026.05.14 17:28:30.257141 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 288 2026.05.14 17:28:30.259510 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:30.259550 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:30.260676 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:30.260928 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:30.261056 [ 36 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:30.261116 [ 36 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:30.261134 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:30.261147 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 288 2026.05.14 17:28:30.261242 [ 193 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:30.261772 [ 193 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:30.262006 [ 193 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.05.14 17:28:30.262395 [ 193 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 38 rows starting from the beginning of the part 2026.05.14 17:28:30.262738 [ 193 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part 2026.05.14 17:28:30.263086 [ 193 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part 2026.05.14 17:28:30.263415 [ 193 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part 2026.05.14 17:28:30.263732 [ 193 ] {4dd9808d-1874-4812-8493-3805567fd2f1::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.05.14 17:28:30.269138 [ 189 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 72 columns (72 merged, 0 gathered) in 0.007916834 sec., 36378.17844860711 rows/sec., 33.28 MiB/sec. 2026.05.14 17:28:30.270076 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:30.270720 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:30.270798 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_6_1} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:30.271008 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. 2026.05.14 17:28:33.854489 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:33.854736 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:33.855083 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:33.855117 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:33.855325 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:33.855393 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:33.855525 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:28:33.855638 [ 355 ] {318cf698-3937-437b-8f6a-ba86242210cf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.14 17:28:33.855643 [ 339 ] {318cf698-3937-437b-8f6a-ba86242210cf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:33.855643 [ 353 ] {318cf698-3937-437b-8f6a-ba86242210cf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:33.855636 [ 284 ] {318cf698-3937-437b-8f6a-ba86242210cf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:33.855833 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.14 17:28:33.855859 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:33.855940 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:33.855961 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.05.14 17:28:33.855997 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:33.856032 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:33.856065 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:33.857366 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} executeQuery: Read 41 rows, 7.71 KiB in 0.002725 sec., 15045.871559633028 rows/sec., 2.76 MiB/sec. 2026.05.14 17:28:33.857505 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} MemoryTracker: Peak memory usage (for query): 131.56 KiB. 2026.05.14 17:28:33.857521 [ 294 ] {318cf698-3937-437b-8f6a-ba86242210cf} TCPHandler: Processed in 0.003164622 sec. 2026.05.14 17:28:33.859656 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:33.859783 [ 294 ] {4e46a04c-596f-48eb-be60-d867949e5415} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:33.859832 [ 294 ] {4e46a04c-596f-48eb-be60-d867949e5415} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:33.860371 [ 294 ] {4e46a04c-596f-48eb-be60-d867949e5415} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.860411 [ 294 ] {4e46a04c-596f-48eb-be60-d867949e5415} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.860798 [ 294 ] {4e46a04c-596f-48eb-be60-d867949e5415} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:28:33.861020 [ 294 ] {4e46a04c-596f-48eb-be60-d867949e5415} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.861146 [ 32 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.14 17:28:33.861165 [ 294 ] {4e46a04c-596f-48eb-be60-d867949e5415} executeQuery: Read 124 rows, 10.93 KiB in 0.001417 sec., 87508.82145377558 rows/sec., 7.53 MiB/sec. 2026.05.14 17:28:33.861193 [ 32 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.861208 [ 294 ] {4e46a04c-596f-48eb-be60-d867949e5415} TCPHandler: Processed in 0.001611451 sec. 2026.05.14 17:28:33.861219 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.861325 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.14 17:28:33.861342 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:33.861413 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:33.861440 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 797 rows starting from the beginning of the part 2026.05.14 17:28:33.861440 [ 294 ] {67197fdf-4bec-4679-8669-a31c7994dfce} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:33.861486 [ 294 ] {67197fdf-4bec-4679-8669-a31c7994dfce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:33.861490 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part 2026.05.14 17:28:33.861550 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.05.14 17:28:33.861590 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 124 rows starting from the beginning of the part 2026.05.14 17:28:33.861634 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::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.05.14 17:28:33.861671 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 124 rows starting from the beginning of the part 2026.05.14 17:28:33.861952 [ 294 ] {67197fdf-4bec-4679-8669-a31c7994dfce} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.861990 [ 294 ] {67197fdf-4bec-4679-8669-a31c7994dfce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.862294 [ 294 ] {67197fdf-4bec-4679-8669-a31c7994dfce} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:28:33.862500 [ 294 ] {67197fdf-4bec-4679-8669-a31c7994dfce} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.862628 [ 201 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1414 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334667 sec., 1059440.2948450812 rows/sec., 89.90 MiB/sec. 2026.05.14 17:28:33.862633 [ 294 ] {67197fdf-4bec-4679-8669-a31c7994dfce} executeQuery: Read 34 rows, 2.56 KiB in 0.00121 sec., 28099.17355371901 rows/sec., 2.06 MiB/sec. 2026.05.14 17:28:33.862719 [ 294 ] {67197fdf-4bec-4679-8669-a31c7994dfce} TCPHandler: Processed in 0.001424788 sec. 2026.05.14 17:28:33.862835 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:33.862932 [ 294 ] {26142b81-f6f0-44c9-a5cd-cbca95fb1eed} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:33.862939 [ 189 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.14 17:28:33.862973 [ 294 ] {26142b81-f6f0-44c9-a5cd-cbca95fb1eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:33.863247 [ 189 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.863339 [ 189 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_11_2} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.14 17:28:33.863390 [ 294 ] {26142b81-f6f0-44c9-a5cd-cbca95fb1eed} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.863430 [ 294 ] {26142b81-f6f0-44c9-a5cd-cbca95fb1eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.863435 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.05.14 17:28:33.863764 [ 294 ] {26142b81-f6f0-44c9-a5cd-cbca95fb1eed} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:28:33.864002 [ 294 ] {26142b81-f6f0-44c9-a5cd-cbca95fb1eed} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.864111 [ 32 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.14 17:28:33.864135 [ 294 ] {26142b81-f6f0-44c9-a5cd-cbca95fb1eed} executeQuery: Read 98 rows, 7.84 KiB in 0.001221 sec., 80262.08026208026 rows/sec., 6.27 MiB/sec. 2026.05.14 17:28:33.864145 [ 32 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.864175 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.864177 [ 294 ] {26142b81-f6f0-44c9-a5cd-cbca95fb1eed} TCPHandler: Processed in 0.001390008 sec. 2026.05.14 17:28:33.864293 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.14 17:28:33.864336 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:33.864387 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:33.864414 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 481 rows starting from the beginning of the part 2026.05.14 17:28:33.864431 [ 294 ] {fb40d2b1-7484-4a1b-95c6-85e07a81491c} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:33.864471 [ 294 ] {fb40d2b1-7484-4a1b-95c6-85e07a81491c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:33.864487 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 152 rows starting from the beginning of the part 2026.05.14 17:28:33.864540 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.05.14 17:28:33.864587 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 98 rows starting from the beginning of the part 2026.05.14 17:28:33.864633 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 77 rows starting from the beginning of the part 2026.05.14 17:28:33.864675 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 98 rows starting from the beginning of the part 2026.05.14 17:28:33.864858 [ 294 ] {fb40d2b1-7484-4a1b-95c6-85e07a81491c} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.864893 [ 294 ] {fb40d2b1-7484-4a1b-95c6-85e07a81491c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.865215 [ 294 ] {fb40d2b1-7484-4a1b-95c6-85e07a81491c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:28:33.865429 [ 294 ] {fb40d2b1-7484-4a1b-95c6-85e07a81491c} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.865531 [ 32 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.14 17:28:33.865561 [ 294 ] {fb40d2b1-7484-4a1b-95c6-85e07a81491c} executeQuery: Read 160 rows, 11.41 KiB in 0.001148 sec., 139372.82229965157 rows/sec., 9.71 MiB/sec. 2026.05.14 17:28:33.865564 [ 32 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.865561 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 970 rows, containing 5 columns (5 merged, 0 gathered) in 0.001318017 sec., 735954.08860432 rows/sec., 57.63 MiB/sec. 2026.05.14 17:28:33.865602 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.865602 [ 294 ] {fb40d2b1-7484-4a1b-95c6-85e07a81491c} TCPHandler: Processed in 0.001315527 sec. 2026.05.14 17:28:33.865716 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.14 17:28:33.865776 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:33.865811 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:33.865833 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.14 17:28:33.865840 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 679 rows starting from the beginning of the part 2026.05.14 17:28:33.865872 [ 294 ] {9e2627bf-813d-4f2d-8134-b6b8bda3fa4a} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:33.865899 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 414 rows starting from the beginning of the part 2026.05.14 17:28:33.865924 [ 294 ] {9e2627bf-813d-4f2d-8134-b6b8bda3fa4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:33.865938 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::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.05.14 17:28:33.865975 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.05.14 17:28:33.866012 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 162 rows starting from the beginning of the part 2026.05.14 17:28:33.866052 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.05.14 17:28:33.866205 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.866316 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_11_2} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.14 17:28:33.866408 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.05.14 17:28:33.866709 [ 294 ] {9e2627bf-813d-4f2d-8134-b6b8bda3fa4a} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.866748 [ 294 ] {9e2627bf-813d-4f2d-8134-b6b8bda3fa4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.867033 [ 200 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1735 rows, containing 5 columns (5 merged, 0 gathered) in 0.001339507 sec., 1295252.6563877605 rows/sec., 90.60 MiB/sec. 2026.05.14 17:28:33.867299 [ 294 ] {9e2627bf-813d-4f2d-8134-b6b8bda3fa4a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:33.867336 [ 200 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.14 17:28:33.867588 [ 294 ] {9e2627bf-813d-4f2d-8134-b6b8bda3fa4a} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.867673 [ 200 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.867746 [ 294 ] {9e2627bf-813d-4f2d-8134-b6b8bda3fa4a} executeQuery: Read 34 rows, 62.39 KiB in 0.001891 sec., 17979.90481226864 rows/sec., 32.22 MiB/sec. 2026.05.14 17:28:33.867756 [ 200 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_11_2} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.14 17:28:33.867803 [ 294 ] {9e2627bf-813d-4f2d-8134-b6b8bda3fa4a} TCPHandler: Processed in 0.002074667 sec. 2026.05.14 17:28:33.867849 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.05.14 17:28:33.867938 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:33.868037 [ 294 ] {313300cc-4b1f-4e38-93ce-e84ae1014421} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:33.868078 [ 294 ] {313300cc-4b1f-4e38-93ce-e84ae1014421} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:33.868424 [ 294 ] {313300cc-4b1f-4e38-93ce-e84ae1014421} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.868459 [ 294 ] {313300cc-4b1f-4e38-93ce-e84ae1014421} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.868754 [ 294 ] {313300cc-4b1f-4e38-93ce-e84ae1014421} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:28:33.868979 [ 294 ] {313300cc-4b1f-4e38-93ce-e84ae1014421} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.869100 [ 32 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.14 17:28:33.869102 [ 294 ] {313300cc-4b1f-4e38-93ce-e84ae1014421} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.05.14 17:28:33.869145 [ 32 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:33.869162 [ 294 ] {313300cc-4b1f-4e38-93ce-e84ae1014421} TCPHandler: Processed in 0.001272467 sec. 2026.05.14 17:28:33.869171 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:33.869259 [ 195 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.14 17:28:33.869351 [ 195 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:33.869375 [ 195 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 240 rows starting from the beginning of the part 2026.05.14 17:28:33.869419 [ 195 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.05.14 17:28:33.869453 [ 195 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.05.14 17:28:33.869485 [ 195 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.05.14 17:28:33.869517 [ 195 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.05.14 17:28:33.869550 [ 195 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.05.14 17:28:33.870245 [ 201 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.001011363 sec., 533932.9202274554 rows/sec., 34.45 MiB/sec. 2026.05.14 17:28:33.870435 [ 198 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.14 17:28:33.870699 [ 198 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:33.870772 [ 198 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_11_2} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.14 17:28:33.870845 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.05.14 17:28:35.195322 [ 26 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:28:35.195392 [ 26 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:28:35.249616 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4753 2026.05.14 17:28:35.250185 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:35.250225 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:35.250683 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:28:35.250917 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:35.251056 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4753 2026.05.14 17:28:35.493569 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.05.14 17:28:35.511379 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:35.511434 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:35.517360 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:28:35.518057 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:35.520771 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.05.14 17:28:36.000235 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 211.23 MiB, peak 216.77 MiB, free memory in arenas 0.00 B, will set to 213.49 MiB (RSS), difference: 2.25 MiB 2026.05.14 17:28:38.854504 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:38.854863 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:38.855309 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:38.855344 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:38.855561 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:38.855631 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:38.855773 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:28:38.855891 [ 284 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:38.855919 [ 355 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:38.855918 [ 339 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:38.855918 [ 353 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.14 17:28:38.856201 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.14 17:28:38.856231 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:38.856316 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:38.856337 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.05.14 17:28:38.856372 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:38.856407 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:38.856458 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:38.857908 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} executeQuery: Read 41 rows, 7.71 KiB in 0.003192 sec., 12844.611528822055 rows/sec., 2.36 MiB/sec. 2026.05.14 17:28:38.858083 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} MemoryTracker: Peak memory usage (for query): 131.94 KiB. 2026.05.14 17:28:38.858099 [ 294 ] {3681867f-5d68-4a78-9ee0-3f9822073d01} TCPHandler: Processed in 0.00379206 sec. 2026.05.14 17:28:38.859845 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:38.859966 [ 294 ] {d084f31f-bf97-4f52-b483-09538bbf8075} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:38.860011 [ 294 ] {d084f31f-bf97-4f52-b483-09538bbf8075} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:38.860575 [ 294 ] {d084f31f-bf97-4f52-b483-09538bbf8075} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:38.860613 [ 294 ] {d084f31f-bf97-4f52-b483-09538bbf8075} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:38.860986 [ 294 ] {d084f31f-bf97-4f52-b483-09538bbf8075} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.14 17:28:38.861214 [ 294 ] {d084f31f-bf97-4f52-b483-09538bbf8075} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:38.861371 [ 294 ] {d084f31f-bf97-4f52-b483-09538bbf8075} executeQuery: Read 68 rows, 5.52 KiB in 0.001438 sec., 47287.89986091794 rows/sec., 3.75 MiB/sec. 2026.05.14 17:28:38.861410 [ 294 ] {d084f31f-bf97-4f52-b483-09538bbf8075} TCPHandler: Processed in 0.001617822 sec. 2026.05.14 17:28:38.861560 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:38.861663 [ 294 ] {425271e2-afe2-405a-ae34-8973c5f3cb2d} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:38.861703 [ 294 ] {425271e2-afe2-405a-ae34-8973c5f3cb2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:38.862133 [ 294 ] {425271e2-afe2-405a-ae34-8973c5f3cb2d} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:38.862169 [ 294 ] {425271e2-afe2-405a-ae34-8973c5f3cb2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:38.862449 [ 294 ] {425271e2-afe2-405a-ae34-8973c5f3cb2d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:28:38.862660 [ 294 ] {425271e2-afe2-405a-ae34-8973c5f3cb2d} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:38.862795 [ 294 ] {425271e2-afe2-405a-ae34-8973c5f3cb2d} executeQuery: Read 6 rows, 462.00 B in 0.00115 sec., 5217.391304347826 rows/sec., 392.32 KiB/sec. 2026.05.14 17:28:38.862832 [ 294 ] {425271e2-afe2-405a-ae34-8973c5f3cb2d} TCPHandler: Processed in 0.001320407 sec. 2026.05.14 17:28:38.862961 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:38.863058 [ 294 ] {d633da9a-5052-49f2-a684-b99b96020c1c} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:38.863098 [ 294 ] {d633da9a-5052-49f2-a684-b99b96020c1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:38.863524 [ 294 ] {d633da9a-5052-49f2-a684-b99b96020c1c} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:38.863561 [ 294 ] {d633da9a-5052-49f2-a684-b99b96020c1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:38.863860 [ 294 ] {d633da9a-5052-49f2-a684-b99b96020c1c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.14 17:28:38.864071 [ 294 ] {d633da9a-5052-49f2-a684-b99b96020c1c} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:38.864205 [ 294 ] {d633da9a-5052-49f2-a684-b99b96020c1c} executeQuery: Read 70 rows, 5.60 KiB in 0.001165 sec., 60085.83690987124 rows/sec., 4.69 MiB/sec. 2026.05.14 17:28:38.864242 [ 294 ] {d633da9a-5052-49f2-a684-b99b96020c1c} TCPHandler: Processed in 0.001329227 sec. 2026.05.14 17:28:38.864369 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:38.864463 [ 294 ] {fda63182-9c65-45ee-baf0-ffbbb269eb05} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:38.864505 [ 294 ] {fda63182-9c65-45ee-baf0-ffbbb269eb05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:38.864911 [ 294 ] {fda63182-9c65-45ee-baf0-ffbbb269eb05} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:38.864946 [ 294 ] {fda63182-9c65-45ee-baf0-ffbbb269eb05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:38.865300 [ 294 ] {fda63182-9c65-45ee-baf0-ffbbb269eb05} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.14 17:28:38.865509 [ 294 ] {fda63182-9c65-45ee-baf0-ffbbb269eb05} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:38.865646 [ 294 ] {fda63182-9c65-45ee-baf0-ffbbb269eb05} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2026.05.14 17:28:38.865682 [ 294 ] {fda63182-9c65-45ee-baf0-ffbbb269eb05} TCPHandler: Processed in 0.001360248 sec. 2026.05.14 17:28:38.865808 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:38.865903 [ 294 ] {21ab45cb-05d6-4350-8ea6-2ef6bc116245} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:38.865954 [ 294 ] {21ab45cb-05d6-4350-8ea6-2ef6bc116245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:38.866710 [ 294 ] {21ab45cb-05d6-4350-8ea6-2ef6bc116245} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:38.866746 [ 294 ] {21ab45cb-05d6-4350-8ea6-2ef6bc116245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:38.867231 [ 294 ] {21ab45cb-05d6-4350-8ea6-2ef6bc116245} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:28:38.867454 [ 294 ] {21ab45cb-05d6-4350-8ea6-2ef6bc116245} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:38.867600 [ 294 ] {21ab45cb-05d6-4350-8ea6-2ef6bc116245} executeQuery: Read 6 rows, 11.01 KiB in 0.001715 sec., 3498.542274052478 rows/sec., 6.27 MiB/sec. 2026.05.14 17:28:38.867652 [ 294 ] {21ab45cb-05d6-4350-8ea6-2ef6bc116245} TCPHandler: Processed in 0.001891155 sec. 2026.05.14 17:28:38.867789 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:38.867884 [ 294 ] {b90d19e1-6719-4188-a2e2-9a72c69e3ffb} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:38.867925 [ 294 ] {b90d19e1-6719-4188-a2e2-9a72c69e3ffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:38.868283 [ 294 ] {b90d19e1-6719-4188-a2e2-9a72c69e3ffb} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:38.868318 [ 294 ] {b90d19e1-6719-4188-a2e2-9a72c69e3ffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:38.868610 [ 294 ] {b90d19e1-6719-4188-a2e2-9a72c69e3ffb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.14 17:28:38.868812 [ 294 ] {b90d19e1-6719-4188-a2e2-9a72c69e3ffb} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:38.868937 [ 294 ] {b90d19e1-6719-4188-a2e2-9a72c69e3ffb} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.05.14 17:28:38.868971 [ 294 ] {b90d19e1-6719-4188-a2e2-9a72c69e3ffb} TCPHandler: Processed in 0.001230566 sec. 2026.05.14 17:28:39.646007 [ 90 ] {} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.14 17:28:39.646068 [ 90 ] {} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:39.646089 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:39.646254 [ 195 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.14 17:28:39.646407 [ 195 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:39.646439 [ 195 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.05.14 17:28:39.646502 [ 195 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.05.14 17:28:39.646544 [ 195 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.05.14 17:28:39.646586 [ 195 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.05.14 17:28:39.646625 [ 195 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.05.14 17:28:39.647435 [ 201 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.001258556 sec., 375032.9742975283 rows/sec., 26.01 MiB/sec. 2026.05.14 17:28:39.647635 [ 198 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.14 17:28:39.647931 [ 198 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:39.648006 [ 198 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_5_1} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.14 17:28:39.648086 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.14 17:28:40.261367 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 316 2026.05.14 17:28:40.263608 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:40.263644 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:40.264892 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:40.265158 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:40.265397 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 316 2026.05.14 17:28:42.751141 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5201 2026.05.14 17:28:42.751654 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:42.751702 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:42.752215 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:28:42.752464 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:42.752599 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5201 2026.05.14 17:28:42.752635 [ 118 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.14 17:28:42.752715 [ 118 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:42.752736 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:42.752917 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.14 17:28:42.753083 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:42.753133 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2833 rows starting from the beginning of the part 2026.05.14 17:28:42.753229 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.05.14 17:28:42.753286 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.05.14 17:28:42.753331 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.05.14 17:28:42.753373 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.05.14 17:28:42.753419 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.05.14 17:28:42.754949 [ 198 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5201 rows, containing 4 columns (4 merged, 0 gathered) in 0.002112168 sec., 2462398.8243359425 rows/sec., 35.22 MiB/sec. 2026.05.14 17:28:42.755754 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.14 17:28:42.756019 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:42.756104 [ 199 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_11_2} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.14 17:28:42.756176 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.14 17:28:43.020839 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.05.14 17:28:43.036740 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.036791 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.043091 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:28:43.043815 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.044131 [ 118 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.14 17:28:43.044204 [ 118 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.044224 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.044486 [ 187 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.14 17:28:43.046892 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.05.14 17:28:43.048870 [ 187 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:43.050244 [ 187 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.05.14 17:28:43.054652 [ 187 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.05.14 17:28:43.058732 [ 187 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.05.14 17:28:43.062765 [ 187 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.05.14 17:28:43.067205 [ 187 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.05.14 17:28:43.071428 [ 187 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.05.14 17:28:43.120583 [ 199 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.076213779 sec., 1089.0419172102725 rows/sec., 5.63 MiB/sec. 2026.05.14 17:28:43.122978 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.14 17:28:43.125154 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.125273 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_11_2} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.14 17:28:43.127566 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.05.14 17:28:43.856043 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.856267 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:43.856588 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:43.856625 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:43.856852 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:43.856918 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:43.857056 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.14 17:28:43.857143 [ 355 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:43.857167 [ 284 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:43.857176 [ 345 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.14 17:28:43.857167 [ 361 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:43.857335 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.14 17:28:43.857362 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:43.857446 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:43.857466 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.05.14 17:28:43.857501 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.14 17:28:43.857543 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.14 17:28:43.857576 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.14 17:28:43.858810 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} executeQuery: Read 41 rows, 10.38 KiB in 0.002627 sec., 15607.156452226875 rows/sec., 3.86 MiB/sec. 2026.05.14 17:28:43.859024 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} MemoryTracker: Peak memory usage (for query): 152.70 KiB. 2026.05.14 17:28:43.859041 [ 294 ] {63f1f121-8f3d-460d-aec4-97a3bd1e96b4} TCPHandler: Processed in 0.003129371 sec. 2026.05.14 17:28:43.862192 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.862434 [ 294 ] {36be15e3-fb2e-4773-abdb-90e8488ed67a} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.14 17:28:43.862529 [ 294 ] {36be15e3-fb2e-4773-abdb-90e8488ed67a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.14 17:28:43.863463 [ 294 ] {36be15e3-fb2e-4773-abdb-90e8488ed67a} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.863501 [ 294 ] {36be15e3-fb2e-4773-abdb-90e8488ed67a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.863865 [ 294 ] {36be15e3-fb2e-4773-abdb-90e8488ed67a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:43.864086 [ 294 ] {36be15e3-fb2e-4773-abdb-90e8488ed67a} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.864237 [ 294 ] {36be15e3-fb2e-4773-abdb-90e8488ed67a} executeQuery: Read 24 rows, 2.04 KiB in 0.001874 sec., 12806.830309498398 rows/sec., 1.06 MiB/sec. 2026.05.14 17:28:43.864275 [ 294 ] {36be15e3-fb2e-4773-abdb-90e8488ed67a} TCPHandler: Processed in 0.0022525 sec. 2026.05.14 17:28:43.864424 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.864520 [ 294 ] {cd745c36-758e-448e-93b2-7596653ef90c} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:28:43.864561 [ 294 ] {cd745c36-758e-448e-93b2-7596653ef90c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:28:43.864993 [ 294 ] {cd745c36-758e-448e-93b2-7596653ef90c} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.865027 [ 294 ] {cd745c36-758e-448e-93b2-7596653ef90c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.865307 [ 294 ] {cd745c36-758e-448e-93b2-7596653ef90c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:43.865541 [ 294 ] {cd745c36-758e-448e-93b2-7596653ef90c} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.865679 [ 294 ] {cd745c36-758e-448e-93b2-7596653ef90c} executeQuery: Read 6 rows, 501.00 B in 0.001177 sec., 5097.706032285471 rows/sec., 415.68 KiB/sec. 2026.05.14 17:28:43.865716 [ 294 ] {cd745c36-758e-448e-93b2-7596653ef90c} TCPHandler: Processed in 0.001348518 sec. 2026.05.14 17:28:43.865835 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.865929 [ 294 ] {3d5ab087-fb1c-4eb2-ae43-83d2304738d9} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:43.865968 [ 294 ] {3d5ab087-fb1c-4eb2-ae43-83d2304738d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:43.866523 [ 294 ] {3d5ab087-fb1c-4eb2-ae43-83d2304738d9} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.866559 [ 294 ] {3d5ab087-fb1c-4eb2-ae43-83d2304738d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.866903 [ 294 ] {3d5ab087-fb1c-4eb2-ae43-83d2304738d9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.14 17:28:43.867115 [ 294 ] {3d5ab087-fb1c-4eb2-ae43-83d2304738d9} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.867252 [ 294 ] {3d5ab087-fb1c-4eb2-ae43-83d2304738d9} executeQuery: Read 247 rows, 22.58 KiB in 0.001341 sec., 184190.90231170767 rows/sec., 16.45 MiB/sec. 2026.05.14 17:28:43.867290 [ 294 ] {3d5ab087-fb1c-4eb2-ae43-83d2304738d9} TCPHandler: Processed in 0.001503689 sec. 2026.05.14 17:28:43.867423 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.867520 [ 294 ] {9ffa4c6d-f928-4f58-807f-bfda1691b530} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:43.867559 [ 294 ] {9ffa4c6d-f928-4f58-807f-bfda1691b530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:43.868058 [ 294 ] {9ffa4c6d-f928-4f58-807f-bfda1691b530} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.868094 [ 294 ] {9ffa4c6d-f928-4f58-807f-bfda1691b530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.868406 [ 294 ] {9ffa4c6d-f928-4f58-807f-bfda1691b530} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:28:43.868611 [ 294 ] {9ffa4c6d-f928-4f58-807f-bfda1691b530} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.868745 [ 294 ] {9ffa4c6d-f928-4f58-807f-bfda1691b530} executeQuery: Read 52 rows, 3.94 KiB in 0.001243 sec., 41834.2719227675 rows/sec., 3.09 MiB/sec. 2026.05.14 17:28:43.868783 [ 294 ] {9ffa4c6d-f928-4f58-807f-bfda1691b530} TCPHandler: Processed in 0.001408519 sec. 2026.05.14 17:28:43.868903 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.869001 [ 294 ] {6d026fd5-e644-4889-9772-eaf2e3118cd4} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:28:43.869040 [ 294 ] {6d026fd5-e644-4889-9772-eaf2e3118cd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:28:43.869485 [ 294 ] {6d026fd5-e644-4889-9772-eaf2e3118cd4} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.869520 [ 294 ] {6d026fd5-e644-4889-9772-eaf2e3118cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.869818 [ 294 ] {6d026fd5-e644-4889-9772-eaf2e3118cd4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:43.870026 [ 294 ] {6d026fd5-e644-4889-9772-eaf2e3118cd4} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.870158 [ 294 ] {6d026fd5-e644-4889-9772-eaf2e3118cd4} executeQuery: Read 24 rows, 2.04 KiB in 0.001176 sec., 20408.163265306124 rows/sec., 1.69 MiB/sec. 2026.05.14 17:28:43.870196 [ 294 ] {6d026fd5-e644-4889-9772-eaf2e3118cd4} TCPHandler: Processed in 0.001342207 sec. 2026.05.14 17:28:43.870319 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.870416 [ 294 ] {4a25c660-dedd-4d34-937e-72bbb42530bf} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.14 17:28:43.870454 [ 294 ] {4a25c660-dedd-4d34-937e-72bbb42530bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.14 17:28:43.870865 [ 294 ] {4a25c660-dedd-4d34-937e-72bbb42530bf} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.870900 [ 294 ] {4a25c660-dedd-4d34-937e-72bbb42530bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.871218 [ 294 ] {4a25c660-dedd-4d34-937e-72bbb42530bf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:43.871424 [ 294 ] {4a25c660-dedd-4d34-937e-72bbb42530bf} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.871559 [ 294 ] {4a25c660-dedd-4d34-937e-72bbb42530bf} executeQuery: Read 12 rows, 960.00 B in 0.001161 sec., 10335.917312661499 rows/sec., 807.49 KiB/sec. 2026.05.14 17:28:43.871597 [ 294 ] {4a25c660-dedd-4d34-937e-72bbb42530bf} TCPHandler: Processed in 0.001326268 sec. 2026.05.14 17:28:43.871723 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.871837 [ 294 ] {cc06b040-b12c-46e6-b11f-baf43b12ddcc} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:43.871878 [ 294 ] {cc06b040-b12c-46e6-b11f-baf43b12ddcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:43.872402 [ 294 ] {cc06b040-b12c-46e6-b11f-baf43b12ddcc} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.872439 [ 294 ] {cc06b040-b12c-46e6-b11f-baf43b12ddcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.872769 [ 294 ] {cc06b040-b12c-46e6-b11f-baf43b12ddcc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.14 17:28:43.872973 [ 294 ] {cc06b040-b12c-46e6-b11f-baf43b12ddcc} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.873109 [ 294 ] {cc06b040-b12c-46e6-b11f-baf43b12ddcc} executeQuery: Read 140 rows, 11.58 KiB in 0.00129 sec., 108527.13178294574 rows/sec., 8.77 MiB/sec. 2026.05.14 17:28:43.873147 [ 294 ] {cc06b040-b12c-46e6-b11f-baf43b12ddcc} TCPHandler: Processed in 0.001475979 sec. 2026.05.14 17:28:43.873269 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.873373 [ 294 ] {6ea6d12d-2685-45b9-aa50-f86e88c213f7} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:43.873414 [ 294 ] {6ea6d12d-2685-45b9-aa50-f86e88c213f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:43.873808 [ 294 ] {6ea6d12d-2685-45b9-aa50-f86e88c213f7} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.873843 [ 294 ] {6ea6d12d-2685-45b9-aa50-f86e88c213f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.874172 [ 294 ] {6ea6d12d-2685-45b9-aa50-f86e88c213f7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.14 17:28:43.874372 [ 294 ] {6ea6d12d-2685-45b9-aa50-f86e88c213f7} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.874505 [ 294 ] {6ea6d12d-2685-45b9-aa50-f86e88c213f7} executeQuery: Read 199 rows, 14.61 KiB in 0.001159 sec., 171699.7411561691 rows/sec., 12.31 MiB/sec. 2026.05.14 17:28:43.874542 [ 294 ] {6ea6d12d-2685-45b9-aa50-f86e88c213f7} TCPHandler: Processed in 0.001321627 sec. 2026.05.14 17:28:43.874662 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.874756 [ 294 ] {edc23a73-b057-4676-91f9-ab3c46b1b50f} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:43.874808 [ 294 ] {edc23a73-b057-4676-91f9-ab3c46b1b50f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:43.875586 [ 294 ] {edc23a73-b057-4676-91f9-ab3c46b1b50f} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.875622 [ 294 ] {edc23a73-b057-4676-91f9-ab3c46b1b50f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.876167 [ 294 ] {edc23a73-b057-4676-91f9-ab3c46b1b50f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:28:43.876397 [ 294 ] {edc23a73-b057-4676-91f9-ab3c46b1b50f} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.876537 [ 294 ] {edc23a73-b057-4676-91f9-ab3c46b1b50f} executeQuery: Read 34 rows, 62.39 KiB in 0.001799 sec., 18899.388549193995 rows/sec., 33.87 MiB/sec. 2026.05.14 17:28:43.876588 [ 294 ] {edc23a73-b057-4676-91f9-ab3c46b1b50f} TCPHandler: Processed in 0.001974646 sec. 2026.05.14 17:28:43.876718 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:43.876815 [ 294 ] {056e1c69-ddd8-4cb7-b73c-f1fb24875a49} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:43.876855 [ 294 ] {056e1c69-ddd8-4cb7-b73c-f1fb24875a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:43.877206 [ 294 ] {056e1c69-ddd8-4cb7-b73c-f1fb24875a49} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:43.877241 [ 294 ] {056e1c69-ddd8-4cb7-b73c-f1fb24875a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:43.877542 [ 294 ] {056e1c69-ddd8-4cb7-b73c-f1fb24875a49} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.14 17:28:43.877746 [ 294 ] {056e1c69-ddd8-4cb7-b73c-f1fb24875a49} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:43.877869 [ 294 ] {056e1c69-ddd8-4cb7-b73c-f1fb24875a49} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.05.14 17:28:43.877904 [ 294 ] {056e1c69-ddd8-4cb7-b73c-f1fb24875a49} TCPHandler: Processed in 0.001235416 sec. 2026.05.14 17:28:44.000265 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 216.27 MiB, peak 225.38 MiB, free memory in arenas 0.00 B, will set to 223.98 MiB (RSS), difference: 7.71 MiB 2026.05.14 17:28:48.854280 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:48.854615 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:48.855007 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:48.855049 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:48.855304 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:48.855385 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:48.855529 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:28:48.855645 [ 361 ] {de45f360-0a34-465c-8e31-6274fd642852} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:48.855668 [ 345 ] {de45f360-0a34-465c-8e31-6274fd642852} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:48.855652 [ 355 ] {de45f360-0a34-465c-8e31-6274fd642852} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:48.855670 [ 314 ] {de45f360-0a34-465c-8e31-6274fd642852} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.14 17:28:48.855894 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.14 17:28:48.855922 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:48.856007 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:48.856028 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.05.14 17:28:48.856078 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:48.856126 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:48.856173 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:48.857453 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} executeQuery: Read 41 rows, 7.71 KiB in 0.002941 sec., 13940.836450187011 rows/sec., 2.56 MiB/sec. 2026.05.14 17:28:48.857630 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} MemoryTracker: Peak memory usage (for query): 131.03 KiB. 2026.05.14 17:28:48.857647 [ 294 ] {de45f360-0a34-465c-8e31-6274fd642852} TCPHandler: Processed in 0.003567487 sec. 2026.05.14 17:28:48.859550 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:48.859766 [ 294 ] {32d1fd2b-3d4e-4aed-957e-1f506f629da3} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:48.859847 [ 294 ] {32d1fd2b-3d4e-4aed-957e-1f506f629da3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:48.860686 [ 294 ] {32d1fd2b-3d4e-4aed-957e-1f506f629da3} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:48.860735 [ 294 ] {32d1fd2b-3d4e-4aed-957e-1f506f629da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:48.861123 [ 294 ] {32d1fd2b-3d4e-4aed-957e-1f506f629da3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.14 17:28:48.861346 [ 294 ] {32d1fd2b-3d4e-4aed-957e-1f506f629da3} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:48.861497 [ 294 ] {32d1fd2b-3d4e-4aed-957e-1f506f629da3} executeQuery: Read 70 rows, 5.72 KiB in 0.00179 sec., 39106.14525139665 rows/sec., 3.12 MiB/sec. 2026.05.14 17:28:48.861535 [ 294 ] {32d1fd2b-3d4e-4aed-957e-1f506f629da3} TCPHandler: Processed in 0.002090277 sec. 2026.05.14 17:28:48.861707 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:48.861802 [ 294 ] {d86329c3-d5dd-4883-b918-0387d9077f71} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:48.861842 [ 294 ] {d86329c3-d5dd-4883-b918-0387d9077f71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:48.862291 [ 294 ] {d86329c3-d5dd-4883-b918-0387d9077f71} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:48.862328 [ 294 ] {d86329c3-d5dd-4883-b918-0387d9077f71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:48.862616 [ 294 ] {d86329c3-d5dd-4883-b918-0387d9077f71} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:28:48.862842 [ 294 ] {d86329c3-d5dd-4883-b918-0387d9077f71} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:48.862947 [ 149 ] {} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.14 17:28:48.862978 [ 294 ] {d86329c3-d5dd-4883-b918-0387d9077f71} executeQuery: Read 7 rows, 539.00 B in 0.001194 sec., 5862.646566164154 rows/sec., 440.84 KiB/sec. 2026.05.14 17:28:48.863014 [ 149 ] {} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:48.863080 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:48.863147 [ 294 ] {d86329c3-d5dd-4883-b918-0387d9077f71} TCPHandler: Processed in 0.001484889 sec. 2026.05.14 17:28:48.863234 [ 186 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.14 17:28:48.863358 [ 186 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:48.863404 [ 186 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 200 rows starting from the beginning of the part 2026.05.14 17:28:48.863406 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:48.863511 [ 186 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.05.14 17:28:48.863567 [ 294 ] {ac70a033-3d25-45aa-aa90-85f263394319} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:48.863582 [ 186 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 34 rows starting from the beginning of the part 2026.05.14 17:28:48.863640 [ 294 ] {ac70a033-3d25-45aa-aa90-85f263394319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:48.863651 [ 186 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.05.14 17:28:48.863711 [ 186 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part 2026.05.14 17:28:48.863766 [ 186 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.05.14 17:28:48.864288 [ 294 ] {ac70a033-3d25-45aa-aa90-85f263394319} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:48.864336 [ 294 ] {ac70a033-3d25-45aa-aa90-85f263394319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:48.864744 [ 198 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 5 columns (5 merged, 0 gathered) in 0.001577001 sec., 195941.53713282364 rows/sec., 13.81 MiB/sec. 2026.05.14 17:28:48.864900 [ 294 ] {ac70a033-3d25-45aa-aa90-85f263394319} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.14 17:28:48.864903 [ 199 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.14 17:28:48.865266 [ 199 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:48.865338 [ 199 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_11_2} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.14 17:28:48.865371 [ 294 ] {ac70a033-3d25-45aa-aa90-85f263394319} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:48.865398 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.14 17:28:48.865606 [ 294 ] {ac70a033-3d25-45aa-aa90-85f263394319} executeQuery: Read 71 rows, 5.68 KiB in 0.002084 sec., 34069.09788867563 rows/sec., 2.66 MiB/sec. 2026.05.14 17:28:48.865688 [ 294 ] {ac70a033-3d25-45aa-aa90-85f263394319} TCPHandler: Processed in 0.002414111 sec. 2026.05.14 17:28:48.865916 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:48.866051 [ 294 ] {c44b04d0-44dc-4e90-9fbc-1b505edf4dae} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:48.866111 [ 294 ] {c44b04d0-44dc-4e90-9fbc-1b505edf4dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:48.866667 [ 294 ] {c44b04d0-44dc-4e90-9fbc-1b505edf4dae} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:48.866707 [ 294 ] {c44b04d0-44dc-4e90-9fbc-1b505edf4dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:48.867083 [ 294 ] {c44b04d0-44dc-4e90-9fbc-1b505edf4dae} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.14 17:28:48.867315 [ 294 ] {c44b04d0-44dc-4e90-9fbc-1b505edf4dae} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:48.867443 [ 294 ] {c44b04d0-44dc-4e90-9fbc-1b505edf4dae} executeQuery: Read 160 rows, 11.41 KiB in 0.001435 sec., 111498.25783972125 rows/sec., 7.77 MiB/sec. 2026.05.14 17:28:48.867479 [ 294 ] {c44b04d0-44dc-4e90-9fbc-1b505edf4dae} TCPHandler: Processed in 0.001692602 sec. 2026.05.14 17:28:48.867630 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:48.867725 [ 294 ] {1af8658d-fd47-4b42-bf40-501311436673} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:48.867778 [ 294 ] {1af8658d-fd47-4b42-bf40-501311436673} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:48.868611 [ 294 ] {1af8658d-fd47-4b42-bf40-501311436673} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:48.868647 [ 294 ] {1af8658d-fd47-4b42-bf40-501311436673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:48.869138 [ 294 ] {1af8658d-fd47-4b42-bf40-501311436673} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:28:48.869365 [ 294 ] {1af8658d-fd47-4b42-bf40-501311436673} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:48.869500 [ 294 ] {1af8658d-fd47-4b42-bf40-501311436673} executeQuery: Read 7 rows, 12.84 KiB in 0.001793 sec., 3904.0713887339653 rows/sec., 7.00 MiB/sec. 2026.05.14 17:28:48.869551 [ 294 ] {1af8658d-fd47-4b42-bf40-501311436673} TCPHandler: Processed in 0.001968496 sec. 2026.05.14 17:28:48.869696 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:48.869790 [ 294 ] {3c5491a6-d024-4575-b2d5-96cd03d7f21a} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:48.869831 [ 294 ] {3c5491a6-d024-4575-b2d5-96cd03d7f21a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:48.870216 [ 294 ] {3c5491a6-d024-4575-b2d5-96cd03d7f21a} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:48.870251 [ 294 ] {3c5491a6-d024-4575-b2d5-96cd03d7f21a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:48.870550 [ 294 ] {3c5491a6-d024-4575-b2d5-96cd03d7f21a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.14 17:28:48.870766 [ 294 ] {3c5491a6-d024-4575-b2d5-96cd03d7f21a} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:48.870890 [ 294 ] {3c5491a6-d024-4575-b2d5-96cd03d7f21a} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.05.14 17:28:48.870926 [ 294 ] {3c5491a6-d024-4575-b2d5-96cd03d7f21a} TCPHandler: Processed in 0.001277387 sec. 2026.05.14 17:28:50.195659 [ 147 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:28:50.195716 [ 147 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:28:50.252712 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5713 2026.05.14 17:28:50.253483 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:50.253516 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:50.253987 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.14 17:28:50.254211 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:50.254336 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5713 2026.05.14 17:28:50.265584 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 352 2026.05.14 17:28:50.268230 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:50.268267 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:50.269334 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:28:50.269592 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:50.269806 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 352 2026.05.14 17:28:50.546961 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.05.14 17:28:50.563914 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:50.563974 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:50.570216 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.14 17:28:50.570901 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:50.573742 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.05.14 17:28:53.855177 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:53.855538 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:53.855904 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:53.855937 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:53.856171 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:53.856249 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:53.856394 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:28:53.856497 [ 341 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:53.856498 [ 355 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:53.856532 [ 314 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.14 17:28:53.856498 [ 345 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:53.856690 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.14 17:28:53.856718 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:53.856808 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:53.856828 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.05.14 17:28:53.856863 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:53.856899 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:53.856940 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:53.858349 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} executeQuery: Read 41 rows, 7.71 KiB in 0.002952 sec., 13888.888888888889 rows/sec., 2.55 MiB/sec. 2026.05.14 17:28:53.858551 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} MemoryTracker: Peak memory usage (for query): 131.92 KiB. 2026.05.14 17:28:53.858571 [ 294 ] {8d4d6362-a5ec-4536-b1f7-addd620c6fbd} TCPHandler: Processed in 0.003585657 sec. 2026.05.14 17:28:53.860830 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:53.860980 [ 294 ] {4cf93a4a-7858-4bc9-8219-b9bd9e5efe40} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:53.861033 [ 294 ] {4cf93a4a-7858-4bc9-8219-b9bd9e5efe40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:53.861766 [ 294 ] {4cf93a4a-7858-4bc9-8219-b9bd9e5efe40} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:53.861804 [ 294 ] {4cf93a4a-7858-4bc9-8219-b9bd9e5efe40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:53.862207 [ 294 ] {4cf93a4a-7858-4bc9-8219-b9bd9e5efe40} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.14 17:28:53.862465 [ 294 ] {4cf93a4a-7858-4bc9-8219-b9bd9e5efe40} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:53.862620 [ 294 ] {4cf93a4a-7858-4bc9-8219-b9bd9e5efe40} executeQuery: Read 126 rows, 11.12 KiB in 0.001678 sec., 75089.39213349225 rows/sec., 6.47 MiB/sec. 2026.05.14 17:28:53.862659 [ 294 ] {4cf93a4a-7858-4bc9-8219-b9bd9e5efe40} TCPHandler: Processed in 0.001896435 sec. 2026.05.14 17:28:53.862862 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:53.862967 [ 294 ] {b2e053eb-2c2a-4223-918e-72db58b91971} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:53.863007 [ 294 ] {b2e053eb-2c2a-4223-918e-72db58b91971} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:53.863441 [ 294 ] {b2e053eb-2c2a-4223-918e-72db58b91971} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:53.863475 [ 294 ] {b2e053eb-2c2a-4223-918e-72db58b91971} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:53.863768 [ 294 ] {b2e053eb-2c2a-4223-918e-72db58b91971} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.14 17:28:53.863983 [ 294 ] {b2e053eb-2c2a-4223-918e-72db58b91971} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:53.864113 [ 294 ] {b2e053eb-2c2a-4223-918e-72db58b91971} executeQuery: Read 35 rows, 2.63 KiB in 0.001173 sec., 29838.022165387894 rows/sec., 2.19 MiB/sec. 2026.05.14 17:28:53.864152 [ 294 ] {b2e053eb-2c2a-4223-918e-72db58b91971} TCPHandler: Processed in 0.001338547 sec. 2026.05.14 17:28:53.864295 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:53.864400 [ 294 ] {2c307368-52da-4ef7-b86b-66439ef215cf} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:53.864439 [ 294 ] {2c307368-52da-4ef7-b86b-66439ef215cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:53.864883 [ 294 ] {2c307368-52da-4ef7-b86b-66439ef215cf} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:53.864920 [ 294 ] {2c307368-52da-4ef7-b86b-66439ef215cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:53.865229 [ 294 ] {2c307368-52da-4ef7-b86b-66439ef215cf} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.14 17:28:53.865441 [ 294 ] {2c307368-52da-4ef7-b86b-66439ef215cf} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:53.865569 [ 294 ] {2c307368-52da-4ef7-b86b-66439ef215cf} executeQuery: Read 99 rows, 7.92 KiB in 0.001188 sec., 83333.33333333333 rows/sec., 6.51 MiB/sec. 2026.05.14 17:28:53.865606 [ 294 ] {2c307368-52da-4ef7-b86b-66439ef215cf} TCPHandler: Processed in 0.001359697 sec. 2026.05.14 17:28:53.865734 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:53.865829 [ 294 ] {0f0c8fe2-e409-40cf-aa97-e40505aef41b} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:53.865870 [ 294 ] {0f0c8fe2-e409-40cf-aa97-e40505aef41b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:53.866359 [ 294 ] {0f0c8fe2-e409-40cf-aa97-e40505aef41b} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:53.866397 [ 294 ] {0f0c8fe2-e409-40cf-aa97-e40505aef41b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:53.866741 [ 294 ] {0f0c8fe2-e409-40cf-aa97-e40505aef41b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.14 17:28:53.866977 [ 294 ] {0f0c8fe2-e409-40cf-aa97-e40505aef41b} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:53.867110 [ 294 ] {0f0c8fe2-e409-40cf-aa97-e40505aef41b} executeQuery: Read 160 rows, 11.41 KiB in 0.001298 sec., 123266.56394453006 rows/sec., 8.59 MiB/sec. 2026.05.14 17:28:53.867148 [ 294 ] {0f0c8fe2-e409-40cf-aa97-e40505aef41b} TCPHandler: Processed in 0.001462719 sec. 2026.05.14 17:28:53.867303 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:53.867400 [ 294 ] {c2f56fbd-d87c-482d-bae8-238ab4a81dce} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:53.867453 [ 294 ] {c2f56fbd-d87c-482d-bae8-238ab4a81dce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:53.868341 [ 294 ] {c2f56fbd-d87c-482d-bae8-238ab4a81dce} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:53.868380 [ 294 ] {c2f56fbd-d87c-482d-bae8-238ab4a81dce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:53.868947 [ 294 ] {c2f56fbd-d87c-482d-bae8-238ab4a81dce} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:28:53.869175 [ 294 ] {c2f56fbd-d87c-482d-bae8-238ab4a81dce} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:53.869312 [ 141 ] {} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.14 17:28:53.869319 [ 294 ] {c2f56fbd-d87c-482d-bae8-238ab4a81dce} executeQuery: Read 35 rows, 64.22 KiB in 0.001937 sec., 18069.179143004647 rows/sec., 32.38 MiB/sec. 2026.05.14 17:28:53.869365 [ 141 ] {} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:53.869392 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:53.869393 [ 294 ] {c2f56fbd-d87c-482d-bae8-238ab4a81dce} TCPHandler: Processed in 0.002139668 sec. 2026.05.14 17:28:53.869535 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.14 17:28:53.869801 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:53.869863 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 105 rows starting from the beginning of the part 2026.05.14 17:28:53.869987 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2026.05.14 17:28:53.870095 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::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.05.14 17:28:53.870132 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:53.870201 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part 2026.05.14 17:28:53.870248 [ 294 ] {9086b967-5e0f-4cd9-af9f-6890a037acd9} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:53.870299 [ 294 ] {9086b967-5e0f-4cd9-af9f-6890a037acd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:53.870308 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::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.05.14 17:28:53.870414 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::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.05.14 17:28:53.870684 [ 294 ] {9086b967-5e0f-4cd9-af9f-6890a037acd9} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:53.870726 [ 294 ] {9086b967-5e0f-4cd9-af9f-6890a037acd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:53.871104 [ 294 ] {9086b967-5e0f-4cd9-af9f-6890a037acd9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.14 17:28:53.871333 [ 294 ] {9086b967-5e0f-4cd9-af9f-6890a037acd9} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:53.871470 [ 294 ] {9086b967-5e0f-4cd9-af9f-6890a037acd9} executeQuery: Read 60 rows, 4.14 KiB in 0.001247 sec., 48115.477145148354 rows/sec., 3.24 MiB/sec. 2026.05.14 17:28:53.871509 [ 294 ] {9086b967-5e0f-4cd9-af9f-6890a037acd9} TCPHandler: Processed in 0.001430559 sec. 2026.05.14 17:28:53.874820 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 221 rows, containing 19 columns (19 merged, 0 gathered) in 0.00534136 sec., 41375.230278430965 rows/sec., 74.14 MiB/sec. 2026.05.14 17:28:53.875247 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.14 17:28:53.875560 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_11_2} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:53.875638 [ 186 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_11_2} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.14 17:28:53.875733 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. 2026.05.14 17:28:54.256585 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.256900 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.14 17:28:54.257260 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:54.257297 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.14 17:28:54.257540 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:54.257608 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:54.257753 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 30-element set) 2026.05.14 17:28:54.257868 [ 341 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:54.257892 [ 314 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.14 17:28:54.257871 [ 345 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:54.257868 [ 355 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:54.258110 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.14 17:28:54.258142 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:54.258229 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:54.258249 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.05.14 17:28:54.258284 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.14 17:28:54.258320 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.14 17:28:54.258354 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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:expired_targets', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.14 17:28:54.260200 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} executeQuery: Read 41 rows, 7.71 KiB in 0.003411 sec., 12019.935502785107 rows/sec., 2.21 MiB/sec. 2026.05.14 17:28:54.260340 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} MemoryTracker: Peak memory usage (for query): 135.20 KiB. 2026.05.14 17:28:54.260357 [ 294 ] {3f038929-86eb-4b79-85fe-73e94a0ab817} TCPHandler: Processed in 0.003958082 sec. 2026.05.14 17:28:54.280381 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.280582 [ 294 ] {aa5ee6e6-8a50-4955-870d-659b0cce0634} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.14 17:28:54.280646 [ 294 ] {aa5ee6e6-8a50-4955-870d-659b0cce0634} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:54.281696 [ 294 ] {aa5ee6e6-8a50-4955-870d-659b0cce0634} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.281749 [ 294 ] {aa5ee6e6-8a50-4955-870d-659b0cce0634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.282208 [ 294 ] {aa5ee6e6-8a50-4955-870d-659b0cce0634} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.14 17:28:54.282423 [ 294 ] {aa5ee6e6-8a50-4955-870d-659b0cce0634} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.282594 [ 294 ] {aa5ee6e6-8a50-4955-870d-659b0cce0634} executeQuery: Read 10 rows, 1.97 KiB in 0.002064 sec., 4844.961240310078 rows/sec., 954.32 KiB/sec. 2026.05.14 17:28:54.282665 [ 294 ] {aa5ee6e6-8a50-4955-870d-659b0cce0634} TCPHandler: Processed in 0.002380291 sec. 2026.05.14 17:28:54.282918 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.283052 [ 294 ] {b12584a2-f0ba-4848-83ad-032f019a1501} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:28:54.283113 [ 294 ] {b12584a2-f0ba-4848-83ad-032f019a1501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:28:54.283599 [ 294 ] {b12584a2-f0ba-4848-83ad-032f019a1501} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.283635 [ 294 ] {b12584a2-f0ba-4848-83ad-032f019a1501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.283927 [ 294 ] {b12584a2-f0ba-4848-83ad-032f019a1501} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:28:54.284166 [ 294 ] {b12584a2-f0ba-4848-83ad-032f019a1501} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.284287 [ 139 ] {} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.14 17:28:54.284294 [ 294 ] {b12584a2-f0ba-4848-83ad-032f019a1501} executeQuery: Read 4 rows, 334.00 B in 0.001284 sec., 3115.264797507788 rows/sec., 254.03 KiB/sec. 2026.05.14 17:28:54.284337 [ 139 ] {} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.284354 [ 294 ] {b12584a2-f0ba-4848-83ad-032f019a1501} TCPHandler: Processed in 0.00155292 sec. 2026.05.14 17:28:54.284372 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.284473 [ 186 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.14 17:28:54.284491 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.284577 [ 186 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:54.284591 [ 294 ] {4272c1d0-dbc5-4a19-96e5-c821661367f6} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:54.284608 [ 186 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.05.14 17:28:54.284631 [ 294 ] {4272c1d0-dbc5-4a19-96e5-c821661367f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:54.284672 [ 186 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.05.14 17:28:54.284722 [ 186 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.05.14 17:28:54.284769 [ 186 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.05.14 17:28:54.284816 [ 186 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.05.14 17:28:54.284862 [ 186 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.05.14 17:28:54.285692 [ 199 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.001255447 sec., 20709.75517086743 rows/sec., 1.73 MiB/sec. 2026.05.14 17:28:54.285884 [ 194 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.14 17:28:54.286203 [ 194 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.286286 [ 194 ] {55a84e37-1f29-42f6-97ab-ea2194994803::all_1_6_1} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.14 17:28:54.286382 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.14 17:28:54.286463 [ 294 ] {4272c1d0-dbc5-4a19-96e5-c821661367f6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.286507 [ 294 ] {4272c1d0-dbc5-4a19-96e5-c821661367f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.286972 [ 294 ] {4272c1d0-dbc5-4a19-96e5-c821661367f6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.14 17:28:54.287180 [ 294 ] {4272c1d0-dbc5-4a19-96e5-c821661367f6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.287307 [ 294 ] {4272c1d0-dbc5-4a19-96e5-c821661367f6} executeQuery: Read 2420 rows, 181.92 KiB in 0.002751 sec., 879680.1163213378 rows/sec., 64.58 MiB/sec. 2026.05.14 17:28:54.287308 [ 139 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.14 17:28:54.287345 [ 294 ] {4272c1d0-dbc5-4a19-96e5-c821661367f6} TCPHandler: Processed in 0.002922469 sec. 2026.05.14 17:28:54.287364 [ 139 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.287394 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.287489 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.287519 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.14 17:28:54.287592 [ 294 ] {4c3e00a8-00d0-45e3-a996-a0d3ec4bae03} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:28:54.287635 [ 294 ] {4c3e00a8-00d0-45e3-a996-a0d3ec4bae03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:28:54.287652 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:54.287689 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1006 rows starting from the beginning of the part 2026.05.14 17:28:54.287755 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::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.05.14 17:28:54.287800 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 247 rows starting from the beginning of the part 2026.05.14 17:28:54.287843 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 70 rows starting from the beginning of the part 2026.05.14 17:28:54.287884 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 126 rows starting from the beginning of the part 2026.05.14 17:28:54.287922 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2420 rows starting from the beginning of the part 2026.05.14 17:28:54.288143 [ 294 ] {4c3e00a8-00d0-45e3-a996-a0d3ec4bae03} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.288188 [ 294 ] {4c3e00a8-00d0-45e3-a996-a0d3ec4bae03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.288512 [ 294 ] {4c3e00a8-00d0-45e3-a996-a0d3ec4bae03} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.14 17:28:54.288765 [ 294 ] {4c3e00a8-00d0-45e3-a996-a0d3ec4bae03} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.288908 [ 294 ] {4c3e00a8-00d0-45e3-a996-a0d3ec4bae03} executeQuery: Read 20 rows, 1.48 KiB in 0.001305 sec., 15325.670498084291 rows/sec., 1.11 MiB/sec. 2026.05.14 17:28:54.288946 [ 294 ] {4c3e00a8-00d0-45e3-a996-a0d3ec4bae03} TCPHandler: Processed in 0.001477239 sec. 2026.05.14 17:28:54.289079 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.289174 [ 294 ] {36ac3eff-83c5-4b5b-a2f1-9da035c4286c} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:28:54.289213 [ 294 ] {36ac3eff-83c5-4b5b-a2f1-9da035c4286c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:28:54.289763 [ 194 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3937 rows, containing 5 columns (5 merged, 0 gathered) in 0.00226852 sec., 1735492.7441680038 rows/sec., 139.84 MiB/sec. 2026.05.14 17:28:54.289974 [ 294 ] {36ac3eff-83c5-4b5b-a2f1-9da035c4286c} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.290016 [ 294 ] {36ac3eff-83c5-4b5b-a2f1-9da035c4286c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.290160 [ 191 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.14 17:28:54.290452 [ 294 ] {36ac3eff-83c5-4b5b-a2f1-9da035c4286c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:28:54.290537 [ 191 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.290645 [ 191 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_16_3} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.14 17:28:54.290741 [ 294 ] {36ac3eff-83c5-4b5b-a2f1-9da035c4286c} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.290753 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.05.14 17:28:54.290884 [ 294 ] {36ac3eff-83c5-4b5b-a2f1-9da035c4286c} executeQuery: Read 801 rows, 47.38 KiB in 0.001728 sec., 463541.6666666667 rows/sec., 26.78 MiB/sec. 2026.05.14 17:28:54.290927 [ 294 ] {36ac3eff-83c5-4b5b-a2f1-9da035c4286c} TCPHandler: Processed in 0.001897075 sec. 2026.05.14 17:28:54.291083 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.291179 [ 294 ] {470fd349-d231-4eb3-9f90-4137ddcceef9} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:54.291218 [ 294 ] {470fd349-d231-4eb3-9f90-4137ddcceef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.14 17:28:54.291616 [ 294 ] {470fd349-d231-4eb3-9f90-4137ddcceef9} oximeter.fields_u64 (e739dd0d-498d-4259-90c2-c8b65b47dc73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.291652 [ 294 ] {470fd349-d231-4eb3-9f90-4137ddcceef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.291952 [ 294 ] {470fd349-d231-4eb3-9f90-4137ddcceef9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.14 17:28:54.292184 [ 294 ] {470fd349-d231-4eb3-9f90-4137ddcceef9} oximeter.fields_u64 (e739dd0d-498d-4259-90c2-c8b65b47dc73): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.292310 [ 294 ] {470fd349-d231-4eb3-9f90-4137ddcceef9} executeQuery: Read 2 rows, 144.00 B in 0.001149 sec., 1740.6440382941687 rows/sec., 122.39 KiB/sec. 2026.05.14 17:28:54.292347 [ 294 ] {470fd349-d231-4eb3-9f90-4137ddcceef9} TCPHandler: Processed in 0.001312908 sec. 2026.05.14 17:28:54.292486 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.292582 [ 294 ] {d579163d-74a0-4075-bb5a-0b3e686ec6e7} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:54.292622 [ 294 ] {d579163d-74a0-4075-bb5a-0b3e686ec6e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:54.293472 [ 294 ] {d579163d-74a0-4075-bb5a-0b3e686ec6e7} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.293508 [ 294 ] {d579163d-74a0-4075-bb5a-0b3e686ec6e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.293914 [ 294 ] {d579163d-74a0-4075-bb5a-0b3e686ec6e7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.14 17:28:54.294125 [ 294 ] {d579163d-74a0-4075-bb5a-0b3e686ec6e7} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.294251 [ 139 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.14 17:28:54.294255 [ 294 ] {d579163d-74a0-4075-bb5a-0b3e686ec6e7} executeQuery: Read 1299 rows, 88.84 KiB in 0.001691 sec., 768184.5062093436 rows/sec., 51.31 MiB/sec. 2026.05.14 17:28:54.294301 [ 139 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.294320 [ 294 ] {d579163d-74a0-4075-bb5a-0b3e686ec6e7} TCPHandler: Processed in 0.001883345 sec. 2026.05.14 17:28:54.294334 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.294441 [ 199 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.14 17:28:54.294473 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.294547 [ 199 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:54.294576 [ 294 ] {8c8aa186-910f-49d6-85ea-6e420ea07949} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:54.294583 [ 199 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part 2026.05.14 17:28:54.294628 [ 294 ] {8c8aa186-910f-49d6-85ea-6e420ea07949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:54.294665 [ 199 ] {48419fae-50e3-4458-be82-d4ceb88634ca::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.05.14 17:28:54.294721 [ 199 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 140 rows starting from the beginning of the part 2026.05.14 17:28:54.294770 [ 199 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 71 rows starting from the beginning of the part 2026.05.14 17:28:54.294818 [ 199 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 99 rows starting from the beginning of the part 2026.05.14 17:28:54.294864 [ 199 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1299 rows starting from the beginning of the part 2026.05.14 17:28:54.296113 [ 199 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2279 rows, containing 5 columns (5 merged, 0 gathered) in 0.001711282 sec., 1331750.1148261947 rows/sec., 98.67 MiB/sec. 2026.05.14 17:28:54.296296 [ 294 ] {8c8aa186-910f-49d6-85ea-6e420ea07949} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.296344 [ 294 ] {8c8aa186-910f-49d6-85ea-6e420ea07949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.296382 [ 191 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.14 17:28:54.296669 [ 191 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.296743 [ 191 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_16_3} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.14 17:28:54.296833 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.05.14 17:28:54.297307 [ 294 ] {8c8aa186-910f-49d6-85ea-6e420ea07949} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.14 17:28:54.297567 [ 294 ] {8c8aa186-910f-49d6-85ea-6e420ea07949} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.297726 [ 139 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.14 17:28:54.297747 [ 294 ] {8c8aa186-910f-49d6-85ea-6e420ea07949} executeQuery: Read 3915 rows, 255.06 KiB in 0.003188 sec., 1228042.659974906 rows/sec., 78.13 MiB/sec. 2026.05.14 17:28:54.297785 [ 139 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.297816 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.297833 [ 294 ] {8c8aa186-910f-49d6-85ea-6e420ea07949} TCPHandler: Processed in 0.003407685 sec. 2026.05.14 17:28:54.297901 [ 194 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.14 17:28:54.298025 [ 194 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:54.298045 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.298058 [ 194 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1735 rows starting from the beginning of the part 2026.05.14 17:28:54.298166 [ 194 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.05.14 17:28:54.298190 [ 294 ] {cff78389-27c6-43d5-84f9-c50d04f20cb9} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:54.298219 [ 194 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 199 rows starting from the beginning of the part 2026.05.14 17:28:54.298271 [ 294 ] {cff78389-27c6-43d5-84f9-c50d04f20cb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:28:54.298273 [ 194 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::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.05.14 17:28:54.298339 [ 194 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.05.14 17:28:54.298385 [ 194 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3915 rows starting from the beginning of the part 2026.05.14 17:28:54.299191 [ 294 ] {cff78389-27c6-43d5-84f9-c50d04f20cb9} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.299236 [ 294 ] {cff78389-27c6-43d5-84f9-c50d04f20cb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.299802 [ 294 ] {cff78389-27c6-43d5-84f9-c50d04f20cb9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.14 17:28:54.300049 [ 294 ] {cff78389-27c6-43d5-84f9-c50d04f20cb9} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.300204 [ 294 ] {cff78389-27c6-43d5-84f9-c50d04f20cb9} executeQuery: Read 16 rows, 29.36 KiB in 0.002058 sec., 7774.538386783285 rows/sec., 13.93 MiB/sec. 2026.05.14 17:28:54.300257 [ 294 ] {cff78389-27c6-43d5-84f9-c50d04f20cb9} TCPHandler: Processed in 0.00232794 sec. 2026.05.14 17:28:54.300378 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:54.300474 [ 294 ] {0eb3f89e-50bc-4d85-ba0d-a58ed04f83b7} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:54.300516 [ 294 ] {0eb3f89e-50bc-4d85-ba0d-a58ed04f83b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:54.300859 [ 294 ] {0eb3f89e-50bc-4d85-ba0d-a58ed04f83b7} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.300895 [ 294 ] {0eb3f89e-50bc-4d85-ba0d-a58ed04f83b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.300995 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6329 rows, containing 5 columns (5 merged, 0 gathered) in 0.003123381 sec., 2026329.8009432727 rows/sec., 133.87 MiB/sec. 2026.05.14 17:28:54.301211 [ 294 ] {0eb3f89e-50bc-4d85-ba0d-a58ed04f83b7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.14 17:28:54.301431 [ 294 ] {0eb3f89e-50bc-4d85-ba0d-a58ed04f83b7} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.301555 [ 95 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.14 17:28:54.301559 [ 294 ] {0eb3f89e-50bc-4d85-ba0d-a58ed04f83b7} executeQuery: Read 12 rows, 848.00 B in 0.001103 sec., 10879.419764279239 rows/sec., 750.79 KiB/sec. 2026.05.14 17:28:54.301605 [ 95 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:54.301620 [ 294 ] {0eb3f89e-50bc-4d85-ba0d-a58ed04f83b7} TCPHandler: Processed in 0.001291117 sec. 2026.05.14 17:28:54.301619 [ 192 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.14 17:28:54.301637 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:54.301761 [ 194 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.14 17:28:54.301881 [ 194 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:54.301915 [ 194 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 540 rows starting from the beginning of the part 2026.05.14 17:28:54.301940 [ 192 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.301970 [ 194 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.05.14 17:28:54.302018 [ 192 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_16_3} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.14 17:28:54.302023 [ 194 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.05.14 17:28:54.302099 [ 194 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::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.05.14 17:28:54.302111 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.05.14 17:28:54.302147 [ 194 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.05.14 17:28:54.302195 [ 194 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.05.14 17:28:54.303044 [ 196 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 4 columns (4 merged, 0 gathered) in 0.001323167 sec., 598563.9000972665 rows/sec., 39.16 MiB/sec. 2026.05.14 17:28:54.303238 [ 196 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.14 17:28:54.303516 [ 196 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:54.303581 [ 196 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_16_3} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.14 17:28:54.303652 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.05.14 17:28:56.182602 [ 68 ] {} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.14 17:28:56.182696 [ 68 ] {} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:56.182722 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:56.182872 [ 191 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.14 17:28:56.183042 [ 191 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:56.183082 [ 191 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.05.14 17:28:56.183164 [ 191 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.05.14 17:28:56.183219 [ 191 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.05.14 17:28:56.183275 [ 191 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.05.14 17:28:56.183326 [ 191 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.05.14 17:28:56.184269 [ 196 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001463059 sec., 615149.4915789452 rows/sec., 42.06 MiB/sec. 2026.05.14 17:28:56.184451 [ 196 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.14 17:28:56.184753 [ 196 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:56.184828 [ 196 ] {b7163f55-f098-4947-8539-dff0aea0f4d5::all_1_5_1} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.14 17:28:56.184915 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.05.14 17:28:56.339179 [ 107 ] {} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.14 17:28:56.339238 [ 107 ] {} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:56.339258 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:56.339394 [ 188 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.14 17:28:56.339526 [ 188 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:28:56.339561 [ 188 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.05.14 17:28:56.339634 [ 188 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.05.14 17:28:56.339684 [ 188 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.05.14 17:28:56.339729 [ 188 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.05.14 17:28:56.339771 [ 188 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.05.14 17:28:56.340616 [ 196 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001286407 sec., 363803.9904944547 rows/sec., 22.44 MiB/sec. 2026.05.14 17:28:56.340829 [ 194 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.14 17:28:56.341172 [ 194 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:56.341256 [ 194 ] {9dfbf004-9c6d-4510-80ff-03928214b2aa::all_1_5_1} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.14 17:28:56.341346 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.14 17:28:57.754525 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6161 2026.05.14 17:28:57.755328 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:57.755395 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:57.756216 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.14 17:28:57.756461 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:57.756606 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6161 2026.05.14 17:28:58.073875 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.05.14 17:28:58.089574 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:58.089624 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:58.095972 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.14 17:28:58.096699 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:58.099364 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.05.14 17:28:58.852775 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:58.853141 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:28:58.853662 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:28:58.853727 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:28:58.854066 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:28:58.854136 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:28:58.854278 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.14 17:28:58.854404 [ 345 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.05.14 17:28:58.854427 [ 331 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.14 17:28:58.854429 [ 346 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:28:58.854415 [ 324 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:28:58.854417 [ 317 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:28:58.854798 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges 2026.05.14 17:28:58.854838 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:28:58.854940 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:28:58.854963 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 51 rows with 4 streams 2026.05.14 17:28:58.855001 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:58.855044 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:58.855079 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:58.855117 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:28:58.856610 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} executeQuery: Read 51 rows, 8.05 KiB in 0.003607 sec., 14139.173828666482 rows/sec., 2.18 MiB/sec. 2026.05.14 17:28:58.856903 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} MemoryTracker: Peak memory usage (for query): 164.33 KiB. 2026.05.14 17:28:58.856921 [ 294 ] {fc9fdf21-1e7e-44e8-ac06-82dd439ebcf2} TCPHandler: Processed in 0.004335817 sec. 2026.05.14 17:28:58.858545 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:58.858725 [ 294 ] {7c504d44-b71b-4f14-9bd4-de3fc981d043} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:28:58.858796 [ 294 ] {7c504d44-b71b-4f14-9bd4-de3fc981d043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:28:58.859629 [ 294 ] {7c504d44-b71b-4f14-9bd4-de3fc981d043} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:58.859679 [ 294 ] {7c504d44-b71b-4f14-9bd4-de3fc981d043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:58.860075 [ 294 ] {7c504d44-b71b-4f14-9bd4-de3fc981d043} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.14 17:28:58.860302 [ 294 ] {7c504d44-b71b-4f14-9bd4-de3fc981d043} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:58.860463 [ 294 ] {7c504d44-b71b-4f14-9bd4-de3fc981d043} executeQuery: Read 56 rows, 4.38 KiB in 0.001791 sec., 31267.448352875486 rows/sec., 2.39 MiB/sec. 2026.05.14 17:28:58.860505 [ 294 ] {7c504d44-b71b-4f14-9bd4-de3fc981d043} TCPHandler: Processed in 0.002098128 sec. 2026.05.14 17:28:58.860635 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:58.860730 [ 294 ] {725e72fd-b223-45a2-a13d-f8285d1ed234} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:28:58.860771 [ 294 ] {725e72fd-b223-45a2-a13d-f8285d1ed234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:28:58.861261 [ 294 ] {725e72fd-b223-45a2-a13d-f8285d1ed234} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:58.861298 [ 294 ] {725e72fd-b223-45a2-a13d-f8285d1ed234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:58.861610 [ 294 ] {725e72fd-b223-45a2-a13d-f8285d1ed234} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.14 17:28:58.861824 [ 294 ] {725e72fd-b223-45a2-a13d-f8285d1ed234} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:58.861959 [ 294 ] {725e72fd-b223-45a2-a13d-f8285d1ed234} executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. 2026.05.14 17:28:58.861997 [ 294 ] {725e72fd-b223-45a2-a13d-f8285d1ed234} TCPHandler: Processed in 0.001410488 sec. 2026.05.14 17:28:58.862125 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:58.862220 [ 294 ] {7c0d442a-b6a1-4a80-b74c-1d72c52a89a2} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:28:58.862261 [ 294 ] {7c0d442a-b6a1-4a80-b74c-1d72c52a89a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:28:58.862710 [ 294 ] {7c0d442a-b6a1-4a80-b74c-1d72c52a89a2} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:58.862753 [ 294 ] {7c0d442a-b6a1-4a80-b74c-1d72c52a89a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:58.863086 [ 294 ] {7c0d442a-b6a1-4a80-b74c-1d72c52a89a2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.14 17:28:58.863321 [ 294 ] {7c0d442a-b6a1-4a80-b74c-1d72c52a89a2} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:58.863454 [ 294 ] {7c0d442a-b6a1-4a80-b74c-1d72c52a89a2} executeQuery: Read 128 rows, 9.13 KiB in 0.001253 sec., 102154.82841181166 rows/sec., 7.11 MiB/sec. 2026.05.14 17:28:58.863491 [ 294 ] {7c0d442a-b6a1-4a80-b74c-1d72c52a89a2} TCPHandler: Processed in 0.001414779 sec. 2026.05.14 17:28:58.863646 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:28:58.863740 [ 294 ] {663f6543-0b89-42be-b19b-ede87995c31d} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:28:58.863780 [ 294 ] {663f6543-0b89-42be-b19b-ede87995c31d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:28:58.864135 [ 294 ] {663f6543-0b89-42be-b19b-ede87995c31d} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:28:58.864171 [ 294 ] {663f6543-0b89-42be-b19b-ede87995c31d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:28:58.864482 [ 294 ] {663f6543-0b89-42be-b19b-ede87995c31d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.14 17:28:58.864694 [ 294 ] {663f6543-0b89-42be-b19b-ede87995c31d} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:28:58.864826 [ 294 ] {663f6543-0b89-42be-b19b-ede87995c31d} executeQuery: Read 48 rows, 3.31 KiB in 0.001104 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. 2026.05.14 17:28:58.864863 [ 294 ] {663f6543-0b89-42be-b19b-ede87995c31d} TCPHandler: Processed in 0.001266187 sec. 2026.05.14 17:28:59.000229 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 228.34 MiB, peak 231.99 MiB, free memory in arenas 0.00 B, will set to 229.48 MiB (RSS), difference: 1.14 MiB 2026.05.14 17:29:00.270284 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 398 2026.05.14 17:29:00.272723 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:00.272764 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:00.273953 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:29:00.274213 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:00.274449 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 398 2026.05.14 17:29:03.854895 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:03.855156 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:03.855538 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:03.855580 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:03.855840 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:03.855922 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:03.856071 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:29:03.856170 [ 346 ] {51624169-90a0-4396-94eb-fe6474141d42} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.14 17:29:03.856184 [ 324 ] {51624169-90a0-4396-94eb-fe6474141d42} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.14 17:29:03.856204 [ 331 ] {51624169-90a0-4396-94eb-fe6474141d42} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.14 17:29:03.856193 [ 317 ] {51624169-90a0-4396-94eb-fe6474141d42} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.14 17:29:03.856193 [ 345 ] {51624169-90a0-4396-94eb-fe6474141d42} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.05.14 17:29:03.856425 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges 2026.05.14 17:29:03.856455 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:03.856556 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.14 17:29:03.856579 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Reading approx. 51 rows with 4 streams 2026.05.14 17:29:03.856614 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:03.856652 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:03.856690 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:03.856726 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:03.858035 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} executeQuery: Read 51 rows, 8.05 KiB in 0.002977 sec., 17131.34027544508 rows/sec., 2.64 MiB/sec. 2026.05.14 17:29:03.858353 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} MemoryTracker: Peak memory usage (for query): 165.29 KiB. 2026.05.14 17:29:03.858395 [ 294 ] {51624169-90a0-4396-94eb-fe6474141d42} TCPHandler: Processed in 0.003650158 sec. 2026.05.14 17:29:03.860546 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:03.860709 [ 294 ] {6ed983ea-12bf-4b93-a0ed-8fdc5b562fa6} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:03.860779 [ 294 ] {6ed983ea-12bf-4b93-a0ed-8fdc5b562fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:03.861451 [ 294 ] {6ed983ea-12bf-4b93-a0ed-8fdc5b562fa6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:03.861496 [ 294 ] {6ed983ea-12bf-4b93-a0ed-8fdc5b562fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:03.861899 [ 294 ] {6ed983ea-12bf-4b93-a0ed-8fdc5b562fa6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.14 17:29:03.862132 [ 294 ] {6ed983ea-12bf-4b93-a0ed-8fdc5b562fa6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:03.862289 [ 294 ] {6ed983ea-12bf-4b93-a0ed-8fdc5b562fa6} executeQuery: Read 126 rows, 11.12 KiB in 0.001631 sec., 77253.21888412017 rows/sec., 6.66 MiB/sec. 2026.05.14 17:29:03.862329 [ 294 ] {6ed983ea-12bf-4b93-a0ed-8fdc5b562fa6} TCPHandler: Processed in 0.001918326 sec. 2026.05.14 17:29:03.862493 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:03.862591 [ 294 ] {7e18624a-17ad-448b-a1ae-6a290de546be} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:03.862632 [ 294 ] {7e18624a-17ad-448b-a1ae-6a290de546be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:03.863059 [ 294 ] {7e18624a-17ad-448b-a1ae-6a290de546be} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:03.863096 [ 294 ] {7e18624a-17ad-448b-a1ae-6a290de546be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:03.863402 [ 294 ] {7e18624a-17ad-448b-a1ae-6a290de546be} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.14 17:29:03.863614 [ 294 ] {7e18624a-17ad-448b-a1ae-6a290de546be} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:03.863748 [ 294 ] {7e18624a-17ad-448b-a1ae-6a290de546be} executeQuery: Read 35 rows, 2.63 KiB in 0.001176 sec., 29761.904761904763 rows/sec., 2.19 MiB/sec. 2026.05.14 17:29:03.863785 [ 294 ] {7e18624a-17ad-448b-a1ae-6a290de546be} TCPHandler: Processed in 0.001341388 sec. 2026.05.14 17:29:03.863918 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:03.864013 [ 294 ] {30dce4fd-cc03-4534-8068-61fb10063887} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:03.864053 [ 294 ] {30dce4fd-cc03-4534-8068-61fb10063887} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:03.864486 [ 294 ] {30dce4fd-cc03-4534-8068-61fb10063887} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:03.864522 [ 294 ] {30dce4fd-cc03-4534-8068-61fb10063887} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:03.864823 [ 294 ] {30dce4fd-cc03-4534-8068-61fb10063887} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.14 17:29:03.865034 [ 294 ] {30dce4fd-cc03-4534-8068-61fb10063887} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:03.865176 [ 294 ] {30dce4fd-cc03-4534-8068-61fb10063887} executeQuery: Read 99 rows, 7.92 KiB in 0.00118 sec., 83898.30508474576 rows/sec., 6.55 MiB/sec. 2026.05.14 17:29:03.865215 [ 294 ] {30dce4fd-cc03-4534-8068-61fb10063887} TCPHandler: Processed in 0.001346757 sec. 2026.05.14 17:29:03.865355 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:03.865451 [ 294 ] {3d966f91-a346-4a29-8f14-e1eb8899e5fb} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:03.865492 [ 294 ] {3d966f91-a346-4a29-8f14-e1eb8899e5fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:03.865900 [ 294 ] {3d966f91-a346-4a29-8f14-e1eb8899e5fb} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:03.865936 [ 294 ] {3d966f91-a346-4a29-8f14-e1eb8899e5fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:03.866268 [ 294 ] {3d966f91-a346-4a29-8f14-e1eb8899e5fb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.14 17:29:03.866483 [ 294 ] {3d966f91-a346-4a29-8f14-e1eb8899e5fb} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:03.866620 [ 294 ] {3d966f91-a346-4a29-8f14-e1eb8899e5fb} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.05.14 17:29:03.866657 [ 294 ] {3d966f91-a346-4a29-8f14-e1eb8899e5fb} TCPHandler: Processed in 0.001351058 sec. 2026.05.14 17:29:03.866790 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:03.866887 [ 294 ] {c7a1fbf8-0dde-4fe4-8296-234812ad11ac} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:03.866940 [ 294 ] {c7a1fbf8-0dde-4fe4-8296-234812ad11ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:03.867993 [ 294 ] {c7a1fbf8-0dde-4fe4-8296-234812ad11ac} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:03.868044 [ 294 ] {c7a1fbf8-0dde-4fe4-8296-234812ad11ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:03.868693 [ 294 ] {c7a1fbf8-0dde-4fe4-8296-234812ad11ac} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.14 17:29:03.868950 [ 294 ] {c7a1fbf8-0dde-4fe4-8296-234812ad11ac} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:03.869108 [ 294 ] {c7a1fbf8-0dde-4fe4-8296-234812ad11ac} executeQuery: Read 35 rows, 64.22 KiB in 0.002237 sec., 15645.954403218597 rows/sec., 28.04 MiB/sec. 2026.05.14 17:29:03.869197 [ 294 ] {c7a1fbf8-0dde-4fe4-8296-234812ad11ac} TCPHandler: Processed in 0.002454682 sec. 2026.05.14 17:29:03.869361 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:03.869476 [ 294 ] {2e414860-a16a-4b6e-95f4-7ece738c99da} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:03.869520 [ 294 ] {2e414860-a16a-4b6e-95f4-7ece738c99da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:03.869886 [ 294 ] {2e414860-a16a-4b6e-95f4-7ece738c99da} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:03.869923 [ 294 ] {2e414860-a16a-4b6e-95f4-7ece738c99da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:03.870235 [ 294 ] {2e414860-a16a-4b6e-95f4-7ece738c99da} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.14 17:29:03.870479 [ 294 ] {2e414860-a16a-4b6e-95f4-7ece738c99da} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:03.870616 [ 294 ] {2e414860-a16a-4b6e-95f4-7ece738c99da} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2026.05.14 17:29:03.870652 [ 294 ] {2e414860-a16a-4b6e-95f4-7ece738c99da} TCPHandler: Processed in 0.001346228 sec. 2026.05.14 17:29:05.195822 [ 131 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:29:05.195903 [ 131 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:29:05.256818 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6673 2026.05.14 17:29:05.257483 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:05.257517 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:05.258034 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.14 17:29:05.258265 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:05.258389 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6673 2026.05.14 17:29:05.599536 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.05.14 17:29:05.615991 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:05.616037 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:05.621580 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.14 17:29:05.622255 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:05.624934 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.05.14 17:29:07.226621 [ 135 ] {} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.14 17:29:07.226697 [ 135 ] {} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:07.226722 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:07.226921 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.14 17:29:07.227313 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:07.227353 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2026.05.14 17:29:07.227431 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part 2026.05.14 17:29:07.227491 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2026.05.14 17:29:07.227546 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.05.14 17:29:07.227601 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2026.05.14 17:29:07.229314 [ 197 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 6 columns (6 merged, 0 gathered) in 0.002472222 sec., 21033.709755839078 rows/sec., 4.92 MiB/sec. 2026.05.14 17:29:07.229559 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.14 17:29:07.229862 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:07.229928 [ 188 ] {1840193b-8d65-42f8-827a-d1686aee18ff::all_1_5_1} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.14 17:29:07.229994 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.05.14 17:29:08.853893 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:08.854135 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:08.854443 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:08.854477 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:08.854691 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:08.854757 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:08.854891 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:29:08.854927 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:08.854948 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:08.854963 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:08.855001 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:08.855021 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:08.856083 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} executeQuery: Read 52 rows, 12.45 KiB in 0.00203 sec., 25615.76354679803 rows/sec., 5.99 MiB/sec. 2026.05.14 17:29:08.856259 [ 294 ] {4341538a-d7bb-49a4-b518-3970ad03c731} TCPHandler: Processed in 0.002500103 sec. 2026.05.14 17:29:08.857993 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:08.858130 [ 294 ] {d0c603e5-ad24-4d5d-8fe8-9a3a0e848db5} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:08.858195 [ 294 ] {d0c603e5-ad24-4d5d-8fe8-9a3a0e848db5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:08.858858 [ 294 ] {d0c603e5-ad24-4d5d-8fe8-9a3a0e848db5} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:08.858912 [ 294 ] {d0c603e5-ad24-4d5d-8fe8-9a3a0e848db5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:08.859322 [ 294 ] {d0c603e5-ad24-4d5d-8fe8-9a3a0e848db5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.14 17:29:08.859547 [ 294 ] {d0c603e5-ad24-4d5d-8fe8-9a3a0e848db5} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:08.859695 [ 294 ] {d0c603e5-ad24-4d5d-8fe8-9a3a0e848db5} executeQuery: Read 70 rows, 5.72 KiB in 0.001612 sec., 43424.31761786601 rows/sec., 3.47 MiB/sec. 2026.05.14 17:29:08.859733 [ 294 ] {d0c603e5-ad24-4d5d-8fe8-9a3a0e848db5} TCPHandler: Processed in 0.001850794 sec. 2026.05.14 17:29:08.859870 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:08.859967 [ 294 ] {23d70acd-9e05-4663-a472-c472cece8567} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:08.860007 [ 294 ] {23d70acd-9e05-4663-a472-c472cece8567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:08.860410 [ 294 ] {23d70acd-9e05-4663-a472-c472cece8567} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:08.860446 [ 294 ] {23d70acd-9e05-4663-a472-c472cece8567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:08.860734 [ 294 ] {23d70acd-9e05-4663-a472-c472cece8567} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.14 17:29:08.860940 [ 294 ] {23d70acd-9e05-4663-a472-c472cece8567} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:08.861066 [ 294 ] {23d70acd-9e05-4663-a472-c472cece8567} executeQuery: Read 7 rows, 539.00 B in 0.001117 sec., 6266.786034019696 rows/sec., 471.23 KiB/sec. 2026.05.14 17:29:08.861103 [ 294 ] {23d70acd-9e05-4663-a472-c472cece8567} TCPHandler: Processed in 0.001282357 sec. 2026.05.14 17:29:08.861220 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:08.861316 [ 294 ] {f1e221f6-cfdc-4ba7-971e-80fdcefcf823} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:08.861355 [ 294 ] {f1e221f6-cfdc-4ba7-971e-80fdcefcf823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:08.861769 [ 294 ] {f1e221f6-cfdc-4ba7-971e-80fdcefcf823} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:08.861810 [ 294 ] {f1e221f6-cfdc-4ba7-971e-80fdcefcf823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:08.862102 [ 294 ] {f1e221f6-cfdc-4ba7-971e-80fdcefcf823} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.14 17:29:08.862326 [ 294 ] {f1e221f6-cfdc-4ba7-971e-80fdcefcf823} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:08.862450 [ 294 ] {f1e221f6-cfdc-4ba7-971e-80fdcefcf823} executeQuery: Read 71 rows, 5.68 KiB in 0.001152 sec., 61631.944444444445 rows/sec., 4.81 MiB/sec. 2026.05.14 17:29:08.862486 [ 294 ] {f1e221f6-cfdc-4ba7-971e-80fdcefcf823} TCPHandler: Processed in 0.001314937 sec. 2026.05.14 17:29:08.862623 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:08.862717 [ 294 ] {78e0e72f-4c29-43b3-83a9-383cf218f8d3} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:08.862758 [ 294 ] {78e0e72f-4c29-43b3-83a9-383cf218f8d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:08.863150 [ 294 ] {78e0e72f-4c29-43b3-83a9-383cf218f8d3} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:08.863185 [ 294 ] {78e0e72f-4c29-43b3-83a9-383cf218f8d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:08.863505 [ 294 ] {78e0e72f-4c29-43b3-83a9-383cf218f8d3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.14 17:29:08.863712 [ 294 ] {78e0e72f-4c29-43b3-83a9-383cf218f8d3} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:08.863842 [ 294 ] {78e0e72f-4c29-43b3-83a9-383cf218f8d3} executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. 2026.05.14 17:29:08.863878 [ 294 ] {78e0e72f-4c29-43b3-83a9-383cf218f8d3} TCPHandler: Processed in 0.001303588 sec. 2026.05.14 17:29:08.863999 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:08.864099 [ 294 ] {11416565-a066-4542-bdc5-d85a185b284b} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:08.864151 [ 294 ] {11416565-a066-4542-bdc5-d85a185b284b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:08.864900 [ 294 ] {11416565-a066-4542-bdc5-d85a185b284b} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:08.864935 [ 294 ] {11416565-a066-4542-bdc5-d85a185b284b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:08.865566 [ 294 ] {11416565-a066-4542-bdc5-d85a185b284b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.14 17:29:08.865927 [ 294 ] {11416565-a066-4542-bdc5-d85a185b284b} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:08.866142 [ 294 ] {11416565-a066-4542-bdc5-d85a185b284b} executeQuery: Read 7 rows, 12.84 KiB in 0.002061 sec., 3396.409509946628 rows/sec., 6.09 MiB/sec. 2026.05.14 17:29:08.866278 [ 294 ] {11416565-a066-4542-bdc5-d85a185b284b} TCPHandler: Processed in 0.002326561 sec. 2026.05.14 17:29:08.866470 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:08.866603 [ 294 ] {2e478e4b-8596-48bb-82c4-8502211b9426} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:08.866660 [ 294 ] {2e478e4b-8596-48bb-82c4-8502211b9426} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:08.867060 [ 294 ] {2e478e4b-8596-48bb-82c4-8502211b9426} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:08.867101 [ 294 ] {2e478e4b-8596-48bb-82c4-8502211b9426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.05.14 17:29:08.867433 [ 294 ] {2e478e4b-8596-48bb-82c4-8502211b9426} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.14 17:29:08.867641 [ 294 ] {2e478e4b-8596-48bb-82c4-8502211b9426} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:08.867768 [ 294 ] {2e478e4b-8596-48bb-82c4-8502211b9426} executeQuery: Read 60 rows, 4.14 KiB in 0.001209 sec., 49627.79156327544 rows/sec., 3.34 MiB/sec. 2026.05.14 17:29:08.867803 [ 294 ] {2e478e4b-8596-48bb-82c4-8502211b9426} TCPHandler: Processed in 0.001439799 sec. 2026.05.14 17:29:10.274709 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 426 2026.05.14 17:29:10.276765 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:10.276805 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:10.277956 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:29:10.278211 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:10.278451 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 426 2026.05.14 17:29:12.758485 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7121 2026.05.14 17:29:12.759035 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:12.759081 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:12.759581 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.14 17:29:12.759812 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:12.759941 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7121 2026.05.14 17:29:13.125005 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.05.14 17:29:13.146023 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.146095 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.151981 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.14 17:29:13.152857 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.156955 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.05.14 17:29:13.856153 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.856434 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:13.856832 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:13.856876 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:13.857157 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:13.857236 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:13.857387 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.14 17:29:13.857423 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:13.857445 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:13.857461 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:13.857508 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.14 17:29:13.857530 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:13.858618 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} executeQuery: Read 52 rows, 12.45 KiB in 0.002297 sec., 22638.22377013496 rows/sec., 5.29 MiB/sec. 2026.05.14 17:29:13.858799 [ 294 ] {8b832565-85d7-470a-a76a-1a42562d1f03} TCPHandler: Processed in 0.002804917 sec. 2026.05.14 17:29:13.862106 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.862272 [ 294 ] {da8d35cb-6c01-4984-bc4e-29d6049a9ca3} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.14 17:29:13.862334 [ 294 ] {da8d35cb-6c01-4984-bc4e-29d6049a9ca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.14 17:29:13.862945 [ 294 ] {da8d35cb-6c01-4984-bc4e-29d6049a9ca3} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.862982 [ 294 ] {da8d35cb-6c01-4984-bc4e-29d6049a9ca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.863365 [ 294 ] {da8d35cb-6c01-4984-bc4e-29d6049a9ca3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:29:13.863588 [ 294 ] {da8d35cb-6c01-4984-bc4e-29d6049a9ca3} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.863733 [ 294 ] {da8d35cb-6c01-4984-bc4e-29d6049a9ca3} executeQuery: Read 24 rows, 2.04 KiB in 0.001516 sec., 15831.1345646438 rows/sec., 1.31 MiB/sec. 2026.05.14 17:29:13.863771 [ 294 ] {da8d35cb-6c01-4984-bc4e-29d6049a9ca3} TCPHandler: Processed in 0.001800034 sec. 2026.05.14 17:29:13.863921 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.864020 [ 294 ] {cac73332-43fb-4ea7-b7a5-09b0df763947} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:29:13.864060 [ 294 ] {cac73332-43fb-4ea7-b7a5-09b0df763947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:29:13.864477 [ 294 ] {cac73332-43fb-4ea7-b7a5-09b0df763947} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.864513 [ 294 ] {cac73332-43fb-4ea7-b7a5-09b0df763947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.864801 [ 294 ] {cac73332-43fb-4ea7-b7a5-09b0df763947} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:29:13.865026 [ 294 ] {cac73332-43fb-4ea7-b7a5-09b0df763947} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.865150 [ 294 ] {cac73332-43fb-4ea7-b7a5-09b0df763947} executeQuery: Read 4 rows, 334.00 B in 0.001149 sec., 3481.2880765883374 rows/sec., 283.87 KiB/sec. 2026.05.14 17:29:13.865187 [ 294 ] {cac73332-43fb-4ea7-b7a5-09b0df763947} TCPHandler: Processed in 0.001321898 sec. 2026.05.14 17:29:13.865358 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.865452 [ 294 ] {56123b99-52ab-4be5-a12b-c34d91b93148} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:13.865491 [ 294 ] {56123b99-52ab-4be5-a12b-c34d91b93148} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:13.866017 [ 294 ] {56123b99-52ab-4be5-a12b-c34d91b93148} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.866053 [ 294 ] {56123b99-52ab-4be5-a12b-c34d91b93148} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.866387 [ 294 ] {56123b99-52ab-4be5-a12b-c34d91b93148} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.14 17:29:13.866599 [ 294 ] {56123b99-52ab-4be5-a12b-c34d91b93148} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.866725 [ 294 ] {56123b99-52ab-4be5-a12b-c34d91b93148} executeQuery: Read 248 rows, 22.70 KiB in 0.001291 sec., 192099.14794732764 rows/sec., 17.17 MiB/sec. 2026.05.14 17:29:13.866762 [ 294 ] {56123b99-52ab-4be5-a12b-c34d91b93148} TCPHandler: Processed in 0.001456579 sec. 2026.05.14 17:29:13.866887 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.866981 [ 294 ] {04c51e91-f2b6-481d-808b-3b3f51f5ad72} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:13.867020 [ 294 ] {04c51e91-f2b6-481d-808b-3b3f51f5ad72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:13.867484 [ 294 ] {04c51e91-f2b6-481d-808b-3b3f51f5ad72} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.867521 [ 294 ] {04c51e91-f2b6-481d-808b-3b3f51f5ad72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.867822 [ 294 ] {04c51e91-f2b6-481d-808b-3b3f51f5ad72} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.14 17:29:13.868042 [ 294 ] {04c51e91-f2b6-481d-808b-3b3f51f5ad72} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.868157 [ 128 ] {} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.14 17:29:13.868169 [ 294 ] {04c51e91-f2b6-481d-808b-3b3f51f5ad72} executeQuery: Read 51 rows, 3.87 KiB in 0.001206 sec., 42288.55721393035 rows/sec., 3.14 MiB/sec. 2026.05.14 17:29:13.868248 [ 128 ] {} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.868257 [ 294 ] {04c51e91-f2b6-481d-808b-3b3f51f5ad72} TCPHandler: Processed in 0.001417559 sec. 2026.05.14 17:29:13.868282 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.868409 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.868421 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.14 17:29:13.868511 [ 294 ] {662bb698-1f7c-4e08-a12e-d119e1a74652} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:29:13.868544 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:13.868555 [ 294 ] {662bb698-1f7c-4e08-a12e-d119e1a74652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:29:13.868583 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 213 rows starting from the beginning of the part 2026.05.14 17:29:13.868668 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 35 rows starting from the beginning of the part 2026.05.14 17:29:13.868715 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part 2026.05.14 17:29:13.868761 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 35 rows starting from the beginning of the part 2026.05.14 17:29:13.868809 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.05.14 17:29:13.868851 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 51 rows starting from the beginning of the part 2026.05.14 17:29:13.869020 [ 294 ] {662bb698-1f7c-4e08-a12e-d119e1a74652} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.869063 [ 294 ] {662bb698-1f7c-4e08-a12e-d119e1a74652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.869383 [ 294 ] {662bb698-1f7c-4e08-a12e-d119e1a74652} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:29:13.869624 [ 294 ] {662bb698-1f7c-4e08-a12e-d119e1a74652} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.869706 [ 188 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 5 columns (5 merged, 0 gathered) in 0.001331267 sec., 271170.2460888763 rows/sec., 19.36 MiB/sec. 2026.05.14 17:29:13.869758 [ 294 ] {662bb698-1f7c-4e08-a12e-d119e1a74652} executeQuery: Read 24 rows, 2.04 KiB in 0.001265 sec., 18972.332015810276 rows/sec., 1.57 MiB/sec. 2026.05.14 17:29:13.869800 [ 294 ] {662bb698-1f7c-4e08-a12e-d119e1a74652} TCPHandler: Processed in 0.001440419 sec. 2026.05.14 17:29:13.869876 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.14 17:29:13.869940 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.870042 [ 294 ] {24ac18fc-e864-434a-b8aa-6c5b71ca7a79} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.14 17:29:13.870084 [ 294 ] {24ac18fc-e864-434a-b8aa-6c5b71ca7a79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.14 17:29:13.870146 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.870221 [ 197 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_16_3} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.14 17:29:13.870290 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.14 17:29:13.870530 [ 294 ] {24ac18fc-e864-434a-b8aa-6c5b71ca7a79} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.870572 [ 294 ] {24ac18fc-e864-434a-b8aa-6c5b71ca7a79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.870863 [ 294 ] {24ac18fc-e864-434a-b8aa-6c5b71ca7a79} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.14 17:29:13.871068 [ 294 ] {24ac18fc-e864-434a-b8aa-6c5b71ca7a79} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.871193 [ 294 ] {24ac18fc-e864-434a-b8aa-6c5b71ca7a79} executeQuery: Read 12 rows, 960.00 B in 0.00117 sec., 10256.410256410256 rows/sec., 801.28 KiB/sec. 2026.05.14 17:29:13.871229 [ 294 ] {24ac18fc-e864-434a-b8aa-6c5b71ca7a79} TCPHandler: Processed in 0.001344238 sec. 2026.05.14 17:29:13.871348 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.871440 [ 294 ] {e02cdfd6-6760-482a-a8db-cb2f422a5a4d} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:13.871479 [ 294 ] {e02cdfd6-6760-482a-a8db-cb2f422a5a4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:13.871975 [ 294 ] {e02cdfd6-6760-482a-a8db-cb2f422a5a4d} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.872009 [ 294 ] {e02cdfd6-6760-482a-a8db-cb2f422a5a4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.872316 [ 294 ] {e02cdfd6-6760-482a-a8db-cb2f422a5a4d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.14 17:29:13.872525 [ 294 ] {e02cdfd6-6760-482a-a8db-cb2f422a5a4d} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.872651 [ 294 ] {e02cdfd6-6760-482a-a8db-cb2f422a5a4d} executeQuery: Read 139 rows, 11.50 KiB in 0.001228 sec., 113192.18241042345 rows/sec., 9.15 MiB/sec. 2026.05.14 17:29:13.872687 [ 294 ] {e02cdfd6-6760-482a-a8db-cb2f422a5a4d} TCPHandler: Processed in 0.001386829 sec. 2026.05.14 17:29:13.872825 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.872925 [ 294 ] {c45f1406-d4c7-4e5f-a802-54301b5f3c35} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:13.872967 [ 294 ] {c45f1406-d4c7-4e5f-a802-54301b5f3c35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:13.873389 [ 294 ] {c45f1406-d4c7-4e5f-a802-54301b5f3c35} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.873425 [ 294 ] {c45f1406-d4c7-4e5f-a802-54301b5f3c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.873753 [ 294 ] {c45f1406-d4c7-4e5f-a802-54301b5f3c35} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.14 17:29:13.873970 [ 294 ] {c45f1406-d4c7-4e5f-a802-54301b5f3c35} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.874094 [ 294 ] {c45f1406-d4c7-4e5f-a802-54301b5f3c35} executeQuery: Read 198 rows, 14.54 KiB in 0.001187 sec., 166807.0766638585 rows/sec., 11.96 MiB/sec. 2026.05.14 17:29:13.874129 [ 294 ] {c45f1406-d4c7-4e5f-a802-54301b5f3c35} TCPHandler: Processed in 0.001351988 sec. 2026.05.14 17:29:13.874289 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.874382 [ 294 ] {eab874da-4ed2-418d-b442-a512b81fa9d5} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:13.874434 [ 294 ] {eab874da-4ed2-418d-b442-a512b81fa9d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:13.875319 [ 294 ] {eab874da-4ed2-418d-b442-a512b81fa9d5} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.875356 [ 294 ] {eab874da-4ed2-418d-b442-a512b81fa9d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.875917 [ 294 ] {eab874da-4ed2-418d-b442-a512b81fa9d5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.14 17:29:13.876137 [ 294 ] {eab874da-4ed2-418d-b442-a512b81fa9d5} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.876272 [ 294 ] {eab874da-4ed2-418d-b442-a512b81fa9d5} executeQuery: Read 35 rows, 64.22 KiB in 0.001907 sec., 18353.4347142108 rows/sec., 32.89 MiB/sec. 2026.05.14 17:29:13.876322 [ 294 ] {eab874da-4ed2-418d-b442-a512b81fa9d5} TCPHandler: Processed in 0.002081667 sec. 2026.05.14 17:29:13.876454 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:13.876550 [ 294 ] {5d5fe790-d9ef-4a5c-be0b-b89a948171e1} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:13.876591 [ 294 ] {5d5fe790-d9ef-4a5c-be0b-b89a948171e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:13.876943 [ 294 ] {5d5fe790-d9ef-4a5c-be0b-b89a948171e1} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:13.876979 [ 294 ] {5d5fe790-d9ef-4a5c-be0b-b89a948171e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:13.877278 [ 294 ] {5d5fe790-d9ef-4a5c-be0b-b89a948171e1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.14 17:29:13.877483 [ 294 ] {5d5fe790-d9ef-4a5c-be0b-b89a948171e1} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:13.877611 [ 294 ] {5d5fe790-d9ef-4a5c-be0b-b89a948171e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.05.14 17:29:13.877646 [ 294 ] {5d5fe790-d9ef-4a5c-be0b-b89a948171e1} TCPHandler: Processed in 0.001240896 sec. 2026.05.14 17:29:14.000198 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 231.30 MiB, peak 234.51 MiB, free memory in arenas 0.00 B, will set to 230.01 MiB (RSS), difference: -1.29 MiB 2026.05.14 17:29:16.606837 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60099 2026.05.14 17:29:16.606945 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.606971 [ 307 ] {} TCP-Session: 125ab7ec-7f47-429f-b7dc-9690b6c70222 Authenticating user 'default' from [fd00:1122:3344:101::e]:60099 2026.05.14 17:29:16.606993 [ 307 ] {} TCP-Session: 125ab7ec-7f47-429f-b7dc-9690b6c70222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607006 [ 307 ] {} TCP-Session: 125ab7ec-7f47-429f-b7dc-9690b6c70222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607201 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49137 2026.05.14 17:29:16.607213 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34124 2026.05.14 17:29:16.607228 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37112 2026.05.14 17:29:16.607312 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.607319 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.607342 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55286 2026.05.14 17:29:16.607351 [ 309 ] {} TCP-Session: b28347bb-c58d-4bd2-9d15-80372d80131e Authenticating user 'default' from [fd00:1122:3344:101::e]:34124 2026.05.14 17:29:16.607362 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35182 2026.05.14 17:29:16.607399 [ 309 ] {} TCP-Session: b28347bb-c58d-4bd2-9d15-80372d80131e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607446 [ 307 ] {} TCP-Session: 125ab7ec-7f47-429f-b7dc-9690b6c70222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:16.607469 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.607483 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.607464 [ 309 ] {} TCP-Session: b28347bb-c58d-4bd2-9d15-80372d80131e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607527 [ 303 ] {} TCP-Session: 629af001-9888-40f5-8b96-5191cc0884e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55286 2026.05.14 17:29:16.607514 [ 310 ] {} TCP-Session: 0ecec350-8df2-4b78-81cb-975bd9da8afa Authenticating user 'default' from [fd00:1122:3344:101::e]:37112 2026.05.14 17:29:16.607560 [ 303 ] {} TCP-Session: 629af001-9888-40f5-8b96-5191cc0884e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607559 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.607581 [ 303 ] {} TCP-Session: 629af001-9888-40f5-8b96-5191cc0884e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607579 [ 310 ] {} TCP-Session: 0ecec350-8df2-4b78-81cb-975bd9da8afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607614 [ 306 ] {} TCP-Session: d1c48e97-b6a8-4aa0-bbb8-73b10b722f54 Authenticating user 'default' from [fd00:1122:3344:101::e]:35182 2026.05.14 17:29:16.607626 [ 310 ] {} TCP-Session: 0ecec350-8df2-4b78-81cb-975bd9da8afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607373 [ 308 ] {} TCP-Session: 75ba92af-ad3c-4c78-bcae-3b0f7193f0f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:49137 2026.05.14 17:29:16.607658 [ 306 ] {} TCP-Session: d1c48e97-b6a8-4aa0-bbb8-73b10b722f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607681 [ 307 ] {754964e6-b92c-466b-b7c1-59a2375337ee} executeQuery: (from [fd00:1122:3344:101::e]:60099) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:29:16.607687 [ 308 ] {} TCP-Session: 75ba92af-ad3c-4c78-bcae-3b0f7193f0f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607696 [ 306 ] {} TCP-Session: d1c48e97-b6a8-4aa0-bbb8-73b10b722f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607719 [ 308 ] {} TCP-Session: 75ba92af-ad3c-4c78-bcae-3b0f7193f0f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607356 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47112 2026.05.14 17:29:16.607346 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49521 2026.05.14 17:29:16.607321 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36585 2026.05.14 17:29:16.607871 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.607899 [ 305 ] {} TCP-Session: 2fd88e80-50c4-4761-b09d-70c908adb7e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47112 2026.05.14 17:29:16.607915 [ 305 ] {} TCP-Session: 2fd88e80-50c4-4761-b09d-70c908adb7e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607928 [ 305 ] {} TCP-Session: 2fd88e80-50c4-4761-b09d-70c908adb7e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.607978 [ 307 ] {754964e6-b92c-466b-b7c1-59a2375337ee} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.14 17:29:16.608047 [ 307 ] {754964e6-b92c-466b-b7c1-59a2375337ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:16.608071 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.608107 [ 304 ] {} TCP-Session: 21498bd2-dbf1-4c16-96e8-8b31ce9172f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49521 2026.05.14 17:29:16.608125 [ 304 ] {} TCP-Session: 21498bd2-dbf1-4c16-96e8-8b31ce9172f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.608142 [ 304 ] {} TCP-Session: 21498bd2-dbf1-4c16-96e8-8b31ce9172f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.608170 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.608201 [ 311 ] {} TCP-Session: 48283cd7-1c15-445d-96cc-51792e49dcc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:36585 2026.05.14 17:29:16.608220 [ 311 ] {} TCP-Session: 48283cd7-1c15-445d-96cc-51792e49dcc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.608233 [ 311 ] {} TCP-Session: 48283cd7-1c15-445d-96cc-51792e49dcc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.608348 [ 307 ] {754964e6-b92c-466b-b7c1-59a2375337ee} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0) (SelectExecutor): Key condition: unknown 2026.05.14 17:29:16.609387 [ 317 ] {754964e6-b92c-466b-b7c1-59a2375337ee} AggregatingTransform: Aggregating 2026.05.14 17:29:16.609426 [ 317 ] {754964e6-b92c-466b-b7c1-59a2375337ee} Aggregator: Aggregation method: without_key 2026.05.14 17:29:16.609458 [ 317 ] {754964e6-b92c-466b-b7c1-59a2375337ee} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001008373 sec. (991.697 rows/sec., 38.74 KiB/sec.) 2026.05.14 17:29:16.609473 [ 317 ] {754964e6-b92c-466b-b7c1-59a2375337ee} Aggregator: Merging aggregated data 2026.05.14 17:29:16.610106 [ 307 ] {754964e6-b92c-466b-b7c1-59a2375337ee} executeQuery: Read 1 rows, 40.00 B in 0.002496 sec., 400.64102564102564 rows/sec., 15.65 KiB/sec. 2026.05.14 17:29:16.610291 [ 307 ] {754964e6-b92c-466b-b7c1-59a2375337ee} TCPHandler: Processed in 0.00300129 sec. 2026.05.14 17:29:16.610456 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.610484 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.610499 [ 307 ] {} TCP-Session: 125ab7ec-7f47-429f-b7dc-9690b6c70222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.610503 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.610521 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.610558 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.610568 [ 309 ] {} TCP-Session: b28347bb-c58d-4bd2-9d15-80372d80131e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.610579 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.610593 [ 304 ] {} TCP-Session: 21498bd2-dbf1-4c16-96e8-8b31ce9172f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.610612 [ 303 ] {} TCP-Session: 629af001-9888-40f5-8b96-5191cc0884e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.610625 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.610640 [ 306 ] {} TCP-Session: d1c48e97-b6a8-4aa0-bbb8-73b10b722f54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.610534 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.610686 [ 305 ] {} TCP-Session: 2fd88e80-50c4-4761-b09d-70c908adb7e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.610530 [ 308 ] {} TCP-Session: 75ba92af-ad3c-4c78-bcae-3b0f7193f0f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.610728 [ 310 ] {} TCP-Session: 0ecec350-8df2-4b78-81cb-975bd9da8afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.610602 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.610796 [ 311 ] {} TCP-Session: 48283cd7-1c15-445d-96cc-51792e49dcc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753072 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37675 2026.05.14 17:29:16.753146 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.753173 [ 307 ] {} TCP-Session: 27d25c95-0da7-4812-aa4a-7eb218487a25 Authenticating user 'default' from [fd00:1122:3344:101::e]:37675 2026.05.14 17:29:16.753196 [ 307 ] {} TCP-Session: 27d25c95-0da7-4812-aa4a-7eb218487a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753211 [ 307 ] {} TCP-Session: 27d25c95-0da7-4812-aa4a-7eb218487a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753431 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44588 2026.05.14 17:29:16.753457 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49579 2026.05.14 17:29:16.753491 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51640 2026.05.14 17:29:16.753512 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49245 2026.05.14 17:29:16.753519 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.753525 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61773 2026.05.14 17:29:16.753556 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.753565 [ 308 ] {} TCP-Session: 8618f27b-fabc-4d8d-b482-04f31508f32b Authenticating user 'default' from [fd00:1122:3344:101::e]:44588 2026.05.14 17:29:16.753574 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.753610 [ 311 ] {} TCP-Session: aeb7087e-4670-46f2-a1f1-90f17f7d33d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51640 2026.05.14 17:29:16.753616 [ 307 ] {} TCP-Session: 27d25c95-0da7-4812-aa4a-7eb218487a25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:16.753649 [ 311 ] {} TCP-Session: aeb7087e-4670-46f2-a1f1-90f17f7d33d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753634 [ 305 ] {} TCP-Session: a122c1a9-30e7-41f3-bd35-7e5d223983d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:49245 2026.05.14 17:29:16.753675 [ 311 ] {} TCP-Session: aeb7087e-4670-46f2-a1f1-90f17f7d33d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753701 [ 305 ] {} TCP-Session: a122c1a9-30e7-41f3-bd35-7e5d223983d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753620 [ 308 ] {} TCP-Session: 8618f27b-fabc-4d8d-b482-04f31508f32b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753730 [ 305 ] {} TCP-Session: a122c1a9-30e7-41f3-bd35-7e5d223983d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753745 [ 308 ] {} TCP-Session: 8618f27b-fabc-4d8d-b482-04f31508f32b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753605 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.753550 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.753797 [ 306 ] {} TCP-Session: f743c7e0-aeba-4c1b-a0d1-0b95a6197aee Authenticating user 'default' from [fd00:1122:3344:101::e]:61773 2026.05.14 17:29:16.753806 [ 307 ] {fdcfe627-76d0-4513-9623-a83f787234dd} executeQuery: (from [fd00:1122:3344:101::e]:37675) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.14 17:29:16.753820 [ 309 ] {} TCP-Session: 0f8b2fcb-5436-4f59-b5ff-0d572a49b9d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:49579 2026.05.14 17:29:16.753826 [ 306 ] {} TCP-Session: f743c7e0-aeba-4c1b-a0d1-0b95a6197aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753855 [ 309 ] {} TCP-Session: 0f8b2fcb-5436-4f59-b5ff-0d572a49b9d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753867 [ 306 ] {} TCP-Session: f743c7e0-aeba-4c1b-a0d1-0b95a6197aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753878 [ 309 ] {} TCP-Session: 0f8b2fcb-5436-4f59-b5ff-0d572a49b9d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.753517 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49187 2026.05.14 17:29:16.753489 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40168 2026.05.14 17:29:16.753991 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.753996 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.753466 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46174 2026.05.14 17:29:16.754032 [ 303 ] {} TCP-Session: a4e4b78c-21af-40bc-b68b-d9a7f9aeb44a Authenticating user 'default' from [fd00:1122:3344:101::e]:40168 2026.05.14 17:29:16.754025 [ 304 ] {} TCP-Session: 78809a5f-79a4-41f3-850c-c9f162acf00b Authenticating user 'default' from [fd00:1122:3344:101::e]:49187 2026.05.14 17:29:16.754059 [ 303 ] {} TCP-Session: a4e4b78c-21af-40bc-b68b-d9a7f9aeb44a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.754070 [ 307 ] {fdcfe627-76d0-4513-9623-a83f787234dd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.14 17:29:16.754079 [ 304 ] {} TCP-Session: 78809a5f-79a4-41f3-850c-c9f162acf00b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.754081 [ 303 ] {} TCP-Session: a4e4b78c-21af-40bc-b68b-d9a7f9aeb44a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.754117 [ 304 ] {} TCP-Session: 78809a5f-79a4-41f3-850c-c9f162acf00b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.754130 [ 307 ] {fdcfe627-76d0-4513-9623-a83f787234dd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:16.754074 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.14 17:29:16.754191 [ 310 ] {} TCP-Session: 7db1152b-d16a-4e5e-9c0c-0505ad3665ba Authenticating user 'default' from [fd00:1122:3344:101::e]:46174 2026.05.14 17:29:16.754210 [ 310 ] {} TCP-Session: 7db1152b-d16a-4e5e-9c0c-0505ad3665ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.754223 [ 310 ] {} TCP-Session: 7db1152b-d16a-4e5e-9c0c-0505ad3665ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.754438 [ 307 ] {fdcfe627-76d0-4513-9623-a83f787234dd} oximeter.version (c2a3318f-3cdc-49be-9dbf-bf6e8a1a55f0) (SelectExecutor): Key condition: unknown 2026.05.14 17:29:16.755379 [ 349 ] {fdcfe627-76d0-4513-9623-a83f787234dd} AggregatingTransform: Aggregating 2026.05.14 17:29:16.755428 [ 349 ] {fdcfe627-76d0-4513-9623-a83f787234dd} Aggregator: Aggregation method: without_key 2026.05.14 17:29:16.755462 [ 349 ] {fdcfe627-76d0-4513-9623-a83f787234dd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000924232 sec. (1081.979 rows/sec., 42.26 KiB/sec.) 2026.05.14 17:29:16.755479 [ 349 ] {fdcfe627-76d0-4513-9623-a83f787234dd} Aggregator: Merging aggregated data 2026.05.14 17:29:16.756081 [ 307 ] {fdcfe627-76d0-4513-9623-a83f787234dd} executeQuery: Read 1 rows, 40.00 B in 0.002332 sec., 428.81646655231566 rows/sec., 16.75 KiB/sec. 2026.05.14 17:29:16.756222 [ 307 ] {fdcfe627-76d0-4513-9623-a83f787234dd} TCPHandler: Processed in 0.002718495 sec. 2026.05.14 17:29:16.756355 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.756384 [ 307 ] {} TCP-Session: 27d25c95-0da7-4812-aa4a-7eb218487a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.756387 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.756411 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.756436 [ 308 ] {} TCP-Session: 8618f27b-fabc-4d8d-b482-04f31508f32b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.756436 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.756460 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.756495 [ 309 ] {} TCP-Session: 0f8b2fcb-5436-4f59-b5ff-0d572a49b9d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.756501 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.756520 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.756524 [ 306 ] {} TCP-Session: f743c7e0-aeba-4c1b-a0d1-0b95a6197aee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.756543 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.756561 [ 303 ] {} TCP-Session: a4e4b78c-21af-40bc-b68b-d9a7f9aeb44a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.756552 [ 305 ] {} TCP-Session: a122c1a9-30e7-41f3-bd35-7e5d223983d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.756607 [ 304 ] {} TCP-Session: 78809a5f-79a4-41f3-850c-c9f162acf00b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.756447 [ 310 ] {} TCP-Session: 7db1152b-d16a-4e5e-9c0c-0505ad3665ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:16.756522 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.14 17:29:16.756718 [ 311 ] {} TCP-Session: aeb7087e-4670-46f2-a1f1-90f17f7d33d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.14 17:29:18.751948 [ 280 ] {} TCP-Session: 29ad338f-f2d8-4666-add3-e41a51069daf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:18.752287 [ 280 ] {1606fee2-ac50-48a4-9541-3ceb66cc1532} executeQuery: (from [fd00:1122:3344:101::e]:61310) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE (database = 'oximeter' OR (database = 'system' AND name = 'query_log')) AND has_own_data (stage: Complete) 2026.05.14 17:29:18.752939 [ 280 ] {1606fee2-ac50-48a4-9541-3ceb66cc1532} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.14 17:29:18.753269 [ 280 ] {1606fee2-ac50-48a4-9541-3ceb66cc1532} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:18.753719 [ 353 ] {1606fee2-ac50-48a4-9541-3ceb66cc1532} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.14 17:29:18.754376 [ 280 ] {1606fee2-ac50-48a4-9541-3ceb66cc1532} executeQuery: Read 124 rows, 7.00 KiB in 0.002268 sec., 54673.72134038801 rows/sec., 3.01 MiB/sec. 2026.05.14 17:29:18.754487 [ 280 ] {1606fee2-ac50-48a4-9541-3ceb66cc1532} TCPHandler: Processed in 0.002736796 sec. 2026.05.14 17:29:18.854237 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:18.854499 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:18.854917 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:18.854968 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:18.855267 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:18.855362 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:18.855508 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:29:18.855543 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:18.855564 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:18.855580 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:18.855619 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:18.855639 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:18.856736 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} executeQuery: Read 52 rows, 12.45 KiB in 0.002352 sec., 22108.843537414967 rows/sec., 5.17 MiB/sec. 2026.05.14 17:29:18.856839 [ 294 ] {9a1f114b-c809-4ffe-ae34-3b8625c43800} TCPHandler: Processed in 0.002741676 sec. 2026.05.14 17:29:18.858941 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:18.859097 [ 294 ] {09374adb-5b7c-4cdb-901a-8150ad19ef66} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:18.859157 [ 294 ] {09374adb-5b7c-4cdb-901a-8150ad19ef66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:18.859754 [ 294 ] {09374adb-5b7c-4cdb-901a-8150ad19ef66} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.859795 [ 294 ] {09374adb-5b7c-4cdb-901a-8150ad19ef66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.860154 [ 294 ] {09374adb-5b7c-4cdb-901a-8150ad19ef66} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.14 17:29:18.860375 [ 294 ] {09374adb-5b7c-4cdb-901a-8150ad19ef66} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.860516 [ 294 ] {09374adb-5b7c-4cdb-901a-8150ad19ef66} executeQuery: Read 70 rows, 5.72 KiB in 0.001463 sec., 47846.889952153106 rows/sec., 3.82 MiB/sec. 2026.05.14 17:29:18.860519 [ 122 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.14 17:29:18.860556 [ 294 ] {09374adb-5b7c-4cdb-901a-8150ad19ef66} TCPHandler: Processed in 0.001688542 sec. 2026.05.14 17:29:18.860589 [ 122 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.860619 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.860698 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:18.860743 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.14 17:29:18.860798 [ 294 ] {ca0c4471-945d-4c9f-a5fa-2a6f6599e198} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:18.860851 [ 294 ] {ca0c4471-945d-4c9f-a5fa-2a6f6599e198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:18.860882 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:18.860919 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3360 rows starting from the beginning of the part 2026.05.14 17:29:18.860981 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2026.05.14 17:29:18.861025 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::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.05.14 17:29:18.861062 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 70 rows starting from the beginning of the part 2026.05.14 17:29:18.861101 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 248 rows starting from the beginning of the part 2026.05.14 17:29:18.861139 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 70 rows starting from the beginning of the part 2026.05.14 17:29:18.861259 [ 294 ] {ca0c4471-945d-4c9f-a5fa-2a6f6599e198} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.861303 [ 294 ] {ca0c4471-945d-4c9f-a5fa-2a6f6599e198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.861629 [ 294 ] {ca0c4471-945d-4c9f-a5fa-2a6f6599e198} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.14 17:29:18.861867 [ 294 ] {ca0c4471-945d-4c9f-a5fa-2a6f6599e198} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.861998 [ 294 ] {ca0c4471-945d-4c9f-a5fa-2a6f6599e198} executeQuery: Read 7 rows, 539.00 B in 0.001219 sec., 5742.4118129614435 rows/sec., 431.80 KiB/sec. 2026.05.14 17:29:18.862036 [ 294 ] {ca0c4471-945d-4c9f-a5fa-2a6f6599e198} TCPHandler: Processed in 0.001387409 sec. 2026.05.14 17:29:18.862163 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:18.862258 [ 294 ] {d65b2639-9070-428d-bc9b-e3cae57ec804} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:18.862298 [ 294 ] {d65b2639-9070-428d-bc9b-e3cae57ec804} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:18.862666 [ 188 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3930 rows, containing 5 columns (5 merged, 0 gathered) in 0.001977966 sec., 1986889.5623079468 rows/sec., 160.05 MiB/sec. 2026.05.14 17:29:18.862730 [ 294 ] {d65b2639-9070-428d-bc9b-e3cae57ec804} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.862769 [ 294 ] {d65b2639-9070-428d-bc9b-e3cae57ec804} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.862972 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.14 17:29:18.863092 [ 294 ] {d65b2639-9070-428d-bc9b-e3cae57ec804} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.14 17:29:18.863290 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.863362 [ 294 ] {d65b2639-9070-428d-bc9b-e3cae57ec804} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.863367 [ 193 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_21_4} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.14 17:29:18.863454 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.05.14 17:29:18.863496 [ 122 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.14 17:29:18.863503 [ 294 ] {d65b2639-9070-428d-bc9b-e3cae57ec804} executeQuery: Read 71 rows, 5.68 KiB in 0.001263 sec., 56215.360253365005 rows/sec., 4.39 MiB/sec. 2026.05.14 17:29:18.863536 [ 122 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.863558 [ 294 ] {d65b2639-9070-428d-bc9b-e3cae57ec804} TCPHandler: Processed in 0.001443639 sec. 2026.05.14 17:29:18.863560 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.863662 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.14 17:29:18.863726 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:18.863767 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:18.863800 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1830 rows starting from the beginning of the part 2026.05.14 17:29:18.863825 [ 294 ] {44af1f74-e473-4ac0-8161-d91f72c4e62b} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:18.863861 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2026.05.14 17:29:18.863871 [ 294 ] {44af1f74-e473-4ac0-8161-d91f72c4e62b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:18.863910 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::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.05.14 17:29:18.863963 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 71 rows starting from the beginning of the part 2026.05.14 17:29:18.864002 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 139 rows starting from the beginning of the part 2026.05.14 17:29:18.864041 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 71 rows starting from the beginning of the part 2026.05.14 17:29:18.864291 [ 294 ] {44af1f74-e473-4ac0-8161-d91f72c4e62b} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.864331 [ 294 ] {44af1f74-e473-4ac0-8161-d91f72c4e62b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.864665 [ 294 ] {44af1f74-e473-4ac0-8161-d91f72c4e62b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.14 17:29:18.864890 [ 294 ] {44af1f74-e473-4ac0-8161-d91f72c4e62b} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.865008 [ 122 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.14 17:29:18.865018 [ 294 ] {44af1f74-e473-4ac0-8161-d91f72c4e62b} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.05.14 17:29:18.865048 [ 122 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.865067 [ 294 ] {44af1f74-e473-4ac0-8161-d91f72c4e62b} TCPHandler: Processed in 0.001393318 sec. 2026.05.14 17:29:18.865071 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.865198 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.14 17:29:18.865210 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2274 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587321 sec., 1432602.4792716785 rows/sec., 106.12 MiB/sec. 2026.05.14 17:29:18.865230 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:18.865314 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:18.865340 [ 294 ] {b9f1bb15-1c05-4402-a13f-bf36f7d7242e} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:18.865347 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6329 rows starting from the beginning of the part 2026.05.14 17:29:18.865404 [ 294 ] {b9f1bb15-1c05-4402-a13f-bf36f7d7242e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:18.865413 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part 2026.05.14 17:29:18.865460 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.05.14 17:29:18.865467 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.14 17:29:18.865497 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.05.14 17:29:18.865534 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 198 rows starting from the beginning of the part 2026.05.14 17:29:18.865570 [ 193 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.05.14 17:29:18.865746 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.865819 [ 195 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_21_4} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.14 17:29:18.865889 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.05.14 17:29:18.866126 [ 294 ] {b9f1bb15-1c05-4402-a13f-bf36f7d7242e} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.866160 [ 294 ] {b9f1bb15-1c05-4402-a13f-bf36f7d7242e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.866730 [ 294 ] {b9f1bb15-1c05-4402-a13f-bf36f7d7242e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.14 17:29:18.866966 [ 294 ] {b9f1bb15-1c05-4402-a13f-bf36f7d7242e} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.867082 [ 120 ] {} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.14 17:29:18.867102 [ 294 ] {b9f1bb15-1c05-4402-a13f-bf36f7d7242e} executeQuery: Read 7 rows, 12.84 KiB in 0.001775 sec., 3943.6619718309857 rows/sec., 7.07 MiB/sec. 2026.05.14 17:29:18.867118 [ 120 ] {} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.867138 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.867154 [ 294 ] {b9f1bb15-1c05-4402-a13f-bf36f7d7242e} TCPHandler: Processed in 0.001971896 sec. 2026.05.14 17:29:18.867230 [ 201 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.14 17:29:18.867301 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:18.867411 [ 294 ] {73e5aaa5-47d9-49b9-8db3-2f5fa20f685c} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:18.867449 [ 201 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:18.867478 [ 294 ] {73e5aaa5-47d9-49b9-8db3-2f5fa20f685c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:18.867511 [ 201 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 221 rows starting from the beginning of the part 2026.05.14 17:29:18.867645 [ 201 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part 2026.05.14 17:29:18.867738 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7135 rows, containing 5 columns (5 merged, 0 gathered) in 0.002587974 sec., 2756982.8754075584 rows/sec., 183.42 MiB/sec. 2026.05.14 17:29:18.867747 [ 201 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::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.05.14 17:29:18.867840 [ 294 ] {73e5aaa5-47d9-49b9-8db3-2f5fa20f685c} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.867862 [ 201 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::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.05.14 17:29:18.867904 [ 294 ] {73e5aaa5-47d9-49b9-8db3-2f5fa20f685c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.867986 [ 201 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part 2026.05.14 17:29:18.868084 [ 201 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part 2026.05.14 17:29:18.868211 [ 294 ] {73e5aaa5-47d9-49b9-8db3-2f5fa20f685c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.14 17:29:18.868379 [ 189 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.14 17:29:18.868457 [ 294 ] {73e5aaa5-47d9-49b9-8db3-2f5fa20f685c} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.868588 [ 120 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.14 17:29:18.868605 [ 294 ] {73e5aaa5-47d9-49b9-8db3-2f5fa20f685c} executeQuery: Read 60 rows, 4.14 KiB in 0.00122 sec., 49180.32786885246 rows/sec., 3.31 MiB/sec. 2026.05.14 17:29:18.868618 [ 120 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:18.868641 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:18.868641 [ 294 ] {73e5aaa5-47d9-49b9-8db3-2f5fa20f685c} TCPHandler: Processed in 0.001394378 sec. 2026.05.14 17:29:18.868717 [ 193 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.14 17:29:18.868726 [ 189 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.868815 [ 193 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:18.868825 [ 189 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_21_4} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.14 17:29:18.868849 [ 193 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 792 rows starting from the beginning of the part 2026.05.14 17:29:18.868904 [ 193 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part 2026.05.14 17:29:18.868924 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2026.05.14 17:29:18.868941 [ 193 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.05.14 17:29:18.868980 [ 193 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.05.14 17:29:18.869011 [ 193 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.05.14 17:29:18.869054 [ 193 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::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.05.14 17:29:18.869868 [ 187 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1080 rows, containing 4 columns (4 merged, 0 gathered) in 0.001183695 sec., 912397.1969130562 rows/sec., 60.18 MiB/sec. 2026.05.14 17:29:18.870044 [ 187 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.14 17:29:18.870302 [ 187 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.870368 [ 187 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_21_4} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.14 17:29:18.870446 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.05.14 17:29:18.870975 [ 193 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 321 rows, containing 19 columns (19 merged, 0 gathered) in 0.00378163 sec., 84884.03148906688 rows/sec., 152.11 MiB/sec. 2026.05.14 17:29:18.871577 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.14 17:29:18.871924 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:18.871990 [ 189 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_16_3} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.14 17:29:18.872110 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2026.05.14 17:29:19.000237 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 232.89 MiB, peak 239.79 MiB, free memory in arenas 0.00 B, will set to 231.87 MiB (RSS), difference: -1.02 MiB 2026.05.14 17:29:20.196166 [ 122 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:29:20.196220 [ 122 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:29:20.260057 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7633 2026.05.14 17:29:20.260561 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:20.260606 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:20.261088 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.14 17:29:20.261312 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:20.261437 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7633 2026.05.14 17:29:20.261452 [ 122 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.14 17:29:20.261521 [ 122 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:20.261546 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:20.261659 [ 201 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.14 17:29:20.261765 [ 201 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:20.261799 [ 201 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5201 rows starting from the beginning of the part 2026.05.14 17:29:20.261860 [ 201 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.05.14 17:29:20.261912 [ 201 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.05.14 17:29:20.261955 [ 201 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.05.14 17:29:20.261997 [ 201 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.05.14 17:29:20.262037 [ 201 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.05.14 17:29:20.263356 [ 193 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7633 rows, containing 4 columns (4 merged, 0 gathered) in 0.001741443 sec., 4383146.620360241 rows/sec., 62.70 MiB/sec. 2026.05.14 17:29:20.264197 [ 200 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.14 17:29:20.264534 [ 200 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:20.264612 [ 200 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_16_3} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.14 17:29:20.264704 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.05.14 17:29:20.278610 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 468 2026.05.14 17:29:20.281138 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:20.281194 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:20.282449 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:29:20.282741 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:20.282888 [ 122 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.14 17:29:20.282932 [ 122 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:20.282956 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:20.282984 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 468 2026.05.14 17:29:20.283038 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.14 17:29:20.283518 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:20.283634 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 288 rows starting from the beginning of the part 2026.05.14 17:29:20.283970 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part 2026.05.14 17:29:20.284308 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2026.05.14 17:29:20.284635 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part 2026.05.14 17:29:20.284962 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part 2026.05.14 17:29:20.285302 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part 2026.05.14 17:29:20.290666 [ 201 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 72 columns (72 merged, 0 gathered) in 0.007658141 sec., 61111.4368356498 rows/sec., 53.59 MiB/sec. 2026.05.14 17:29:20.291580 [ 190 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.14 17:29:20.292065 [ 190 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:20.292131 [ 190 ] {4dd9808d-1874-4812-8493-3805567fd2f1::all_1_11_2} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.14 17:29:20.292280 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. 2026.05.14 17:29:20.657070 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.05.14 17:29:20.675246 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:20.675307 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:20.681242 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.14 17:29:20.681947 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:20.682248 [ 119 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.14 17:29:20.682315 [ 119 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:20.682337 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:20.682453 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.14 17:29:20.685206 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.05.14 17:29:20.685969 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:20.687394 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.05.14 17:29:20.692224 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.05.14 17:29:20.696673 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.05.14 17:29:20.701045 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.05.14 17:29:20.705782 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.05.14 17:29:20.710046 [ 198 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.05.14 17:29:20.768038 [ 201 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.085627592 sec., 1413.0959095521453 rows/sec., 7.31 MiB/sec. 2026.05.14 17:29:20.770295 [ 193 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.14 17:29:20.772315 [ 193 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:20.772421 [ 193 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_16_3} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.14 17:29:20.774773 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.05.14 17:29:21.000201 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 233.09 MiB, peak 243.04 MiB, free memory in arenas 0.00 B, will set to 243.79 MiB (RSS), difference: 10.70 MiB 2026.05.14 17:29:21.001252 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000821561 sec. 2026.05.14 17:29:23.854999 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:23.855361 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:23.855802 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:23.855837 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:23.856073 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:23.856144 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:23.856286 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:29:23.856322 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:23.856346 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:23.856361 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:23.856401 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:23.856423 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:23.857741 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} executeQuery: Read 52 rows, 12.45 KiB in 0.00253 sec., 20553.359683794464 rows/sec., 4.81 MiB/sec. 2026.05.14 17:29:23.857848 [ 294 ] {83e8a8b1-b1ba-4206-abef-0dd2e75aa790} TCPHandler: Processed in 0.00303953 sec. 2026.05.14 17:29:23.860202 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:23.860405 [ 294 ] {99034d28-7943-4739-9212-8370b3b2e11e} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:23.860484 [ 294 ] {99034d28-7943-4739-9212-8370b3b2e11e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:23.861101 [ 294 ] {99034d28-7943-4739-9212-8370b3b2e11e} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:23.861148 [ 294 ] {99034d28-7943-4739-9212-8370b3b2e11e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:23.861535 [ 294 ] {99034d28-7943-4739-9212-8370b3b2e11e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.14 17:29:23.861777 [ 294 ] {99034d28-7943-4739-9212-8370b3b2e11e} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:23.861920 [ 294 ] {99034d28-7943-4739-9212-8370b3b2e11e} executeQuery: Read 126 rows, 11.12 KiB in 0.001573 sec., 80101.71646535283 rows/sec., 6.90 MiB/sec. 2026.05.14 17:29:23.861958 [ 294 ] {99034d28-7943-4739-9212-8370b3b2e11e} TCPHandler: Processed in 0.001854274 sec. 2026.05.14 17:29:23.862111 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:23.862205 [ 294 ] {c4fa66e3-57e2-4ced-bcb4-380b43941610} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:23.862245 [ 294 ] {c4fa66e3-57e2-4ced-bcb4-380b43941610} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:23.862683 [ 294 ] {c4fa66e3-57e2-4ced-bcb4-380b43941610} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:23.862719 [ 294 ] {c4fa66e3-57e2-4ced-bcb4-380b43941610} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:23.863008 [ 294 ] {c4fa66e3-57e2-4ced-bcb4-380b43941610} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.14 17:29:23.863212 [ 294 ] {c4fa66e3-57e2-4ced-bcb4-380b43941610} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:23.863346 [ 294 ] {c4fa66e3-57e2-4ced-bcb4-380b43941610} executeQuery: Read 35 rows, 2.63 KiB in 0.001159 sec., 30198.446937014665 rows/sec., 2.22 MiB/sec. 2026.05.14 17:29:23.863382 [ 294 ] {c4fa66e3-57e2-4ced-bcb4-380b43941610} TCPHandler: Processed in 0.001319128 sec. 2026.05.14 17:29:23.863506 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:23.863602 [ 294 ] {8458bd54-b3fc-4df8-95f3-944f03adfdd0} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:23.863641 [ 294 ] {8458bd54-b3fc-4df8-95f3-944f03adfdd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:23.864102 [ 294 ] {8458bd54-b3fc-4df8-95f3-944f03adfdd0} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:23.864138 [ 294 ] {8458bd54-b3fc-4df8-95f3-944f03adfdd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:23.864446 [ 294 ] {8458bd54-b3fc-4df8-95f3-944f03adfdd0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.14 17:29:23.864658 [ 294 ] {8458bd54-b3fc-4df8-95f3-944f03adfdd0} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:23.864785 [ 294 ] {8458bd54-b3fc-4df8-95f3-944f03adfdd0} executeQuery: Read 99 rows, 7.92 KiB in 0.0012 sec., 82500 rows/sec., 6.44 MiB/sec. 2026.05.14 17:29:23.864821 [ 294 ] {8458bd54-b3fc-4df8-95f3-944f03adfdd0} TCPHandler: Processed in 0.001363008 sec. 2026.05.14 17:29:23.864951 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:23.865045 [ 294 ] {c4210107-7b05-4478-bac3-3275295e04a1} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:23.865087 [ 294 ] {c4210107-7b05-4478-bac3-3275295e04a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:23.865543 [ 294 ] {c4210107-7b05-4478-bac3-3275295e04a1} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:23.865579 [ 294 ] {c4210107-7b05-4478-bac3-3275295e04a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:23.865899 [ 294 ] {c4210107-7b05-4478-bac3-3275295e04a1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.14 17:29:23.866118 [ 294 ] {c4210107-7b05-4478-bac3-3275295e04a1} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:23.866245 [ 294 ] {c4210107-7b05-4478-bac3-3275295e04a1} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.05.14 17:29:23.866281 [ 294 ] {c4210107-7b05-4478-bac3-3275295e04a1} TCPHandler: Processed in 0.001379038 sec. 2026.05.14 17:29:23.866402 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:23.866496 [ 294 ] {10eaa206-c03c-491b-a220-c8d4462be314} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:23.866548 [ 294 ] {10eaa206-c03c-491b-a220-c8d4462be314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:23.867391 [ 294 ] {10eaa206-c03c-491b-a220-c8d4462be314} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:23.867428 [ 294 ] {10eaa206-c03c-491b-a220-c8d4462be314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:23.867983 [ 294 ] {10eaa206-c03c-491b-a220-c8d4462be314} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.14 17:29:23.868209 [ 294 ] {10eaa206-c03c-491b-a220-c8d4462be314} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:23.868348 [ 294 ] {10eaa206-c03c-491b-a220-c8d4462be314} executeQuery: Read 35 rows, 64.22 KiB in 0.00187 sec., 18716.57754010695 rows/sec., 33.54 MiB/sec. 2026.05.14 17:29:23.868399 [ 294 ] {10eaa206-c03c-491b-a220-c8d4462be314} TCPHandler: Processed in 0.002045886 sec. 2026.05.14 17:29:23.868562 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:23.868658 [ 294 ] {d603b3b4-bcb5-4ed3-b870-5b569dae5dff} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:23.868699 [ 294 ] {d603b3b4-bcb5-4ed3-b870-5b569dae5dff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:23.869095 [ 294 ] {d603b3b4-bcb5-4ed3-b870-5b569dae5dff} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:23.869131 [ 294 ] {d603b3b4-bcb5-4ed3-b870-5b569dae5dff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:23.869450 [ 294 ] {d603b3b4-bcb5-4ed3-b870-5b569dae5dff} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.14 17:29:23.869665 [ 294 ] {d603b3b4-bcb5-4ed3-b870-5b569dae5dff} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:23.869810 [ 294 ] {d603b3b4-bcb5-4ed3-b870-5b569dae5dff} executeQuery: Read 60 rows, 4.14 KiB in 0.00117 sec., 51282.05128205128 rows/sec., 3.46 MiB/sec. 2026.05.14 17:29:23.869846 [ 294 ] {d603b3b4-bcb5-4ed3-b870-5b569dae5dff} TCPHandler: Processed in 0.001332927 sec. 2026.05.14 17:29:24.035149 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.035481 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.14 17:29:24.035929 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:24.035965 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.14 17:29:24.036188 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:24.036252 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:24.036393 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.14 17:29:24.036428 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:24.036449 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:24.036465 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:24.036504 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.14 17:29:24.036524 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:24.037823 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} executeQuery: Read 52 rows, 12.45 KiB in 0.002482 sec., 20950.846091861404 rows/sec., 4.90 MiB/sec. 2026.05.14 17:29:24.037929 [ 294 ] {e232d498-25b8-459c-8c9c-8ef71dfa7cfc} TCPHandler: Processed in 0.002927629 sec. 2026.05.14 17:29:24.049478 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.049731 [ 294 ] {5b670f28-31ba-4167-a846-1d89d6c5c56c} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:29:24.049820 [ 294 ] {5b670f28-31ba-4167-a846-1d89d6c5c56c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:29:24.050679 [ 294 ] {5b670f28-31ba-4167-a846-1d89d6c5c56c} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:24.050717 [ 294 ] {5b670f28-31ba-4167-a846-1d89d6c5c56c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:24.051093 [ 294 ] {5b670f28-31ba-4167-a846-1d89d6c5c56c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.14 17:29:24.051324 [ 294 ] {5b670f28-31ba-4167-a846-1d89d6c5c56c} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:24.051475 [ 294 ] {5b670f28-31ba-4167-a846-1d89d6c5c56c} executeQuery: Read 4 rows, 334.00 B in 0.001808 sec., 2212.3893805309735 rows/sec., 180.40 KiB/sec. 2026.05.14 17:29:24.051515 [ 294 ] {5b670f28-31ba-4167-a846-1d89d6c5c56c} TCPHandler: Processed in 0.002205239 sec. 2026.05.14 17:29:24.051639 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.051734 [ 294 ] {86a036fd-0a88-400e-9970-04cfee84ad35} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:24.051773 [ 294 ] {86a036fd-0a88-400e-9970-04cfee84ad35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:24.053062 [ 294 ] {86a036fd-0a88-400e-9970-04cfee84ad35} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:24.053100 [ 294 ] {86a036fd-0a88-400e-9970-04cfee84ad35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:24.053588 [ 294 ] {86a036fd-0a88-400e-9970-04cfee84ad35} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.14 17:29:24.053800 [ 294 ] {86a036fd-0a88-400e-9970-04cfee84ad35} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:24.053929 [ 294 ] {86a036fd-0a88-400e-9970-04cfee84ad35} executeQuery: Read 2417 rows, 181.69 KiB in 0.002212 sec., 1092676.3110307413 rows/sec., 80.21 MiB/sec. 2026.05.14 17:29:24.053966 [ 294 ] {86a036fd-0a88-400e-9970-04cfee84ad35} TCPHandler: Processed in 0.002375721 sec. 2026.05.14 17:29:24.054087 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.054181 [ 294 ] {44898e9b-33cd-4931-9538-cb79175361d2} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:24.054223 [ 294 ] {44898e9b-33cd-4931-9538-cb79175361d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:24.054637 [ 294 ] {44898e9b-33cd-4931-9538-cb79175361d2} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:24.054674 [ 294 ] {44898e9b-33cd-4931-9538-cb79175361d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:24.054966 [ 294 ] {44898e9b-33cd-4931-9538-cb79175361d2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.14 17:29:24.055182 [ 294 ] {44898e9b-33cd-4931-9538-cb79175361d2} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:24.055309 [ 294 ] {44898e9b-33cd-4931-9538-cb79175361d2} executeQuery: Read 20 rows, 1.48 KiB in 0.001146 sec., 17452.00698080279 rows/sec., 1.26 MiB/sec. 2026.05.14 17:29:24.055346 [ 294 ] {44898e9b-33cd-4931-9538-cb79175361d2} TCPHandler: Processed in 0.001308707 sec. 2026.05.14 17:29:24.055497 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.055591 [ 294 ] {da17ebca-503a-4165-9c6d-5b6d48283765} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:29:24.055631 [ 294 ] {da17ebca-503a-4165-9c6d-5b6d48283765} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:29:24.056243 [ 294 ] {da17ebca-503a-4165-9c6d-5b6d48283765} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:24.056280 [ 294 ] {da17ebca-503a-4165-9c6d-5b6d48283765} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:24.056610 [ 294 ] {da17ebca-503a-4165-9c6d-5b6d48283765} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:29:24.056821 [ 294 ] {da17ebca-503a-4165-9c6d-5b6d48283765} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:24.056947 [ 294 ] {da17ebca-503a-4165-9c6d-5b6d48283765} executeQuery: Read 801 rows, 47.38 KiB in 0.001373 sec., 583394.0276766205 rows/sec., 33.70 MiB/sec. 2026.05.14 17:29:24.056985 [ 294 ] {da17ebca-503a-4165-9c6d-5b6d48283765} TCPHandler: Processed in 0.00153792 sec. 2026.05.14 17:29:24.057130 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.057227 [ 294 ] {b1f58728-e8cf-4095-9a4b-9070717f76d5} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:24.057265 [ 294 ] {b1f58728-e8cf-4095-9a4b-9070717f76d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.14 17:29:24.057659 [ 294 ] {b1f58728-e8cf-4095-9a4b-9070717f76d5} oximeter.fields_u64 (e739dd0d-498d-4259-90c2-c8b65b47dc73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:24.057695 [ 294 ] {b1f58728-e8cf-4095-9a4b-9070717f76d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:24.057979 [ 294 ] {b1f58728-e8cf-4095-9a4b-9070717f76d5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.14 17:29:24.058186 [ 294 ] {b1f58728-e8cf-4095-9a4b-9070717f76d5} oximeter.fields_u64 (e739dd0d-498d-4259-90c2-c8b65b47dc73): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:24.058309 [ 294 ] {b1f58728-e8cf-4095-9a4b-9070717f76d5} executeQuery: Read 1 rows, 72.00 B in 0.0011 sec., 909.090909090909 rows/sec., 63.92 KiB/sec. 2026.05.14 17:29:24.058347 [ 294 ] {b1f58728-e8cf-4095-9a4b-9070717f76d5} TCPHandler: Processed in 0.001266886 sec. 2026.05.14 17:29:24.058471 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.058574 [ 294 ] {7802e778-630f-4578-a050-f6e85314330e} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:24.058612 [ 294 ] {7802e778-630f-4578-a050-f6e85314330e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:24.059536 [ 294 ] {7802e778-630f-4578-a050-f6e85314330e} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:24.059573 [ 294 ] {7802e778-630f-4578-a050-f6e85314330e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:24.059942 [ 294 ] {7802e778-630f-4578-a050-f6e85314330e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.14 17:29:24.060161 [ 294 ] {7802e778-630f-4578-a050-f6e85314330e} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:24.060298 [ 294 ] {7802e778-630f-4578-a050-f6e85314330e} executeQuery: Read 1299 rows, 88.84 KiB in 0.001741 sec., 746122.917863297 rows/sec., 49.83 MiB/sec. 2026.05.14 17:29:24.060336 [ 294 ] {7802e778-630f-4578-a050-f6e85314330e} TCPHandler: Processed in 0.001914385 sec. 2026.05.14 17:29:24.060469 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.060568 [ 294 ] {f9c96879-609a-4290-9fd0-77a801996fc8} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:24.060609 [ 294 ] {f9c96879-609a-4290-9fd0-77a801996fc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:24.061385 [ 294 ] {f9c96879-609a-4290-9fd0-77a801996fc8} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:24.061422 [ 294 ] {f9c96879-609a-4290-9fd0-77a801996fc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:24.061862 [ 294 ] {f9c96879-609a-4290-9fd0-77a801996fc8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.14 17:29:24.062075 [ 294 ] {f9c96879-609a-4290-9fd0-77a801996fc8} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:24.062210 [ 294 ] {f9c96879-609a-4290-9fd0-77a801996fc8} executeQuery: Read 1498 rows, 93.04 KiB in 0.00166 sec., 902409.6385542168 rows/sec., 54.74 MiB/sec. 2026.05.14 17:29:24.062248 [ 294 ] {f9c96879-609a-4290-9fd0-77a801996fc8} TCPHandler: Processed in 0.001827134 sec. 2026.05.14 17:29:24.062374 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.062469 [ 294 ] {b667d59d-e0fa-4a06-95a5-c68673581eca} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:24.062522 [ 294 ] {b667d59d-e0fa-4a06-95a5-c68673581eca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:24.063368 [ 294 ] {b667d59d-e0fa-4a06-95a5-c68673581eca} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:24.063405 [ 294 ] {b667d59d-e0fa-4a06-95a5-c68673581eca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:24.063931 [ 294 ] {b667d59d-e0fa-4a06-95a5-c68673581eca} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.14 17:29:24.064159 [ 294 ] {b667d59d-e0fa-4a06-95a5-c68673581eca} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:24.064314 [ 294 ] {b667d59d-e0fa-4a06-95a5-c68673581eca} executeQuery: Read 16 rows, 29.36 KiB in 0.001863 sec., 8588.298443370906 rows/sec., 15.39 MiB/sec. 2026.05.14 17:29:24.064367 [ 294 ] {b667d59d-e0fa-4a06-95a5-c68673581eca} TCPHandler: Processed in 0.002040886 sec. 2026.05.14 17:29:24.064500 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:24.064596 [ 294 ] {7a6b7fe8-779b-4e94-894f-47e3df610fc2} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:24.064636 [ 294 ] {7a6b7fe8-779b-4e94-894f-47e3df610fc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:24.064975 [ 294 ] {7a6b7fe8-779b-4e94-894f-47e3df610fc2} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:24.065011 [ 294 ] {7a6b7fe8-779b-4e94-894f-47e3df610fc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:24.065315 [ 294 ] {7a6b7fe8-779b-4e94-894f-47e3df610fc2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.14 17:29:24.065524 [ 294 ] {7a6b7fe8-779b-4e94-894f-47e3df610fc2} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:24.065651 [ 294 ] {7a6b7fe8-779b-4e94-894f-47e3df610fc2} executeQuery: Read 12 rows, 848.00 B in 0.001073 sec., 11183.597390493942 rows/sec., 771.78 KiB/sec. 2026.05.14 17:29:24.065686 [ 294 ] {7a6b7fe8-779b-4e94-894f-47e3df610fc2} TCPHandler: Processed in 0.001234086 sec. 2026.05.14 17:29:27.761619 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8081 2026.05.14 17:29:27.762149 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:27.762197 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:27.762953 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.14 17:29:27.763191 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:27.763319 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8081 2026.05.14 17:29:28.185368 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.05.14 17:29:28.200702 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:28.200758 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:28.206643 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.14 17:29:28.207345 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:28.209834 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.05.14 17:29:28.853137 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:28.853369 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:28.853697 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:28.853730 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:28.853946 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:28.854016 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:28.854158 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.14 17:29:28.854194 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:28.854216 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:28.854232 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:28.854273 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:28.854295 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:28.855598 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} executeQuery: Read 52 rows, 12.45 KiB in 0.00232 sec., 22413.793103448275 rows/sec., 5.24 MiB/sec. 2026.05.14 17:29:28.855705 [ 294 ] {24994a97-1488-4164-83cf-6f4e6889a2e0} TCPHandler: Processed in 0.002702655 sec. 2026.05.14 17:29:28.857314 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:28.857430 [ 294 ] {b0ec45c6-9283-4f53-935c-469b8256ffe1} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:28.857473 [ 294 ] {b0ec45c6-9283-4f53-935c-469b8256ffe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:28.858051 [ 294 ] {b0ec45c6-9283-4f53-935c-469b8256ffe1} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:28.858096 [ 294 ] {b0ec45c6-9283-4f53-935c-469b8256ffe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:28.858475 [ 294 ] {b0ec45c6-9283-4f53-935c-469b8256ffe1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.14 17:29:28.858697 [ 294 ] {b0ec45c6-9283-4f53-935c-469b8256ffe1} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:28.858853 [ 294 ] {b0ec45c6-9283-4f53-935c-469b8256ffe1} executeQuery: Read 56 rows, 4.38 KiB in 0.001456 sec., 38461.53846153846 rows/sec., 2.94 MiB/sec. 2026.05.14 17:29:28.858891 [ 294 ] {b0ec45c6-9283-4f53-935c-469b8256ffe1} TCPHandler: Processed in 0.001628621 sec. 2026.05.14 17:29:28.859033 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:28.859129 [ 294 ] {69a3bc30-55bd-496e-8ad7-f64d5ec449b7} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:28.859171 [ 294 ] {69a3bc30-55bd-496e-8ad7-f64d5ec449b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:28.859693 [ 294 ] {69a3bc30-55bd-496e-8ad7-f64d5ec449b7} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:28.859731 [ 294 ] {69a3bc30-55bd-496e-8ad7-f64d5ec449b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:28.860031 [ 294 ] {69a3bc30-55bd-496e-8ad7-f64d5ec449b7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.14 17:29:28.860251 [ 294 ] {69a3bc30-55bd-496e-8ad7-f64d5ec449b7} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:28.860388 [ 294 ] {69a3bc30-55bd-496e-8ad7-f64d5ec449b7} executeQuery: Read 64 rows, 5.12 KiB in 0.001277 sec., 50117.46280344558 rows/sec., 3.91 MiB/sec. 2026.05.14 17:29:28.860429 [ 294 ] {69a3bc30-55bd-496e-8ad7-f64d5ec449b7} TCPHandler: Processed in 0.001443619 sec. 2026.05.14 17:29:28.860561 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:28.860658 [ 294 ] {8eb5fd71-e000-46ff-9514-808c16e15fcc} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:28.860700 [ 294 ] {8eb5fd71-e000-46ff-9514-808c16e15fcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:28.861149 [ 294 ] {8eb5fd71-e000-46ff-9514-808c16e15fcc} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:28.861187 [ 294 ] {8eb5fd71-e000-46ff-9514-808c16e15fcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:28.861548 [ 294 ] {8eb5fd71-e000-46ff-9514-808c16e15fcc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.14 17:29:28.861764 [ 294 ] {8eb5fd71-e000-46ff-9514-808c16e15fcc} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:28.861899 [ 294 ] {8eb5fd71-e000-46ff-9514-808c16e15fcc} executeQuery: Read 128 rows, 9.13 KiB in 0.001261 sec., 101506.74068199842 rows/sec., 7.07 MiB/sec. 2026.05.14 17:29:28.861937 [ 294 ] {8eb5fd71-e000-46ff-9514-808c16e15fcc} TCPHandler: Processed in 0.001423729 sec. 2026.05.14 17:29:28.862150 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:28.862249 [ 294 ] {393385fb-dbd1-4010-9a07-e0977a6d558f} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:28.862290 [ 294 ] {393385fb-dbd1-4010-9a07-e0977a6d558f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:28.862662 [ 294 ] {393385fb-dbd1-4010-9a07-e0977a6d558f} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:28.862699 [ 294 ] {393385fb-dbd1-4010-9a07-e0977a6d558f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:28.863013 [ 294 ] {393385fb-dbd1-4010-9a07-e0977a6d558f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.14 17:29:28.863223 [ 294 ] {393385fb-dbd1-4010-9a07-e0977a6d558f} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:28.863362 [ 294 ] {393385fb-dbd1-4010-9a07-e0977a6d558f} executeQuery: Read 48 rows, 3.31 KiB in 0.001132 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. 2026.05.14 17:29:28.863399 [ 294 ] {393385fb-dbd1-4010-9a07-e0977a6d558f} TCPHandler: Processed in 0.001297687 sec. 2026.05.14 17:29:30.283311 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 512 2026.05.14 17:29:30.285830 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:30.285876 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:30.287023 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.14 17:29:30.287279 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:30.287523 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 512 2026.05.14 17:29:33.855459 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:33.855827 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:33.856198 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:33.856233 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:33.856452 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:33.856522 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:33.856663 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:29:33.856698 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:33.856720 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:33.856736 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:33.856775 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:33.856795 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:33.858056 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} executeQuery: Read 52 rows, 12.45 KiB in 0.002379 sec., 21857.92349726776 rows/sec., 5.11 MiB/sec. 2026.05.14 17:29:33.858172 [ 294 ] {d41b9996-9caf-4364-af70-11ebe5093846} TCPHandler: Processed in 0.002904559 sec. 2026.05.14 17:29:33.860606 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:33.860897 [ 294 ] {c5c18d7e-7a15-45f8-a805-bf36c19f234a} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:33.861002 [ 294 ] {c5c18d7e-7a15-45f8-a805-bf36c19f234a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:33.861893 [ 294 ] {c5c18d7e-7a15-45f8-a805-bf36c19f234a} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:33.861937 [ 294 ] {c5c18d7e-7a15-45f8-a805-bf36c19f234a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:33.862342 [ 294 ] {c5c18d7e-7a15-45f8-a805-bf36c19f234a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.14 17:29:33.862604 [ 294 ] {c5c18d7e-7a15-45f8-a805-bf36c19f234a} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:33.862759 [ 294 ] {c5c18d7e-7a15-45f8-a805-bf36c19f234a} executeQuery: Read 126 rows, 11.12 KiB in 0.001943 sec., 64848.17292846114 rows/sec., 5.59 MiB/sec. 2026.05.14 17:29:33.862803 [ 294 ] {c5c18d7e-7a15-45f8-a805-bf36c19f234a} TCPHandler: Processed in 0.002404711 sec. 2026.05.14 17:29:33.862964 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:33.863061 [ 294 ] {dc36adf2-4cf0-456b-aa89-801b0e3067ee} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:33.863102 [ 294 ] {dc36adf2-4cf0-456b-aa89-801b0e3067ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:33.863559 [ 294 ] {dc36adf2-4cf0-456b-aa89-801b0e3067ee} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:33.863596 [ 294 ] {dc36adf2-4cf0-456b-aa89-801b0e3067ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:33.863895 [ 294 ] {dc36adf2-4cf0-456b-aa89-801b0e3067ee} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.14 17:29:33.864108 [ 294 ] {dc36adf2-4cf0-456b-aa89-801b0e3067ee} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:33.864240 [ 294 ] {dc36adf2-4cf0-456b-aa89-801b0e3067ee} executeQuery: Read 35 rows, 2.63 KiB in 0.001198 sec., 29215.358931552586 rows/sec., 2.15 MiB/sec. 2026.05.14 17:29:33.864278 [ 294 ] {dc36adf2-4cf0-456b-aa89-801b0e3067ee} TCPHandler: Processed in 0.001371598 sec. 2026.05.14 17:29:33.864454 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:33.864548 [ 294 ] {6f4ee7ae-1acd-4d8d-af5b-473e1e4947a3} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:33.864587 [ 294 ] {6f4ee7ae-1acd-4d8d-af5b-473e1e4947a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:33.865032 [ 294 ] {6f4ee7ae-1acd-4d8d-af5b-473e1e4947a3} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:33.865069 [ 294 ] {6f4ee7ae-1acd-4d8d-af5b-473e1e4947a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:33.865380 [ 294 ] {6f4ee7ae-1acd-4d8d-af5b-473e1e4947a3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.14 17:29:33.865601 [ 294 ] {6f4ee7ae-1acd-4d8d-af5b-473e1e4947a3} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:33.865733 [ 294 ] {6f4ee7ae-1acd-4d8d-af5b-473e1e4947a3} executeQuery: Read 99 rows, 7.92 KiB in 0.001203 sec., 82294.26433915211 rows/sec., 6.43 MiB/sec. 2026.05.14 17:29:33.865771 [ 294 ] {6f4ee7ae-1acd-4d8d-af5b-473e1e4947a3} TCPHandler: Processed in 0.001365118 sec. 2026.05.14 17:29:33.865902 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:33.865996 [ 294 ] {63254ca0-18b6-4e08-ab62-8d95ee56e5f2} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:33.866037 [ 294 ] {63254ca0-18b6-4e08-ab62-8d95ee56e5f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:33.866533 [ 294 ] {63254ca0-18b6-4e08-ab62-8d95ee56e5f2} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:33.866572 [ 294 ] {63254ca0-18b6-4e08-ab62-8d95ee56e5f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:33.866914 [ 294 ] {63254ca0-18b6-4e08-ab62-8d95ee56e5f2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.14 17:29:33.867131 [ 294 ] {63254ca0-18b6-4e08-ab62-8d95ee56e5f2} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:33.867269 [ 294 ] {63254ca0-18b6-4e08-ab62-8d95ee56e5f2} executeQuery: Read 160 rows, 11.41 KiB in 0.001291 sec., 123934.93415956623 rows/sec., 8.63 MiB/sec. 2026.05.14 17:29:33.867308 [ 294 ] {63254ca0-18b6-4e08-ab62-8d95ee56e5f2} TCPHandler: Processed in 0.001454209 sec. 2026.05.14 17:29:33.867447 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:33.867544 [ 294 ] {ab95056c-fbce-4346-b44c-928afce9cd5a} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:33.867600 [ 294 ] {ab95056c-fbce-4346-b44c-928afce9cd5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:33.868510 [ 294 ] {ab95056c-fbce-4346-b44c-928afce9cd5a} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:33.868548 [ 294 ] {ab95056c-fbce-4346-b44c-928afce9cd5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:33.869106 [ 294 ] {ab95056c-fbce-4346-b44c-928afce9cd5a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.14 17:29:33.869325 [ 294 ] {ab95056c-fbce-4346-b44c-928afce9cd5a} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:33.869469 [ 294 ] {ab95056c-fbce-4346-b44c-928afce9cd5a} executeQuery: Read 35 rows, 64.22 KiB in 0.001944 sec., 18004.11522633745 rows/sec., 32.26 MiB/sec. 2026.05.14 17:29:33.869520 [ 294 ] {ab95056c-fbce-4346-b44c-928afce9cd5a} TCPHandler: Processed in 0.002125968 sec. 2026.05.14 17:29:33.869661 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:33.869758 [ 294 ] {eb05d490-2626-4dd3-8dca-4861f80a9853} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:33.869798 [ 294 ] {eb05d490-2626-4dd3-8dca-4861f80a9853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:33.870157 [ 294 ] {eb05d490-2626-4dd3-8dca-4861f80a9853} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:33.870193 [ 294 ] {eb05d490-2626-4dd3-8dca-4861f80a9853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:33.870492 [ 294 ] {eb05d490-2626-4dd3-8dca-4861f80a9853} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.14 17:29:33.870700 [ 294 ] {eb05d490-2626-4dd3-8dca-4861f80a9853} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:33.870833 [ 294 ] {eb05d490-2626-4dd3-8dca-4861f80a9853} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.05.14 17:29:33.870869 [ 294 ] {eb05d490-2626-4dd3-8dca-4861f80a9853} TCPHandler: Processed in 0.001257156 sec. 2026.05.14 17:29:35.196274 [ 99 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:29:35.196330 [ 99 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:29:35.263388 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8593 2026.05.14 17:29:35.263933 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:35.263968 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:35.264597 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.14 17:29:35.264837 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:35.264977 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8593 2026.05.14 17:29:35.709898 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.05.14 17:29:35.725588 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:35.725646 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:35.731873 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.14 17:29:35.732595 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:35.735337 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.05.14 17:29:38.854310 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:38.854567 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:38.854938 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:38.854974 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:38.855192 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:38.855262 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:38.855405 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:29:38.855444 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:38.855465 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:38.855481 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:38.855521 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:38.855542 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:38.856813 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} executeQuery: Read 52 rows, 12.45 KiB in 0.002351 sec., 22118.247554232243 rows/sec., 5.17 MiB/sec. 2026.05.14 17:29:38.856922 [ 294 ] {1d7c9f02-9a72-441a-a0c8-92df28212d31} TCPHandler: Processed in 0.002761656 sec. 2026.05.14 17:29:38.858808 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:38.858927 [ 294 ] {f8d194ef-6a80-4463-9e46-42b0a64b50b2} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:38.858971 [ 294 ] {f8d194ef-6a80-4463-9e46-42b0a64b50b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:38.859693 [ 294 ] {f8d194ef-6a80-4463-9e46-42b0a64b50b2} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.859759 [ 294 ] {f8d194ef-6a80-4463-9e46-42b0a64b50b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:38.860170 [ 294 ] {f8d194ef-6a80-4463-9e46-42b0a64b50b2} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.14 17:29:38.860419 [ 294 ] {f8d194ef-6a80-4463-9e46-42b0a64b50b2} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.860571 [ 97 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.14 17:29:38.860582 [ 294 ] {f8d194ef-6a80-4463-9e46-42b0a64b50b2} executeQuery: Read 70 rows, 5.72 KiB in 0.001686 sec., 41518.38671411625 rows/sec., 3.31 MiB/sec. 2026.05.14 17:29:38.860616 [ 97 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.860642 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:38.860662 [ 294 ] {f8d194ef-6a80-4463-9e46-42b0a64b50b2} TCPHandler: Processed in 0.001929705 sec. 2026.05.14 17:29:38.860801 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.14 17:29:38.860903 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:38.860974 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:38.861018 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3360 rows starting from the beginning of the part 2026.05.14 17:29:38.861045 [ 294 ] {9d2cb970-a59e-4d29-8501-336758c4d766} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:38.861089 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 126 rows starting from the beginning of the part 2026.05.14 17:29:38.861106 [ 294 ] {9d2cb970-a59e-4d29-8501-336758c4d766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:38.861144 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2417 rows starting from the beginning of the part 2026.05.14 17:29:38.861193 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2026.05.14 17:29:38.861257 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::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.05.14 17:29:38.861302 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 70 rows starting from the beginning of the part 2026.05.14 17:29:38.861568 [ 294 ] {9d2cb970-a59e-4d29-8501-336758c4d766} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.861611 [ 294 ] {9d2cb970-a59e-4d29-8501-336758c4d766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:38.862056 [ 294 ] {9d2cb970-a59e-4d29-8501-336758c4d766} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.14 17:29:38.862290 [ 294 ] {9d2cb970-a59e-4d29-8501-336758c4d766} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.862429 [ 294 ] {9d2cb970-a59e-4d29-8501-336758c4d766} executeQuery: Read 7 rows, 539.00 B in 0.001431 sec., 4891.684136967156 rows/sec., 367.83 KiB/sec. 2026.05.14 17:29:38.862445 [ 96 ] {} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.14 17:29:38.862468 [ 294 ] {9d2cb970-a59e-4d29-8501-336758c4d766} TCPHandler: Processed in 0.001686882 sec. 2026.05.14 17:29:38.862519 [ 96 ] {} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.862548 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:38.862624 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:38.862648 [ 201 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.14 17:29:38.862739 [ 294 ] {ebce1809-56be-48b2-b842-3eaf3abc1702} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:38.862768 [ 201 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:38.862785 [ 294 ] {ebce1809-56be-48b2-b842-3eaf3abc1702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:38.862807 [ 201 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 225 rows starting from the beginning of the part 2026.05.14 17:29:38.862881 [ 201 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.05.14 17:29:38.862927 [ 201 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 35 rows starting from the beginning of the part 2026.05.14 17:29:38.862972 [ 201 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part 2026.05.14 17:29:38.863020 [ 201 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 35 rows starting from the beginning of the part 2026.05.14 17:29:38.863060 [ 201 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part 2026.05.14 17:29:38.863260 [ 294 ] {ebce1809-56be-48b2-b842-3eaf3abc1702} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.863303 [ 294 ] {ebce1809-56be-48b2-b842-3eaf3abc1702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:38.863758 [ 192 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 6155 rows, containing 5 columns (5 merged, 0 gathered) in 0.003032229 sec., 2029859.881954826 rows/sec., 160.15 MiB/sec. 2026.05.14 17:29:38.863890 [ 294 ] {ebce1809-56be-48b2-b842-3eaf3abc1702} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.14 17:29:38.863922 [ 201 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 329 rows, containing 5 columns (5 merged, 0 gathered) in 0.001314287 sec., 250325.8420725458 rows/sec., 17.70 MiB/sec. 2026.05.14 17:29:38.864066 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.14 17:29:38.864099 [ 192 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.14 17:29:38.864143 [ 294 ] {ebce1809-56be-48b2-b842-3eaf3abc1702} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.864285 [ 294 ] {ebce1809-56be-48b2-b842-3eaf3abc1702} executeQuery: Read 71 rows, 5.68 KiB in 0.001566 sec., 45338.44189016603 rows/sec., 3.54 MiB/sec. 2026.05.14 17:29:38.864287 [ 96 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.14 17:29:38.864332 [ 294 ] {ebce1809-56be-48b2-b842-3eaf3abc1702} TCPHandler: Processed in 0.001756663 sec. 2026.05.14 17:29:38.864346 [ 96 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.864379 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:38.864436 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.864470 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.14 17:29:38.864476 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:38.864510 [ 192 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.864526 [ 186 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_26_5} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.14 17:29:38.864585 [ 192 ] {ffb280c8-8580-4c22-a647-d31891438e4e::all_1_21_4} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.14 17:29:38.864590 [ 294 ] {bfd2937e-e71c-4a8a-ba98-1ab4676e296a} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:38.864615 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.05.14 17:29:38.864588 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:38.864647 [ 294 ] {bfd2937e-e71c-4a8a-ba98-1ab4676e296a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:38.864674 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.14 17:29:38.864685 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1830 rows starting from the beginning of the part 2026.05.14 17:29:38.864753 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 99 rows starting from the beginning of the part 2026.05.14 17:29:38.864804 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1299 rows starting from the beginning of the part 2026.05.14 17:29:38.864852 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part 2026.05.14 17:29:38.864897 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::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.05.14 17:29:38.864939 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 71 rows starting from the beginning of the part 2026.05.14 17:29:38.865100 [ 294 ] {bfd2937e-e71c-4a8a-ba98-1ab4676e296a} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.865153 [ 294 ] {bfd2937e-e71c-4a8a-ba98-1ab4676e296a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:38.865503 [ 294 ] {bfd2937e-e71c-4a8a-ba98-1ab4676e296a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.14 17:29:38.865744 [ 294 ] {bfd2937e-e71c-4a8a-ba98-1ab4676e296a} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.865872 [ 96 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.14 17:29:38.865883 [ 294 ] {bfd2937e-e71c-4a8a-ba98-1ab4676e296a} executeQuery: Read 160 rows, 11.41 KiB in 0.001311 sec., 122044.24103737604 rows/sec., 8.50 MiB/sec. 2026.05.14 17:29:38.865918 [ 96 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.865939 [ 294 ] {bfd2937e-e71c-4a8a-ba98-1ab4676e296a} TCPHandler: Processed in 0.00151199 sec. 2026.05.14 17:29:38.865943 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:38.866046 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.14 17:29:38.866071 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:38.866154 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:38.866172 [ 294 ] {371a4f2f-7305-440b-b817-dfecaf01acd7} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:38.866190 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7135 rows starting from the beginning of the part 2026.05.14 17:29:38.866232 [ 294 ] {371a4f2f-7305-440b-b817-dfecaf01acd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:38.866252 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.05.14 17:29:38.866303 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1498 rows starting from the beginning of the part 2026.05.14 17:29:38.866346 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 128 rows starting from the beginning of the part 2026.05.14 17:29:38.866352 [ 192 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3462 rows, containing 5 columns (5 merged, 0 gathered) in 0.001925275 sec., 1798184.6749165703 rows/sec., 130.21 MiB/sec. 2026.05.14 17:29:38.866389 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.05.14 17:29:38.866445 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.05.14 17:29:38.866569 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.14 17:29:38.866886 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.866958 [ 201 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_26_5} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.14 17:29:38.867026 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.14 17:29:38.867093 [ 294 ] {371a4f2f-7305-440b-b817-dfecaf01acd7} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.867137 [ 294 ] {371a4f2f-7305-440b-b817-dfecaf01acd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:38.867726 [ 294 ] {371a4f2f-7305-440b-b817-dfecaf01acd7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.14 17:29:38.868002 [ 294 ] {371a4f2f-7305-440b-b817-dfecaf01acd7} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.868149 [ 294 ] {371a4f2f-7305-440b-b817-dfecaf01acd7} executeQuery: Read 7 rows, 12.84 KiB in 0.001993 sec., 3512.2930255895635 rows/sec., 6.29 MiB/sec. 2026.05.14 17:29:38.868225 [ 294 ] {371a4f2f-7305-440b-b817-dfecaf01acd7} TCPHandler: Processed in 0.002201969 sec. 2026.05.14 17:29:38.868354 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:38.868468 [ 294 ] {542c2d67-3981-4a06-90a0-6519be249861} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:38.868509 [ 294 ] {542c2d67-3981-4a06-90a0-6519be249861} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:38.868857 [ 294 ] {542c2d67-3981-4a06-90a0-6519be249861} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.868894 [ 294 ] {542c2d67-3981-4a06-90a0-6519be249861} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:38.869241 [ 294 ] {542c2d67-3981-4a06-90a0-6519be249861} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.14 17:29:38.869528 [ 294 ] {542c2d67-3981-4a06-90a0-6519be249861} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.869660 [ 96 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.14 17:29:38.869664 [ 294 ] {542c2d67-3981-4a06-90a0-6519be249861} executeQuery: Read 60 rows, 4.14 KiB in 0.001215 sec., 49382.71604938272 rows/sec., 3.33 MiB/sec. 2026.05.14 17:29:38.869704 [ 96 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:38.869723 [ 294 ] {542c2d67-3981-4a06-90a0-6519be249861} TCPHandler: Processed in 0.001418369 sec. 2026.05.14 17:29:38.869731 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:38.869835 [ 201 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.14 17:29:38.869919 [ 201 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:38.869919 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9241 rows, containing 5 columns (5 merged, 0 gathered) in 0.003909461 sec., 2363752.957249094 rows/sec., 155.49 MiB/sec. 2026.05.14 17:29:38.869948 [ 201 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1080 rows starting from the beginning of the part 2026.05.14 17:29:38.870006 [ 201 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.05.14 17:29:38.870041 [ 201 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part 2026.05.14 17:29:38.870076 [ 201 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 48 rows starting from the beginning of the part 2026.05.14 17:29:38.870120 [ 201 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.05.14 17:29:38.870130 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.14 17:29:38.870156 [ 201 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.05.14 17:29:38.870477 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.870549 [ 191 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_26_5} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.14 17:29:38.870618 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. 2026.05.14 17:29:38.871095 [ 192 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 4 columns (4 merged, 0 gathered) in 0.001296068 sec., 1018465.0805358978 rows/sec., 67.44 MiB/sec. 2026.05.14 17:29:38.871311 [ 196 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.14 17:29:38.871572 [ 196 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:38.871634 [ 196 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_26_5} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.14 17:29:38.871694 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.05.14 17:29:39.000222 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 247.15 MiB, peak 254.15 MiB, free memory in arenas 0.00 B, will set to 248.42 MiB (RSS), difference: 1.27 MiB 2026.05.14 17:29:39.827977 [ 94 ] {} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.14 17:29:39.828075 [ 94 ] {} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:39.828112 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.05.14 17:29:39.828343 [ 201 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.14 17:29:39.828610 [ 201 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:39.828673 [ 201 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 174 rows starting from the beginning of the part 2026.05.14 17:29:39.828792 [ 201 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.05.14 17:29:39.828877 [ 201 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 801 rows starting from the beginning of the part 2026.05.14 17:29:39.828958 [ 201 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.05.14 17:29:39.829027 [ 201 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 801 rows starting from the beginning of the part 2026.05.14 17:29:39.830203 [ 196 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1824 rows, containing 5 columns (5 merged, 0 gathered) in 0.001951826 sec., 934509.5310750036 rows/sec., 59.00 MiB/sec. 2026.05.14 17:29:39.830462 [ 192 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.14 17:29:39.830950 [ 192 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:39.831078 [ 192 ] {e6556835-3006-412c-abbf-bd303053f224::all_1_9_2} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.14 17:29:39.831205 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.05.14 17:29:40.288162 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 540 2026.05.14 17:29:40.290336 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:40.290384 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:40.291546 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.14 17:29:40.291810 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:40.292062 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 540 2026.05.14 17:29:42.765509 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9041 2026.05.14 17:29:42.766023 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:42.766062 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:42.766553 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.14 17:29:42.766787 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:42.766916 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9041 2026.05.14 17:29:43.235850 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.05.14 17:29:43.251932 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.251994 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.258124 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.14 17:29:43.258827 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.261441 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.05.14 17:29:43.855487 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.855730 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:43.856081 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:43.856117 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:43.856387 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:43.856457 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:43.856604 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.14 17:29:43.856640 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:43.856661 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:43.856678 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:43.856740 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.14 17:29:43.856762 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:43.857905 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} executeQuery: Read 52 rows, 12.45 KiB in 0.002274 sec., 22867.194371152156 rows/sec., 5.35 MiB/sec. 2026.05.14 17:29:43.858020 [ 294 ] {da9055e1-f56f-4f79-b806-e39b084d64b1} TCPHandler: Processed in 0.002679415 sec. 2026.05.14 17:29:43.861132 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.861345 [ 294 ] {7e390284-d752-4518-b795-fd8e3b095a9e} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.14 17:29:43.861421 [ 294 ] {7e390284-d752-4518-b795-fd8e3b095a9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.14 17:29:43.862147 [ 294 ] {7e390284-d752-4518-b795-fd8e3b095a9e} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.862193 [ 294 ] {7e390284-d752-4518-b795-fd8e3b095a9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.862595 [ 294 ] {7e390284-d752-4518-b795-fd8e3b095a9e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:29:43.862829 [ 294 ] {7e390284-d752-4518-b795-fd8e3b095a9e} oximeter.fields_i16 (b7163f55-f098-4947-8539-dff0aea0f4d5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.862982 [ 294 ] {7e390284-d752-4518-b795-fd8e3b095a9e} executeQuery: Read 24 rows, 2.04 KiB in 0.001698 sec., 14134.275618374557 rows/sec., 1.17 MiB/sec. 2026.05.14 17:29:43.863023 [ 294 ] {7e390284-d752-4518-b795-fd8e3b095a9e} TCPHandler: Processed in 0.002042787 sec. 2026.05.14 17:29:43.863167 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.863263 [ 294 ] {378a3277-29bf-4a9a-8e37-cd96a3c8d2bf} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:29:43.863304 [ 294 ] {378a3277-29bf-4a9a-8e37-cd96a3c8d2bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:29:43.863731 [ 294 ] {378a3277-29bf-4a9a-8e37-cd96a3c8d2bf} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.863765 [ 294 ] {378a3277-29bf-4a9a-8e37-cd96a3c8d2bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.864064 [ 294 ] {378a3277-29bf-4a9a-8e37-cd96a3c8d2bf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.14 17:29:43.864287 [ 294 ] {378a3277-29bf-4a9a-8e37-cd96a3c8d2bf} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.864413 [ 294 ] {378a3277-29bf-4a9a-8e37-cd96a3c8d2bf} executeQuery: Read 6 rows, 501.00 B in 0.001168 sec., 5136.986301369863 rows/sec., 418.89 KiB/sec. 2026.05.14 17:29:43.864450 [ 294 ] {378a3277-29bf-4a9a-8e37-cd96a3c8d2bf} TCPHandler: Processed in 0.001341178 sec. 2026.05.14 17:29:43.864579 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.864674 [ 294 ] {2e7e2143-9153-4507-8b33-0b59973a17cb} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:43.864713 [ 294 ] {2e7e2143-9153-4507-8b33-0b59973a17cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:43.865242 [ 294 ] {2e7e2143-9153-4507-8b33-0b59973a17cb} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.865279 [ 294 ] {2e7e2143-9153-4507-8b33-0b59973a17cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.865603 [ 294 ] {2e7e2143-9153-4507-8b33-0b59973a17cb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.14 17:29:43.865824 [ 294 ] {2e7e2143-9153-4507-8b33-0b59973a17cb} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.865958 [ 294 ] {2e7e2143-9153-4507-8b33-0b59973a17cb} executeQuery: Read 249 rows, 22.77 KiB in 0.001302 sec., 191244.23963133642 rows/sec., 17.08 MiB/sec. 2026.05.14 17:29:43.865996 [ 294 ] {2e7e2143-9153-4507-8b33-0b59973a17cb} TCPHandler: Processed in 0.001465529 sec. 2026.05.14 17:29:43.866127 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.866222 [ 294 ] {1810f461-919f-44dd-9fa4-7ed6251f870f} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:43.866262 [ 294 ] {1810f461-919f-44dd-9fa4-7ed6251f870f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:43.866734 [ 294 ] {1810f461-919f-44dd-9fa4-7ed6251f870f} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.866771 [ 294 ] {1810f461-919f-44dd-9fa4-7ed6251f870f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.867075 [ 294 ] {1810f461-919f-44dd-9fa4-7ed6251f870f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.14 17:29:43.867285 [ 294 ] {1810f461-919f-44dd-9fa4-7ed6251f870f} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.867415 [ 294 ] {1810f461-919f-44dd-9fa4-7ed6251f870f} executeQuery: Read 53 rows, 4.01 KiB in 0.001212 sec., 43729.37293729373 rows/sec., 3.23 MiB/sec. 2026.05.14 17:29:43.867453 [ 294 ] {1810f461-919f-44dd-9fa4-7ed6251f870f} TCPHandler: Processed in 0.001375247 sec. 2026.05.14 17:29:43.867627 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.867724 [ 294 ] {6910ef42-04b8-42db-8203-aa17224d8380} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:29:43.867763 [ 294 ] {6910ef42-04b8-42db-8203-aa17224d8380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:29:43.868180 [ 294 ] {6910ef42-04b8-42db-8203-aa17224d8380} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.868216 [ 294 ] {6910ef42-04b8-42db-8203-aa17224d8380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.868509 [ 294 ] {6910ef42-04b8-42db-8203-aa17224d8380} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:29:43.868717 [ 294 ] {6910ef42-04b8-42db-8203-aa17224d8380} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.868843 [ 294 ] {6910ef42-04b8-42db-8203-aa17224d8380} executeQuery: Read 24 rows, 2.04 KiB in 0.001137 sec., 21108.179419525066 rows/sec., 1.75 MiB/sec. 2026.05.14 17:29:43.868880 [ 294 ] {6910ef42-04b8-42db-8203-aa17224d8380} TCPHandler: Processed in 0.001301717 sec. 2026.05.14 17:29:43.869003 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.869098 [ 294 ] {2ab7a5e8-4501-416d-b46d-99e45f162439} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.14 17:29:43.869137 [ 294 ] {2ab7a5e8-4501-416d-b46d-99e45f162439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.14 17:29:43.869575 [ 294 ] {2ab7a5e8-4501-416d-b46d-99e45f162439} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.869611 [ 294 ] {2ab7a5e8-4501-416d-b46d-99e45f162439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.869908 [ 294 ] {2ab7a5e8-4501-416d-b46d-99e45f162439} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.14 17:29:43.870116 [ 294 ] {2ab7a5e8-4501-416d-b46d-99e45f162439} oximeter.fields_u8 (9dfbf004-9c6d-4510-80ff-03928214b2aa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.870243 [ 294 ] {2ab7a5e8-4501-416d-b46d-99e45f162439} executeQuery: Read 12 rows, 960.00 B in 0.001163 sec., 10318.142734307825 rows/sec., 806.10 KiB/sec. 2026.05.14 17:29:43.870280 [ 294 ] {2ab7a5e8-4501-416d-b46d-99e45f162439} TCPHandler: Processed in 0.001326418 sec. 2026.05.14 17:29:43.870402 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.870499 [ 294 ] {cb5810f8-2cab-4ac4-930f-b7825407078d} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:43.870539 [ 294 ] {cb5810f8-2cab-4ac4-930f-b7825407078d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:43.871064 [ 294 ] {cb5810f8-2cab-4ac4-930f-b7825407078d} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.871102 [ 294 ] {cb5810f8-2cab-4ac4-930f-b7825407078d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.871411 [ 294 ] {cb5810f8-2cab-4ac4-930f-b7825407078d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.14 17:29:43.871621 [ 294 ] {cb5810f8-2cab-4ac4-930f-b7825407078d} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.871751 [ 294 ] {cb5810f8-2cab-4ac4-930f-b7825407078d} executeQuery: Read 141 rows, 11.67 KiB in 0.00127 sec., 111023.62204724409 rows/sec., 8.97 MiB/sec. 2026.05.14 17:29:43.871790 [ 294 ] {cb5810f8-2cab-4ac4-930f-b7825407078d} TCPHandler: Processed in 0.001436589 sec. 2026.05.14 17:29:43.871918 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.872014 [ 294 ] {56ff9953-4c78-46c8-a6d4-8883476abb1c} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:43.872056 [ 294 ] {56ff9953-4c78-46c8-a6d4-8883476abb1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:43.872485 [ 294 ] {56ff9953-4c78-46c8-a6d4-8883476abb1c} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.872522 [ 294 ] {56ff9953-4c78-46c8-a6d4-8883476abb1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.872887 [ 294 ] {56ff9953-4c78-46c8-a6d4-8883476abb1c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.14 17:29:43.873098 [ 294 ] {56ff9953-4c78-46c8-a6d4-8883476abb1c} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.873224 [ 294 ] {56ff9953-4c78-46c8-a6d4-8883476abb1c} executeQuery: Read 199 rows, 14.61 KiB in 0.001229 sec., 161920.26037428805 rows/sec., 11.61 MiB/sec. 2026.05.14 17:29:43.873261 [ 294 ] {56ff9953-4c78-46c8-a6d4-8883476abb1c} TCPHandler: Processed in 0.001392459 sec. 2026.05.14 17:29:43.873391 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.873485 [ 294 ] {2a6f2aac-2b6d-4327-85a0-3adb8b0fb4f8} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:43.873538 [ 294 ] {2a6f2aac-2b6d-4327-85a0-3adb8b0fb4f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:43.874409 [ 294 ] {2a6f2aac-2b6d-4327-85a0-3adb8b0fb4f8} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.874445 [ 294 ] {2a6f2aac-2b6d-4327-85a0-3adb8b0fb4f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.875007 [ 294 ] {2a6f2aac-2b6d-4327-85a0-3adb8b0fb4f8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.14 17:29:43.875233 [ 294 ] {2a6f2aac-2b6d-4327-85a0-3adb8b0fb4f8} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.875368 [ 294 ] {2a6f2aac-2b6d-4327-85a0-3adb8b0fb4f8} executeQuery: Read 35 rows, 64.22 KiB in 0.0019 sec., 18421.052631578947 rows/sec., 33.01 MiB/sec. 2026.05.14 17:29:43.875379 [ 88 ] {} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.14 17:29:43.875419 [ 294 ] {2a6f2aac-2b6d-4327-85a0-3adb8b0fb4f8} TCPHandler: Processed in 0.002077427 sec. 2026.05.14 17:29:43.875428 [ 88 ] {} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.875461 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.875551 [ 194 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.14 17:29:43.875750 [ 194 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:43.875774 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:43.875802 [ 194 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 321 rows starting from the beginning of the part 2026.05.14 17:29:43.875954 [ 194 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::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.05.14 17:29:43.875997 [ 294 ] {d38cc781-ff60-4eca-b19a-e7bad138efac} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:43.876065 [ 194 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part 2026.05.14 17:29:43.876083 [ 294 ] {d38cc781-ff60-4eca-b19a-e7bad138efac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:43.876182 [ 194 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::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.05.14 17:29:43.876292 [ 194 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.05.14 17:29:43.876392 [ 194 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part 2026.05.14 17:29:43.876697 [ 294 ] {d38cc781-ff60-4eca-b19a-e7bad138efac} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:43.876744 [ 294 ] {d38cc781-ff60-4eca-b19a-e7bad138efac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:43.877193 [ 294 ] {d38cc781-ff60-4eca-b19a-e7bad138efac} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.14 17:29:43.877442 [ 294 ] {d38cc781-ff60-4eca-b19a-e7bad138efac} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.877607 [ 294 ] {d38cc781-ff60-4eca-b19a-e7bad138efac} executeQuery: Read 60 rows, 4.14 KiB in 0.001673 sec., 35863.717872086076 rows/sec., 2.42 MiB/sec. 2026.05.14 17:29:43.877650 [ 294 ] {d38cc781-ff60-4eca-b19a-e7bad138efac} TCPHandler: Processed in 0.002020406 sec. 2026.05.14 17:29:43.880143 [ 192 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 449 rows, containing 19 columns (19 merged, 0 gathered) in 0.004624211 sec., 97097.64541453667 rows/sec., 173.99 MiB/sec. 2026.05.14 17:29:43.880825 [ 196 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.14 17:29:43.881273 [ 196 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:43.881369 [ 196 ] {eb994769-b4de-4ea4-a3f1-fd23224a1da5::all_1_21_4} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.14 17:29:43.881517 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2026.05.14 17:29:48.853788 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:48.854076 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:48.854462 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:48.854504 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:48.854747 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:48.854822 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:48.854972 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:29:48.855010 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:48.855032 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:48.855047 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:48.855088 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:48.855109 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:48.856338 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} executeQuery: Read 52 rows, 12.45 KiB in 0.002368 sec., 21959.45945945946 rows/sec., 5.14 MiB/sec. 2026.05.14 17:29:48.856453 [ 294 ] {78eb0fde-674a-45d5-bb88-c160f3d043f2} TCPHandler: Processed in 0.002818857 sec. 2026.05.14 17:29:48.858272 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:48.858389 [ 294 ] {8a09254e-00f5-487d-9af6-ea70fc3759d6} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:48.858433 [ 294 ] {8a09254e-00f5-487d-9af6-ea70fc3759d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:48.859239 [ 294 ] {8a09254e-00f5-487d-9af6-ea70fc3759d6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:48.859298 [ 294 ] {8a09254e-00f5-487d-9af6-ea70fc3759d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:48.859701 [ 294 ] {8a09254e-00f5-487d-9af6-ea70fc3759d6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.14 17:29:48.859937 [ 294 ] {8a09254e-00f5-487d-9af6-ea70fc3759d6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:48.860078 [ 294 ] {8a09254e-00f5-487d-9af6-ea70fc3759d6} executeQuery: Read 70 rows, 5.72 KiB in 0.001736 sec., 40322.580645161295 rows/sec., 3.22 MiB/sec. 2026.05.14 17:29:48.860114 [ 294 ] {8a09254e-00f5-487d-9af6-ea70fc3759d6} TCPHandler: Processed in 0.001910555 sec. 2026.05.14 17:29:48.860254 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:48.860351 [ 294 ] {8f5f7928-6e9e-402c-8ef9-0e99dfcdf286} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:48.860389 [ 294 ] {8f5f7928-6e9e-402c-8ef9-0e99dfcdf286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:48.860798 [ 294 ] {8f5f7928-6e9e-402c-8ef9-0e99dfcdf286} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:48.860899 [ 294 ] {8f5f7928-6e9e-402c-8ef9-0e99dfcdf286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:48.861250 [ 294 ] {8f5f7928-6e9e-402c-8ef9-0e99dfcdf286} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.14 17:29:48.861467 [ 294 ] {8f5f7928-6e9e-402c-8ef9-0e99dfcdf286} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:48.861597 [ 294 ] {8f5f7928-6e9e-402c-8ef9-0e99dfcdf286} executeQuery: Read 7 rows, 539.00 B in 0.001234 sec., 5672.609400324149 rows/sec., 426.55 KiB/sec. 2026.05.14 17:29:48.861635 [ 294 ] {8f5f7928-6e9e-402c-8ef9-0e99dfcdf286} TCPHandler: Processed in 0.001403839 sec. 2026.05.14 17:29:48.861775 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:48.861871 [ 294 ] {af8151ba-6410-4d96-b218-442aa1d7b7db} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:48.861912 [ 294 ] {af8151ba-6410-4d96-b218-442aa1d7b7db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:48.862363 [ 294 ] {af8151ba-6410-4d96-b218-442aa1d7b7db} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:48.862400 [ 294 ] {af8151ba-6410-4d96-b218-442aa1d7b7db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:48.862702 [ 294 ] {af8151ba-6410-4d96-b218-442aa1d7b7db} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.14 17:29:48.862920 [ 294 ] {af8151ba-6410-4d96-b218-442aa1d7b7db} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:48.863049 [ 294 ] {af8151ba-6410-4d96-b218-442aa1d7b7db} executeQuery: Read 71 rows, 5.68 KiB in 0.001196 sec., 59364.548494983275 rows/sec., 4.63 MiB/sec. 2026.05.14 17:29:48.863086 [ 294 ] {af8151ba-6410-4d96-b218-442aa1d7b7db} TCPHandler: Processed in 0.001359308 sec. 2026.05.14 17:29:48.863224 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:48.863320 [ 294 ] {fdf152b7-8009-4e76-b5cc-7d29daeb190e} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:48.863362 [ 294 ] {fdf152b7-8009-4e76-b5cc-7d29daeb190e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:48.863809 [ 294 ] {fdf152b7-8009-4e76-b5cc-7d29daeb190e} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:48.863848 [ 294 ] {fdf152b7-8009-4e76-b5cc-7d29daeb190e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:48.864210 [ 294 ] {fdf152b7-8009-4e76-b5cc-7d29daeb190e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.14 17:29:48.864433 [ 294 ] {fdf152b7-8009-4e76-b5cc-7d29daeb190e} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:48.864564 [ 294 ] {fdf152b7-8009-4e76-b5cc-7d29daeb190e} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2026.05.14 17:29:48.864600 [ 294 ] {fdf152b7-8009-4e76-b5cc-7d29daeb190e} TCPHandler: Processed in 0.001426639 sec. 2026.05.14 17:29:48.864721 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:48.864817 [ 294 ] {643f1851-a378-4d2b-a4ab-64e220d47794} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:48.864870 [ 294 ] {643f1851-a378-4d2b-a4ab-64e220d47794} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:48.865663 [ 294 ] {643f1851-a378-4d2b-a4ab-64e220d47794} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:48.865702 [ 294 ] {643f1851-a378-4d2b-a4ab-64e220d47794} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:48.866243 [ 294 ] {643f1851-a378-4d2b-a4ab-64e220d47794} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.14 17:29:48.866496 [ 294 ] {643f1851-a378-4d2b-a4ab-64e220d47794} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:48.866634 [ 294 ] {643f1851-a378-4d2b-a4ab-64e220d47794} executeQuery: Read 7 rows, 12.84 KiB in 0.001836 sec., 3812.636165577342 rows/sec., 6.83 MiB/sec. 2026.05.14 17:29:48.866687 [ 294 ] {643f1851-a378-4d2b-a4ab-64e220d47794} TCPHandler: Processed in 0.002014417 sec. 2026.05.14 17:29:48.866828 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:48.866925 [ 294 ] {dc563e93-34ee-4c8e-af7e-104285f68561} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:48.866966 [ 294 ] {dc563e93-34ee-4c8e-af7e-104285f68561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:48.867351 [ 294 ] {dc563e93-34ee-4c8e-af7e-104285f68561} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:48.867387 [ 294 ] {dc563e93-34ee-4c8e-af7e-104285f68561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:48.867689 [ 294 ] {dc563e93-34ee-4c8e-af7e-104285f68561} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.14 17:29:48.867905 [ 294 ] {dc563e93-34ee-4c8e-af7e-104285f68561} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:48.868035 [ 294 ] {dc563e93-34ee-4c8e-af7e-104285f68561} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2026.05.14 17:29:48.868070 [ 294 ] {dc563e93-34ee-4c8e-af7e-104285f68561} TCPHandler: Processed in 0.001296717 sec. 2026.05.14 17:29:50.196380 [ 82 ] {} DNSResolver: Updating DNS cache 2026.05.14 17:29:50.196433 [ 82 ] {} DNSResolver: Updated DNS cache 2026.05.14 17:29:50.267057 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9553 2026.05.14 17:29:50.267824 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:50.267858 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:50.268317 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.14 17:29:50.268543 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:50.268673 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9553 2026.05.14 17:29:50.292239 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 576 2026.05.14 17:29:50.294544 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:50.294585 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:50.295740 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.14 17:29:50.296002 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:50.296246 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 576 2026.05.14 17:29:50.761572 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.05.14 17:29:50.777126 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:50.777185 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:50.783288 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.14 17:29:50.784042 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:50.786869 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.05.14 17:29:53.854705 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:53.855007 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:53.855436 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:53.855488 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:53.855795 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:53.855895 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:53.856043 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.14 17:29:53.856081 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:53.856104 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:53.856119 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:53.856161 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:53.856182 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:53.857349 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} executeQuery: Read 52 rows, 12.45 KiB in 0.002465 sec., 21095.334685598376 rows/sec., 4.93 MiB/sec. 2026.05.14 17:29:53.857479 [ 294 ] {a63cbda0-26ff-49e6-b089-9f845a79443e} TCPHandler: Processed in 0.002935438 sec. 2026.05.14 17:29:53.859793 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:53.859911 [ 294 ] {e224fcfe-ecf9-49bd-8ff1-eda09ba05bb4} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:53.859955 [ 294 ] {e224fcfe-ecf9-49bd-8ff1-eda09ba05bb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:53.860605 [ 294 ] {e224fcfe-ecf9-49bd-8ff1-eda09ba05bb4} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:53.860650 [ 294 ] {e224fcfe-ecf9-49bd-8ff1-eda09ba05bb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:53.861109 [ 294 ] {e224fcfe-ecf9-49bd-8ff1-eda09ba05bb4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.14 17:29:53.861336 [ 294 ] {e224fcfe-ecf9-49bd-8ff1-eda09ba05bb4} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:53.861481 [ 294 ] {e224fcfe-ecf9-49bd-8ff1-eda09ba05bb4} executeQuery: Read 126 rows, 11.12 KiB in 0.001603 sec., 78602.62008733624 rows/sec., 6.77 MiB/sec. 2026.05.14 17:29:53.861521 [ 294 ] {e224fcfe-ecf9-49bd-8ff1-eda09ba05bb4} TCPHandler: Processed in 0.001777913 sec. 2026.05.14 17:29:53.861672 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:53.861769 [ 294 ] {7432387f-3100-4a33-9cea-6ab7f9d4d702} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:53.861809 [ 294 ] {7432387f-3100-4a33-9cea-6ab7f9d4d702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:53.862238 [ 294 ] {7432387f-3100-4a33-9cea-6ab7f9d4d702} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:53.862275 [ 294 ] {7432387f-3100-4a33-9cea-6ab7f9d4d702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:53.862584 [ 294 ] {7432387f-3100-4a33-9cea-6ab7f9d4d702} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.14 17:29:53.862824 [ 294 ] {7432387f-3100-4a33-9cea-6ab7f9d4d702} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:53.862956 [ 294 ] {7432387f-3100-4a33-9cea-6ab7f9d4d702} executeQuery: Read 35 rows, 2.63 KiB in 0.001205 sec., 29045.643153526973 rows/sec., 2.13 MiB/sec. 2026.05.14 17:29:53.862995 [ 294 ] {7432387f-3100-4a33-9cea-6ab7f9d4d702} TCPHandler: Processed in 0.001371998 sec. 2026.05.14 17:29:53.863175 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:53.863268 [ 294 ] {3473f119-c27e-40ff-9228-825d997e70b5} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:53.863308 [ 294 ] {3473f119-c27e-40ff-9228-825d997e70b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:53.863751 [ 294 ] {3473f119-c27e-40ff-9228-825d997e70b5} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:53.863787 [ 294 ] {3473f119-c27e-40ff-9228-825d997e70b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:53.864106 [ 294 ] {3473f119-c27e-40ff-9228-825d997e70b5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.14 17:29:53.864323 [ 294 ] {3473f119-c27e-40ff-9228-825d997e70b5} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:53.864451 [ 294 ] {3473f119-c27e-40ff-9228-825d997e70b5} executeQuery: Read 99 rows, 7.92 KiB in 0.001201 sec., 82431.30724396337 rows/sec., 6.44 MiB/sec. 2026.05.14 17:29:53.864489 [ 294 ] {3473f119-c27e-40ff-9228-825d997e70b5} TCPHandler: Processed in 0.001363338 sec. 2026.05.14 17:29:53.864634 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:53.864737 [ 294 ] {02c9f0f3-aa55-47ca-9295-586774e3687f} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:53.864779 [ 294 ] {02c9f0f3-aa55-47ca-9295-586774e3687f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:53.865202 [ 294 ] {02c9f0f3-aa55-47ca-9295-586774e3687f} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:53.865239 [ 294 ] {02c9f0f3-aa55-47ca-9295-586774e3687f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:53.865578 [ 294 ] {02c9f0f3-aa55-47ca-9295-586774e3687f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.14 17:29:53.865796 [ 294 ] {02c9f0f3-aa55-47ca-9295-586774e3687f} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:53.865923 [ 294 ] {02c9f0f3-aa55-47ca-9295-586774e3687f} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.05.14 17:29:53.865965 [ 294 ] {02c9f0f3-aa55-47ca-9295-586774e3687f} TCPHandler: Processed in 0.001379518 sec. 2026.05.14 17:29:53.866098 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:53.866193 [ 294 ] {f7e7a3af-48bf-4432-95a8-35a3f459e5aa} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:53.866247 [ 294 ] {f7e7a3af-48bf-4432-95a8-35a3f459e5aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:53.867124 [ 294 ] {f7e7a3af-48bf-4432-95a8-35a3f459e5aa} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:53.867161 [ 294 ] {f7e7a3af-48bf-4432-95a8-35a3f459e5aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:53.867740 [ 294 ] {f7e7a3af-48bf-4432-95a8-35a3f459e5aa} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.14 17:29:53.867987 [ 294 ] {f7e7a3af-48bf-4432-95a8-35a3f459e5aa} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:53.868125 [ 294 ] {f7e7a3af-48bf-4432-95a8-35a3f459e5aa} executeQuery: Read 35 rows, 64.22 KiB in 0.001949 sec., 17957.927142124165 rows/sec., 32.18 MiB/sec. 2026.05.14 17:29:53.868177 [ 294 ] {f7e7a3af-48bf-4432-95a8-35a3f459e5aa} TCPHandler: Processed in 0.002127468 sec. 2026.05.14 17:29:53.868317 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:53.868413 [ 294 ] {02b26e7f-21dc-4c52-92cc-8e4f1a93acee} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:53.868455 [ 294 ] {02b26e7f-21dc-4c52-92cc-8e4f1a93acee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:53.868807 [ 294 ] {02b26e7f-21dc-4c52-92cc-8e4f1a93acee} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:53.868843 [ 294 ] {02b26e7f-21dc-4c52-92cc-8e4f1a93acee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:53.869147 [ 294 ] {02b26e7f-21dc-4c52-92cc-8e4f1a93acee} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.14 17:29:53.869368 [ 294 ] {02b26e7f-21dc-4c52-92cc-8e4f1a93acee} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:53.869495 [ 294 ] {02b26e7f-21dc-4c52-92cc-8e4f1a93acee} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.05.14 17:29:53.869531 [ 294 ] {02b26e7f-21dc-4c52-92cc-8e4f1a93acee} TCPHandler: Processed in 0.001264396 sec. 2026.05.14 17:29:54.038247 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.038421 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.14 17:29:54.038697 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:54.038733 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.14 17:29:54.038941 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:54.039009 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:54.039134 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.14 17:29:54.039167 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:54.039187 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:54.039202 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:54.039238 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.14 17:29:54.039257 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:54.040288 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} executeQuery: Read 52 rows, 12.45 KiB in 0.001938 sec., 26831.785345717235 rows/sec., 6.28 MiB/sec. 2026.05.14 17:29:54.040402 [ 294 ] {e9c1fd4c-2e11-4432-af55-3868bd3a612c} TCPHandler: Processed in 0.00223232 sec. 2026.05.14 17:29:54.051947 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.052069 [ 294 ] {f090f284-2012-483f-8be4-ba5df540ddad} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.14 17:29:54.052118 [ 294 ] {f090f284-2012-483f-8be4-ba5df540ddad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.14 17:29:54.052704 [ 294 ] {f090f284-2012-483f-8be4-ba5df540ddad} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:54.052748 [ 294 ] {f090f284-2012-483f-8be4-ba5df540ddad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:54.053101 [ 294 ] {f090f284-2012-483f-8be4-ba5df540ddad} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.14 17:29:54.053319 [ 294 ] {f090f284-2012-483f-8be4-ba5df540ddad} oximeter.fields_ipaddr (55a84e37-1f29-42f6-97ab-ea2194994803): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:54.053459 [ 294 ] {f090f284-2012-483f-8be4-ba5df540ddad} executeQuery: Read 4 rows, 334.00 B in 0.001419 sec., 2818.8865398167727 rows/sec., 229.86 KiB/sec. 2026.05.14 17:29:54.053496 [ 294 ] {f090f284-2012-483f-8be4-ba5df540ddad} TCPHandler: Processed in 0.001609061 sec. 2026.05.14 17:29:54.053786 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.053882 [ 294 ] {0545c065-cc8a-4f7c-8be1-2d22d3a3285d} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:54.053920 [ 294 ] {0545c065-cc8a-4f7c-8be1-2d22d3a3285d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:54.055151 [ 294 ] {0545c065-cc8a-4f7c-8be1-2d22d3a3285d} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:54.055188 [ 294 ] {0545c065-cc8a-4f7c-8be1-2d22d3a3285d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:54.055645 [ 294 ] {0545c065-cc8a-4f7c-8be1-2d22d3a3285d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.14 17:29:54.055864 [ 294 ] {0545c065-cc8a-4f7c-8be1-2d22d3a3285d} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:54.055995 [ 294 ] {0545c065-cc8a-4f7c-8be1-2d22d3a3285d} executeQuery: Read 2417 rows, 181.69 KiB in 0.002131 sec., 1134209.2914124823 rows/sec., 83.26 MiB/sec. 2026.05.14 17:29:54.056032 [ 294 ] {0545c065-cc8a-4f7c-8be1-2d22d3a3285d} TCPHandler: Processed in 0.00229467 sec. 2026.05.14 17:29:54.056448 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.056558 [ 294 ] {225cbf96-c85b-40b6-88c0-641453fd71a1} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.14 17:29:54.056597 [ 294 ] {225cbf96-c85b-40b6-88c0-641453fd71a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.14 17:29:54.057006 [ 294 ] {225cbf96-c85b-40b6-88c0-641453fd71a1} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:54.057042 [ 294 ] {225cbf96-c85b-40b6-88c0-641453fd71a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:54.057363 [ 294 ] {225cbf96-c85b-40b6-88c0-641453fd71a1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.14 17:29:54.057576 [ 294 ] {225cbf96-c85b-40b6-88c0-641453fd71a1} oximeter.fields_u16 (ffb280c8-8580-4c22-a647-d31891438e4e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:54.057714 [ 294 ] {225cbf96-c85b-40b6-88c0-641453fd71a1} executeQuery: Read 20 rows, 1.48 KiB in 0.001175 sec., 17021.27659574468 rows/sec., 1.23 MiB/sec. 2026.05.14 17:29:54.057752 [ 294 ] {225cbf96-c85b-40b6-88c0-641453fd71a1} TCPHandler: Processed in 0.001354548 sec. 2026.05.14 17:29:54.057875 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.057977 [ 294 ] {cdd99035-9728-4419-a8d0-3fb57102fa00} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.14 17:29:54.058017 [ 294 ] {cdd99035-9728-4419-a8d0-3fb57102fa00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.14 17:29:54.058788 [ 294 ] {cdd99035-9728-4419-a8d0-3fb57102fa00} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:54.058825 [ 294 ] {cdd99035-9728-4419-a8d0-3fb57102fa00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:54.059164 [ 294 ] {cdd99035-9728-4419-a8d0-3fb57102fa00} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.14 17:29:54.059394 [ 294 ] {cdd99035-9728-4419-a8d0-3fb57102fa00} oximeter.fields_u32 (e6556835-3006-412c-abbf-bd303053f224): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:54.059530 [ 294 ] {cdd99035-9728-4419-a8d0-3fb57102fa00} executeQuery: Read 801 rows, 47.38 KiB in 0.001577 sec., 507926.44261255546 rows/sec., 29.34 MiB/sec. 2026.05.14 17:29:54.059567 [ 294 ] {cdd99035-9728-4419-a8d0-3fb57102fa00} TCPHandler: Processed in 0.001741773 sec. 2026.05.14 17:29:54.059700 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.059795 [ 294 ] {f78b4f0f-a0fb-4899-8cb6-0a4bf206f1d3} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:54.059834 [ 294 ] {f78b4f0f-a0fb-4899-8cb6-0a4bf206f1d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.14 17:29:54.060226 [ 294 ] {f78b4f0f-a0fb-4899-8cb6-0a4bf206f1d3} oximeter.fields_u64 (e739dd0d-498d-4259-90c2-c8b65b47dc73): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:54.060264 [ 294 ] {f78b4f0f-a0fb-4899-8cb6-0a4bf206f1d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:54.060549 [ 294 ] {f78b4f0f-a0fb-4899-8cb6-0a4bf206f1d3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.14 17:29:54.060758 [ 294 ] {f78b4f0f-a0fb-4899-8cb6-0a4bf206f1d3} oximeter.fields_u64 (e739dd0d-498d-4259-90c2-c8b65b47dc73): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:54.060884 [ 294 ] {f78b4f0f-a0fb-4899-8cb6-0a4bf206f1d3} executeQuery: Read 1 rows, 72.00 B in 0.001107 sec., 903.342366757001 rows/sec., 63.52 KiB/sec. 2026.05.14 17:29:54.060921 [ 294 ] {f78b4f0f-a0fb-4899-8cb6-0a4bf206f1d3} TCPHandler: Processed in 0.001270856 sec. 2026.05.14 17:29:54.061113 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.061240 [ 294 ] {3ddd10ba-2f2c-4e8e-b017-748dcc4d9b04} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:54.061287 [ 294 ] {3ddd10ba-2f2c-4e8e-b017-748dcc4d9b04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:54.062223 [ 294 ] {3ddd10ba-2f2c-4e8e-b017-748dcc4d9b04} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:54.062260 [ 294 ] {3ddd10ba-2f2c-4e8e-b017-748dcc4d9b04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:54.062646 [ 294 ] {3ddd10ba-2f2c-4e8e-b017-748dcc4d9b04} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.14 17:29:54.062859 [ 294 ] {3ddd10ba-2f2c-4e8e-b017-748dcc4d9b04} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:54.062992 [ 294 ] {3ddd10ba-2f2c-4e8e-b017-748dcc4d9b04} executeQuery: Read 1299 rows, 88.84 KiB in 0.001777 sec., 731007.315700619 rows/sec., 48.82 MiB/sec. 2026.05.14 17:29:54.063032 [ 294 ] {3ddd10ba-2f2c-4e8e-b017-748dcc4d9b04} TCPHandler: Processed in 0.001992706 sec. 2026.05.14 17:29:54.063164 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.063260 [ 294 ] {08852522-0e18-4f9b-b859-083b8c624e8b} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:54.063301 [ 294 ] {08852522-0e18-4f9b-b859-083b8c624e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:54.064038 [ 294 ] {08852522-0e18-4f9b-b859-083b8c624e8b} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:54.064077 [ 294 ] {08852522-0e18-4f9b-b859-083b8c624e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:54.064526 [ 294 ] {08852522-0e18-4f9b-b859-083b8c624e8b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.14 17:29:54.064740 [ 294 ] {08852522-0e18-4f9b-b859-083b8c624e8b} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:54.064875 [ 294 ] {08852522-0e18-4f9b-b859-083b8c624e8b} executeQuery: Read 1498 rows, 93.04 KiB in 0.001634 sec., 916768.6658506732 rows/sec., 55.61 MiB/sec. 2026.05.14 17:29:54.064913 [ 294 ] {08852522-0e18-4f9b-b859-083b8c624e8b} TCPHandler: Processed in 0.001797314 sec. 2026.05.14 17:29:54.065041 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.065138 [ 294 ] {410c438b-953c-48f1-8bd7-9c7783a45a01} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:54.065190 [ 294 ] {410c438b-953c-48f1-8bd7-9c7783a45a01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.14 17:29:54.065965 [ 294 ] {410c438b-953c-48f1-8bd7-9c7783a45a01} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:54.066004 [ 294 ] {410c438b-953c-48f1-8bd7-9c7783a45a01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:54.066519 [ 294 ] {410c438b-953c-48f1-8bd7-9c7783a45a01} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.14 17:29:54.066736 [ 294 ] {410c438b-953c-48f1-8bd7-9c7783a45a01} oximeter.measurements_histogramu64 (eb994769-b4de-4ea4-a3f1-fd23224a1da5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:54.066871 [ 294 ] {410c438b-953c-48f1-8bd7-9c7783a45a01} executeQuery: Read 16 rows, 29.36 KiB in 0.001752 sec., 9132.4200913242 rows/sec., 16.36 MiB/sec. 2026.05.14 17:29:54.066922 [ 294 ] {410c438b-953c-48f1-8bd7-9c7783a45a01} TCPHandler: Processed in 0.001929445 sec. 2026.05.14 17:29:54.067055 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:54.067151 [ 294 ] {01ac7928-06bc-4dd5-ba43-e070ecbd0f0f} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:54.067190 [ 294 ] {01ac7928-06bc-4dd5-ba43-e070ecbd0f0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:54.067515 [ 294 ] {01ac7928-06bc-4dd5-ba43-e070ecbd0f0f} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:54.067551 [ 294 ] {01ac7928-06bc-4dd5-ba43-e070ecbd0f0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:54.067866 [ 294 ] {01ac7928-06bc-4dd5-ba43-e070ecbd0f0f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.14 17:29:54.068090 [ 294 ] {01ac7928-06bc-4dd5-ba43-e070ecbd0f0f} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:54.068219 [ 294 ] {01ac7928-06bc-4dd5-ba43-e070ecbd0f0f} executeQuery: Read 12 rows, 848.00 B in 0.001086 sec., 11049.723756906078 rows/sec., 762.55 KiB/sec. 2026.05.14 17:29:54.068255 [ 294 ] {01ac7928-06bc-4dd5-ba43-e070ecbd0f0f} TCPHandler: Processed in 0.001248177 sec. 2026.05.14 17:29:57.768918 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10001 2026.05.14 17:29:57.769452 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:57.769499 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:57.770138 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.14 17:29:57.770394 [ 245 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:57.770540 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10001 2026.05.14 17:29:57.770564 [ 72 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.14 17:29:57.770648 [ 72 ] {} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:57.770672 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:57.770823 [ 192 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.14 17:29:57.770985 [ 192 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:57.771030 [ 192 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7633 rows starting from the beginning of the part 2026.05.14 17:29:57.771103 [ 192 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.05.14 17:29:57.771155 [ 192 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.05.14 17:29:57.771210 [ 192 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.05.14 17:29:57.771254 [ 192 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.05.14 17:29:57.771302 [ 192 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.05.14 17:29:57.773570 [ 197 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10001 rows, containing 4 columns (4 merged, 0 gathered) in 0.002810697 sec., 3558192.149491745 rows/sec., 50.90 MiB/sec. 2026.05.14 17:29:57.773864 [ 197 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.14 17:29:57.774176 [ 197 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:57.774260 [ 197 ] {827f8d47-209e-4a27-aeec-a06a10e7792d::all_1_21_4} system.asynchronous_metric_log (827f8d47-209e-4a27-aeec-a06a10e7792d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.14 17:29:57.774359 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.05.14 17:29:58.287027 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.05.14 17:29:58.303683 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.303737 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.311251 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.14 17:29:58.313109 [ 244 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.313436 [ 72 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.14 17:29:58.313481 [ 72 ] {} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.313505 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.313685 [ 188 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.14 17:29:58.317900 [ 188 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:58.319479 [ 188 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.05.14 17:29:58.322887 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.05.14 17:29:58.324322 [ 188 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.05.14 17:29:58.329014 [ 188 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.05.14 17:29:58.333490 [ 188 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.05.14 17:29:58.337726 [ 188 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.05.14 17:29:58.341381 [ 188 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.05.14 17:29:58.393918 [ 197 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.080311463 sec., 1979.7921001638333 rows/sec., 10.24 MiB/sec. 2026.05.14 17:29:58.396448 [ 197 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.14 17:29:58.398506 [ 197 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.398609 [ 197 ] {9e50ad57-017f-4050-8b2c-b32c724dd786::all_1_21_4} system.metric_log (9e50ad57-017f-4050-8b2c-b32c724dd786) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.14 17:29:58.400622 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.14 17:29:58.852917 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:58.853169 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} executeQuery: (from [fd00:1122:3344:101::d]:44972) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.14 17:29:58.853511 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.14 17:29:58.853546 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.14 17:29:58.853764 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.14 17:29:58.853834 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.14 17:29:58.853978 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.14 17:29:58.854015 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.05.14 17:29:58.854037 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.14 17:29:58.854081 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} oximeter.timeseries_schema (1840193b-8d65-42f8-827a-d1686aee18ff) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.14 17:29:58.854125 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.14 17:29:58.854146 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 52 rows starting from 0 2026.05.14 17:29:58.855345 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} executeQuery: Read 52 rows, 12.45 KiB in 0.00226 sec., 23008.849557522124 rows/sec., 5.38 MiB/sec. 2026.05.14 17:29:58.855537 [ 294 ] {b97abf84-8673-43aa-970a-ca5182d40f94} TCPHandler: Processed in 0.002775586 sec. 2026.05.14 17:29:58.857084 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:58.857234 [ 294 ] {299b73d6-00f8-41ab-b5cd-0fc90a04436e} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.14 17:29:58.857298 [ 294 ] {299b73d6-00f8-41ab-b5cd-0fc90a04436e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.14 17:29:58.857918 [ 294 ] {299b73d6-00f8-41ab-b5cd-0fc90a04436e} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.857968 [ 294 ] {299b73d6-00f8-41ab-b5cd-0fc90a04436e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.858366 [ 294 ] {299b73d6-00f8-41ab-b5cd-0fc90a04436e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.14 17:29:58.858598 [ 294 ] {299b73d6-00f8-41ab-b5cd-0fc90a04436e} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.858731 [ 73 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.14 17:29:58.858747 [ 294 ] {299b73d6-00f8-41ab-b5cd-0fc90a04436e} executeQuery: Read 56 rows, 4.38 KiB in 0.001562 sec., 35851.472471190784 rows/sec., 2.74 MiB/sec. 2026.05.14 17:29:58.858779 [ 73 ] {} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.858797 [ 294 ] {299b73d6-00f8-41ab-b5cd-0fc90a04436e} TCPHandler: Processed in 0.001844924 sec. 2026.05.14 17:29:58.858806 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.858975 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:58.858974 [ 187 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.14 17:29:58.859080 [ 294 ] {6eb78175-76d3-4de2-ac29-ec60a9cf1532} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.14 17:29:58.859127 [ 294 ] {6eb78175-76d3-4de2-ac29-ec60a9cf1532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.14 17:29:58.859167 [ 187 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:58.859213 [ 187 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3360 rows starting from the beginning of the part 2026.05.14 17:29:58.859295 [ 187 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 249 rows starting from the beginning of the part 2026.05.14 17:29:58.859353 [ 187 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 70 rows starting from the beginning of the part 2026.05.14 17:29:58.859404 [ 187 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 126 rows starting from the beginning of the part 2026.05.14 17:29:58.859452 [ 187 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2417 rows starting from the beginning of the part 2026.05.14 17:29:58.859503 [ 187 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2026.05.14 17:29:58.859592 [ 294 ] {6eb78175-76d3-4de2-ac29-ec60a9cf1532} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.859636 [ 294 ] {6eb78175-76d3-4de2-ac29-ec60a9cf1532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.860303 [ 294 ] {6eb78175-76d3-4de2-ac29-ec60a9cf1532} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.14 17:29:58.860539 [ 294 ] {6eb78175-76d3-4de2-ac29-ec60a9cf1532} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.860675 [ 294 ] {6eb78175-76d3-4de2-ac29-ec60a9cf1532} executeQuery: Read 64 rows, 5.12 KiB in 0.001614 sec., 39653.035935563814 rows/sec., 3.10 MiB/sec. 2026.05.14 17:29:58.860694 [ 73 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.14 17:29:58.860715 [ 294 ] {6eb78175-76d3-4de2-ac29-ec60a9cf1532} TCPHandler: Processed in 0.001792623 sec. 2026.05.14 17:29:58.860772 [ 73 ] {} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.860801 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.860907 [ 197 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.14 17:29:58.860916 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:58.861037 [ 197 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:58.861038 [ 294 ] {62557c43-397a-445a-a8e6-9bbaa2ff8623} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.14 17:29:58.861075 [ 197 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1830 rows starting from the beginning of the part 2026.05.14 17:29:58.861108 [ 294 ] {62557c43-397a-445a-a8e6-9bbaa2ff8623} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.14 17:29:58.861140 [ 197 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 141 rows starting from the beginning of the part 2026.05.14 17:29:58.861191 [ 197 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 71 rows starting from the beginning of the part 2026.05.14 17:29:58.861233 [ 197 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 99 rows starting from the beginning of the part 2026.05.14 17:29:58.861376 [ 197 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1299 rows starting from the beginning of the part 2026.05.14 17:29:58.861417 [ 197 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2026.05.14 17:29:58.861631 [ 294 ] {62557c43-397a-445a-a8e6-9bbaa2ff8623} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.861674 [ 294 ] {62557c43-397a-445a-a8e6-9bbaa2ff8623} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.862446 [ 294 ] {62557c43-397a-445a-a8e6-9bbaa2ff8623} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.14 17:29:58.862865 [ 294 ] {62557c43-397a-445a-a8e6-9bbaa2ff8623} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.863001 [ 73 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.14 17:29:58.863008 [ 294 ] {62557c43-397a-445a-a8e6-9bbaa2ff8623} executeQuery: Read 128 rows, 9.13 KiB in 0.001987 sec., 64418.72169099144 rows/sec., 4.49 MiB/sec. 2026.05.14 17:29:58.863046 [ 73 ] {} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.863066 [ 294 ] {62557c43-397a-445a-a8e6-9bbaa2ff8623} TCPHandler: Processed in 0.002198489 sec. 2026.05.14 17:29:58.863075 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.863162 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.14 17:29:58.863183 [ 187 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6278 rows, containing 5 columns (5 merged, 0 gathered) in 0.004285456 sec., 1464954.9546185983 rows/sec., 116.08 MiB/sec. 2026.05.14 17:29:58.863213 [ 294 ] {} TCP-Session: 352abee4-1456-4623-9b49-c0806fe49447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.14 17:29:58.863299 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:58.863331 [ 294 ] {7e050328-7d0e-493e-95bb-ed7f10f3a614} executeQuery: (from [fd00:1122:3344:101::d]:44972) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.14 17:29:58.863332 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9241 rows starting from the beginning of the part 2026.05.14 17:29:58.863380 [ 294 ] {7e050328-7d0e-493e-95bb-ed7f10f3a614} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.14 17:29:58.863405 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 199 rows starting from the beginning of the part 2026.05.14 17:29:58.863454 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.05.14 17:29:58.863493 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2026.05.14 17:29:58.863531 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1498 rows starting from the beginning of the part 2026.05.14 17:29:58.863540 [ 190 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3504 rows, containing 5 columns (5 merged, 0 gathered) in 0.002675965 sec., 1309434.166739849 rows/sec., 95.11 MiB/sec. 2026.05.14 17:29:58.863571 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 128 rows starting from the beginning of the part 2026.05.14 17:29:58.863592 [ 189 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.14 17:29:58.863745 [ 294 ] {7e050328-7d0e-493e-95bb-ed7f10f3a614} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.863789 [ 294 ] {7e050328-7d0e-493e-95bb-ed7f10f3a614} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.863798 [ 190 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.14 17:29:58.863898 [ 189 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.863998 [ 189 ] {f58a85bf-a306-4713-871a-4c36ae7d2524::all_1_31_6} oximeter.fields_string (f58a85bf-a306-4713-871a-4c36ae7d2524) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.14 17:29:58.864083 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.05.14 17:29:58.864113 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.864188 [ 189 ] {48419fae-50e3-4458-be82-d4ceb88634ca::all_1_31_6} oximeter.fields_uuid (48419fae-50e3-4458-be82-d4ceb88634ca) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.14 17:29:58.864252 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.05.14 17:29:58.864391 [ 294 ] {7e050328-7d0e-493e-95bb-ed7f10f3a614} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.14 17:29:58.864656 [ 294 ] {7e050328-7d0e-493e-95bb-ed7f10f3a614} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.864819 [ 72 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.14 17:29:58.864851 [ 294 ] {7e050328-7d0e-493e-95bb-ed7f10f3a614} executeQuery: Read 48 rows, 3.31 KiB in 0.001536 sec., 31250 rows/sec., 2.11 MiB/sec. 2026.05.14 17:29:58.864857 [ 72 ] {} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:29:58.864887 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:29:58.864913 [ 294 ] {7e050328-7d0e-493e-95bb-ed7f10f3a614} TCPHandler: Processed in 0.001751283 sec. 2026.05.14 17:29:58.864986 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.14 17:29:58.865110 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.14 17:29:58.865144 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1320 rows starting from the beginning of the part 2026.05.14 17:29:58.865210 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.05.14 17:29:58.865255 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::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.05.14 17:29:58.865296 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.05.14 17:29:58.865334 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part 2026.05.14 17:29:58.865372 [ 197 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 48 rows starting from the beginning of the part 2026.05.14 17:29:58.866434 [ 200 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 4 columns (4 merged, 0 gathered) in 0.0015285 sec., 1020608.4396467125 rows/sec., 67.76 MiB/sec. 2026.05.14 17:29:58.866662 [ 190 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.14 17:29:58.866900 [ 190 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.867031 [ 190 ] {417247d4-8a20-43c6-a68a-59a4044c42a1::all_1_31_6} oximeter.measurements_u64 (417247d4-8a20-43c6-a68a-59a4044c42a1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.14 17:29:58.867128 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.05.14 17:29:58.867762 [ 197 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11386 rows, containing 5 columns (5 merged, 0 gathered) in 0.00462774 sec., 2460380.2287941845 rows/sec., 160.82 MiB/sec. 2026.05.14 17:29:58.868031 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.14 17:29:58.868279 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:29:58.868346 [ 195 ] {4171c978-0776-4a5f-a92a-ab2c8221dc4a::all_1_31_6} oximeter.measurements_cumulativeu64 (4171c978-0776-4a5f-a92a-ab2c8221dc4a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.14 17:29:58.868403 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. 2026.05.14 17:29:59.000242 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 253.23 MiB, peak 263.39 MiB, free memory in arenas 0.00 B, will set to 258.80 MiB (RSS), difference: 5.57 MiB 2026.05.14 17:30:00.296537 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 620 2026.05.14 17:30:00.299039 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.14 17:30:00.299090 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.05.14 17:30:00.300304 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.14 17:30:00.300594 [ 243 ] {} system.query_log (4dd9808d-1874-4812-8493-3805567fd2f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.14 17:30:00.300864 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 620