[ May 1 20:13:31 Enabled. ] [ May 1 20:13:31 Rereading configuration. ] [ May 1 20:13:32 Rereading configuration. ] [ May 1 20:13:33 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ May 1 20:13:33 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.05.01 20:13:34.010237 [ 1 ] {} Application: Will watch for the process with pid 25521 2026.05.01 20:13:34.010564 [ 1 ] {} Application: Forked a child process to watch 2026.05.01 20:13:34.309967 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25521 2026.05.01 20:13:34.310711 [ 1 ] {} Application: starting up 2026.05.01 20:13:34.310867 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.01 20:13:34.398872 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.05.01 20:13:34.439018 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.01 20:13:34.439075 [ 1 ] {} Application: Initializing DateLUT. 2026.05.01 20:13:34.439091 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.01 20:13:34.439148 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.01 20:13:34.439511 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.01 20:13:34.441776 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.01 20:13:34.442565 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.01 20:13:34.443431 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.05.01 20:13:34.443456 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.05.01 20:13:34.443470 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.05.01 20:13:34.444203 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.01 20:13:34.445128 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.01 20:13:34.451122 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.01 20:13:34.451760 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.01 20:13:34.453047 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.01 20:13:34.453111 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.01 20:13:34.454105 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.01 20:13:34.454498 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.01 20:13:34.457908 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.01 20:13:34.458204 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.01 20:13:34.461325 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.01 20:13:34.461764 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.01 20:13:34.462149 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.01 20:13:34.462478 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.01 20:13:34.463773 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.01 20:13:34.463798 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.01 20:13:34.463888 [ 137 ] {} DNSResolver: Updating DNS cache 2026.05.01 20:13:34.463974 [ 137 ] {} DNSResolver: Updated DNS cache 2026.05.01 20:13:34.488908 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.01 20:13:34.488934 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154063 sec 2026.05.01 20:13:34.488957 [ 1 ] {} ReferentialDeps: No tables 2026.05.01 20:13:34.488970 [ 1 ] {} LoadingDeps: No tables 2026.05.01 20:13:34.489658 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.01 20:13:34.489720 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.01 20:13:34.499268 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.01 20:13:34.499313 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.01 20:13:34.499340 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.01 20:13:34.499351 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.01 20:13:34.499385 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.01 20:13:34.499403 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.01 20:13:34.501406 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.01 20:13:34.501446 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.01 20:13:34.501464 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.01 20:13:34.501596 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.01 20:13:34.501636 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.01 20:13:34.501649 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.01 20:13:34.501671 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.01 20:13:34.501682 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.01 20:13:34.501711 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.01 20:13:34.501730 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.01 20:13:34.524485 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.01 20:13:34.526372 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.01 20:13:34.526402 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.9961e-05 sec 2026.05.01 20:13:34.526414 [ 1 ] {} ReferentialDeps: No tables 2026.05.01 20:13:34.526424 [ 1 ] {} LoadingDeps: No tables 2026.05.01 20:13:34.526447 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.01 20:13:34.526634 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.01 20:13:34.526675 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.01 20:13:34.526687 [ 1 ] {} Application: Loaded metadata. 2026.05.01 20:13:34.526698 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.05.01 20:13:34.526709 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.01 20:13:34.547878 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.01 20:13:34.548091 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.64 MiB (RSS), difference: 91.87 MiB 2026.05.01 20:13:34.549593 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.3621e-05 sec. 2026.05.01 20:13:34.549998 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.01 20:13:34.550688 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.01 20:13:34.550726 [ 1 ] {} Application: Ready for connections. 2026.05.01 20:13:36.842382 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49139 2026.05.01 20:13:36.843334 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.843968 [ 3 ] {} TCP-Session: 4f7eda51-b63f-42a4-872b-d089ad0f117b Authenticating user 'default' from [fd00:1122:3344:101::b]:49139 2026.05.01 20:13:36.844005 [ 3 ] {} TCP-Session: 4f7eda51-b63f-42a4-872b-d089ad0f117b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.844104 [ 3 ] {} TCP-Session: 4f7eda51-b63f-42a4-872b-d089ad0f117b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.844207 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 20:13:36.844234 [ 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.01 20:13:36.844327 [ 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.01 20:13:36.844840 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48294 2026.05.01 20:13:36.845706 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58218 2026.05.01 20:13:36.845715 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49630 2026.05.01 20:13:36.846220 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44405 2026.05.01 20:13:36.846262 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.846378 [ 4 ] {} TCP-Session: 68fae311-a2c1-454e-9830-33ed2c383d3f Authenticating user 'default' from [fd00:1122:3344:101::b]:48294 2026.05.01 20:13:36.846403 [ 4 ] {} TCP-Session: 68fae311-a2c1-454e-9830-33ed2c383d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.846416 [ 4 ] {} TCP-Session: 68fae311-a2c1-454e-9830-33ed2c383d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.846532 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33444 2026.05.01 20:13:36.846559 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.846561 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64689 2026.05.01 20:13:36.846551 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59157 2026.05.01 20:13:36.846750 [ 253 ] {} TCP-Session: fafdf407-d185-4a89-8059-3f3564bc8034 Authenticating user 'default' from [fd00:1122:3344:101::b]:58218 2026.05.01 20:13:36.846787 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.846817 [ 253 ] {} TCP-Session: fafdf407-d185-4a89-8059-3f3564bc8034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.846851 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.846881 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.846829 [ 258 ] {} TCP-Session: 589d550c-92d6-42e4-b897-be0a0547bce5 Authenticating user 'default' from [fd00:1122:3344:101::b]:44405 2026.05.01 20:13:36.846924 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.847000 [ 5 ] {} TCP-Session: a547e5d6-be46-46e5-92ea-88fafdac55a6 Authenticating user 'default' from [fd00:1122:3344:101::b]:49630 2026.05.01 20:13:36.847000 [ 257 ] {} TCP-Session: 58b60726-b8dd-4bdd-a187-faf32c719502 Authenticating user 'default' from [fd00:1122:3344:101::b]:33444 2026.05.01 20:13:36.847043 [ 5 ] {} TCP-Session: a547e5d6-be46-46e5-92ea-88fafdac55a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.847100 [ 257 ] {} TCP-Session: 58b60726-b8dd-4bdd-a187-faf32c719502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.847050 [ 255 ] {} TCP-Session: a20a8f19-1c3b-4ae8-9268-ad23d27d5293 Authenticating user 'default' from [fd00:1122:3344:101::b]:64689 2026.05.01 20:13:36.847026 [ 258 ] {} TCP-Session: 589d550c-92d6-42e4-b897-be0a0547bce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.847012 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.847186 [ 258 ] {} TCP-Session: 589d550c-92d6-42e4-b897-be0a0547bce5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.847205 [ 255 ] {} TCP-Session: a20a8f19-1c3b-4ae8-9268-ad23d27d5293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.847176 [ 5 ] {} TCP-Session: a547e5d6-be46-46e5-92ea-88fafdac55a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.847263 [ 256 ] {} TCP-Session: ad3ab99d-d35c-47c0-9cb1-a0b8933e4ec8 Authenticating user 'default' from [fd00:1122:3344:101::b]:59157 2026.05.01 20:13:36.847266 [ 255 ] {} TCP-Session: a20a8f19-1c3b-4ae8-9268-ad23d27d5293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.846922 [ 253 ] {} TCP-Session: fafdf407-d185-4a89-8059-3f3564bc8034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.847361 [ 256 ] {} TCP-Session: ad3ab99d-d35c-47c0-9cb1-a0b8933e4ec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.847422 [ 256 ] {} TCP-Session: ad3ab99d-d35c-47c0-9cb1-a0b8933e4ec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.847435 [ 257 ] {} TCP-Session: 58b60726-b8dd-4bdd-a187-faf32c719502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.921487 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39434 2026.05.01 20:13:36.921654 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.921782 [ 259 ] {} TCP-Session: cb039a24-238a-46df-9afb-e13680ad8763 Authenticating user 'default' from [fd00:1122:3344:101::a]:39434 2026.05.01 20:13:36.921807 [ 259 ] {} TCP-Session: cb039a24-238a-46df-9afb-e13680ad8763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.921819 [ 259 ] {} TCP-Session: cb039a24-238a-46df-9afb-e13680ad8763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.921952 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 20:13:36.921988 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 20:13:36.922080 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 20:13:36.922514 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64686 2026.05.01 20:13:36.922621 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55768 2026.05.01 20:13:36.922740 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57604 2026.05.01 20:13:36.922820 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.922869 [ 260 ] {} TCP-Session: 18c7a856-64e2-44b7-8008-78d3dc697d3d Authenticating user 'default' from [fd00:1122:3344:101::a]:64686 2026.05.01 20:13:36.922973 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.922935 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.923052 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45827 2026.05.01 20:13:36.923086 [ 260 ] {} TCP-Session: 18c7a856-64e2-44b7-8008-78d3dc697d3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923133 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35680 2026.05.01 20:13:36.923140 [ 262 ] {} TCP-Session: 10802b4d-dd1a-405a-8514-3a814267c0a2 Authenticating user 'default' from [fd00:1122:3344:101::a]:57604 2026.05.01 20:13:36.923102 [ 261 ] {} TCP-Session: edc8e5fc-300e-476e-b234-ebf85050a4de Authenticating user 'default' from [fd00:1122:3344:101::a]:55768 2026.05.01 20:13:36.923252 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59764 2026.05.01 20:13:36.923274 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.923216 [ 262 ] {} TCP-Session: 10802b4d-dd1a-405a-8514-3a814267c0a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923435 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.923464 [ 262 ] {} TCP-Session: 10802b4d-dd1a-405a-8514-3a814267c0a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923355 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.923335 [ 264 ] {} TCP-Session: ef61539e-b725-4e8b-b88c-38e83e229224 Authenticating user 'default' from [fd00:1122:3344:101::a]:45827 2026.05.01 20:13:36.923535 [ 265 ] {} TCP-Session: 5ae9b8eb-f377-41b3-b4d9-bac19ac180d3 Authenticating user 'default' from [fd00:1122:3344:101::a]:35680 2026.05.01 20:13:36.923529 [ 266 ] {} TCP-Session: aa9aed79-4634-44ec-bfee-4f5166a8d8fc Authenticating user 'default' from [fd00:1122:3344:101::a]:59764 2026.05.01 20:13:36.923624 [ 264 ] {} TCP-Session: ef61539e-b725-4e8b-b88c-38e83e229224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923645 [ 266 ] {} TCP-Session: aa9aed79-4634-44ec-bfee-4f5166a8d8fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923633 [ 265 ] {} TCP-Session: 5ae9b8eb-f377-41b3-b4d9-bac19ac180d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923189 [ 260 ] {} TCP-Session: 18c7a856-64e2-44b7-8008-78d3dc697d3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923752 [ 266 ] {} TCP-Session: aa9aed79-4634-44ec-bfee-4f5166a8d8fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923736 [ 265 ] {} TCP-Session: 5ae9b8eb-f377-41b3-b4d9-bac19ac180d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923718 [ 264 ] {} TCP-Session: ef61539e-b725-4e8b-b88c-38e83e229224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.922929 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64528 2026.05.01 20:13:36.923317 [ 261 ] {} TCP-Session: edc8e5fc-300e-476e-b234-ebf85050a4de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.923937 [ 261 ] {} TCP-Session: edc8e5fc-300e-476e-b234-ebf85050a4de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.924077 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:36.924112 [ 263 ] {} TCP-Session: 9976e47d-a345-4f25-9031-5ba5d56ffa87 Authenticating user 'default' from [fd00:1122:3344:101::a]:64528 2026.05.01 20:13:36.924127 [ 263 ] {} TCP-Session: 9976e47d-a345-4f25-9031-5ba5d56ffa87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:36.924215 [ 263 ] {} TCP-Session: 9976e47d-a345-4f25-9031-5ba5d56ffa87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.001142 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 117.28 MiB, peak 117.28 MiB, free memory in arenas 0.00 B, will set to 119.54 MiB (RSS), difference: 2.26 MiB 2026.05.01 20:13:37.151088 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34283 2026.05.01 20:13:37.151318 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:37.151393 [ 267 ] {} TCP-Session: fc24be92-7593-4d12-9755-997ca7cba1b1 Authenticating user 'default' from [fd00:1122:3344:101::c]:34283 2026.05.01 20:13:37.151416 [ 267 ] {} TCP-Session: fc24be92-7593-4d12-9755-997ca7cba1b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.151428 [ 267 ] {} TCP-Session: fc24be92-7593-4d12-9755-997ca7cba1b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.151551 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 20:13:37.151582 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 20:13:37.151663 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 20:13:37.152123 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37899 2026.05.01 20:13:37.152240 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35616 2026.05.01 20:13:37.152326 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:37.152369 [ 268 ] {} TCP-Session: 72a4ea4a-8837-4da2-834d-b7fd3dde2a7d Authenticating user 'default' from [fd00:1122:3344:101::c]:37899 2026.05.01 20:13:37.152392 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34753 2026.05.01 20:13:37.152472 [ 268 ] {} TCP-Session: 72a4ea4a-8837-4da2-834d-b7fd3dde2a7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.152490 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:37.152476 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35750 2026.05.01 20:13:37.152543 [ 269 ] {} TCP-Session: db0a37c6-7e66-42c2-84b4-6f13f9c14401 Authenticating user 'default' from [fd00:1122:3344:101::c]:35616 2026.05.01 20:13:37.152493 [ 268 ] {} TCP-Session: 72a4ea4a-8837-4da2-834d-b7fd3dde2a7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.152639 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35695 2026.05.01 20:13:37.152737 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47898 2026.05.01 20:13:37.152728 [ 269 ] {} TCP-Session: db0a37c6-7e66-42c2-84b4-6f13f9c14401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.152646 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:37.152813 [ 269 ] {} TCP-Session: db0a37c6-7e66-42c2-84b4-6f13f9c14401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.152848 [ 270 ] {} TCP-Session: 34c9d2d1-df33-4fa5-accb-ec54ed2fb26d Authenticating user 'default' from [fd00:1122:3344:101::c]:34753 2026.05.01 20:13:37.152833 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:37.153006 [ 270 ] {} TCP-Session: 34c9d2d1-df33-4fa5-accb-ec54ed2fb26d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.153050 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:37.153019 [ 271 ] {} TCP-Session: 02a36d2a-acd7-4b41-82d4-cf024a7beedd Authenticating user 'default' from [fd00:1122:3344:101::c]:35750 2026.05.01 20:13:37.153081 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:37.153157 [ 272 ] {} TCP-Session: c6e7119b-7d29-405f-9d89-590e70d30f60 Authenticating user 'default' from [fd00:1122:3344:101::c]:35695 2026.05.01 20:13:37.153137 [ 271 ] {} TCP-Session: 02a36d2a-acd7-4b41-82d4-cf024a7beedd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.153010 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61236 2026.05.01 20:13:37.153117 [ 270 ] {} TCP-Session: 34c9d2d1-df33-4fa5-accb-ec54ed2fb26d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.153271 [ 272 ] {} TCP-Session: c6e7119b-7d29-405f-9d89-590e70d30f60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.153235 [ 271 ] {} TCP-Session: 02a36d2a-acd7-4b41-82d4-cf024a7beedd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.153234 [ 273 ] {} TCP-Session: 996b9d35-c6e4-4923-b6b8-407f5cc17efa Authenticating user 'default' from [fd00:1122:3344:101::c]:47898 2026.05.01 20:13:37.153360 [ 272 ] {} TCP-Session: c6e7119b-7d29-405f-9d89-590e70d30f60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.153415 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:37.153442 [ 273 ] {} TCP-Session: 996b9d35-c6e4-4923-b6b8-407f5cc17efa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.153495 [ 274 ] {} TCP-Session: 0e2fabdc-2814-4ae0-8181-e68ea1847143 Authenticating user 'default' from [fd00:1122:3344:101::c]:61236 2026.05.01 20:13:37.153568 [ 273 ] {} TCP-Session: 996b9d35-c6e4-4923-b6b8-407f5cc17efa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.153586 [ 274 ] {} TCP-Session: 0e2fabdc-2814-4ae0-8181-e68ea1847143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:37.153731 [ 274 ] {} TCP-Session: 0e2fabdc-2814-4ae0-8181-e68ea1847143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.713967 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43200 2026.05.01 20:13:40.716739 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:40.716975 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Authenticating user 'default' from [fd00:1122:3344:101::d]:43200 2026.05.01 20:13:40.717020 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.717041 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.717286 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 20:13:40.717336 [ 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.01 20:13:40.717510 [ 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.01 20:13:40.718699 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49282 2026.05.01 20:13:40.718852 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61790 2026.05.01 20:13:40.718714 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38360 2026.05.01 20:13:40.719220 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51234 2026.05.01 20:13:40.719250 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:40.719244 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45673 2026.05.01 20:13:40.719472 [ 277 ] {} TCP-Session: 41bcc922-f869-40f4-965d-d06a852b1107 Authenticating user 'default' from [fd00:1122:3344:101::d]:49282 2026.05.01 20:13:40.719473 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35203 2026.05.01 20:13:40.719524 [ 277 ] {} TCP-Session: 41bcc922-f869-40f4-965d-d06a852b1107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.719584 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:40.719709 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:40.719750 [ 277 ] {} TCP-Session: 41bcc922-f869-40f4-965d-d06a852b1107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.719796 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Authenticating user 'default' from [fd00:1122:3344:101::d]:38360 2026.05.01 20:13:40.719871 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40893 2026.05.01 20:13:40.719934 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.719784 [ 278 ] {} TCP-Session: 5e661d75-7d2d-4c86-bf73-5455c4946d4a Authenticating user 'default' from [fd00:1122:3344:101::d]:61790 2026.05.01 20:13:40.719956 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.720167 [ 278 ] {} TCP-Session: 5e661d75-7d2d-4c86-bf73-5455c4946d4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.720193 [ 278 ] {} TCP-Session: 5e661d75-7d2d-4c86-bf73-5455c4946d4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.720374 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:40.720392 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58317 2026.05.01 20:13:40.720469 [ 279 ] {} TCP-Session: dfc73eda-7e5d-4cde-9452-e84efc6343b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45673 2026.05.01 20:13:40.720571 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:40.720377 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:40.720692 [ 279 ] {} TCP-Session: dfc73eda-7e5d-4cde-9452-e84efc6343b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.720810 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:40.720842 [ 279 ] {} TCP-Session: dfc73eda-7e5d-4cde-9452-e84efc6343b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.720734 [ 281 ] {} TCP-Session: 41dcdd37-8b8a-4fa7-8c94-e9997e9c63ec Authenticating user 'default' from [fd00:1122:3344:101::d]:35203 2026.05.01 20:13:40.720726 [ 280 ] {} TCP-Session: 6249cb24-49b9-4543-b163-9d939364df68 Authenticating user 'default' from [fd00:1122:3344:101::d]:51234 2026.05.01 20:13:40.720952 [ 281 ] {} TCP-Session: 41dcdd37-8b8a-4fa7-8c94-e9997e9c63ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.720946 [ 283 ] {} TCP-Session: 5186b49c-d225-4bbe-a62a-20d0addef90d Authenticating user 'default' from [fd00:1122:3344:101::d]:58317 2026.05.01 20:13:40.720701 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:40.721156 [ 280 ] {} TCP-Session: 6249cb24-49b9-4543-b163-9d939364df68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.721179 [ 283 ] {} TCP-Session: 5186b49c-d225-4bbe-a62a-20d0addef90d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.721201 [ 281 ] {} TCP-Session: 41dcdd37-8b8a-4fa7-8c94-e9997e9c63ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.721305 [ 282 ] {} TCP-Session: 851ebc04-b801-4e22-8cb2-d171013b08dd Authenticating user 'default' from [fd00:1122:3344:101::d]:40893 2026.05.01 20:13:40.721312 [ 283 ] {} TCP-Session: 5186b49c-d225-4bbe-a62a-20d0addef90d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.721435 [ 282 ] {} TCP-Session: 851ebc04-b801-4e22-8cb2-d171013b08dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.721501 [ 280 ] {} TCP-Session: 6249cb24-49b9-4543-b163-9d939364df68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.721650 [ 282 ] {} TCP-Session: 851ebc04-b801-4e22-8cb2-d171013b08dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:40.732133 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.740033 [ 275 ] {c2ea2bd2-93be-44ac-8c93-c8fee3103368} executeQuery: (from [fd00:1122:3344:101::d]:43200) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 20:13:40.825847 [ 275 ] {c2ea2bd2-93be-44ac-8c93-c8fee3103368} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43200) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.01 20:13:40.830390 [ 275 ] {c2ea2bd2-93be-44ac-8c93-c8fee3103368} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.01 20:13:40.830777 [ 275 ] {c2ea2bd2-93be-44ac-8c93-c8fee3103368} TCPHandler: Processed in 0.108347189 sec. 2026.05.01 20:13:40.831525 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.831851 [ 276 ] {e46baf16-95da-4d1b-af53-57ebecf5067e} executeQuery: (from [fd00:1122:3344:101::d]:38360) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 20:13:40.832488 [ 276 ] {e46baf16-95da-4d1b-af53-57ebecf5067e} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38360) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.01 20:13:40.832895 [ 276 ] {e46baf16-95da-4d1b-af53-57ebecf5067e} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.01 20:13:40.833167 [ 276 ] {e46baf16-95da-4d1b-af53-57ebecf5067e} TCPHandler: Processed in 0.002013208 sec. 2026.05.01 20:13:40.833645 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.834847 [ 275 ] {3aa1013b-52d3-4def-81ac-f8171a3a9dd2} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.01 20:13:40.838381 [ 275 ] {3aa1013b-52d3-4def-81ac-f8171a3a9dd2} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.01 20:13:40.841274 [ 275 ] {3aa1013b-52d3-4def-81ac-f8171a3a9dd2} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.01 20:13:40.841536 [ 275 ] {3aa1013b-52d3-4def-81ac-f8171a3a9dd2} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000310456 sec 2026.05.01 20:13:40.841563 [ 275 ] {3aa1013b-52d3-4def-81ac-f8171a3a9dd2} ReferentialDeps: No tables 2026.05.01 20:13:40.841580 [ 275 ] {3aa1013b-52d3-4def-81ac-f8171a3a9dd2} LoadingDeps: No tables 2026.05.01 20:13:40.841849 [ 275 ] {3aa1013b-52d3-4def-81ac-f8171a3a9dd2} DatabaseAtomic (oximeter): Starting up tables. 2026.05.01 20:13:40.843009 [ 275 ] {3aa1013b-52d3-4def-81ac-f8171a3a9dd2} TCPHandler: Processed in 0.009541661 sec. 2026.05.01 20:13:40.843321 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.843521 [ 275 ] {bcbbd142-3dcc-477f-91ef-4b3ca04568d2} executeQuery: (from [fd00:1122:3344:101::d]:43200) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.05.01 20:13:40.843776 [ 275 ] {bcbbd142-3dcc-477f-91ef-4b3ca04568d2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.01 20:13:40.858927 [ 275 ] {bcbbd142-3dcc-477f-91ef-4b3ca04568d2} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.01 20:13:40.863759 [ 275 ] {bcbbd142-3dcc-477f-91ef-4b3ca04568d2} oximeter.version (7e7d2805-cb97-47f9-a351-cff211588c31): Loading data parts 2026.05.01 20:13:40.865696 [ 275 ] {bcbbd142-3dcc-477f-91ef-4b3ca04568d2} oximeter.version (7e7d2805-cb97-47f9-a351-cff211588c31): There are no data parts 2026.05.01 20:13:40.871008 [ 275 ] {bcbbd142-3dcc-477f-91ef-4b3ca04568d2} TCPHandler: Processed in 0.027797275 sec. 2026.05.01 20:13:40.871572 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.871870 [ 275 ] {de978f54-ae97-4cb4-a8b8-2096053ab346} executeQuery: (from [fd00:1122:3344:101::d]:43200) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.872094 [ 275 ] {de978f54-ae97-4cb4-a8b8-2096053ab346} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.01 20:13:40.889360 [ 275 ] {de978f54-ae97-4cb4-a8b8-2096053ab346} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): Loading data parts 2026.05.01 20:13:40.890252 [ 275 ] {de978f54-ae97-4cb4-a8b8-2096053ab346} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): There are no data parts 2026.05.01 20:13:40.893316 [ 275 ] {de978f54-ae97-4cb4-a8b8-2096053ab346} TCPHandler: Processed in 0.021921384 sec. 2026.05.01 20:13:40.893755 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.894243 [ 275 ] {f99c50bb-16be-480f-95f2-f7bf619c9366} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.894340 [ 275 ] {f99c50bb-16be-480f-95f2-f7bf619c9366} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.01 20:13:40.897501 [ 275 ] {f99c50bb-16be-480f-95f2-f7bf619c9366} oximeter.measurements_i8 (5a5a8d9d-b81a-403c-9a95-d9dbde78da7a): Loading data parts 2026.05.01 20:13:40.897912 [ 275 ] {f99c50bb-16be-480f-95f2-f7bf619c9366} oximeter.measurements_i8 (5a5a8d9d-b81a-403c-9a95-d9dbde78da7a): There are no data parts 2026.05.01 20:13:40.900099 [ 275 ] {f99c50bb-16be-480f-95f2-f7bf619c9366} TCPHandler: Processed in 0.006543404 sec. 2026.05.01 20:13:40.900564 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.900813 [ 275 ] {13882928-90aa-4e6c-b74c-2499ed9e62d4} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.901050 [ 275 ] {13882928-90aa-4e6c-b74c-2499ed9e62d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.01 20:13:40.905185 [ 275 ] {13882928-90aa-4e6c-b74c-2499ed9e62d4} oximeter.measurements_u8 (4be5ac36-7d76-468d-beb7-f6ddf0b9241e): Loading data parts 2026.05.01 20:13:40.905629 [ 275 ] {13882928-90aa-4e6c-b74c-2499ed9e62d4} oximeter.measurements_u8 (4be5ac36-7d76-468d-beb7-f6ddf0b9241e): There are no data parts 2026.05.01 20:13:40.907487 [ 275 ] {13882928-90aa-4e6c-b74c-2499ed9e62d4} TCPHandler: Processed in 0.007014292 sec. 2026.05.01 20:13:40.908024 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.909279 [ 275 ] {aa30b035-e048-4a8e-8deb-22167564378b} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.909388 [ 275 ] {aa30b035-e048-4a8e-8deb-22167564378b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.01 20:13:40.916203 [ 275 ] {aa30b035-e048-4a8e-8deb-22167564378b} oximeter.measurements_i16 (c1d208ce-1895-453e-bdcf-723c83a9ecfb): Loading data parts 2026.05.01 20:13:40.916450 [ 275 ] {aa30b035-e048-4a8e-8deb-22167564378b} oximeter.measurements_i16 (c1d208ce-1895-453e-bdcf-723c83a9ecfb): There are no data parts 2026.05.01 20:13:40.918510 [ 275 ] {aa30b035-e048-4a8e-8deb-22167564378b} TCPHandler: Processed in 0.010582591 sec. 2026.05.01 20:13:40.918987 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.919375 [ 275 ] {c7adb510-fc6a-4a30-acbd-6014d685e34d} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.919674 [ 275 ] {c7adb510-fc6a-4a30-acbd-6014d685e34d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.01 20:13:40.923453 [ 275 ] {c7adb510-fc6a-4a30-acbd-6014d685e34d} oximeter.measurements_u16 (b90dbd03-13ae-46a4-b8dc-371472afa0cb): Loading data parts 2026.05.01 20:13:40.924110 [ 275 ] {c7adb510-fc6a-4a30-acbd-6014d685e34d} oximeter.measurements_u16 (b90dbd03-13ae-46a4-b8dc-371472afa0cb): There are no data parts 2026.05.01 20:13:40.926749 [ 275 ] {c7adb510-fc6a-4a30-acbd-6014d685e34d} TCPHandler: Processed in 0.007889409 sec. 2026.05.01 20:13:40.927053 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.927521 [ 275 ] {1ff32449-1d60-4054-8a4c-12f85d0a84a6} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.927960 [ 275 ] {1ff32449-1d60-4054-8a4c-12f85d0a84a6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.01 20:13:40.934131 [ 275 ] {1ff32449-1d60-4054-8a4c-12f85d0a84a6} oximeter.measurements_i32 (e7fd88f9-a666-4f96-98f4-90917778687f): Loading data parts 2026.05.01 20:13:40.934531 [ 275 ] {1ff32449-1d60-4054-8a4c-12f85d0a84a6} oximeter.measurements_i32 (e7fd88f9-a666-4f96-98f4-90917778687f): There are no data parts 2026.05.01 20:13:40.937590 [ 275 ] {1ff32449-1d60-4054-8a4c-12f85d0a84a6} TCPHandler: Processed in 0.010647771 sec. 2026.05.01 20:13:40.938233 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.938552 [ 275 ] {e2acb913-bb2a-444f-9040-9c9bc26377ed} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.938876 [ 275 ] {e2acb913-bb2a-444f-9040-9c9bc26377ed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.01 20:13:40.943808 [ 275 ] {e2acb913-bb2a-444f-9040-9c9bc26377ed} oximeter.measurements_u32 (3d37e1bd-31b6-4f8b-b2b5-74f128262cb2): Loading data parts 2026.05.01 20:13:40.944054 [ 275 ] {e2acb913-bb2a-444f-9040-9c9bc26377ed} oximeter.measurements_u32 (3d37e1bd-31b6-4f8b-b2b5-74f128262cb2): There are no data parts 2026.05.01 20:13:40.945758 [ 275 ] {e2acb913-bb2a-444f-9040-9c9bc26377ed} TCPHandler: Processed in 0.007735666 sec. 2026.05.01 20:13:40.946074 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.946403 [ 275 ] {d6e4b815-d838-4721-b6b7-1555b6fe02dc} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.946511 [ 275 ] {d6e4b815-d838-4721-b6b7-1555b6fe02dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.01 20:13:40.952148 [ 275 ] {d6e4b815-d838-4721-b6b7-1555b6fe02dc} oximeter.measurements_i64 (e58d8688-e069-4c79-b69c-5245ab1be780): Loading data parts 2026.05.01 20:13:40.952409 [ 275 ] {d6e4b815-d838-4721-b6b7-1555b6fe02dc} oximeter.measurements_i64 (e58d8688-e069-4c79-b69c-5245ab1be780): There are no data parts 2026.05.01 20:13:40.954188 [ 275 ] {d6e4b815-d838-4721-b6b7-1555b6fe02dc} TCPHandler: Processed in 0.008211635 sec. 2026.05.01 20:13:40.954602 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.954807 [ 275 ] {770ab68c-f488-466b-af90-791410b455c2} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.955001 [ 275 ] {770ab68c-f488-466b-af90-791410b455c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.01 20:13:40.958489 [ 275 ] {770ab68c-f488-466b-af90-791410b455c2} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Loading data parts 2026.05.01 20:13:40.960275 [ 275 ] {770ab68c-f488-466b-af90-791410b455c2} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): There are no data parts 2026.05.01 20:13:40.962981 [ 275 ] {770ab68c-f488-466b-af90-791410b455c2} TCPHandler: Processed in 0.008477881 sec. 2026.05.01 20:13:40.963232 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.963472 [ 275 ] {1064d39f-72aa-4cfe-90da-5d96616f749a} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.963664 [ 275 ] {1064d39f-72aa-4cfe-90da-5d96616f749a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.01 20:13:40.966978 [ 275 ] {1064d39f-72aa-4cfe-90da-5d96616f749a} oximeter.measurements_f32 (58b3152a-f54e-4981-87ad-99f0036f92e0): Loading data parts 2026.05.01 20:13:40.967429 [ 275 ] {1064d39f-72aa-4cfe-90da-5d96616f749a} oximeter.measurements_f32 (58b3152a-f54e-4981-87ad-99f0036f92e0): There are no data parts 2026.05.01 20:13:40.969398 [ 275 ] {1064d39f-72aa-4cfe-90da-5d96616f749a} TCPHandler: Processed in 0.006242558 sec. 2026.05.01 20:13:40.970004 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.970867 [ 275 ] {4d02af43-2427-4849-858c-3297b70b35c1} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.978802 [ 275 ] {4d02af43-2427-4849-858c-3297b70b35c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.01 20:13:40.983412 [ 275 ] {4d02af43-2427-4849-858c-3297b70b35c1} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): Loading data parts 2026.05.01 20:13:40.983862 [ 275 ] {4d02af43-2427-4849-858c-3297b70b35c1} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): There are no data parts 2026.05.01 20:13:40.986418 [ 275 ] {4d02af43-2427-4849-858c-3297b70b35c1} TCPHandler: Processed in 0.016557744 sec. 2026.05.01 20:13:40.986813 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:40.987055 [ 275 ] {70266ad1-02dd-4022-a787-e349a1ba3224} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:40.987268 [ 275 ] {70266ad1-02dd-4022-a787-e349a1ba3224} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.01 20:13:40.997931 [ 275 ] {70266ad1-02dd-4022-a787-e349a1ba3224} oximeter.measurements_string (a063bc41-7677-4f01-b60b-e68ba55ff246): Loading data parts 2026.05.01 20:13:40.998240 [ 275 ] {70266ad1-02dd-4022-a787-e349a1ba3224} oximeter.measurements_string (a063bc41-7677-4f01-b60b-e68ba55ff246): There are no data parts 2026.05.01 20:13:41.000345 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.11 MiB, peak 125.11 MiB, free memory in arenas 0.00 B, will set to 133.30 MiB (RSS), difference: 8.19 MiB 2026.05.01 20:13:41.001536 [ 275 ] {70266ad1-02dd-4022-a787-e349a1ba3224} TCPHandler: Processed in 0.014906741 sec. 2026.05.01 20:13:41.001957 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.002262 [ 275 ] {bda21709-79f7-4cb0-a52e-1b14b5d86777} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.002466 [ 275 ] {bda21709-79f7-4cb0-a52e-1b14b5d86777} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.01 20:13:41.005618 [ 275 ] {bda21709-79f7-4cb0-a52e-1b14b5d86777} oximeter.measurements_bytes (abf44332-dcfd-4446-9140-a936b6cd5bf2): Loading data parts 2026.05.01 20:13:41.005890 [ 275 ] {bda21709-79f7-4cb0-a52e-1b14b5d86777} oximeter.measurements_bytes (abf44332-dcfd-4446-9140-a936b6cd5bf2): There are no data parts 2026.05.01 20:13:41.008029 [ 275 ] {bda21709-79f7-4cb0-a52e-1b14b5d86777} TCPHandler: Processed in 0.006253248 sec. 2026.05.01 20:13:41.008651 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.008945 [ 275 ] {13b846e6-2bdd-428e-b2ca-6d0118d984aa} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.009304 [ 275 ] {13b846e6-2bdd-428e-b2ca-6d0118d984aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.01 20:13:41.013292 [ 275 ] {13b846e6-2bdd-428e-b2ca-6d0118d984aa} oximeter.measurements_cumulativei64 (0b9b27a7-35a3-47ce-8361-c929f2516867): Loading data parts 2026.05.01 20:13:41.013574 [ 275 ] {13b846e6-2bdd-428e-b2ca-6d0118d984aa} oximeter.measurements_cumulativei64 (0b9b27a7-35a3-47ce-8361-c929f2516867): There are no data parts 2026.05.01 20:13:41.015501 [ 275 ] {13b846e6-2bdd-428e-b2ca-6d0118d984aa} TCPHandler: Processed in 0.006951722 sec. 2026.05.01 20:13:41.016106 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.016378 [ 275 ] {00b749aa-e7b9-49a8-b504-6b25e158cc4e} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.016627 [ 275 ] {00b749aa-e7b9-49a8-b504-6b25e158cc4e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.01 20:13:41.021587 [ 275 ] {00b749aa-e7b9-49a8-b504-6b25e158cc4e} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Loading data parts 2026.05.01 20:13:41.022024 [ 275 ] {00b749aa-e7b9-49a8-b504-6b25e158cc4e} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): There are no data parts 2026.05.01 20:13:41.027569 [ 275 ] {00b749aa-e7b9-49a8-b504-6b25e158cc4e} TCPHandler: Processed in 0.011587049 sec. 2026.05.01 20:13:41.027991 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.028514 [ 275 ] {fb4dc322-bc50-4838-926a-88e23eaf850f} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.028769 [ 275 ] {fb4dc322-bc50-4838-926a-88e23eaf850f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.01 20:13:41.033609 [ 275 ] {fb4dc322-bc50-4838-926a-88e23eaf850f} oximeter.measurements_cumulativef32 (f8ea11b4-6730-464d-8212-36ec53b5bb9e): Loading data parts 2026.05.01 20:13:41.034056 [ 275 ] {fb4dc322-bc50-4838-926a-88e23eaf850f} oximeter.measurements_cumulativef32 (f8ea11b4-6730-464d-8212-36ec53b5bb9e): There are no data parts 2026.05.01 20:13:41.036647 [ 275 ] {fb4dc322-bc50-4838-926a-88e23eaf850f} TCPHandler: Processed in 0.008808386 sec. 2026.05.01 20:13:41.037077 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.037406 [ 275 ] {4813375b-e7fa-439f-9503-ab9ecd7bba13} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.037639 [ 275 ] {4813375b-e7fa-439f-9503-ab9ecd7bba13} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.01 20:13:41.041164 [ 275 ] {4813375b-e7fa-439f-9503-ab9ecd7bba13} oximeter.measurements_cumulativef64 (4b89d4bd-6c90-434c-a376-e0a0096c409f): Loading data parts 2026.05.01 20:13:41.041424 [ 275 ] {4813375b-e7fa-439f-9503-ab9ecd7bba13} oximeter.measurements_cumulativef64 (4b89d4bd-6c90-434c-a376-e0a0096c409f): There are no data parts 2026.05.01 20:13:41.043673 [ 275 ] {4813375b-e7fa-439f-9503-ab9ecd7bba13} TCPHandler: Processed in 0.006767978 sec. 2026.05.01 20:13:41.044306 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.044632 [ 275 ] {e6962787-e62c-44ab-baa9-34cad9c2368f} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.044841 [ 275 ] {e6962787-e62c-44ab-baa9-34cad9c2368f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.01 20:13:41.049028 [ 275 ] {e6962787-e62c-44ab-baa9-34cad9c2368f} oximeter.measurements_histogrami8 (f488392a-f151-432e-a871-df58bd5a9e4e): Loading data parts 2026.05.01 20:13:41.049328 [ 275 ] {e6962787-e62c-44ab-baa9-34cad9c2368f} oximeter.measurements_histogrami8 (f488392a-f151-432e-a871-df58bd5a9e4e): There are no data parts 2026.05.01 20:13:41.055143 [ 275 ] {e6962787-e62c-44ab-baa9-34cad9c2368f} TCPHandler: Processed in 0.010952287 sec. 2026.05.01 20:13:41.055528 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.055908 [ 275 ] {9d279bdc-4786-475e-8eaf-09bb24c52cdb} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.056269 [ 275 ] {9d279bdc-4786-475e-8eaf-09bb24c52cdb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.01 20:13:41.060548 [ 275 ] {9d279bdc-4786-475e-8eaf-09bb24c52cdb} oximeter.measurements_histogramu8 (eaadd2c7-9076-410f-9dee-fc59a5ebd63d): Loading data parts 2026.05.01 20:13:41.060841 [ 275 ] {9d279bdc-4786-475e-8eaf-09bb24c52cdb} oximeter.measurements_histogramu8 (eaadd2c7-9076-410f-9dee-fc59a5ebd63d): There are no data parts 2026.05.01 20:13:41.062972 [ 275 ] {9d279bdc-4786-475e-8eaf-09bb24c52cdb} TCPHandler: Processed in 0.007552493 sec. 2026.05.01 20:13:41.065665 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.066383 [ 275 ] {feb2138d-6bd5-4684-ae76-2438571c8f51} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.066649 [ 275 ] {feb2138d-6bd5-4684-ae76-2438571c8f51} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.01 20:13:41.070971 [ 275 ] {feb2138d-6bd5-4684-ae76-2438571c8f51} oximeter.measurements_histogrami16 (6fb47fc2-0c6b-4d42-839f-c1b421c2bbac): Loading data parts 2026.05.01 20:13:41.071183 [ 275 ] {feb2138d-6bd5-4684-ae76-2438571c8f51} oximeter.measurements_histogrami16 (6fb47fc2-0c6b-4d42-839f-c1b421c2bbac): There are no data parts 2026.05.01 20:13:41.074116 [ 275 ] {feb2138d-6bd5-4684-ae76-2438571c8f51} TCPHandler: Processed in 0.008683794 sec. 2026.05.01 20:13:41.074444 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.074805 [ 275 ] {70811265-7b2c-4941-b375-1e9d8edc718f} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.075186 [ 275 ] {70811265-7b2c-4941-b375-1e9d8edc718f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.01 20:13:41.080283 [ 275 ] {70811265-7b2c-4941-b375-1e9d8edc718f} oximeter.measurements_histogramu16 (762b8c8e-df0c-4006-84a7-58917407de94): Loading data parts 2026.05.01 20:13:41.080594 [ 275 ] {70811265-7b2c-4941-b375-1e9d8edc718f} oximeter.measurements_histogramu16 (762b8c8e-df0c-4006-84a7-58917407de94): There are no data parts 2026.05.01 20:13:41.083203 [ 275 ] {70811265-7b2c-4941-b375-1e9d8edc718f} TCPHandler: Processed in 0.008875238 sec. 2026.05.01 20:13:41.083627 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.084045 [ 275 ] {143ee97b-9845-46e5-ac8c-22b2374ff731} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.084274 [ 275 ] {143ee97b-9845-46e5-ac8c-22b2374ff731} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.01 20:13:41.088239 [ 275 ] {143ee97b-9845-46e5-ac8c-22b2374ff731} oximeter.measurements_histogrami32 (f742c74c-283d-4e74-baa0-76d66cefb985): Loading data parts 2026.05.01 20:13:41.088511 [ 275 ] {143ee97b-9845-46e5-ac8c-22b2374ff731} oximeter.measurements_histogrami32 (f742c74c-283d-4e74-baa0-76d66cefb985): There are no data parts 2026.05.01 20:13:41.091543 [ 275 ] {143ee97b-9845-46e5-ac8c-22b2374ff731} TCPHandler: Processed in 0.008006762 sec. 2026.05.01 20:13:41.091868 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.092386 [ 275 ] {5cee516a-16b1-4971-86b4-902f9771ab3e} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.092878 [ 275 ] {5cee516a-16b1-4971-86b4-902f9771ab3e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.01 20:13:41.097756 [ 275 ] {5cee516a-16b1-4971-86b4-902f9771ab3e} oximeter.measurements_histogramu32 (4150210c-e1fb-4d52-9068-d43288802e0c): Loading data parts 2026.05.01 20:13:41.097985 [ 275 ] {5cee516a-16b1-4971-86b4-902f9771ab3e} oximeter.measurements_histogramu32 (4150210c-e1fb-4d52-9068-d43288802e0c): There are no data parts 2026.05.01 20:13:41.100983 [ 275 ] {5cee516a-16b1-4971-86b4-902f9771ab3e} TCPHandler: Processed in 0.009214094 sec. 2026.05.01 20:13:41.101423 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.102033 [ 275 ] {8241df26-cfee-4ca7-83d1-cba7626470e5} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.102924 [ 275 ] {8241df26-cfee-4ca7-83d1-cba7626470e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.01 20:13:41.107463 [ 275 ] {8241df26-cfee-4ca7-83d1-cba7626470e5} oximeter.measurements_histogrami64 (c1d8423d-b17f-4b91-af4b-5ece6bb50c1e): Loading data parts 2026.05.01 20:13:41.107791 [ 275 ] {8241df26-cfee-4ca7-83d1-cba7626470e5} oximeter.measurements_histogrami64 (c1d8423d-b17f-4b91-af4b-5ece6bb50c1e): There are no data parts 2026.05.01 20:13:41.116727 [ 275 ] {8241df26-cfee-4ca7-83d1-cba7626470e5} TCPHandler: Processed in 0.015485743 sec. 2026.05.01 20:13:41.117220 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.117861 [ 275 ] {e621259d-2aca-4cd5-b7cd-a233d5de38e0} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.118411 [ 275 ] {e621259d-2aca-4cd5-b7cd-a233d5de38e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.01 20:13:41.121933 [ 275 ] {e621259d-2aca-4cd5-b7cd-a233d5de38e0} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Loading data parts 2026.05.01 20:13:41.122178 [ 275 ] {e621259d-2aca-4cd5-b7cd-a233d5de38e0} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): There are no data parts 2026.05.01 20:13:41.124216 [ 275 ] {e621259d-2aca-4cd5-b7cd-a233d5de38e0} TCPHandler: Processed in 0.007209526 sec. 2026.05.01 20:13:41.128223 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.129179 [ 275 ] {d0c80a14-a2c6-49ec-9297-a578ca1eb5b6} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.129488 [ 275 ] {d0c80a14-a2c6-49ec-9297-a578ca1eb5b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.01 20:13:41.132572 [ 275 ] {d0c80a14-a2c6-49ec-9297-a578ca1eb5b6} oximeter.measurements_histogramf32 (6d00294d-5202-463d-b99a-d1523283d1e8): Loading data parts 2026.05.01 20:13:41.132889 [ 275 ] {d0c80a14-a2c6-49ec-9297-a578ca1eb5b6} oximeter.measurements_histogramf32 (6d00294d-5202-463d-b99a-d1523283d1e8): There are no data parts 2026.05.01 20:13:41.135285 [ 275 ] {d0c80a14-a2c6-49ec-9297-a578ca1eb5b6} TCPHandler: Processed in 0.007262568 sec. 2026.05.01 20:13:41.135700 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.136257 [ 275 ] {1f01b080-5ef1-4f13-93bf-5d24b00d0e11} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.137117 [ 275 ] {1f01b080-5ef1-4f13-93bf-5d24b00d0e11} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.01 20:13:41.143100 [ 275 ] {1f01b080-5ef1-4f13-93bf-5d24b00d0e11} oximeter.measurements_histogramf64 (e2f72f62-712e-4a49-bf92-8775886e743e): Loading data parts 2026.05.01 20:13:41.143565 [ 275 ] {1f01b080-5ef1-4f13-93bf-5d24b00d0e11} oximeter.measurements_histogramf64 (e2f72f62-712e-4a49-bf92-8775886e743e): There are no data parts 2026.05.01 20:13:41.148406 [ 275 ] {1f01b080-5ef1-4f13-93bf-5d24b00d0e11} TCPHandler: Processed in 0.012838513 sec. 2026.05.01 20:13:41.149054 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.149717 [ 275 ] {fe143857-4e86-49c0-b4f5-b415e61b2cdc} executeQuery: (from [fd00:1122:3344:101::d]:43200) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.150526 [ 275 ] {fe143857-4e86-49c0-b4f5-b415e61b2cdc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.01 20:13:41.158924 [ 275 ] {fe143857-4e86-49c0-b4f5-b415e61b2cdc} oximeter.fields_bool (bfe240fc-9769-4d0c-8fe4-2c1cd9e5c0a4): Loading data parts 2026.05.01 20:13:41.159336 [ 275 ] {fe143857-4e86-49c0-b4f5-b415e61b2cdc} oximeter.fields_bool (bfe240fc-9769-4d0c-8fe4-2c1cd9e5c0a4): There are no data parts 2026.05.01 20:13:41.162836 [ 275 ] {fe143857-4e86-49c0-b4f5-b415e61b2cdc} TCPHandler: Processed in 0.013973495 sec. 2026.05.01 20:13:41.163271 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.163650 [ 275 ] {56d8c21b-aa43-4ba1-8594-f927e836547a} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.163873 [ 275 ] {56d8c21b-aa43-4ba1-8594-f927e836547a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.01 20:13:41.169333 [ 275 ] {56d8c21b-aa43-4ba1-8594-f927e836547a} oximeter.fields_i8 (f2094a6f-c93a-4a2a-9474-58ee414fd61c): Loading data parts 2026.05.01 20:13:41.170036 [ 275 ] {56d8c21b-aa43-4ba1-8594-f927e836547a} oximeter.fields_i8 (f2094a6f-c93a-4a2a-9474-58ee414fd61c): There are no data parts 2026.05.01 20:13:41.174982 [ 275 ] {56d8c21b-aa43-4ba1-8594-f927e836547a} TCPHandler: Processed in 0.011882034 sec. 2026.05.01 20:13:41.176695 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.177489 [ 275 ] {18cfe915-0030-447b-9252-31348071ac98} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.177785 [ 275 ] {18cfe915-0030-447b-9252-31348071ac98} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.01 20:13:41.181365 [ 275 ] {18cfe915-0030-447b-9252-31348071ac98} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): Loading data parts 2026.05.01 20:13:41.181653 [ 275 ] {18cfe915-0030-447b-9252-31348071ac98} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): There are no data parts 2026.05.01 20:13:41.185436 [ 275 ] {18cfe915-0030-447b-9252-31348071ac98} TCPHandler: Processed in 0.009980539 sec. 2026.05.01 20:13:41.186451 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.186784 [ 275 ] {b8f375d1-081d-4c93-af61-e5f6d29af564} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.187050 [ 275 ] {b8f375d1-081d-4c93-af61-e5f6d29af564} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.01 20:13:41.195976 [ 275 ] {b8f375d1-081d-4c93-af61-e5f6d29af564} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): Loading data parts 2026.05.01 20:13:41.196417 [ 275 ] {b8f375d1-081d-4c93-af61-e5f6d29af564} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): There are no data parts 2026.05.01 20:13:41.198777 [ 275 ] {b8f375d1-081d-4c93-af61-e5f6d29af564} TCPHandler: Processed in 0.012518647 sec. 2026.05.01 20:13:41.199156 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.199572 [ 275 ] {d7e008c4-4669-47b2-b7a6-a2bf8eb70fa4} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.199770 [ 275 ] {d7e008c4-4669-47b2-b7a6-a2bf8eb70fa4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.01 20:13:41.205237 [ 275 ] {d7e008c4-4669-47b2-b7a6-a2bf8eb70fa4} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Loading data parts 2026.05.01 20:13:41.205478 [ 275 ] {d7e008c4-4669-47b2-b7a6-a2bf8eb70fa4} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): There are no data parts 2026.05.01 20:13:41.207980 [ 275 ] {d7e008c4-4669-47b2-b7a6-a2bf8eb70fa4} TCPHandler: Processed in 0.00900889 sec. 2026.05.01 20:13:41.208306 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.208571 [ 275 ] {ef66e5ed-ad63-46bb-b933-e7755c738cef} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.208742 [ 275 ] {ef66e5ed-ad63-46bb-b933-e7755c738cef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.01 20:13:41.211309 [ 275 ] {ef66e5ed-ad63-46bb-b933-e7755c738cef} oximeter.fields_i32 (b5f70595-edee-48d5-b02e-800a8f9ffe03): Loading data parts 2026.05.01 20:13:41.211472 [ 275 ] {ef66e5ed-ad63-46bb-b933-e7755c738cef} oximeter.fields_i32 (b5f70595-edee-48d5-b02e-800a8f9ffe03): There are no data parts 2026.05.01 20:13:41.213155 [ 275 ] {ef66e5ed-ad63-46bb-b933-e7755c738cef} TCPHandler: Processed in 0.004965234 sec. 2026.05.01 20:13:41.213400 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.213685 [ 275 ] {ba03faa0-b2db-46f6-a894-bbff5e0743de} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.213852 [ 275 ] {ba03faa0-b2db-46f6-a894-bbff5e0743de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.01 20:13:41.220777 [ 275 ] {ba03faa0-b2db-46f6-a894-bbff5e0743de} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): Loading data parts 2026.05.01 20:13:41.220957 [ 275 ] {ba03faa0-b2db-46f6-a894-bbff5e0743de} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): There are no data parts 2026.05.01 20:13:41.224448 [ 275 ] {ba03faa0-b2db-46f6-a894-bbff5e0743de} TCPHandler: Processed in 0.01111607 sec. 2026.05.01 20:13:41.224906 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.227217 [ 275 ] {69af83d0-60a9-4077-a54c-e8f226bcef9b} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.227725 [ 275 ] {69af83d0-60a9-4077-a54c-e8f226bcef9b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.01 20:13:41.230892 [ 275 ] {69af83d0-60a9-4077-a54c-e8f226bcef9b} oximeter.fields_i64 (b3861c06-d9ac-414f-803e-5e9dafec3bdc): Loading data parts 2026.05.01 20:13:41.231218 [ 275 ] {69af83d0-60a9-4077-a54c-e8f226bcef9b} oximeter.fields_i64 (b3861c06-d9ac-414f-803e-5e9dafec3bdc): There are no data parts 2026.05.01 20:13:41.233257 [ 275 ] {69af83d0-60a9-4077-a54c-e8f226bcef9b} TCPHandler: Processed in 0.008603613 sec. 2026.05.01 20:13:41.233595 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.233906 [ 275 ] {f7d5e164-e1ee-41f1-823b-b3fdb3f21b73} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.234154 [ 275 ] {f7d5e164-e1ee-41f1-823b-b3fdb3f21b73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.01 20:13:41.237868 [ 275 ] {f7d5e164-e1ee-41f1-823b-b3fdb3f21b73} oximeter.fields_u64 (c6b65684-f44f-4305-b97e-5ab326191cb4): Loading data parts 2026.05.01 20:13:41.238197 [ 275 ] {f7d5e164-e1ee-41f1-823b-b3fdb3f21b73} oximeter.fields_u64 (c6b65684-f44f-4305-b97e-5ab326191cb4): There are no data parts 2026.05.01 20:13:41.241627 [ 275 ] {f7d5e164-e1ee-41f1-823b-b3fdb3f21b73} TCPHandler: Processed in 0.008108444 sec. 2026.05.01 20:13:41.241959 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.242247 [ 275 ] {e8f66a44-d60f-43f3-bde8-f0c70b657791} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.242480 [ 275 ] {e8f66a44-d60f-43f3-bde8-f0c70b657791} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.01 20:13:41.246013 [ 275 ] {e8f66a44-d60f-43f3-bde8-f0c70b657791} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): Loading data parts 2026.05.01 20:13:41.246259 [ 275 ] {e8f66a44-d60f-43f3-bde8-f0c70b657791} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): There are no data parts 2026.05.01 20:13:41.249014 [ 275 ] {e8f66a44-d60f-43f3-bde8-f0c70b657791} TCPHandler: Processed in 0.007202876 sec. 2026.05.01 20:13:41.249547 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.251906 [ 275 ] {a1aa90ce-5f8a-4e73-aae1-b4869613ae04} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.252122 [ 275 ] {a1aa90ce-5f8a-4e73-aae1-b4869613ae04} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.01 20:13:41.256120 [ 275 ] {a1aa90ce-5f8a-4e73-aae1-b4869613ae04} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Loading data parts 2026.05.01 20:13:41.256551 [ 275 ] {a1aa90ce-5f8a-4e73-aae1-b4869613ae04} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): There are no data parts 2026.05.01 20:13:41.259554 [ 275 ] {a1aa90ce-5f8a-4e73-aae1-b4869613ae04} TCPHandler: Processed in 0.010227743 sec. 2026.05.01 20:13:41.259883 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.260279 [ 275 ] {cabe83de-ffdd-41c3-a363-c19a8f21fd73} executeQuery: (from [fd00:1122:3344:101::d]:43200) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.01 20:13:41.260355 [ 275 ] {cabe83de-ffdd-41c3-a363-c19a8f21fd73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.01 20:13:41.266627 [ 275 ] {cabe83de-ffdd-41c3-a363-c19a8f21fd73} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Loading data parts 2026.05.01 20:13:41.266992 [ 275 ] {cabe83de-ffdd-41c3-a363-c19a8f21fd73} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): There are no data parts 2026.05.01 20:13:41.270436 [ 275 ] {cabe83de-ffdd-41c3-a363-c19a8f21fd73} TCPHandler: Processed in 0.010693422 sec. 2026.05.01 20:13:41.271048 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.271424 [ 275 ] {f1e49dcb-ff97-489f-967e-56eced892ef2} executeQuery: (from [fd00:1122:3344:101::d]:43200) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.05.01 20:13:41.271648 [ 275 ] {f1e49dcb-ff97-489f-967e-56eced892ef2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.01 20:13:41.277578 [ 275 ] {f1e49dcb-ff97-489f-967e-56eced892ef2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): Loading data parts 2026.05.01 20:13:41.277796 [ 275 ] {f1e49dcb-ff97-489f-967e-56eced892ef2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): There are no data parts 2026.05.01 20:13:41.280796 [ 275 ] {f1e49dcb-ff97-489f-967e-56eced892ef2} TCPHandler: Processed in 0.009939618 sec. 2026.05.01 20:13:41.281327 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:41.281716 [ 276 ] {a9d1f2f7-4e69-46b9-a859-c0f4536f8b73} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.01 20:13:41.283188 [ 276 ] {a9d1f2f7-4e69-46b9-a859-c0f4536f8b73} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.01 20:13:41.302339 [ 285 ] {a9d1f2f7-4e69-46b9-a859-c0f4536f8b73} oximeter.version (7e7d2805-cb97-47f9-a351-cff211588c31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:13:41.302409 [ 285 ] {a9d1f2f7-4e69-46b9-a859-c0f4536f8b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.01 20:13:41.320240 [ 285 ] {a9d1f2f7-4e69-46b9-a859-c0f4536f8b73} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:13:41.321328 [ 285 ] {a9d1f2f7-4e69-46b9-a859-c0f4536f8b73} oximeter.version (7e7d2805-cb97-47f9-a351-cff211588c31): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:13:41.321754 [ 276 ] {a9d1f2f7-4e69-46b9-a859-c0f4536f8b73} executeQuery: Read 1 rows, 16.00 B in 0.04018 sec., 24.888003982080637 rows/sec., 398.21 B/sec. 2026.05.01 20:13:41.322199 [ 276 ] {a9d1f2f7-4e69-46b9-a859-c0f4536f8b73} TCPHandler: Processed in 0.041033206 sec. 2026.05.01 20:13:42.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.62 MiB, peak 135.62 MiB, free memory in arenas 0.00 B, will set to 139.76 MiB (RSS), difference: 4.14 MiB 2026.05.01 20:13:42.001976 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.01 20:13:42.002061 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.05.01 20:13:42.002090 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.01 20:13:42.002281 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.01 20:13:42.005547 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Loading data parts 2026.05.01 20:13:42.005797 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): There are no data parts 2026.05.01 20:13:42.010975 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:13:42.011016 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.01 20:13:42.020291 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:13:42.021090 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:13:42.021207 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Loading data parts 2026.05.01 20:13:42.021268 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.05.01 20:13:42.021408 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): There are no data parts 2026.05.01 20:13:42.050145 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:13:42.050222 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.01 20:13:42.057294 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:13:42.058878 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:13:42.065314 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.01 20:13:42.911129 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39436 2026.05.01 20:13:42.913033 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:42.913126 [ 286 ] {} TCP-Session: a1e7cc85-cae2-4f8d-a23a-1a6fc05e3d0c Authenticating user 'default' from [fd00:1122:3344:101::e]:39436 2026.05.01 20:13:42.913153 [ 286 ] {} TCP-Session: a1e7cc85-cae2-4f8d-a23a-1a6fc05e3d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.913173 [ 286 ] {} TCP-Session: a1e7cc85-cae2-4f8d-a23a-1a6fc05e3d0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.913309 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.01 20:13:42.913336 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 20:13:42.913422 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.01 20:13:42.913934 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63560 2026.05.01 20:13:42.914043 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48048 2026.05.01 20:13:42.914154 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:42.914188 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46102 2026.05.01 20:13:42.914201 [ 287 ] {} TCP-Session: cca00e15-9056-4031-9c9d-2c81452634c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:63560 2026.05.01 20:13:42.914331 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41923 2026.05.01 20:13:42.914342 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:42.914380 [ 287 ] {} TCP-Session: cca00e15-9056-4031-9c9d-2c81452634c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.914410 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39010 2026.05.01 20:13:42.914400 [ 288 ] {} TCP-Session: 53f3dd1f-90ad-4c9b-bde9-2e56121d34bd Authenticating user 'default' from [fd00:1122:3344:101::e]:48048 2026.05.01 20:13:42.914495 [ 287 ] {} TCP-Session: cca00e15-9056-4031-9c9d-2c81452634c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.914519 [ 288 ] {} TCP-Session: 53f3dd1f-90ad-4c9b-bde9-2e56121d34bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.914606 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57039 2026.05.01 20:13:42.914621 [ 288 ] {} TCP-Session: 53f3dd1f-90ad-4c9b-bde9-2e56121d34bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.914747 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65209 2026.05.01 20:13:42.914898 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61139 2026.05.01 20:13:42.916001 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:42.916039 [ 289 ] {} TCP-Session: fcc83120-4140-46ae-a799-16a86bd5296f Authenticating user 'default' from [fd00:1122:3344:101::e]:46102 2026.05.01 20:13:42.916045 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:42.916051 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:42.916080 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:42.916109 [ 289 ] {} TCP-Session: fcc83120-4140-46ae-a799-16a86bd5296f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916118 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:42.916125 [ 292 ] {} TCP-Session: 58c62960-9b44-47d6-930c-043c006ac696 Authenticating user 'default' from [fd00:1122:3344:101::e]:57039 2026.05.01 20:13:42.916149 [ 294 ] {} TCP-Session: 93f3adb3-5d1d-480a-8d9a-dabfd8b438c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:61139 2026.05.01 20:13:42.916142 [ 289 ] {} TCP-Session: fcc83120-4140-46ae-a799-16a86bd5296f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916131 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:42.916222 [ 290 ] {} TCP-Session: 3e1df117-a792-4e61-8008-fc865e151cd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:41923 2026.05.01 20:13:42.916238 [ 291 ] {} TCP-Session: e732d4e9-a529-421b-a870-eeac0ffb6899 Authenticating user 'default' from [fd00:1122:3344:101::e]:39010 2026.05.01 20:13:42.916256 [ 290 ] {} TCP-Session: 3e1df117-a792-4e61-8008-fc865e151cd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916268 [ 291 ] {} TCP-Session: e732d4e9-a529-421b-a870-eeac0ffb6899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916282 [ 294 ] {} TCP-Session: 93f3adb3-5d1d-480a-8d9a-dabfd8b438c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916287 [ 290 ] {} TCP-Session: 3e1df117-a792-4e61-8008-fc865e151cd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916297 [ 291 ] {} TCP-Session: e732d4e9-a529-421b-a870-eeac0ffb6899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916311 [ 294 ] {} TCP-Session: 93f3adb3-5d1d-480a-8d9a-dabfd8b438c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916455 [ 293 ] {} TCP-Session: 8e66cfbe-bd4a-42bc-97a5-28d9ca1ec838 Authenticating user 'default' from [fd00:1122:3344:101::e]:65209 2026.05.01 20:13:42.916462 [ 292 ] {} TCP-Session: 58c62960-9b44-47d6-930c-043c006ac696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916486 [ 293 ] {} TCP-Session: 8e66cfbe-bd4a-42bc-97a5-28d9ca1ec838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916493 [ 292 ] {} TCP-Session: 58c62960-9b44-47d6-930c-043c006ac696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.916511 [ 293 ] {} TCP-Session: 8e66cfbe-bd4a-42bc-97a5-28d9ca1ec838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.918346 [ 286 ] {} TCP-Session: a1e7cc85-cae2-4f8d-a23a-1a6fc05e3d0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:42.918531 [ 286 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} executeQuery: (from [fd00:1122:3344:101::e]:39436) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 20:13:42.918962 [ 286 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 20:13:42.921220 [ 286 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:13:42.930108 [ 286 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} oximeter.version (7e7d2805-cb97-47f9-a351-cff211588c31) (SelectExecutor): Key condition: unknown 2026.05.01 20:13:42.941609 [ 299 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} AggregatingTransform: Aggregating 2026.05.01 20:13:42.941786 [ 299 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} Aggregator: Aggregation method: without_key 2026.05.01 20:13:42.942516 [ 299 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004462225 sec. (224.103 rows/sec., 8.75 KiB/sec.) 2026.05.01 20:13:42.942542 [ 299 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} Aggregator: Merging aggregated data 2026.05.01 20:13:42.942595 [ 299 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.01 20:13:42.943745 [ 286 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} executeQuery: Read 1 rows, 40.00 B in 0.025274 sec., 39.56635277360133 rows/sec., 1.55 KiB/sec. 2026.05.01 20:13:42.943933 [ 286 ] {06bd286b-337e-4b1e-a616-ba7c43e396db} TCPHandler: Processed in 0.025739397 sec. 2026.05.01 20:13:42.948855 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:42.948887 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:42.948906 [ 286 ] {} TCP-Session: a1e7cc85-cae2-4f8d-a23a-1a6fc05e3d0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.948912 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:42.948931 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:42.948937 [ 289 ] {} TCP-Session: fcc83120-4140-46ae-a799-16a86bd5296f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.948959 [ 294 ] {} TCP-Session: 93f3adb3-5d1d-480a-8d9a-dabfd8b438c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.948964 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:42.948995 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:42.949011 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:42.949055 [ 290 ] {} TCP-Session: 3e1df117-a792-4e61-8008-fc865e151cd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.949047 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:42.949086 [ 288 ] {} TCP-Session: 53f3dd1f-90ad-4c9b-bde9-2e56121d34bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.949033 [ 291 ] {} TCP-Session: e732d4e9-a529-421b-a870-eeac0ffb6899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.949128 [ 293 ] {} TCP-Session: 8e66cfbe-bd4a-42bc-97a5-28d9ca1ec838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.948980 [ 292 ] {} TCP-Session: 58c62960-9b44-47d6-930c-043c006ac696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:42.948949 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:42.949223 [ 287 ] {} TCP-Session: cca00e15-9056-4031-9c9d-2c81452634c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:43.001260 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.87 MiB, peak 152.97 MiB, free memory in arenas 0.00 B, will set to 157.81 MiB (RSS), difference: 12.93 MiB 2026.05.01 20:13:44.502009 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 2026.05.01 20:13:44.502121 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.01 20:13:44.508459 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Loading data parts 2026.05.01 20:13:44.508687 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): There are no data parts 2026.05.01 20:13:44.516505 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:13:44.516548 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB. 2026.05.01 20:13:44.520613 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:13:44.521293 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:13:44.521586 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.05.01 20:13:45.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.03 MiB, peak 162.03 MiB, free memory in arenas 0.00 B, will set to 158.90 MiB (RSS), difference: -3.13 MiB 2026.05.01 20:13:49.464181 [ 127 ] {} DNSResolver: Updating DNS cache 2026.05.01 20:13:49.464257 [ 127 ] {} DNSResolver: Updated DNS cache 2026.05.01 20:13:49.521519 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 997 2026.05.01 20:13:49.524397 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:13:49.524447 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.05.01 20:13:49.525226 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:13:49.525680 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:13:49.525836 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 997 2026.05.01 20:13:49.565636 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.01 20:13:49.583083 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:13:49.583132 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.05.01 20:13:49.589727 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:13:49.590941 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:13:49.593983 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.01 20:13:50.000237 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.74 MiB, peak 163.74 MiB, free memory in arenas 0.00 B, will set to 161.86 MiB (RSS), difference: 2.12 MiB 2026.05.01 20:13:51.042309 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60517 2026.05.01 20:13:51.042437 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.042464 [ 286 ] {} TCP-Session: 15957039-e64c-412c-8f67-89d77fa7137e Authenticating user 'default' from [fd00:1122:3344:101::e]:60517 2026.05.01 20:13:51.042485 [ 286 ] {} TCP-Session: 15957039-e64c-412c-8f67-89d77fa7137e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.042497 [ 286 ] {} TCP-Session: 15957039-e64c-412c-8f67-89d77fa7137e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.042778 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40756 2026.05.01 20:13:51.042821 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56347 2026.05.01 20:13:51.042819 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37266 2026.05.01 20:13:51.042856 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43867 2026.05.01 20:13:51.042894 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47400 2026.05.01 20:13:51.042919 [ 286 ] {} TCP-Session: 15957039-e64c-412c-8f67-89d77fa7137e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:51.042944 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.042827 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64523 2026.05.01 20:13:51.042974 [ 290 ] {} TCP-Session: 11db5587-8340-41f1-92a6-271fca584952 Authenticating user 'default' from [fd00:1122:3344:101::e]:56347 2026.05.01 20:13:51.042807 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45303 2026.05.01 20:13:51.043030 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.043054 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.043078 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.043088 [ 287 ] {} TCP-Session: 5b2b9d93-c30c-4d89-bdf9-c60ac1b033f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:40756 2026.05.01 20:13:51.043105 [ 289 ] {} TCP-Session: 41779091-152f-46a7-b64c-47b69907b9e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:37266 2026.05.01 20:13:51.043112 [ 291 ] {} TCP-Session: 9423fed7-09bd-4b4e-8620-2ecab33e8df1 Authenticating user 'default' from [fd00:1122:3344:101::e]:64523 2026.05.01 20:13:51.043130 [ 287 ] {} TCP-Session: 5b2b9d93-c30c-4d89-bdf9-c60ac1b033f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043144 [ 289 ] {} TCP-Session: 41779091-152f-46a7-b64c-47b69907b9e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043159 [ 287 ] {} TCP-Session: 5b2b9d93-c30c-4d89-bdf9-c60ac1b033f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043171 [ 286 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} executeQuery: (from [fd00:1122:3344:101::e]:60517) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 20:13:51.043173 [ 289 ] {} TCP-Session: 41779091-152f-46a7-b64c-47b69907b9e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043236 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.043149 [ 291 ] {} TCP-Session: 9423fed7-09bd-4b4e-8620-2ecab33e8df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043289 [ 288 ] {} TCP-Session: db1517d5-4d8f-4273-884c-03d9089e2b99 Authenticating user 'default' from [fd00:1122:3344:101::e]:45303 2026.05.01 20:13:51.043297 [ 291 ] {} TCP-Session: 9423fed7-09bd-4b4e-8620-2ecab33e8df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043041 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.043331 [ 288 ] {} TCP-Session: db1517d5-4d8f-4273-884c-03d9089e2b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043362 [ 294 ] {} TCP-Session: b7de9c69-bd6e-431b-8a23-05f63a2eda1b Authenticating user 'default' from [fd00:1122:3344:101::e]:47400 2026.05.01 20:13:51.043377 [ 288 ] {} TCP-Session: db1517d5-4d8f-4273-884c-03d9089e2b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043091 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.043400 [ 294 ] {} TCP-Session: b7de9c69-bd6e-431b-8a23-05f63a2eda1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043456 [ 292 ] {} TCP-Session: 91c07776-12fb-4d0f-8ecc-abf62f9bfb2d Authenticating user 'default' from [fd00:1122:3344:101::e]:43867 2026.05.01 20:13:51.043473 [ 294 ] {} TCP-Session: b7de9c69-bd6e-431b-8a23-05f63a2eda1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043498 [ 292 ] {} TCP-Session: 91c07776-12fb-4d0f-8ecc-abf62f9bfb2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043020 [ 290 ] {} TCP-Session: 11db5587-8340-41f1-92a6-271fca584952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043531 [ 286 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 20:13:51.043554 [ 290 ] {} TCP-Session: 11db5587-8340-41f1-92a6-271fca584952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043535 [ 292 ] {} TCP-Session: 91c07776-12fb-4d0f-8ecc-abf62f9bfb2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.042888 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48320 2026.05.01 20:13:51.043632 [ 286 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:13:51.043783 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.043820 [ 293 ] {} TCP-Session: c1d2b733-dabb-4aca-9da4-e787c449267c Authenticating user 'default' from [fd00:1122:3344:101::e]:48320 2026.05.01 20:13:51.043842 [ 293 ] {} TCP-Session: c1d2b733-dabb-4aca-9da4-e787c449267c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.043859 [ 293 ] {} TCP-Session: c1d2b733-dabb-4aca-9da4-e787c449267c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.044038 [ 286 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} oximeter.version (7e7d2805-cb97-47f9-a351-cff211588c31) (SelectExecutor): Key condition: unknown 2026.05.01 20:13:51.045304 [ 313 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} AggregatingTransform: Aggregating 2026.05.01 20:13:51.045357 [ 313 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} Aggregator: Aggregation method: without_key 2026.05.01 20:13:51.045396 [ 313 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001222903 sec. (817.726 rows/sec., 31.94 KiB/sec.) 2026.05.01 20:13:51.045420 [ 313 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} Aggregator: Merging aggregated data 2026.05.01 20:13:51.047133 [ 286 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} executeQuery: Read 1 rows, 40.00 B in 0.004042 sec., 247.40227610094016 rows/sec., 9.66 KiB/sec. 2026.05.01 20:13:51.047260 [ 286 ] {87cbadb1-65a2-4fe9-9b31-5d827c6c8b0d} TCPHandler: Processed in 0.004518535 sec. 2026.05.01 20:13:51.047387 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.047416 [ 286 ] {} TCP-Session: 15957039-e64c-412c-8f67-89d77fa7137e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.047421 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.047443 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.047468 [ 293 ] {} TCP-Session: c1d2b733-dabb-4aca-9da4-e787c449267c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.047469 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.047493 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.047513 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.047535 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.047545 [ 290 ] {} TCP-Session: 11db5587-8340-41f1-92a6-271fca584952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.047568 [ 288 ] {} TCP-Session: db1517d5-4d8f-4273-884c-03d9089e2b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.047564 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.047591 [ 289 ] {} TCP-Session: 41779091-152f-46a7-b64c-47b69907b9e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.047546 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.047644 [ 291 ] {} TCP-Session: 9423fed7-09bd-4b4e-8620-2ecab33e8df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.047531 [ 287 ] {} TCP-Session: 5b2b9d93-c30c-4d89-bdf9-c60ac1b033f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.047682 [ 292 ] {} TCP-Session: 91c07776-12fb-4d0f-8ecc-abf62f9bfb2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.047483 [ 294 ] {} TCP-Session: b7de9c69-bd6e-431b-8a23-05f63a2eda1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613274 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55829 2026.05.01 20:13:51.613383 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.613409 [ 286 ] {} TCP-Session: b276e9db-c14a-4d70-929e-4797e2a5a9c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55829 2026.05.01 20:13:51.613431 [ 286 ] {} TCP-Session: b276e9db-c14a-4d70-929e-4797e2a5a9c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613443 [ 286 ] {} TCP-Session: b276e9db-c14a-4d70-929e-4797e2a5a9c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613685 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50006 2026.05.01 20:13:51.613745 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63340 2026.05.01 20:13:51.613746 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34803 2026.05.01 20:13:51.613774 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56472 2026.05.01 20:13:51.613804 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.613810 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53103 2026.05.01 20:13:51.613833 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.613845 [ 287 ] {} TCP-Session: 19d58f35-c9f6-4069-823a-45fd6683787e Authenticating user 'default' from [fd00:1122:3344:101::e]:50006 2026.05.01 20:13:51.613873 [ 290 ] {} TCP-Session: 49d4d356-9fe4-4021-881d-8d62736719b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:63340 2026.05.01 20:13:51.613880 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.613893 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.613897 [ 286 ] {} TCP-Session: b276e9db-c14a-4d70-929e-4797e2a5a9c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:13:51.613925 [ 289 ] {} TCP-Session: 6844bf81-f772-45fa-9cd1-86cbe7b5691c Authenticating user 'default' from [fd00:1122:3344:101::e]:34803 2026.05.01 20:13:51.613932 [ 294 ] {} TCP-Session: 805db4ed-3f47-4b62-8386-8d8519a3a4a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:53103 2026.05.01 20:13:51.613962 [ 289 ] {} TCP-Session: 6844bf81-f772-45fa-9cd1-86cbe7b5691c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613969 [ 294 ] {} TCP-Session: 805db4ed-3f47-4b62-8386-8d8519a3a4a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613982 [ 289 ] {} TCP-Session: 6844bf81-f772-45fa-9cd1-86cbe7b5691c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613994 [ 294 ] {} TCP-Session: 805db4ed-3f47-4b62-8386-8d8519a3a4a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613907 [ 290 ] {} TCP-Session: 49d4d356-9fe4-4021-881d-8d62736719b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613888 [ 287 ] {} TCP-Session: 19d58f35-c9f6-4069-823a-45fd6683787e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.614046 [ 290 ] {} TCP-Session: 49d4d356-9fe4-4021-881d-8d62736719b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.614062 [ 287 ] {} TCP-Session: 19d58f35-c9f6-4069-823a-45fd6683787e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613875 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.614095 [ 286 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} executeQuery: (from [fd00:1122:3344:101::e]:55829) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 20:13:51.614114 [ 291 ] {} TCP-Session: 273dc75f-f0b6-497d-b943-877cb4a713bd Authenticating user 'default' from [fd00:1122:3344:101::e]:56472 2026.05.01 20:13:51.613804 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63498 2026.05.01 20:13:51.614141 [ 291 ] {} TCP-Session: 273dc75f-f0b6-497d-b943-877cb4a713bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.613792 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61197 2026.05.01 20:13:51.614181 [ 291 ] {} TCP-Session: 273dc75f-f0b6-497d-b943-877cb4a713bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.614225 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.613749 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37264 2026.05.01 20:13:51.614272 [ 293 ] {} TCP-Session: 75230283-95ba-4aab-a680-130817e853ae Authenticating user 'default' from [fd00:1122:3344:101::e]:63498 2026.05.01 20:13:51.614308 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.614310 [ 293 ] {} TCP-Session: 75230283-95ba-4aab-a680-130817e853ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.614337 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:13:51.614347 [ 292 ] {} TCP-Session: 24120d92-2277-4dae-b541-37bf19f7eb0c Authenticating user 'default' from [fd00:1122:3344:101::e]:61197 2026.05.01 20:13:51.614349 [ 293 ] {} TCP-Session: 75230283-95ba-4aab-a680-130817e853ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.614367 [ 286 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 20:13:51.614381 [ 292 ] {} TCP-Session: 24120d92-2277-4dae-b541-37bf19f7eb0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.614366 [ 288 ] {} TCP-Session: 605bac4a-8948-4d3c-8abe-31e77d3fd393 Authenticating user 'default' from [fd00:1122:3344:101::e]:37264 2026.05.01 20:13:51.614419 [ 292 ] {} TCP-Session: 24120d92-2277-4dae-b541-37bf19f7eb0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.614435 [ 288 ] {} TCP-Session: 605bac4a-8948-4d3c-8abe-31e77d3fd393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.614435 [ 286 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:13:51.614452 [ 288 ] {} TCP-Session: 605bac4a-8948-4d3c-8abe-31e77d3fd393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.614722 [ 286 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} oximeter.version (7e7d2805-cb97-47f9-a351-cff211588c31) (SelectExecutor): Key condition: unknown 2026.05.01 20:13:51.615648 [ 304 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} AggregatingTransform: Aggregating 2026.05.01 20:13:51.615689 [ 304 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} Aggregator: Aggregation method: without_key 2026.05.01 20:13:51.615721 [ 304 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000900427 sec. (1110.584 rows/sec., 43.38 KiB/sec.) 2026.05.01 20:13:51.615748 [ 304 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} Aggregator: Merging aggregated data 2026.05.01 20:13:51.617212 [ 286 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} executeQuery: Read 1 rows, 40.00 B in 0.003188 sec., 313.67628607277294 rows/sec., 12.25 KiB/sec. 2026.05.01 20:13:51.617381 [ 286 ] {47cf7fae-6bc4-465e-a36c-0ca2bd459afd} TCPHandler: Processed in 0.003645719 sec. 2026.05.01 20:13:51.617519 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.617548 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.617556 [ 286 ] {} TCP-Session: b276e9db-c14a-4d70-929e-4797e2a5a9c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.617570 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.617584 [ 294 ] {} TCP-Session: 805db4ed-3f47-4b62-8386-8d8519a3a4a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.617590 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.617625 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.617647 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.617666 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.617674 [ 288 ] {} TCP-Session: 605bac4a-8948-4d3c-8abe-31e77d3fd393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.617698 [ 289 ] {} TCP-Session: 6844bf81-f772-45fa-9cd1-86cbe7b5691c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.617700 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.617705 [ 291 ] {} TCP-Session: 273dc75f-f0b6-497d-b943-877cb4a713bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.617621 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 20:13:51.617750 [ 290 ] {} TCP-Session: 49d4d356-9fe4-4021-881d-8d62736719b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.617616 [ 287 ] {} TCP-Session: 19d58f35-c9f6-4069-823a-45fd6683787e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.617789 [ 293 ] {} TCP-Session: 75230283-95ba-4aab-a680-130817e853ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:51.617665 [ 292 ] {} TCP-Session: 24120d92-2277-4dae-b541-37bf19f7eb0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:13:54.523974 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 94 2026.05.01 20:13:54.526178 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:13:54.526233 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.05.01 20:13:54.527543 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:13:54.528068 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:13:54.528351 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.05.01 20:13:55.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.44 MiB, peak 170.45 MiB, free memory in arenas 0.00 B, will set to 162.48 MiB (RSS), difference: 4.05 MiB 2026.05.01 20:13:57.026036 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1509 2026.05.01 20:13:57.026533 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:13:57.026571 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.05.01 20:13:57.027186 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:13:57.027633 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:13:57.027765 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1509 2026.05.01 20:13:57.094180 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.01 20:13:57.110880 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:13:57.110939 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB. 2026.05.01 20:13:57.117195 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:13:57.118308 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:13:57.121271 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.01 20:14:01.347664 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:01.347903 [ 275 ] {f8ada7ea-4bbd-4b18-bfae-486efe0d8479} executeQuery: (from [fd00:1122:3344:101::d]:43200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native (stage: Complete) 2026.05.01 20:14:01.361279 [ 275 ] {f8ada7ea-4bbd-4b18-bfae-486efe0d8479} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:01.361353 [ 275 ] {f8ada7ea-4bbd-4b18-bfae-486efe0d8479} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:01.363878 [ 275 ] {f8ada7ea-4bbd-4b18-bfae-486efe0d8479} TCPHandler: Processed in 0.016337419 sec. 2026.05.01 20:14:01.376287 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:01.376415 [ 275 ] {e9f89803-589d-44de-98dd-ea3989095bdf} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.01 20:14:01.376467 [ 275 ] {e9f89803-589d-44de-98dd-ea3989095bdf} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:01.382312 [ 275 ] {e9f89803-589d-44de-98dd-ea3989095bdf} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:01.382369 [ 275 ] {e9f89803-589d-44de-98dd-ea3989095bdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:01.383091 [ 275 ] {e9f89803-589d-44de-98dd-ea3989095bdf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:01.383503 [ 275 ] {e9f89803-589d-44de-98dd-ea3989095bdf} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:01.383687 [ 275 ] {e9f89803-589d-44de-98dd-ea3989095bdf} executeQuery: Read 5 rows, 665.00 B in 0.007306 sec., 684.369011771147 rows/sec., 88.89 KiB/sec. 2026.05.01 20:14:01.383740 [ 275 ] {e9f89803-589d-44de-98dd-ea3989095bdf} TCPHandler: Processed in 0.007512982 sec. 2026.05.01 20:14:01.383873 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:01.383978 [ 275 ] {726c98ae-e15c-4c90-aa76-cf94b2845cf2} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 20:14:01.384022 [ 275 ] {726c98ae-e15c-4c90-aa76-cf94b2845cf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 20:14:01.388657 [ 275 ] {726c98ae-e15c-4c90-aa76-cf94b2845cf2} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:01.388694 [ 275 ] {726c98ae-e15c-4c90-aa76-cf94b2845cf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:01.391057 [ 275 ] {726c98ae-e15c-4c90-aa76-cf94b2845cf2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:01.391615 [ 275 ] {726c98ae-e15c-4c90-aa76-cf94b2845cf2} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:01.391767 [ 275 ] {726c98ae-e15c-4c90-aa76-cf94b2845cf2} executeQuery: Read 2 rows, 167.00 B in 0.007812 sec., 256.0163850486431 rows/sec., 20.88 KiB/sec. 2026.05.01 20:14:01.391806 [ 275 ] {726c98ae-e15c-4c90-aa76-cf94b2845cf2} TCPHandler: Processed in 0.00798313 sec. 2026.05.01 20:14:01.391940 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:01.392042 [ 275 ] {dc66c6cb-db4c-4dd2-9d58-8604e3aafa9a} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:01.392084 [ 275 ] {dc66c6cb-db4c-4dd2-9d58-8604e3aafa9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:01.394587 [ 275 ] {dc66c6cb-db4c-4dd2-9d58-8604e3aafa9a} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:01.394624 [ 275 ] {dc66c6cb-db4c-4dd2-9d58-8604e3aafa9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:01.395058 [ 275 ] {dc66c6cb-db4c-4dd2-9d58-8604e3aafa9a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:01.395543 [ 275 ] {dc66c6cb-db4c-4dd2-9d58-8604e3aafa9a} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:01.395686 [ 275 ] {dc66c6cb-db4c-4dd2-9d58-8604e3aafa9a} executeQuery: Read 43 rows, 4.04 KiB in 0.003675 sec., 11700.680272108844 rows/sec., 1.07 MiB/sec. 2026.05.01 20:14:01.395723 [ 275 ] {dc66c6cb-db4c-4dd2-9d58-8604e3aafa9a} TCPHandler: Processed in 0.003844983 sec. 2026.05.01 20:14:01.395847 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:01.395943 [ 275 ] {17584972-d4e8-4db3-b2d3-5ffbbc2220b6} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:01.395982 [ 275 ] {17584972-d4e8-4db3-b2d3-5ffbbc2220b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:01.396367 [ 275 ] {17584972-d4e8-4db3-b2d3-5ffbbc2220b6} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:01.396403 [ 275 ] {17584972-d4e8-4db3-b2d3-5ffbbc2220b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:01.396890 [ 275 ] {17584972-d4e8-4db3-b2d3-5ffbbc2220b6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:01.397343 [ 275 ] {17584972-d4e8-4db3-b2d3-5ffbbc2220b6} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:01.397482 [ 275 ] {17584972-d4e8-4db3-b2d3-5ffbbc2220b6} executeQuery: Read 23 rows, 1.72 KiB in 0.001537 sec., 14964.216005204946 rows/sec., 1.09 MiB/sec. 2026.05.01 20:14:01.397521 [ 275 ] {17584972-d4e8-4db3-b2d3-5ffbbc2220b6} TCPHandler: Processed in 0.001707622 sec. 2026.05.01 20:14:01.397638 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:01.397736 [ 275 ] {282f0c26-0929-4e6a-a12d-dcf78204e77d} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:01.397777 [ 275 ] {282f0c26-0929-4e6a-a12d-dcf78204e77d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:01.398178 [ 275 ] {282f0c26-0929-4e6a-a12d-dcf78204e77d} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:01.398214 [ 275 ] {282f0c26-0929-4e6a-a12d-dcf78204e77d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:01.398623 [ 275 ] {282f0c26-0929-4e6a-a12d-dcf78204e77d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:01.399189 [ 275 ] {282f0c26-0929-4e6a-a12d-dcf78204e77d} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:01.399326 [ 275 ] {282f0c26-0929-4e6a-a12d-dcf78204e77d} executeQuery: Read 38 rows, 3.05 KiB in 0.00161 sec., 23602.484472049688 rows/sec., 1.85 MiB/sec. 2026.05.01 20:14:01.399363 [ 275 ] {282f0c26-0929-4e6a-a12d-dcf78204e77d} TCPHandler: Processed in 0.001774863 sec. 2026.05.01 20:14:01.399483 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:01.399579 [ 275 ] {94eaccbf-16bd-4768-b3a2-781815d21d88} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:01.399623 [ 275 ] {94eaccbf-16bd-4768-b3a2-781815d21d88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:01.401986 [ 275 ] {94eaccbf-16bd-4768-b3a2-781815d21d88} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:01.402023 [ 275 ] {94eaccbf-16bd-4768-b3a2-781815d21d88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:01.402502 [ 275 ] {94eaccbf-16bd-4768-b3a2-781815d21d88} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:01.403037 [ 275 ] {94eaccbf-16bd-4768-b3a2-781815d21d88} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:01.403184 [ 275 ] {94eaccbf-16bd-4768-b3a2-781815d21d88} executeQuery: Read 1 rows, 72.00 B in 0.003623 sec., 276.0143527463428 rows/sec., 19.41 KiB/sec. 2026.05.01 20:14:01.403225 [ 275 ] {94eaccbf-16bd-4768-b3a2-781815d21d88} TCPHandler: Processed in 0.003792301 sec. 2026.05.01 20:14:01.403343 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:01.403440 [ 275 ] {4d5c23ab-4e5e-470d-89dd-298c44cea013} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:01.403495 [ 275 ] {4d5c23ab-4e5e-470d-89dd-298c44cea013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.01 20:14:01.404433 [ 275 ] {4d5c23ab-4e5e-470d-89dd-298c44cea013} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:01.404472 [ 275 ] {4d5c23ab-4e5e-470d-89dd-298c44cea013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:01.409894 [ 275 ] {4d5c23ab-4e5e-470d-89dd-298c44cea013} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:01.410420 [ 275 ] {4d5c23ab-4e5e-470d-89dd-298c44cea013} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:01.410572 [ 275 ] {4d5c23ab-4e5e-470d-89dd-298c44cea013} executeQuery: Read 21 rows, 38.53 KiB in 0.00715 sec., 2937.062937062937 rows/sec., 5.26 MiB/sec. 2026.05.01 20:14:01.410656 [ 275 ] {4d5c23ab-4e5e-470d-89dd-298c44cea013} TCPHandler: Processed in 0.007361969 sec. 2026.05.01 20:14:01.410822 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:01.410936 [ 275 ] {97548f60-1d27-474b-ac16-2c98a451cb37} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.01 20:14:01.410990 [ 275 ] {97548f60-1d27-474b-ac16-2c98a451cb37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.01 20:14:01.411437 [ 275 ] {97548f60-1d27-474b-ac16-2c98a451cb37} oximeter.measurements_i64 (e58d8688-e069-4c79-b69c-5245ab1be780): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:01.411480 [ 275 ] {97548f60-1d27-474b-ac16-2c98a451cb37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:01.412009 [ 275 ] {97548f60-1d27-474b-ac16-2c98a451cb37} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:01.412561 [ 275 ] {97548f60-1d27-474b-ac16-2c98a451cb37} oximeter.measurements_i64 (e58d8688-e069-4c79-b69c-5245ab1be780): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:01.412706 [ 275 ] {97548f60-1d27-474b-ac16-2c98a451cb37} executeQuery: Read 21 rows, 1.54 KiB in 0.001794 sec., 11705.685618729096 rows/sec., 858.44 KiB/sec. 2026.05.01 20:14:01.412745 [ 275 ] {97548f60-1d27-474b-ac16-2c98a451cb37} TCPHandler: Processed in 0.001984737 sec. 2026.05.01 20:14:04.464997 [ 94 ] {} DNSResolver: Updating DNS cache 2026.05.01 20:14:04.465062 [ 94 ] {} DNSResolver: Updated DNS cache 2026.05.01 20:14:04.527857 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1957 2026.05.01 20:14:04.528363 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:04.528412 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:04.528468 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 18 entries to flush up to offset 112 2026.05.01 20:14:04.529090 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:04.529578 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:04.529725 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1957 2026.05.01 20:14:04.530553 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:04.530604 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:04.531939 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:04.532505 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:04.532825 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 112 2026.05.01 20:14:04.621348 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.01 20:14:04.638257 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:04.638314 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:04.644943 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:04.646163 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:04.649066 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.01 20:14:05.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.13 MiB, peak 170.45 MiB, free memory in arenas 0.00 B, will set to 166.56 MiB (RSS), difference: 1.43 MiB 2026.05.01 20:14:11.340444 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:11.340868 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} executeQuery: (from [fd00:1122:3344:101::d]:43200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native (stage: Complete) 2026.05.01 20:14:11.341319 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:11.346684 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE 2026.05.01 20:14:11.346992 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:11.347109 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:11.347403 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 4-element set) 2026.05.01 20:14:11.349879 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:11.352191 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.01 20:14:11.352227 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:11.357323 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" 2026.05.01 20:14:11.357368 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.05.01 20:14:11.390287 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} executeQuery: Read 5 rows, 665.00 B in 0.049525 sec., 100.95911155981827 rows/sec., 13.11 KiB/sec. 2026.05.01 20:14:11.390433 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} MemoryTracker: Peak memory usage (for query): 128.33 KiB. 2026.05.01 20:14:11.390459 [ 275 ] {256fe793-6a9f-4d24-aaff-9c1f10112f46} TCPHandler: Processed in 0.050209679 sec. 2026.05.01 20:14:11.391721 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:11.391891 [ 275 ] {6714078c-2a59-4929-ab6b-84417de2153e} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:11.391967 [ 275 ] {6714078c-2a59-4929-ab6b-84417de2153e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:11.392735 [ 275 ] {6714078c-2a59-4929-ab6b-84417de2153e} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:11.392801 [ 275 ] {6714078c-2a59-4929-ab6b-84417de2153e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:11.393353 [ 275 ] {6714078c-2a59-4929-ab6b-84417de2153e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:11.393686 [ 275 ] {6714078c-2a59-4929-ab6b-84417de2153e} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:11.393906 [ 275 ] {6714078c-2a59-4929-ab6b-84417de2153e} executeQuery: Read 54 rows, 5.09 KiB in 0.002067 sec., 26124.81857764877 rows/sec., 2.41 MiB/sec. 2026.05.01 20:14:11.393961 [ 275 ] {6714078c-2a59-4929-ab6b-84417de2153e} TCPHandler: Processed in 0.002330734 sec. 2026.05.01 20:14:11.394140 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:11.394289 [ 275 ] {4fc15f99-d41e-4b57-b46b-52818f3e6ca8} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:11.394355 [ 275 ] {4fc15f99-d41e-4b57-b46b-52818f3e6ca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:11.394986 [ 275 ] {4fc15f99-d41e-4b57-b46b-52818f3e6ca8} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:11.395045 [ 275 ] {4fc15f99-d41e-4b57-b46b-52818f3e6ca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:11.395483 [ 275 ] {4fc15f99-d41e-4b57-b46b-52818f3e6ca8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:11.395784 [ 275 ] {4fc15f99-d41e-4b57-b46b-52818f3e6ca8} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:11.395961 [ 275 ] {4fc15f99-d41e-4b57-b46b-52818f3e6ca8} executeQuery: Read 27 rows, 2.03 KiB in 0.001704 sec., 15845.070422535211 rows/sec., 1.16 MiB/sec. 2026.05.01 20:14:11.396014 [ 275 ] {4fc15f99-d41e-4b57-b46b-52818f3e6ca8} TCPHandler: Processed in 0.001946967 sec. 2026.05.01 20:14:11.396170 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:11.396313 [ 275 ] {854f5949-fb9e-4201-bf45-c3f2b2fd87a3} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:11.396377 [ 275 ] {854f5949-fb9e-4201-bf45-c3f2b2fd87a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:11.396966 [ 275 ] {854f5949-fb9e-4201-bf45-c3f2b2fd87a3} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:11.397020 [ 275 ] {854f5949-fb9e-4201-bf45-c3f2b2fd87a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:11.397461 [ 275 ] {854f5949-fb9e-4201-bf45-c3f2b2fd87a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:11.397763 [ 275 ] {854f5949-fb9e-4201-bf45-c3f2b2fd87a3} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:11.397940 [ 275 ] {854f5949-fb9e-4201-bf45-c3f2b2fd87a3} executeQuery: Read 32 rows, 2.58 KiB in 0.001657 sec., 19312.009656004826 rows/sec., 1.52 MiB/sec. 2026.05.01 20:14:11.397995 [ 275 ] {854f5949-fb9e-4201-bf45-c3f2b2fd87a3} TCPHandler: Processed in 0.001892025 sec. 2026.05.01 20:14:11.398165 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:11.398296 [ 275 ] {f2ff6383-3640-4fed-a241-434f80a11372} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:11.398372 [ 275 ] {f2ff6383-3640-4fed-a241-434f80a11372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.01 20:14:11.399596 [ 275 ] {f2ff6383-3640-4fed-a241-434f80a11372} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:11.399656 [ 275 ] {f2ff6383-3640-4fed-a241-434f80a11372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:11.400468 [ 275 ] {f2ff6383-3640-4fed-a241-434f80a11372} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:11.400817 [ 275 ] {f2ff6383-3640-4fed-a241-434f80a11372} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:11.401008 [ 275 ] {f2ff6383-3640-4fed-a241-434f80a11372} executeQuery: Read 27 rows, 49.54 KiB in 0.002739 sec., 9857.61226725082 rows/sec., 17.66 MiB/sec. 2026.05.01 20:14:11.401077 [ 275 ] {f2ff6383-3640-4fed-a241-434f80a11372} TCPHandler: Processed in 0.002985277 sec. 2026.05.01 20:14:11.401246 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:11.401388 [ 275 ] {877c25ab-1a2c-4c3b-8015-0fc834c7f9d6} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.01 20:14:11.401450 [ 275 ] {877c25ab-1a2c-4c3b-8015-0fc834c7f9d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.01 20:14:11.401929 [ 275 ] {877c25ab-1a2c-4c3b-8015-0fc834c7f9d6} oximeter.measurements_i64 (e58d8688-e069-4c79-b69c-5245ab1be780): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:11.401982 [ 275 ] {877c25ab-1a2c-4c3b-8015-0fc834c7f9d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:11.402419 [ 275 ] {877c25ab-1a2c-4c3b-8015-0fc834c7f9d6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:11.402729 [ 275 ] {877c25ab-1a2c-4c3b-8015-0fc834c7f9d6} oximeter.measurements_i64 (e58d8688-e069-4c79-b69c-5245ab1be780): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:11.402912 [ 275 ] {877c25ab-1a2c-4c3b-8015-0fc834c7f9d6} executeQuery: Read 6 rows, 463.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 290.96 KiB/sec. 2026.05.01 20:14:11.402964 [ 275 ] {877c25ab-1a2c-4c3b-8015-0fc834c7f9d6} TCPHandler: Processed in 0.001791884 sec. 2026.05.01 20:14:12.029917 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2469 2026.05.01 20:14:12.030794 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:12.030848 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:12.031601 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 20:14:12.031969 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:12.032160 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2469 2026.05.01 20:14:12.149235 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.01 20:14:12.167704 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:12.167774 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.01 20:14:12.173950 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 20:14:12.174690 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:12.177846 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.01 20:14:14.533058 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 12 entries to flush up to offset 124 2026.05.01 20:14:14.534918 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:14.534972 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:14.536119 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:14.536386 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:14.536688 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 124 2026.05.01 20:14:16.349417 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.349667 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} executeQuery: (from [fd00:1122:3344:101::d]:43200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.01 20:14:16.350010 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:16.350047 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.01 20:14:16.350277 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:16.350346 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:16.350484 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 27-element set) 2026.05.01 20:14:16.350520 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:16.350541 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.01 20:14:16.350556 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:16.350595 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.01 20:14:16.350617 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2026.05.01 20:14:16.351859 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} executeQuery: Read 5 rows, 665.00 B in 0.002296 sec., 2177.7003484320558 rows/sec., 282.85 KiB/sec. 2026.05.01 20:14:16.351967 [ 275 ] {f0a7ddb4-65f4-48e9-9f09-03a8e07b05d2} TCPHandler: Processed in 0.00268473 sec. 2026.05.01 20:14:16.356429 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.356548 [ 275 ] {3de443ab-83ce-4094-a73d-d53c1695ad90} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.01 20:14:16.356593 [ 275 ] {3de443ab-83ce-4094-a73d-d53c1695ad90} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:16.357175 [ 275 ] {3de443ab-83ce-4094-a73d-d53c1695ad90} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.357221 [ 275 ] {3de443ab-83ce-4094-a73d-d53c1695ad90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.357636 [ 275 ] {3de443ab-83ce-4094-a73d-d53c1695ad90} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:16.357841 [ 275 ] {3de443ab-83ce-4094-a73d-d53c1695ad90} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.357985 [ 275 ] {3de443ab-83ce-4094-a73d-d53c1695ad90} executeQuery: Read 26 rows, 6.38 KiB in 0.001469 sec., 17699.11504424779 rows/sec., 4.24 MiB/sec. 2026.05.01 20:14:16.358023 [ 275 ] {3de443ab-83ce-4094-a73d-d53c1695ad90} TCPHandler: Processed in 0.001648101 sec. 2026.05.01 20:14:16.358151 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.358243 [ 275 ] {7771eab5-4a22-48ad-ab42-16a7c91bbe7e} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 20:14:16.358283 [ 275 ] {7771eab5-4a22-48ad-ab42-16a7c91bbe7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 20:14:16.359523 [ 275 ] {7771eab5-4a22-48ad-ab42-16a7c91bbe7e} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.359566 [ 275 ] {7771eab5-4a22-48ad-ab42-16a7c91bbe7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.359927 [ 275 ] {7771eab5-4a22-48ad-ab42-16a7c91bbe7e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:16.360122 [ 275 ] {7771eab5-4a22-48ad-ab42-16a7c91bbe7e} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.360245 [ 275 ] {7771eab5-4a22-48ad-ab42-16a7c91bbe7e} executeQuery: Read 284 rows, 18.47 KiB in 0.002051 sec., 138469.0394929303 rows/sec., 8.79 MiB/sec. 2026.05.01 20:14:16.360280 [ 275 ] {7771eab5-4a22-48ad-ab42-16a7c91bbe7e} TCPHandler: Processed in 0.002210742 sec. 2026.05.01 20:14:16.360395 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.360485 [ 275 ] {3373333a-e11f-40b1-82f5-448d128f792e} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 20:14:16.360521 [ 275 ] {3373333a-e11f-40b1-82f5-448d128f792e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 20:14:16.360969 [ 275 ] {3373333a-e11f-40b1-82f5-448d128f792e} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.361005 [ 275 ] {3373333a-e11f-40b1-82f5-448d128f792e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.361283 [ 275 ] {3373333a-e11f-40b1-82f5-448d128f792e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:16.361489 [ 275 ] {3373333a-e11f-40b1-82f5-448d128f792e} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.361627 [ 275 ] {3373333a-e11f-40b1-82f5-448d128f792e} executeQuery: Read 6 rows, 501.00 B in 0.001112 sec., 5395.6834532374105 rows/sec., 439.98 KiB/sec. 2026.05.01 20:14:16.361666 [ 275 ] {3373333a-e11f-40b1-82f5-448d128f792e} TCPHandler: Processed in 0.001277475 sec. 2026.05.01 20:14:16.361784 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.361879 [ 275 ] {09cf2656-b86e-43c6-837e-6b85685afcb7} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:16.361917 [ 275 ] {09cf2656-b86e-43c6-837e-6b85685afcb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:16.362601 [ 275 ] {09cf2656-b86e-43c6-837e-6b85685afcb7} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.362637 [ 275 ] {09cf2656-b86e-43c6-837e-6b85685afcb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.363018 [ 275 ] {09cf2656-b86e-43c6-837e-6b85685afcb7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:16.363223 [ 275 ] {09cf2656-b86e-43c6-837e-6b85685afcb7} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.363347 [ 275 ] {09cf2656-b86e-43c6-837e-6b85685afcb7} executeQuery: Read 796 rows, 62.72 KiB in 0.001487 sec., 535305.985205111 rows/sec., 41.19 MiB/sec. 2026.05.01 20:14:16.363382 [ 275 ] {09cf2656-b86e-43c6-837e-6b85685afcb7} TCPHandler: Processed in 0.001649331 sec. 2026.05.01 20:14:16.363496 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.363591 [ 275 ] {6864c684-c935-4eeb-bc72-0b346282c058} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:16.363629 [ 275 ] {6864c684-c935-4eeb-bc72-0b346282c058} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:16.364043 [ 275 ] {6864c684-c935-4eeb-bc72-0b346282c058} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.364080 [ 275 ] {6864c684-c935-4eeb-bc72-0b346282c058} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.364387 [ 275 ] {6864c684-c935-4eeb-bc72-0b346282c058} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:16.364594 [ 275 ] {6864c684-c935-4eeb-bc72-0b346282c058} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.364723 [ 275 ] {6864c684-c935-4eeb-bc72-0b346282c058} executeQuery: Read 148 rows, 8.96 KiB in 0.001149 sec., 128807.65883376848 rows/sec., 7.62 MiB/sec. 2026.05.01 20:14:16.364759 [ 275 ] {6864c684-c935-4eeb-bc72-0b346282c058} TCPHandler: Processed in 0.001313075 sec. 2026.05.01 20:14:16.364918 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.365038 [ 275 ] {bae0440e-05e8-46d1-9daf-6923aa5ac054} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 20:14:16.365086 [ 275 ] {bae0440e-05e8-46d1-9daf-6923aa5ac054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 20:14:16.365632 [ 275 ] {bae0440e-05e8-46d1-9daf-6923aa5ac054} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.365675 [ 275 ] {bae0440e-05e8-46d1-9daf-6923aa5ac054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.366030 [ 275 ] {bae0440e-05e8-46d1-9daf-6923aa5ac054} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:16.366243 [ 275 ] {bae0440e-05e8-46d1-9daf-6923aa5ac054} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.366382 [ 275 ] {bae0440e-05e8-46d1-9daf-6923aa5ac054} executeQuery: Read 149 rows, 9.86 KiB in 0.001367 sec., 108997.80541331384 rows/sec., 7.04 MiB/sec. 2026.05.01 20:14:16.366422 [ 275 ] {bae0440e-05e8-46d1-9daf-6923aa5ac054} TCPHandler: Processed in 0.00156578 sec. 2026.05.01 20:14:16.366543 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.366638 [ 275 ] {24cf9ad6-fdef-4dca-a7ff-5b1dd67e47e2} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 20:14:16.366678 [ 275 ] {24cf9ad6-fdef-4dca-a7ff-5b1dd67e47e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 20:14:16.367108 [ 275 ] {24cf9ad6-fdef-4dca-a7ff-5b1dd67e47e2} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.367146 [ 275 ] {24cf9ad6-fdef-4dca-a7ff-5b1dd67e47e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.369476 [ 275 ] {24cf9ad6-fdef-4dca-a7ff-5b1dd67e47e2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:16.369693 [ 275 ] {24cf9ad6-fdef-4dca-a7ff-5b1dd67e47e2} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.369826 [ 275 ] {24cf9ad6-fdef-4dca-a7ff-5b1dd67e47e2} executeQuery: Read 148 rows, 8.62 KiB in 0.003205 sec., 46177.847113884556 rows/sec., 2.63 MiB/sec. 2026.05.01 20:14:16.369864 [ 275 ] {24cf9ad6-fdef-4dca-a7ff-5b1dd67e47e2} TCPHandler: Processed in 0.003371414 sec. 2026.05.01 20:14:16.369985 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.370079 [ 275 ] {20170c14-ed37-4ec9-88ef-a246dc744c51} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:16.370120 [ 275 ] {20170c14-ed37-4ec9-88ef-a246dc744c51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:16.370687 [ 275 ] {20170c14-ed37-4ec9-88ef-a246dc744c51} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.370726 [ 275 ] {20170c14-ed37-4ec9-88ef-a246dc744c51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.371068 [ 275 ] {20170c14-ed37-4ec9-88ef-a246dc744c51} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:16.371290 [ 275 ] {20170c14-ed37-4ec9-88ef-a246dc744c51} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.371421 [ 275 ] {20170c14-ed37-4ec9-88ef-a246dc744c51} executeQuery: Read 488 rows, 35.03 KiB in 0.001359 sec., 359087.5643855776 rows/sec., 25.17 MiB/sec. 2026.05.01 20:14:16.371458 [ 275 ] {20170c14-ed37-4ec9-88ef-a246dc744c51} TCPHandler: Processed in 0.001523649 sec. 2026.05.01 20:14:16.371578 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.371673 [ 275 ] {b0c50d27-33ff-4912-929a-6ac255911fde} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 20:14:16.371715 [ 275 ] {b0c50d27-33ff-4912-929a-6ac255911fde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 20:14:16.372079 [ 275 ] {b0c50d27-33ff-4912-929a-6ac255911fde} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.372119 [ 275 ] {b0c50d27-33ff-4912-929a-6ac255911fde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.372478 [ 275 ] {b0c50d27-33ff-4912-929a-6ac255911fde} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:16.372702 [ 275 ] {b0c50d27-33ff-4912-929a-6ac255911fde} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.372885 [ 275 ] {b0c50d27-33ff-4912-929a-6ac255911fde} executeQuery: Read 6 rows, 321.00 B in 0.001229 sec., 4882.017900732302 rows/sec., 255.07 KiB/sec. 2026.05.01 20:14:16.372932 [ 275 ] {b0c50d27-33ff-4912-929a-6ac255911fde} TCPHandler: Processed in 0.001404367 sec. 2026.05.01 20:14:16.373056 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.373158 [ 275 ] {70f28f56-59e3-465e-8f23-8afd75b31f21} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:16.373202 [ 275 ] {70f28f56-59e3-465e-8f23-8afd75b31f21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:16.373620 [ 275 ] {70f28f56-59e3-465e-8f23-8afd75b31f21} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.373656 [ 275 ] {70f28f56-59e3-465e-8f23-8afd75b31f21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.374002 [ 275 ] {70f28f56-59e3-465e-8f23-8afd75b31f21} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:16.374218 [ 275 ] {70f28f56-59e3-465e-8f23-8afd75b31f21} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.374358 [ 275 ] {70f28f56-59e3-465e-8f23-8afd75b31f21} executeQuery: Read 258 rows, 17.48 KiB in 0.001218 sec., 211822.66009852217 rows/sec., 14.02 MiB/sec. 2026.05.01 20:14:16.374397 [ 275 ] {70f28f56-59e3-465e-8f23-8afd75b31f21} TCPHandler: Processed in 0.001390687 sec. 2026.05.01 20:14:16.374530 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.374661 [ 275 ] {880d246d-d571-4a77-880f-0729919dd35b} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 20:14:16.374711 [ 275 ] {880d246d-d571-4a77-880f-0729919dd35b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 20:14:16.375074 [ 275 ] {880d246d-d571-4a77-880f-0729919dd35b} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.375121 [ 275 ] {880d246d-d571-4a77-880f-0729919dd35b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.375439 [ 275 ] {880d246d-d571-4a77-880f-0729919dd35b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:16.375657 [ 275 ] {880d246d-d571-4a77-880f-0729919dd35b} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.375802 [ 275 ] {880d246d-d571-4a77-880f-0729919dd35b} executeQuery: Read 1 rows, 69.00 B in 0.001171 sec., 853.9709649871904 rows/sec., 57.54 KiB/sec. 2026.05.01 20:14:16.375841 [ 275 ] {880d246d-d571-4a77-880f-0729919dd35b} TCPHandler: Processed in 0.001363816 sec. 2026.05.01 20:14:16.375975 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:16.376070 [ 275 ] {2fdbf8f5-0dec-413d-917c-275c53912687} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:16.376111 [ 275 ] {2fdbf8f5-0dec-413d-917c-275c53912687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:16.376470 [ 275 ] {2fdbf8f5-0dec-413d-917c-275c53912687} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:16.376504 [ 275 ] {2fdbf8f5-0dec-413d-917c-275c53912687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:16.376906 [ 275 ] {2fdbf8f5-0dec-413d-917c-275c53912687} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:16.377221 [ 275 ] {2fdbf8f5-0dec-413d-917c-275c53912687} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:16.377393 [ 275 ] {2fdbf8f5-0dec-413d-917c-275c53912687} executeQuery: Read 80 rows, 5.14 KiB in 0.001341 sec., 59656.97240865026 rows/sec., 3.74 MiB/sec. 2026.05.01 20:14:16.377440 [ 275 ] {2fdbf8f5-0dec-413d-917c-275c53912687} TCPHandler: Processed in 0.001516039 sec. 2026.05.01 20:14:19.465103 [ 74 ] {} DNSResolver: Updating DNS cache 2026.05.01 20:14:19.465163 [ 74 ] {} DNSResolver: Updated DNS cache 2026.05.01 20:14:19.532267 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2917 2026.05.01 20:14:19.532753 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:19.532797 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:19.533311 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 20:14:19.533564 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:19.533710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2917 2026.05.01 20:14:19.533710 [ 74 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 20:14:19.533795 [ 74 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:19.533819 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:19.535925 [ 187 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.01 20:14:19.538116 [ 187 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:19.538230 [ 187 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.05.01 20:14:19.538361 [ 187 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 448 rows starting from the beginning of the part 2026.05.01 20:14:19.538423 [ 187 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2026.05.01 20:14:19.538480 [ 187 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.05.01 20:14:19.538544 [ 187 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.05.01 20:14:19.538594 [ 187 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.05.01 20:14:19.573038 [ 192 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2917 rows, containing 4 columns (4 merged, 0 gathered) in 0.039130329 sec., 74545.75707758553 rows/sec., 1.07 MiB/sec. 2026.05.01 20:14:19.573883 [ 200 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 20:14:19.574203 [ 200 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:19.574279 [ 200 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_6_1} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 20:14:19.574389 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.05.01 20:14:19.677926 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.05.01 20:14:19.695594 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:19.695658 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:19.701981 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 20:14:19.702709 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:19.703010 [ 74 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 20:14:19.703078 [ 74 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:19.703101 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:19.703224 [ 200 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.01 20:14:19.706144 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.05.01 20:14:19.707371 [ 200 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:19.708909 [ 200 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.05.01 20:14:19.713622 [ 200 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.05.01 20:14:19.717980 [ 200 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.05.01 20:14:19.722016 [ 200 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.05.01 20:14:19.729029 [ 200 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.05.01 20:14:19.733206 [ 200 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.05.01 20:14:19.786831 [ 201 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.083653132 sec., 549.8897518863968 rows/sec., 2.84 MiB/sec. 2026.05.01 20:14:19.788545 [ 188 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 20:14:19.790291 [ 188 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:19.790380 [ 188 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_6_1} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 20:14:19.791474 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.05.01 20:14:20.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.31 MiB, peak 179.85 MiB, free memory in arenas 0.00 B, will set to 179.89 MiB (RSS), difference: 9.58 MiB 2026.05.01 20:14:21.345858 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:21.346139 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} executeQuery: (from [fd00:1122:3344:101::d]:43200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native (stage: Complete) 2026.05.01 20:14:21.346478 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:21.346518 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2026.05.01 20:14:21.346760 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:21.346837 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:21.346986 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 15-element set) 2026.05.01 20:14:21.347127 [ 327 ] {3a644af5-abc8-412c-8b9e-3466571c5669} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 20:14:21.347127 [ 311 ] {3a644af5-abc8-412c-8b9e-3466571c5669} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:21.347260 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.01 20:14:21.347285 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:21.349356 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 20:14:21.349385 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Reading approx. 31 rows with 2 streams 2026.05.01 20:14:21.349442 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2026.05.01 20:14:21.349483 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2026.05.01 20:14:21.351206 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} executeQuery: Read 31 rows, 7.03 KiB in 0.00516 sec., 6007.751937984496 rows/sec., 1.33 MiB/sec. 2026.05.01 20:14:21.351326 [ 275 ] {3a644af5-abc8-412c-8b9e-3466571c5669} TCPHandler: Processed in 0.005628876 sec. 2026.05.01 20:14:21.353205 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:21.353329 [ 275 ] {7b330c03-b4d0-4dc8-ab89-f4deea349f0a} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:21.353377 [ 275 ] {7b330c03-b4d0-4dc8-ab89-f4deea349f0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:21.353931 [ 275 ] {7b330c03-b4d0-4dc8-ab89-f4deea349f0a} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:21.353975 [ 275 ] {7b330c03-b4d0-4dc8-ab89-f4deea349f0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:21.354327 [ 275 ] {7b330c03-b4d0-4dc8-ab89-f4deea349f0a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:21.354568 [ 275 ] {7b330c03-b4d0-4dc8-ab89-f4deea349f0a} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:21.354710 [ 275 ] {7b330c03-b4d0-4dc8-ab89-f4deea349f0a} executeQuery: Read 106 rows, 9.16 KiB in 0.001416 sec., 74858.75706214689 rows/sec., 6.32 MiB/sec. 2026.05.01 20:14:21.354747 [ 275 ] {7b330c03-b4d0-4dc8-ab89-f4deea349f0a} TCPHandler: Processed in 0.00160096 sec. 2026.05.01 20:14:21.354867 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:21.354959 [ 275 ] {81ef3e38-0113-41c7-b9b9-4afcd370c6a2} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:21.354997 [ 275 ] {81ef3e38-0113-41c7-b9b9-4afcd370c6a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:21.355387 [ 275 ] {81ef3e38-0113-41c7-b9b9-4afcd370c6a2} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:21.355422 [ 275 ] {81ef3e38-0113-41c7-b9b9-4afcd370c6a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:21.355709 [ 275 ] {81ef3e38-0113-41c7-b9b9-4afcd370c6a2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:21.355918 [ 275 ] {81ef3e38-0113-41c7-b9b9-4afcd370c6a2} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:21.356041 [ 275 ] {81ef3e38-0113-41c7-b9b9-4afcd370c6a2} executeQuery: Read 27 rows, 2.03 KiB in 0.0011 sec., 24545.454545454544 rows/sec., 1.80 MiB/sec. 2026.05.01 20:14:21.356076 [ 275 ] {81ef3e38-0113-41c7-b9b9-4afcd370c6a2} TCPHandler: Processed in 0.001256983 sec. 2026.05.01 20:14:21.356195 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:21.356286 [ 275 ] {19042e8e-f4d8-4777-95c4-61d773665474} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:21.356324 [ 275 ] {19042e8e-f4d8-4777-95c4-61d773665474} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:21.356731 [ 275 ] {19042e8e-f4d8-4777-95c4-61d773665474} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:21.356767 [ 275 ] {19042e8e-f4d8-4777-95c4-61d773665474} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:21.357054 [ 275 ] {19042e8e-f4d8-4777-95c4-61d773665474} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:21.357270 [ 275 ] {19042e8e-f4d8-4777-95c4-61d773665474} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:21.357391 [ 275 ] {19042e8e-f4d8-4777-95c4-61d773665474} executeQuery: Read 83 rows, 6.63 KiB in 0.001122 sec., 73975.04456327987 rows/sec., 5.77 MiB/sec. 2026.05.01 20:14:21.357427 [ 275 ] {19042e8e-f4d8-4777-95c4-61d773665474} TCPHandler: Processed in 0.001280245 sec. 2026.05.01 20:14:21.357540 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:21.357631 [ 275 ] {fc3f2f64-bec4-4367-be65-4fb07d9bd701} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:21.357673 [ 275 ] {fc3f2f64-bec4-4367-be65-4fb07d9bd701} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:21.358075 [ 275 ] {fc3f2f64-bec4-4367-be65-4fb07d9bd701} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:21.358111 [ 275 ] {fc3f2f64-bec4-4367-be65-4fb07d9bd701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:21.358428 [ 275 ] {fc3f2f64-bec4-4367-be65-4fb07d9bd701} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:21.358640 [ 275 ] {fc3f2f64-bec4-4367-be65-4fb07d9bd701} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:21.358765 [ 275 ] {fc3f2f64-bec4-4367-be65-4fb07d9bd701} executeQuery: Read 150 rows, 10.65 KiB in 0.00115 sec., 130434.78260869565 rows/sec., 9.04 MiB/sec. 2026.05.01 20:14:21.358800 [ 275 ] {fc3f2f64-bec4-4367-be65-4fb07d9bd701} TCPHandler: Processed in 0.001308315 sec. 2026.05.01 20:14:21.358911 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:21.359003 [ 275 ] {a1efff8f-f2c2-4288-8689-cf69b276cbc1} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:21.359055 [ 275 ] {a1efff8f-f2c2-4288-8689-cf69b276cbc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.01 20:14:21.359785 [ 275 ] {a1efff8f-f2c2-4288-8689-cf69b276cbc1} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:21.359820 [ 275 ] {a1efff8f-f2c2-4288-8689-cf69b276cbc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:21.360355 [ 275 ] {a1efff8f-f2c2-4288-8689-cf69b276cbc1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:21.360573 [ 275 ] {a1efff8f-f2c2-4288-8689-cf69b276cbc1} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:21.360701 [ 275 ] {a1efff8f-f2c2-4288-8689-cf69b276cbc1} executeQuery: Read 27 rows, 49.54 KiB in 0.001716 sec., 15734.265734265733 rows/sec., 28.20 MiB/sec. 2026.05.01 20:14:21.360751 [ 275 ] {a1efff8f-f2c2-4288-8689-cf69b276cbc1} TCPHandler: Processed in 0.001887786 sec. 2026.05.01 20:14:21.360869 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:21.360961 [ 275 ] {1d516ba2-fce5-4c30-8387-b501d617dbb7} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:21.361002 [ 275 ] {1d516ba2-fce5-4c30-8387-b501d617dbb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:21.361322 [ 275 ] {1d516ba2-fce5-4c30-8387-b501d617dbb7} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:21.361357 [ 275 ] {1d516ba2-fce5-4c30-8387-b501d617dbb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:21.361660 [ 275 ] {1d516ba2-fce5-4c30-8387-b501d617dbb7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:21.361867 [ 275 ] {1d516ba2-fce5-4c30-8387-b501d617dbb7} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:21.361987 [ 275 ] {1d516ba2-fce5-4c30-8387-b501d617dbb7} executeQuery: Read 50 rows, 3.51 KiB in 0.001044 sec., 47892.72030651341 rows/sec., 3.28 MiB/sec. 2026.05.01 20:14:21.362021 [ 275 ] {1d516ba2-fce5-4c30-8387-b501d617dbb7} TCPHandler: Processed in 0.001199543 sec. 2026.05.01 20:14:24.536826 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 164 2026.05.01 20:14:24.539364 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:24.539413 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:24.540641 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 20:14:24.540920 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:24.541241 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 164 2026.05.01 20:14:26.349856 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.350237 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} executeQuery: (from [fd00:1122:3344:101::d]:43200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.01 20:14:26.350586 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:26.350624 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.01 20:14:26.350856 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:26.350925 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:26.351065 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.01 20:14:26.351182 [ 329 ] {75287fd4-a60b-464d-8a46-79398dcb1434} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 20:14:26.351182 [ 333 ] {75287fd4-a60b-464d-8a46-79398dcb1434} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:26.351309 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.01 20:14:26.351337 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:26.351407 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 20:14:26.351428 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Reading approx. 31 rows with 2 streams 2026.05.01 20:14:26.351462 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.01 20:14:26.351507 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.01 20:14:26.352606 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} executeQuery: Read 31 rows, 6.60 KiB in 0.002545 sec., 12180.746561886051 rows/sec., 2.53 MiB/sec. 2026.05.01 20:14:26.352727 [ 275 ] {75287fd4-a60b-464d-8a46-79398dcb1434} TCPHandler: Processed in 0.003053708 sec. 2026.05.01 20:14:26.357335 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.357449 [ 275 ] {0b79cb97-2ebf-4b8f-86d0-d3594a03f136} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 20:14:26.357495 [ 275 ] {0b79cb97-2ebf-4b8f-86d0-d3594a03f136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 20:14:26.358086 [ 275 ] {0b79cb97-2ebf-4b8f-86d0-d3594a03f136} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.358123 [ 275 ] {0b79cb97-2ebf-4b8f-86d0-d3594a03f136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.358518 [ 275 ] {0b79cb97-2ebf-4b8f-86d0-d3594a03f136} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:26.358744 [ 275 ] {0b79cb97-2ebf-4b8f-86d0-d3594a03f136} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.358898 [ 275 ] {0b79cb97-2ebf-4b8f-86d0-d3594a03f136} executeQuery: Read 284 rows, 18.47 KiB in 0.001482 sec., 191632.92847503372 rows/sec., 12.17 MiB/sec. 2026.05.01 20:14:26.358938 [ 275 ] {0b79cb97-2ebf-4b8f-86d0-d3594a03f136} TCPHandler: Processed in 0.001657761 sec. 2026.05.01 20:14:26.359069 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.359198 [ 275 ] {34dc38a0-1653-45c9-a657-89bb2367fca5} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:26.359239 [ 275 ] {34dc38a0-1653-45c9-a657-89bb2367fca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:26.359993 [ 275 ] {34dc38a0-1653-45c9-a657-89bb2367fca5} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.360029 [ 275 ] {34dc38a0-1653-45c9-a657-89bb2367fca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.360383 [ 275 ] {34dc38a0-1653-45c9-a657-89bb2367fca5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 20:14:26.360597 [ 275 ] {34dc38a0-1653-45c9-a657-89bb2367fca5} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.360733 [ 275 ] {34dc38a0-1653-45c9-a657-89bb2367fca5} executeQuery: Read 793 rows, 62.50 KiB in 0.001557 sec., 509312.78098908154 rows/sec., 39.20 MiB/sec. 2026.05.01 20:14:26.360795 [ 275 ] {34dc38a0-1653-45c9-a657-89bb2367fca5} TCPHandler: Processed in 0.001777043 sec. 2026.05.01 20:14:26.360907 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.361005 [ 275 ] {3b11a3bd-7388-48d7-91cf-43ef414e9ccd} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:26.361046 [ 275 ] {3b11a3bd-7388-48d7-91cf-43ef414e9ccd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:26.361478 [ 275 ] {3b11a3bd-7388-48d7-91cf-43ef414e9ccd} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.361512 [ 275 ] {3b11a3bd-7388-48d7-91cf-43ef414e9ccd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.361824 [ 275 ] {3b11a3bd-7388-48d7-91cf-43ef414e9ccd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 20:14:26.362037 [ 275 ] {3b11a3bd-7388-48d7-91cf-43ef414e9ccd} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.362173 [ 275 ] {3b11a3bd-7388-48d7-91cf-43ef414e9ccd} executeQuery: Read 142 rows, 8.54 KiB in 0.001188 sec., 119528.61952861953 rows/sec., 7.02 MiB/sec. 2026.05.01 20:14:26.362212 [ 275 ] {3b11a3bd-7388-48d7-91cf-43ef414e9ccd} TCPHandler: Processed in 0.001355986 sec. 2026.05.01 20:14:26.362333 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.362428 [ 275 ] {7dc8de59-4f8b-4a22-b50f-7f708d9389ac} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 20:14:26.362468 [ 275 ] {7dc8de59-4f8b-4a22-b50f-7f708d9389ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 20:14:26.362905 [ 275 ] {7dc8de59-4f8b-4a22-b50f-7f708d9389ac} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.362941 [ 275 ] {7dc8de59-4f8b-4a22-b50f-7f708d9389ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.363255 [ 275 ] {7dc8de59-4f8b-4a22-b50f-7f708d9389ac} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:26.363469 [ 275 ] {7dc8de59-4f8b-4a22-b50f-7f708d9389ac} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.363594 [ 275 ] {7dc8de59-4f8b-4a22-b50f-7f708d9389ac} executeQuery: Read 149 rows, 9.86 KiB in 0.001185 sec., 125738.39662447256 rows/sec., 8.12 MiB/sec. 2026.05.01 20:14:26.363631 [ 275 ] {7dc8de59-4f8b-4a22-b50f-7f708d9389ac} TCPHandler: Processed in 0.001349156 sec. 2026.05.01 20:14:26.363749 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.363844 [ 275 ] {f7be5f12-8b5f-4d16-87da-c827f1cf27d2} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 20:14:26.363882 [ 275 ] {f7be5f12-8b5f-4d16-87da-c827f1cf27d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 20:14:26.364307 [ 275 ] {f7be5f12-8b5f-4d16-87da-c827f1cf27d2} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.364343 [ 275 ] {f7be5f12-8b5f-4d16-87da-c827f1cf27d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.364645 [ 275 ] {f7be5f12-8b5f-4d16-87da-c827f1cf27d2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:26.364861 [ 275 ] {f7be5f12-8b5f-4d16-87da-c827f1cf27d2} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.364986 [ 275 ] {f7be5f12-8b5f-4d16-87da-c827f1cf27d2} executeQuery: Read 148 rows, 8.62 KiB in 0.001162 sec., 127366.60929432014 rows/sec., 7.24 MiB/sec. 2026.05.01 20:14:26.365027 [ 275 ] {f7be5f12-8b5f-4d16-87da-c827f1cf27d2} TCPHandler: Processed in 0.001327865 sec. 2026.05.01 20:14:26.365146 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.365240 [ 275 ] {b30d6e1f-a756-4fa2-9de0-a97016192680} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:26.365279 [ 275 ] {b30d6e1f-a756-4fa2-9de0-a97016192680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:26.365842 [ 275 ] {b30d6e1f-a756-4fa2-9de0-a97016192680} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.365880 [ 275 ] {b30d6e1f-a756-4fa2-9de0-a97016192680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.366226 [ 275 ] {b30d6e1f-a756-4fa2-9de0-a97016192680} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 20:14:26.366448 [ 275 ] {b30d6e1f-a756-4fa2-9de0-a97016192680} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.366579 [ 275 ] {b30d6e1f-a756-4fa2-9de0-a97016192680} executeQuery: Read 482 rows, 34.54 KiB in 0.001357 sec., 355195.28371407517 rows/sec., 24.85 MiB/sec. 2026.05.01 20:14:26.366616 [ 275 ] {b30d6e1f-a756-4fa2-9de0-a97016192680} TCPHandler: Processed in 0.001519708 sec. 2026.05.01 20:14:26.366735 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.366831 [ 275 ] {0c55cc9f-0656-43bb-8cd7-a33c97dbccb8} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 20:14:26.366872 [ 275 ] {0c55cc9f-0656-43bb-8cd7-a33c97dbccb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 20:14:26.367210 [ 275 ] {0c55cc9f-0656-43bb-8cd7-a33c97dbccb8} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.367245 [ 275 ] {0c55cc9f-0656-43bb-8cd7-a33c97dbccb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.367556 [ 275 ] {0c55cc9f-0656-43bb-8cd7-a33c97dbccb8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:26.367770 [ 275 ] {0c55cc9f-0656-43bb-8cd7-a33c97dbccb8} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.367896 [ 275 ] {0c55cc9f-0656-43bb-8cd7-a33c97dbccb8} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.05.01 20:14:26.367933 [ 275 ] {0c55cc9f-0656-43bb-8cd7-a33c97dbccb8} TCPHandler: Processed in 0.001249184 sec. 2026.05.01 20:14:26.368051 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.368164 [ 275 ] {460d81b6-e1e4-4dd0-a6a3-33c17f844d8d} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:26.368220 [ 275 ] {460d81b6-e1e4-4dd0-a6a3-33c17f844d8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:26.368652 [ 275 ] {460d81b6-e1e4-4dd0-a6a3-33c17f844d8d} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.368689 [ 275 ] {460d81b6-e1e4-4dd0-a6a3-33c17f844d8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.369013 [ 275 ] {460d81b6-e1e4-4dd0-a6a3-33c17f844d8d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:26.369228 [ 275 ] {460d81b6-e1e4-4dd0-a6a3-33c17f844d8d} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.369353 [ 275 ] {460d81b6-e1e4-4dd0-a6a3-33c17f844d8d} executeQuery: Read 255 rows, 17.27 KiB in 0.001215 sec., 209876.54320987655 rows/sec., 13.88 MiB/sec. 2026.05.01 20:14:26.369390 [ 275 ] {460d81b6-e1e4-4dd0-a6a3-33c17f844d8d} TCPHandler: Processed in 0.001391167 sec. 2026.05.01 20:14:26.369508 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.369604 [ 275 ] {a53486c8-9f6e-40f6-b83c-7ad52efd7142} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 20:14:26.369645 [ 275 ] {a53486c8-9f6e-40f6-b83c-7ad52efd7142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 20:14:26.369956 [ 275 ] {a53486c8-9f6e-40f6-b83c-7ad52efd7142} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.369992 [ 275 ] {a53486c8-9f6e-40f6-b83c-7ad52efd7142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.370286 [ 275 ] {a53486c8-9f6e-40f6-b83c-7ad52efd7142} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.01 20:14:26.370498 [ 275 ] {a53486c8-9f6e-40f6-b83c-7ad52efd7142} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.370622 [ 275 ] {a53486c8-9f6e-40f6-b83c-7ad52efd7142} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2026.05.01 20:14:26.370658 [ 275 ] {a53486c8-9f6e-40f6-b83c-7ad52efd7142} TCPHandler: Processed in 0.001200333 sec. 2026.05.01 20:14:26.370777 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:26.370881 [ 275 ] {fa8fab92-ce63-4148-9704-a5c56562d2b2} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:26.370925 [ 275 ] {fa8fab92-ce63-4148-9704-a5c56562d2b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:26.371242 [ 275 ] {fa8fab92-ce63-4148-9704-a5c56562d2b2} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:26.371279 [ 275 ] {fa8fab92-ce63-4148-9704-a5c56562d2b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:26.371586 [ 275 ] {fa8fab92-ce63-4148-9704-a5c56562d2b2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:26.371801 [ 275 ] {fa8fab92-ce63-4148-9704-a5c56562d2b2} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:26.371928 [ 275 ] {fa8fab92-ce63-4148-9704-a5c56562d2b2} executeQuery: Read 80 rows, 5.14 KiB in 0.001066 sec., 75046.904315197 rows/sec., 4.71 MiB/sec. 2026.05.01 20:14:26.371966 [ 275 ] {fa8fab92-ce63-4148-9704-a5c56562d2b2} TCPHandler: Processed in 0.001241903 sec. 2026.05.01 20:14:27.033869 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3429 2026.05.01 20:14:27.034630 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:27.034665 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:27.035219 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 20:14:27.035463 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:27.035592 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3429 2026.05.01 20:14:27.206294 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.05.01 20:14:27.224681 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:27.224750 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. 2026.05.01 20:14:27.230512 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 20:14:27.231207 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:27.234300 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.05.01 20:14:31.346247 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:31.346492 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} executeQuery: (from [fd00:1122:3344:101::d]:43200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.01 20:14:31.346888 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:31.346931 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.01 20:14:31.347181 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:31.347260 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:31.347407 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.01 20:14:31.347522 [ 313 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 20:14:31.347522 [ 329 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:31.347646 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.01 20:14:31.347672 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:31.347738 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 20:14:31.347757 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Reading approx. 31 rows with 2 streams 2026.05.01 20:14:31.347790 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:31.347832 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:31.349023 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} executeQuery: Read 31 rows, 7.03 KiB in 0.002588 sec., 11978.361669242659 rows/sec., 2.65 MiB/sec. 2026.05.01 20:14:31.349150 [ 275 ] {1bf9919a-5542-4663-84b4-7fa50af1e59e} TCPHandler: Processed in 0.003008187 sec. 2026.05.01 20:14:31.351086 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:31.351219 [ 275 ] {761eba52-67fc-4951-a16f-3fcc8257ad9a} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.01 20:14:31.351270 [ 275 ] {761eba52-67fc-4951-a16f-3fcc8257ad9a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:31.351856 [ 275 ] {761eba52-67fc-4951-a16f-3fcc8257ad9a} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.351901 [ 275 ] {761eba52-67fc-4951-a16f-3fcc8257ad9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.352366 [ 275 ] {761eba52-67fc-4951-a16f-3fcc8257ad9a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:31.352562 [ 275 ] {761eba52-67fc-4951-a16f-3fcc8257ad9a} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.352704 [ 275 ] {761eba52-67fc-4951-a16f-3fcc8257ad9a} executeQuery: Read 4 rows, 521.00 B in 0.001522 sec., 2628.120893561104 rows/sec., 334.29 KiB/sec. 2026.05.01 20:14:31.352742 [ 275 ] {761eba52-67fc-4951-a16f-3fcc8257ad9a} TCPHandler: Processed in 0.001719913 sec. 2026.05.01 20:14:31.352889 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:31.352989 [ 275 ] {7d4b04ce-d682-4369-aec4-339cf77361ac} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 20:14:31.353027 [ 275 ] {7d4b04ce-d682-4369-aec4-339cf77361ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 20:14:31.353425 [ 275 ] {7d4b04ce-d682-4369-aec4-339cf77361ac} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.353461 [ 275 ] {7d4b04ce-d682-4369-aec4-339cf77361ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.353750 [ 275 ] {7d4b04ce-d682-4369-aec4-339cf77361ac} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:31.353952 [ 275 ] {7d4b04ce-d682-4369-aec4-339cf77361ac} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.354073 [ 275 ] {7d4b04ce-d682-4369-aec4-339cf77361ac} executeQuery: Read 2 rows, 167.00 B in 0.001103 sec., 1813.236627379873 rows/sec., 147.86 KiB/sec. 2026.05.01 20:14:31.354109 [ 275 ] {7d4b04ce-d682-4369-aec4-339cf77361ac} TCPHandler: Processed in 0.001271154 sec. 2026.05.01 20:14:31.354229 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:31.354323 [ 275 ] {b51b3709-8660-4114-8963-7ed7e1dd79c1} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:31.354362 [ 275 ] {b51b3709-8660-4114-8963-7ed7e1dd79c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:31.354805 [ 275 ] {b51b3709-8660-4114-8963-7ed7e1dd79c1} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.354840 [ 275 ] {b51b3709-8660-4114-8963-7ed7e1dd79c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.355134 [ 275 ] {b51b3709-8660-4114-8963-7ed7e1dd79c1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 20:14:31.355344 [ 275 ] {b51b3709-8660-4114-8963-7ed7e1dd79c1} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.355433 [ 58 ] {} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 20:14:31.355466 [ 275 ] {b51b3709-8660-4114-8963-7ed7e1dd79c1} executeQuery: Read 111 rows, 9.57 KiB in 0.001161 sec., 95607.23514211887 rows/sec., 8.05 MiB/sec. 2026.05.01 20:14:31.355470 [ 58 ] {} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.355498 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.355503 [ 275 ] {b51b3709-8660-4114-8963-7ed7e1dd79c1} TCPHandler: Processed in 0.001323265 sec. 2026.05.01 20:14:31.355623 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:31.355628 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.01 20:14:31.355718 [ 275 ] {2affaeb9-d200-428b-b77c-340721cd9407} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:31.355761 [ 275 ] {2affaeb9-d200-428b-b77c-340721cd9407} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:31.355792 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:31.355837 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 43 rows starting from the beginning of the part 2026.05.01 20:14:31.355958 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part 2026.05.01 20:14:31.356013 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 796 rows starting from the beginning of the part 2026.05.01 20:14:31.356059 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 106 rows starting from the beginning of the part 2026.05.01 20:14:31.356107 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::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.01 20:14:31.356152 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 111 rows starting from the beginning of the part 2026.05.01 20:14:31.356157 [ 275 ] {2affaeb9-d200-428b-b77c-340721cd9407} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.356201 [ 275 ] {2affaeb9-d200-428b-b77c-340721cd9407} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.356513 [ 275 ] {2affaeb9-d200-428b-b77c-340721cd9407} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 20:14:31.356736 [ 275 ] {2affaeb9-d200-428b-b77c-340721cd9407} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.356828 [ 58 ] {} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 20:14:31.356852 [ 58 ] {} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.356870 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.356870 [ 275 ] {2affaeb9-d200-428b-b77c-340721cd9407} executeQuery: Read 29 rows, 2.17 KiB in 0.001171 sec., 24765.157984628524 rows/sec., 1.81 MiB/sec. 2026.05.01 20:14:31.356914 [ 275 ] {2affaeb9-d200-428b-b77c-340721cd9407} TCPHandler: Processed in 0.001341046 sec. 2026.05.01 20:14:31.357002 [ 201 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.01 20:14:31.357040 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:31.357143 [ 275 ] {7fb7d823-ab70-4b3c-831b-d37fe08b2214} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:31.357159 [ 201 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:31.357183 [ 275 ] {7fb7d823-ab70-4b3c-831b-d37fe08b2214} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:31.357217 [ 201 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2026.05.01 20:14:31.357316 [ 196 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1903 rows, containing 5 columns (5 merged, 0 gathered) in 0.001746983 sec., 1089306.535896457 rows/sec., 89.73 MiB/sec. 2026.05.01 20:14:31.357320 [ 201 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part 2026.05.01 20:14:31.357397 [ 201 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.05.01 20:14:31.357445 [ 201 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part 2026.05.01 20:14:31.357490 [ 201 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 142 rows starting from the beginning of the part 2026.05.01 20:14:31.357509 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 20:14:31.357541 [ 201 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part 2026.05.01 20:14:31.357734 [ 275 ] {7fb7d823-ab70-4b3c-831b-d37fe08b2214} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.357766 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.357776 [ 275 ] {7fb7d823-ab70-4b3c-831b-d37fe08b2214} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.357850 [ 192 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_6_1} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 20:14:31.357923 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.05.01 20:14:31.358114 [ 275 ] {7fb7d823-ab70-4b3c-831b-d37fe08b2214} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 20:14:31.358361 [ 275 ] {7fb7d823-ab70-4b3c-831b-d37fe08b2214} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.358451 [ 58 ] {} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 20:14:31.358476 [ 58 ] {} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.358490 [ 275 ] {7fb7d823-ab70-4b3c-831b-d37fe08b2214} executeQuery: Read 93 rows, 7.44 KiB in 0.001366 sec., 68081.99121522694 rows/sec., 5.32 MiB/sec. 2026.05.01 20:14:31.358492 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.358528 [ 275 ] {7fb7d823-ab70-4b3c-831b-d37fe08b2214} TCPHandler: Processed in 0.001537449 sec. 2026.05.01 20:14:31.358566 [ 192 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.01 20:14:31.358567 [ 189 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 5 columns (5 merged, 0 gathered) in 0.001619181 sec., 244568.08719963982 rows/sec., 16.28 MiB/sec. 2026.05.01 20:14:31.358640 [ 192 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:31.358658 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:31.358670 [ 192 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 38 rows starting from the beginning of the part 2026.05.01 20:14:31.358728 [ 192 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part 2026.05.01 20:14:31.358760 [ 275 ] {b3eb3e98-3b5c-4f9e-a999-eb460236435e} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:31.358765 [ 192 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.05.01 20:14:31.358793 [ 195 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 20:14:31.358814 [ 275 ] {b3eb3e98-3b5c-4f9e-a999-eb460236435e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:31.358832 [ 192 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 83 rows starting from the beginning of the part 2026.05.01 20:14:31.358872 [ 192 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 482 rows starting from the beginning of the part 2026.05.01 20:14:31.358907 [ 192 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 93 rows starting from the beginning of the part 2026.05.01 20:14:31.359155 [ 195 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.359228 [ 275 ] {b3eb3e98-3b5c-4f9e-a999-eb460236435e} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.359242 [ 195 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_6_1} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 20:14:31.359271 [ 275 ] {b3eb3e98-3b5c-4f9e-a999-eb460236435e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.359351 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.05.01 20:14:31.359613 [ 275 ] {b3eb3e98-3b5c-4f9e-a999-eb460236435e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 20:14:31.359768 [ 201 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1216 rows, containing 5 columns (5 merged, 0 gathered) in 0.001229223 sec., 989242.7980927789 rows/sec., 74.70 MiB/sec. 2026.05.01 20:14:31.359834 [ 275 ] {b3eb3e98-3b5c-4f9e-a999-eb460236435e} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.359952 [ 201 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 20:14:31.359994 [ 275 ] {b3eb3e98-3b5c-4f9e-a999-eb460236435e} executeQuery: Read 161 rows, 11.48 KiB in 0.001251 sec., 128697.04236610713 rows/sec., 8.96 MiB/sec. 2026.05.01 20:14:31.360050 [ 275 ] {b3eb3e98-3b5c-4f9e-a999-eb460236435e} TCPHandler: Processed in 0.001441527 sec. 2026.05.01 20:14:31.360174 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:31.360269 [ 275 ] {c5fd7bec-b49b-4464-83cd-fb6e4a1cf0b0} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:31.360324 [ 275 ] {c5fd7bec-b49b-4464-83cd-fb6e4a1cf0b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.01 20:14:31.360362 [ 201 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.360461 [ 201 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_6_1} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 20:14:31.360568 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.05.01 20:14:31.361110 [ 275 ] {c5fd7bec-b49b-4464-83cd-fb6e4a1cf0b0} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.361151 [ 275 ] {c5fd7bec-b49b-4464-83cd-fb6e4a1cf0b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.361690 [ 275 ] {c5fd7bec-b49b-4464-83cd-fb6e4a1cf0b0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:31.361912 [ 275 ] {c5fd7bec-b49b-4464-83cd-fb6e4a1cf0b0} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.362053 [ 275 ] {c5fd7bec-b49b-4464-83cd-fb6e4a1cf0b0} executeQuery: Read 27 rows, 49.54 KiB in 0.001802 sec., 14983.351831298558 rows/sec., 26.85 MiB/sec. 2026.05.01 20:14:31.362105 [ 275 ] {c5fd7bec-b49b-4464-83cd-fb6e4a1cf0b0} TCPHandler: Processed in 0.001981838 sec. 2026.05.01 20:14:31.362236 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:31.362331 [ 275 ] {3e21cc61-4e87-4d63-8fea-99113d823ca1} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:31.362372 [ 275 ] {3e21cc61-4e87-4d63-8fea-99113d823ca1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:31.362736 [ 275 ] {3e21cc61-4e87-4d63-8fea-99113d823ca1} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:31.362772 [ 275 ] {3e21cc61-4e87-4d63-8fea-99113d823ca1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:31.363080 [ 275 ] {3e21cc61-4e87-4d63-8fea-99113d823ca1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:31.363291 [ 275 ] {3e21cc61-4e87-4d63-8fea-99113d823ca1} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:31.363414 [ 275 ] {3e21cc61-4e87-4d63-8fea-99113d823ca1} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.05.01 20:14:31.363451 [ 275 ] {3e21cc61-4e87-4d63-8fea-99113d823ca1} TCPHandler: Processed in 0.001264834 sec. 2026.05.01 20:14:34.465232 [ 54 ] {} DNSResolver: Updating DNS cache 2026.05.01 20:14:34.465301 [ 54 ] {} DNSResolver: Updated DNS cache 2026.05.01 20:14:34.535747 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3877 2026.05.01 20:14:34.536269 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:34.536319 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:34.536848 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 20:14:34.537113 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:34.537252 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3877 2026.05.01 20:14:34.541504 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 204 2026.05.01 20:14:34.543878 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:34.543934 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:34.545251 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 20:14:34.545546 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:34.545699 [ 53 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 20:14:34.545765 [ 53 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:34.545786 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:34.545870 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 204 2026.05.01 20:14:34.545943 [ 189 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.01 20:14:34.546587 [ 189 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:34.546776 [ 189 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.05.01 20:14:34.547224 [ 189 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::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.01 20:14:34.547613 [ 189 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 18 rows starting from the beginning of the part 2026.05.01 20:14:34.547997 [ 189 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.05.01 20:14:34.548369 [ 189 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2026.05.01 20:14:34.548768 [ 189 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::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.01 20:14:34.554560 [ 201 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 72 columns (72 merged, 0 gathered) in 0.008696665 sec., 23457.26781473128 rows/sec., 22.44 MiB/sec. 2026.05.01 20:14:34.555554 [ 192 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 20:14:34.556164 [ 192 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:34.556245 [ 192 ] {ebe8b520-745c-4680-9f01-2b1aa21b6852::all_1_6_1} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 20:14:34.556472 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2026.05.01 20:14:34.734429 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.05.01 20:14:34.752238 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:34.752307 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:34.758649 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 20:14:34.759354 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:34.762276 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.05.01 20:14:35.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.13 MiB, peak 187.17 MiB, free memory in arenas 0.00 B, will set to 183.89 MiB (RSS), difference: 2.76 MiB 2026.05.01 20:14:36.351244 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.351478 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} executeQuery: (from [fd00:1122:3344:101::d]:43200) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.01 20:14:36.351800 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:36.351839 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.01 20:14:36.352074 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:36.352142 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:36.352281 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 30-element set) 2026.05.01 20:14:36.352396 [ 329 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 20:14:36.352396 [ 313 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:36.352430 [ 331 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 20:14:36.352606 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.01 20:14:36.352638 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:36.352724 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 20:14:36.352744 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.01 20:14:36.352780 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.01 20:14:36.352817 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.01 20:14:36.352849 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.01 20:14:36.354106 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} executeQuery: Read 35 rows, 7.11 KiB in 0.002724 sec., 12848.751835535977 rows/sec., 2.55 MiB/sec. 2026.05.01 20:14:36.354248 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} MemoryTracker: Peak memory usage (for query): 132.56 KiB. 2026.05.01 20:14:36.354264 [ 275 ] {d6a179ea-ddb1-4ea8-8984-17875de91544} TCPHandler: Processed in 0.003148429 sec. 2026.05.01 20:14:36.361577 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.361696 [ 275 ] {99b4c354-1ada-42de-9509-fba2cd06d0aa} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 20:14:36.361744 [ 275 ] {99b4c354-1ada-42de-9509-fba2cd06d0aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 20:14:36.362331 [ 275 ] {99b4c354-1ada-42de-9509-fba2cd06d0aa} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.362374 [ 275 ] {99b4c354-1ada-42de-9509-fba2cd06d0aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.362751 [ 275 ] {99b4c354-1ada-42de-9509-fba2cd06d0aa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:36.362974 [ 275 ] {99b4c354-1ada-42de-9509-fba2cd06d0aa} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.363122 [ 275 ] {99b4c354-1ada-42de-9509-fba2cd06d0aa} executeQuery: Read 284 rows, 18.47 KiB in 0.001458 sec., 194787.37997256513 rows/sec., 12.37 MiB/sec. 2026.05.01 20:14:36.363161 [ 275 ] {99b4c354-1ada-42de-9509-fba2cd06d0aa} TCPHandler: Processed in 0.001642161 sec. 2026.05.01 20:14:36.363296 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.363395 [ 275 ] {245041ce-04b8-44ce-b7b4-fb81da291c22} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:36.363436 [ 275 ] {245041ce-04b8-44ce-b7b4-fb81da291c22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:36.364190 [ 275 ] {245041ce-04b8-44ce-b7b4-fb81da291c22} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.364228 [ 275 ] {245041ce-04b8-44ce-b7b4-fb81da291c22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.364614 [ 275 ] {245041ce-04b8-44ce-b7b4-fb81da291c22} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 20:14:36.364830 [ 275 ] {245041ce-04b8-44ce-b7b4-fb81da291c22} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.364978 [ 275 ] {245041ce-04b8-44ce-b7b4-fb81da291c22} executeQuery: Read 797 rows, 62.84 KiB in 0.001604 sec., 496882.79301745637 rows/sec., 38.26 MiB/sec. 2026.05.01 20:14:36.365016 [ 275 ] {245041ce-04b8-44ce-b7b4-fb81da291c22} TCPHandler: Processed in 0.001772054 sec. 2026.05.01 20:14:36.365137 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.365233 [ 275 ] {9d07540e-972f-4ea3-b456-f77553c17f47} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:36.365273 [ 275 ] {9d07540e-972f-4ea3-b456-f77553c17f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:36.365702 [ 275 ] {9d07540e-972f-4ea3-b456-f77553c17f47} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.365739 [ 275 ] {9d07540e-972f-4ea3-b456-f77553c17f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.366039 [ 275 ] {9d07540e-972f-4ea3-b456-f77553c17f47} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 20:14:36.366264 [ 275 ] {9d07540e-972f-4ea3-b456-f77553c17f47} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.366393 [ 275 ] {9d07540e-972f-4ea3-b456-f77553c17f47} executeQuery: Read 142 rows, 8.54 KiB in 0.00118 sec., 120338.98305084746 rows/sec., 7.07 MiB/sec. 2026.05.01 20:14:36.366430 [ 275 ] {9d07540e-972f-4ea3-b456-f77553c17f47} TCPHandler: Processed in 0.001344196 sec. 2026.05.01 20:14:36.366552 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.366649 [ 275 ] {ae0cdab2-0810-4ed2-8e89-32a6dd092636} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 20:14:36.366689 [ 275 ] {ae0cdab2-0810-4ed2-8e89-32a6dd092636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 20:14:36.367113 [ 275 ] {ae0cdab2-0810-4ed2-8e89-32a6dd092636} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.367150 [ 275 ] {ae0cdab2-0810-4ed2-8e89-32a6dd092636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.367444 [ 275 ] {ae0cdab2-0810-4ed2-8e89-32a6dd092636} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:36.367702 [ 275 ] {ae0cdab2-0810-4ed2-8e89-32a6dd092636} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.367831 [ 275 ] {ae0cdab2-0810-4ed2-8e89-32a6dd092636} executeQuery: Read 149 rows, 9.86 KiB in 0.001202 sec., 123960.06655574044 rows/sec., 8.01 MiB/sec. 2026.05.01 20:14:36.367869 [ 275 ] {ae0cdab2-0810-4ed2-8e89-32a6dd092636} TCPHandler: Processed in 0.001367356 sec. 2026.05.01 20:14:36.368002 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.368097 [ 275 ] {0ab01092-3419-4afb-bab6-3a630dd0a54a} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 20:14:36.368136 [ 275 ] {0ab01092-3419-4afb-bab6-3a630dd0a54a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 20:14:36.368569 [ 275 ] {0ab01092-3419-4afb-bab6-3a630dd0a54a} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.368605 [ 275 ] {0ab01092-3419-4afb-bab6-3a630dd0a54a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.368916 [ 275 ] {0ab01092-3419-4afb-bab6-3a630dd0a54a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:36.369149 [ 275 ] {0ab01092-3419-4afb-bab6-3a630dd0a54a} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.369276 [ 275 ] {0ab01092-3419-4afb-bab6-3a630dd0a54a} executeQuery: Read 148 rows, 8.62 KiB in 0.001198 sec., 123539.23205342237 rows/sec., 7.03 MiB/sec. 2026.05.01 20:14:36.369313 [ 275 ] {0ab01092-3419-4afb-bab6-3a630dd0a54a} TCPHandler: Processed in 0.001361926 sec. 2026.05.01 20:14:36.369440 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.369536 [ 275 ] {b82fb018-7515-4347-bdaa-655c490dbf94} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:36.369574 [ 275 ] {b82fb018-7515-4347-bdaa-655c490dbf94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:36.370132 [ 275 ] {b82fb018-7515-4347-bdaa-655c490dbf94} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.370169 [ 275 ] {b82fb018-7515-4347-bdaa-655c490dbf94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.370506 [ 275 ] {b82fb018-7515-4347-bdaa-655c490dbf94} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 20:14:36.370717 [ 275 ] {b82fb018-7515-4347-bdaa-655c490dbf94} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.370852 [ 275 ] {b82fb018-7515-4347-bdaa-655c490dbf94} executeQuery: Read 490 rows, 35.18 KiB in 0.001334 sec., 367316.3418290855 rows/sec., 25.75 MiB/sec. 2026.05.01 20:14:36.370891 [ 275 ] {b82fb018-7515-4347-bdaa-655c490dbf94} TCPHandler: Processed in 0.001505248 sec. 2026.05.01 20:14:36.371019 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.371123 [ 275 ] {917b0792-c967-411b-973d-36e63e12621d} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 20:14:36.371166 [ 275 ] {917b0792-c967-411b-973d-36e63e12621d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 20:14:36.371501 [ 275 ] {917b0792-c967-411b-973d-36e63e12621d} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.371539 [ 275 ] {917b0792-c967-411b-973d-36e63e12621d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.371835 [ 275 ] {917b0792-c967-411b-973d-36e63e12621d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:36.372057 [ 275 ] {917b0792-c967-411b-973d-36e63e12621d} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.372187 [ 275 ] {917b0792-c967-411b-973d-36e63e12621d} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2026.05.01 20:14:36.372222 [ 275 ] {917b0792-c967-411b-973d-36e63e12621d} TCPHandler: Processed in 0.001253694 sec. 2026.05.01 20:14:36.372346 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.372447 [ 275 ] {26fca18f-2a71-489a-9a77-045c1c4c4730} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:36.372488 [ 275 ] {26fca18f-2a71-489a-9a77-045c1c4c4730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:36.372904 [ 275 ] {26fca18f-2a71-489a-9a77-045c1c4c4730} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.372941 [ 275 ] {26fca18f-2a71-489a-9a77-045c1c4c4730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.373263 [ 275 ] {26fca18f-2a71-489a-9a77-045c1c4c4730} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 20:14:36.373481 [ 275 ] {26fca18f-2a71-489a-9a77-045c1c4c4730} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.373581 [ 51 ] {} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 20:14:36.373607 [ 275 ] {26fca18f-2a71-489a-9a77-045c1c4c4730} executeQuery: Read 265 rows, 18.03 KiB in 0.001183 sec., 224006.76246830093 rows/sec., 14.89 MiB/sec. 2026.05.01 20:14:36.373627 [ 51 ] {} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.373648 [ 275 ] {26fca18f-2a71-489a-9a77-045c1c4c4730} TCPHandler: Processed in 0.001354065 sec. 2026.05.01 20:14:36.373653 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.373779 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.373796 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.01 20:14:36.373878 [ 275 ] {e7ad0928-d6a7-4807-ac58-892442120a8d} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 20:14:36.373930 [ 275 ] {e7ad0928-d6a7-4807-ac58-892442120a8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 20:14:36.373951 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:36.374008 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.05.01 20:14:36.374110 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 258 rows starting from the beginning of the part 2026.05.01 20:14:36.374163 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2026.05.01 20:14:36.374215 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 255 rows starting from the beginning of the part 2026.05.01 20:14:36.374250 [ 275 ] {e7ad0928-d6a7-4807-ac58-892442120a8d} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.374260 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 161 rows starting from the beginning of the part 2026.05.01 20:14:36.374296 [ 275 ] {e7ad0928-d6a7-4807-ac58-892442120a8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.374336 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 265 rows starting from the beginning of the part 2026.05.01 20:14:36.374630 [ 275 ] {e7ad0928-d6a7-4807-ac58-892442120a8d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.01 20:14:36.374894 [ 275 ] {e7ad0928-d6a7-4807-ac58-892442120a8d} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.375043 [ 275 ] {e7ad0928-d6a7-4807-ac58-892442120a8d} executeQuery: Read 1 rows, 69.00 B in 0.001183 sec., 845.30853761623 rows/sec., 56.96 KiB/sec. 2026.05.01 20:14:36.375082 [ 275 ] {e7ad0928-d6a7-4807-ac58-892442120a8d} TCPHandler: Processed in 0.001353085 sec. 2026.05.01 20:14:36.375212 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:36.375307 [ 275 ] {15437463-e3ac-484c-8d45-3b4919d9da2a} executeQuery: (from [fd00:1122:3344:101::d]:43200) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:36.375349 [ 275 ] {15437463-e3ac-484c-8d45-3b4919d9da2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:36.375725 [ 275 ] {15437463-e3ac-484c-8d45-3b4919d9da2a} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:36.375760 [ 275 ] {15437463-e3ac-484c-8d45-3b4919d9da2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:36.375844 [ 192 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 5 columns (5 merged, 0 gathered) in 0.00210586 sec., 517603.2594759385 rows/sec., 34.77 MiB/sec. 2026.05.01 20:14:36.376148 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 20:14:36.376174 [ 275 ] {15437463-e3ac-484c-8d45-3b4919d9da2a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 20:14:36.376467 [ 275 ] {15437463-e3ac-484c-8d45-3b4919d9da2a} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.376527 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:36.376618 [ 275 ] {15437463-e3ac-484c-8d45-3b4919d9da2a} executeQuery: Read 90 rows, 5.77 KiB in 0.00133 sec., 67669.17293233082 rows/sec., 4.23 MiB/sec. 2026.05.01 20:14:36.376620 [ 196 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_6_1} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 20:14:36.376666 [ 275 ] {15437463-e3ac-484c-8d45-3b4919d9da2a} TCPHandler: Processed in 0.001503528 sec. 2026.05.01 20:14:36.376722 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.05.01 20:14:40.721618 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:40.721715 [ 275 ] {} TCP-Session: d2be573b-1a7c-4d99-a8db-a551c234248c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.000326 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.11 MiB, peak 188.04 MiB, free memory in arenas 0.00 B, will set to 184.15 MiB (RSS), difference: 2.04 MiB 2026.05.01 20:14:41.021746 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37164 2026.05.01 20:14:41.021893 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.021931 [ 275 ] {} TCP-Session: e61150b6-2a42-46bd-83d1-6ed64c5b5c29 Authenticating user 'default' from [fd00:1122:3344:101::e]:37164 2026.05.01 20:14:41.021963 [ 275 ] {} TCP-Session: e61150b6-2a42-46bd-83d1-6ed64c5b5c29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.021984 [ 275 ] {} TCP-Session: e61150b6-2a42-46bd-83d1-6ed64c5b5c29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022293 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41744 2026.05.01 20:14:41.022315 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53990 2026.05.01 20:14:41.022360 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39056 2026.05.01 20:14:41.022389 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.022411 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60596 2026.05.01 20:14:41.022446 [ 286 ] {} TCP-Session: 9f748684-310b-403d-bee1-0ed942658e11 Authenticating user 'default' from [fd00:1122:3344:101::e]:41744 2026.05.01 20:14:41.022426 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49053 2026.05.01 20:14:41.022511 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.022486 [ 286 ] {} TCP-Session: 9f748684-310b-403d-bee1-0ed942658e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022567 [ 275 ] {} TCP-Session: e61150b6-2a42-46bd-83d1-6ed64c5b5c29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.022580 [ 286 ] {} TCP-Session: 9f748684-310b-403d-bee1-0ed942658e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022588 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.022571 [ 288 ] {} TCP-Session: ceed4d11-c464-4e1e-91a1-a38b8d5ece2b Authenticating user 'default' from [fd00:1122:3344:101::e]:39056 2026.05.01 20:14:41.022638 [ 293 ] {} TCP-Session: 865db47e-3710-4554-81f5-2c4c46fcb38b Authenticating user 'default' from [fd00:1122:3344:101::e]:60596 2026.05.01 20:14:41.022483 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.022724 [ 293 ] {} TCP-Session: 865db47e-3710-4554-81f5-2c4c46fcb38b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022714 [ 288 ] {} TCP-Session: ceed4d11-c464-4e1e-91a1-a38b8d5ece2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022767 [ 293 ] {} TCP-Session: 865db47e-3710-4554-81f5-2c4c46fcb38b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022792 [ 288 ] {} TCP-Session: ceed4d11-c464-4e1e-91a1-a38b8d5ece2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022794 [ 275 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} executeQuery: (from [fd00:1122:3344:101::e]:37164) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 20:14:41.022785 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.022769 [ 287 ] {} TCP-Session: 10deab96-f3cc-43e4-af71-74b2e57caf09 Authenticating user 'default' from [fd00:1122:3344:101::e]:53990 2026.05.01 20:14:41.022891 [ 292 ] {} TCP-Session: 2da780ed-6537-4655-adec-7f1dc4221de5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49053 2026.05.01 20:14:41.022380 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61755 2026.05.01 20:14:41.022932 [ 292 ] {} TCP-Session: 2da780ed-6537-4655-adec-7f1dc4221de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022933 [ 287 ] {} TCP-Session: 10deab96-f3cc-43e4-af71-74b2e57caf09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022963 [ 292 ] {} TCP-Session: 2da780ed-6537-4655-adec-7f1dc4221de5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.023001 [ 287 ] {} TCP-Session: 10deab96-f3cc-43e4-af71-74b2e57caf09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.022367 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46778 2026.05.01 20:14:41.022395 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39664 2026.05.01 20:14:41.023120 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.023163 [ 290 ] {} TCP-Session: e64a9a56-ac8e-4d11-9b47-0553f5fc7faa Authenticating user 'default' from [fd00:1122:3344:101::e]:61755 2026.05.01 20:14:41.023187 [ 290 ] {} TCP-Session: e64a9a56-ac8e-4d11-9b47-0553f5fc7faa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.023209 [ 290 ] {} TCP-Session: e64a9a56-ac8e-4d11-9b47-0553f5fc7faa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.023224 [ 275 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 20:14:41.023290 [ 275 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:41.023378 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.023417 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.023419 [ 289 ] {} TCP-Session: b157a341-fbd2-4c4f-b4f3-79774d1d0791 Authenticating user 'default' from [fd00:1122:3344:101::e]:46778 2026.05.01 20:14:41.023471 [ 291 ] {} TCP-Session: 0ea5e195-32bf-455b-a009-b66ca4b5bc65 Authenticating user 'default' from [fd00:1122:3344:101::e]:39664 2026.05.01 20:14:41.023487 [ 289 ] {} TCP-Session: b157a341-fbd2-4c4f-b4f3-79774d1d0791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.023511 [ 291 ] {} TCP-Session: 0ea5e195-32bf-455b-a009-b66ca4b5bc65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.023517 [ 289 ] {} TCP-Session: b157a341-fbd2-4c4f-b4f3-79774d1d0791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.023544 [ 291 ] {} TCP-Session: 0ea5e195-32bf-455b-a009-b66ca4b5bc65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.023626 [ 275 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} oximeter.version (7e7d2805-cb97-47f9-a351-cff211588c31) (SelectExecutor): Key condition: unknown 2026.05.01 20:14:41.023729 [ 275 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} Aggregator: Compile expression max()(UInt64) 0 2026.05.01 20:14:41.348283 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.348519 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} executeQuery: (from [fd00:1122:3344:101::d]:38360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.01 20:14:41.348892 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:41.348930 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.01 20:14:41.349169 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:41.349246 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:41.349379 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 20:14:41.349480 [ 329 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:41.349481 [ 313 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 20:14:41.349496 [ 308 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 20:14:41.349608 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.01 20:14:41.349634 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:41.349723 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 20:14:41.349748 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.01 20:14:41.349785 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:41.349823 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:41.349865 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:41.351336 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} executeQuery: Read 35 rows, 7.54 KiB in 0.002908 sec., 12035.76341127923 rows/sec., 2.53 MiB/sec. 2026.05.01 20:14:41.351481 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} MemoryTracker: Peak memory usage (for query): 142.62 KiB. 2026.05.01 20:14:41.351496 [ 276 ] {78ffef94-4ac0-4a02-b81f-659c9a9819f2} TCPHandler: Processed in 0.003339673 sec. 2026.05.01 20:14:41.353754 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.353872 [ 276 ] {2ea3c116-9133-4d71-a742-fee9294772fb} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:41.353920 [ 276 ] {2ea3c116-9133-4d71-a742-fee9294772fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:41.354483 [ 276 ] {2ea3c116-9133-4d71-a742-fee9294772fb} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.354526 [ 276 ] {2ea3c116-9133-4d71-a742-fee9294772fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.356219 [ 276 ] {2ea3c116-9133-4d71-a742-fee9294772fb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 20:14:41.356470 [ 276 ] {2ea3c116-9133-4d71-a742-fee9294772fb} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.356634 [ 276 ] {2ea3c116-9133-4d71-a742-fee9294772fb} executeQuery: Read 110 rows, 9.50 KiB in 0.002795 sec., 39355.99284436493 rows/sec., 3.32 MiB/sec. 2026.05.01 20:14:41.356678 [ 276 ] {2ea3c116-9133-4d71-a742-fee9294772fb} TCPHandler: Processed in 0.002978076 sec. 2026.05.01 20:14:41.356826 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.356930 [ 276 ] {cd725359-bede-4455-8f75-fa2c36a8ea12} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.356974 [ 276 ] {cd725359-bede-4455-8f75-fa2c36a8ea12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:41.357431 [ 276 ] {cd725359-bede-4455-8f75-fa2c36a8ea12} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.357471 [ 276 ] {cd725359-bede-4455-8f75-fa2c36a8ea12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.357789 [ 276 ] {cd725359-bede-4455-8f75-fa2c36a8ea12} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 20:14:41.358004 [ 276 ] {cd725359-bede-4455-8f75-fa2c36a8ea12} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.358137 [ 276 ] {cd725359-bede-4455-8f75-fa2c36a8ea12} executeQuery: Read 27 rows, 2.03 KiB in 0.001233 sec., 21897.810218978102 rows/sec., 1.61 MiB/sec. 2026.05.01 20:14:41.358174 [ 276 ] {cd725359-bede-4455-8f75-fa2c36a8ea12} TCPHandler: Processed in 0.001399827 sec. 2026.05.01 20:14:41.358308 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.358407 [ 276 ] {b705ceaa-4741-43ba-9076-4e05b3c6ccfb} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:41.358449 [ 276 ] {b705ceaa-4741-43ba-9076-4e05b3c6ccfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:41.358901 [ 276 ] {b705ceaa-4741-43ba-9076-4e05b3c6ccfb} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.358939 [ 276 ] {b705ceaa-4741-43ba-9076-4e05b3c6ccfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.359243 [ 276 ] {b705ceaa-4741-43ba-9076-4e05b3c6ccfb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 20:14:41.359477 [ 276 ] {b705ceaa-4741-43ba-9076-4e05b3c6ccfb} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.359616 [ 276 ] {b705ceaa-4741-43ba-9076-4e05b3c6ccfb} executeQuery: Read 91 rows, 7.28 KiB in 0.00123 sec., 73983.73983739837 rows/sec., 5.78 MiB/sec. 2026.05.01 20:14:41.359654 [ 276 ] {b705ceaa-4741-43ba-9076-4e05b3c6ccfb} TCPHandler: Processed in 0.001396686 sec. 2026.05.01 20:14:41.359794 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.359891 [ 276 ] {737829e2-1047-42fe-81c3-5f22433fe5cb} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.359937 [ 276 ] {737829e2-1047-42fe-81c3-5f22433fe5cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:41.360380 [ 276 ] {737829e2-1047-42fe-81c3-5f22433fe5cb} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.360418 [ 276 ] {737829e2-1047-42fe-81c3-5f22433fe5cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.360756 [ 276 ] {737829e2-1047-42fe-81c3-5f22433fe5cb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 20:14:41.360970 [ 276 ] {737829e2-1047-42fe-81c3-5f22433fe5cb} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.361108 [ 276 ] {737829e2-1047-42fe-81c3-5f22433fe5cb} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2026.05.01 20:14:41.361158 [ 276 ] {737829e2-1047-42fe-81c3-5f22433fe5cb} TCPHandler: Processed in 0.001414167 sec. 2026.05.01 20:14:41.361309 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.361424 [ 276 ] {268cfdb9-0ff9-43ea-911f-5b695bd84f86} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.361498 [ 276 ] {268cfdb9-0ff9-43ea-911f-5b695bd84f86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.01 20:14:41.362709 [ 276 ] {268cfdb9-0ff9-43ea-911f-5b695bd84f86} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.362757 [ 276 ] {268cfdb9-0ff9-43ea-911f-5b695bd84f86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.363566 [ 276 ] {268cfdb9-0ff9-43ea-911f-5b695bd84f86} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.01 20:14:41.363893 [ 276 ] {268cfdb9-0ff9-43ea-911f-5b695bd84f86} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.364088 [ 276 ] {268cfdb9-0ff9-43ea-911f-5b695bd84f86} executeQuery: Read 27 rows, 49.54 KiB in 0.002686 sec., 10052.122114668653 rows/sec., 18.01 MiB/sec. 2026.05.01 20:14:41.364165 [ 276 ] {268cfdb9-0ff9-43ea-911f-5b695bd84f86} TCPHandler: Processed in 0.002915395 sec. 2026.05.01 20:14:41.364328 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.364446 [ 276 ] {da5990cc-e298-4789-9e55-36e70f7d0ef5} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.364501 [ 276 ] {da5990cc-e298-4789-9e55-36e70f7d0ef5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:41.364964 [ 276 ] {da5990cc-e298-4789-9e55-36e70f7d0ef5} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.365012 [ 276 ] {da5990cc-e298-4789-9e55-36e70f7d0ef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.365438 [ 276 ] {da5990cc-e298-4789-9e55-36e70f7d0ef5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 20:14:41.365735 [ 276 ] {da5990cc-e298-4789-9e55-36e70f7d0ef5} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.365873 [ 44 ] {} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 20:14:41.365894 [ 276 ] {da5990cc-e298-4789-9e55-36e70f7d0ef5} executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec. 2026.05.01 20:14:41.365943 [ 44 ] {} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.365948 [ 276 ] {da5990cc-e298-4789-9e55-36e70f7d0ef5} TCPHandler: Processed in 0.001682842 sec. 2026.05.01 20:14:41.365972 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.366099 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.01 20:14:41.366226 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:41.366265 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part 2026.05.01 20:14:41.366329 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2026.05.01 20:14:41.366371 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 80 rows starting from the beginning of the part 2026.05.01 20:14:41.366407 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.05.01 20:14:41.366492 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 90 rows starting from the beginning of the part 2026.05.01 20:14:41.366533 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.05.01 20:14:41.367360 [ 196 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 4 columns (4 merged, 0 gathered) in 0.001315885 sec., 319176.82776230446 rows/sec., 20.66 MiB/sec. 2026.05.01 20:14:41.367505 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 20:14:41.367771 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.367843 [ 192 ] {10fb7219-32af-4f9c-b288-d363b17c317c::all_1_6_1} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 20:14:41.367908 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.01 20:14:41.417593 [ 313 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} AggregatingTransform: Aggregating 2026.05.01 20:14:41.417657 [ 313 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} Aggregator: Aggregation method: without_key 2026.05.01 20:14:41.417699 [ 313 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001441907 sec. (693.526 rows/sec., 27.09 KiB/sec.) 2026.05.01 20:14:41.417720 [ 313 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} Aggregator: Merging aggregated data 2026.05.01 20:14:41.418827 [ 275 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} executeQuery: Read 1 rows, 40.00 B in 0.39611 sec., 2.5245512610133547 rows/sec., 100.98 B/sec. 2026.05.01 20:14:41.419032 [ 275 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.05.01 20:14:41.419055 [ 275 ] {5f6bb0e6-6b7f-4918-92b6-a57dc21847f4} TCPHandler: Processed in 0.396673771 sec. 2026.05.01 20:14:41.419288 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.419320 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.419343 [ 286 ] {} TCP-Session: 9f748684-310b-403d-bee1-0ed942658e11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.419348 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.419377 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.419408 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.419409 [ 290 ] {} TCP-Session: e64a9a56-ac8e-4d11-9b47-0553f5fc7faa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.419424 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.419462 [ 275 ] {} TCP-Session: e61150b6-2a42-46bd-83d1-6ed64c5b5c29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.419466 [ 288 ] {} TCP-Session: ceed4d11-c464-4e1e-91a1-a38b8d5ece2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.419484 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.419500 [ 289 ] {} TCP-Session: b157a341-fbd2-4c4f-b4f3-79774d1d0791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.419457 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.419551 [ 292 ] {} TCP-Session: 2da780ed-6537-4655-adec-7f1dc4221de5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.419400 [ 287 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.419633 [ 291 ] {} TCP-Session: 0ea5e195-32bf-455b-a009-b66ca4b5bc65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.419382 [ 293 ] {} TCP-Session: 865db47e-3710-4554-81f5-2c4c46fcb38b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.419665 [ 287 ] {} TCP-Session: 10deab96-f3cc-43e4-af71-74b2e57caf09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.482416 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46127 2026.05.01 20:14:41.482541 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.482570 [ 288 ] {} TCP-Session: c4974d44-df35-4023-8e52-2ac793bf4482 Authenticating user 'default' from [fd00:1122:3344:101::e]:46127 2026.05.01 20:14:41.482595 [ 288 ] {} TCP-Session: c4974d44-df35-4023-8e52-2ac793bf4482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.482611 [ 288 ] {} TCP-Session: c4974d44-df35-4023-8e52-2ac793bf4482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.482897 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60463 2026.05.01 20:14:41.482910 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33595 2026.05.01 20:14:41.482946 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57321 2026.05.01 20:14:41.482971 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46654 2026.05.01 20:14:41.482982 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51718 2026.05.01 20:14:41.482961 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39762 2026.05.01 20:14:41.482928 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54406 2026.05.01 20:14:41.483050 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.483060 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.483092 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.483103 [ 286 ] {} TCP-Session: 7aaf5498-15e0-44be-972c-09472467e95e Authenticating user 'default' from [fd00:1122:3344:101::e]:51718 2026.05.01 20:14:41.483098 [ 275 ] {} TCP-Session: 4d445200-28fd-4eec-aba3-a9bc8eb5139b Authenticating user 'default' from [fd00:1122:3344:101::e]:46654 2026.05.01 20:14:41.483119 [ 294 ] {} TCP-Session: 5cce30a7-48c5-487a-91a4-4aa16554c301 Authenticating user 'default' from [fd00:1122:3344:101::e]:39762 2026.05.01 20:14:41.483128 [ 286 ] {} TCP-Session: 7aaf5498-15e0-44be-972c-09472467e95e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483132 [ 275 ] {} TCP-Session: 4d445200-28fd-4eec-aba3-a9bc8eb5139b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483146 [ 286 ] {} TCP-Session: 7aaf5498-15e0-44be-972c-09472467e95e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483141 [ 294 ] {} TCP-Session: 5cce30a7-48c5-487a-91a4-4aa16554c301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483154 [ 275 ] {} TCP-Session: 4d445200-28fd-4eec-aba3-a9bc8eb5139b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483174 [ 294 ] {} TCP-Session: 5cce30a7-48c5-487a-91a4-4aa16554c301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483123 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.483057 [ 288 ] {} TCP-Session: c4974d44-df35-4023-8e52-2ac793bf4482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.483223 [ 292 ] {} TCP-Session: d6d5779e-c3a4-46ec-8db0-e1a069632157 Authenticating user 'default' from [fd00:1122:3344:101::e]:54406 2026.05.01 20:14:41.483043 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.483246 [ 292 ] {} TCP-Session: d6d5779e-c3a4-46ec-8db0-e1a069632157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483273 [ 290 ] {} TCP-Session: 54db27f6-e266-4a96-87a5-5bf7eb099903 Authenticating user 'default' from [fd00:1122:3344:101::e]:33595 2026.05.01 20:14:41.483280 [ 292 ] {} TCP-Session: d6d5779e-c3a4-46ec-8db0-e1a069632157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483299 [ 290 ] {} TCP-Session: 54db27f6-e266-4a96-87a5-5bf7eb099903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483040 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.483323 [ 290 ] {} TCP-Session: 54db27f6-e266-4a96-87a5-5bf7eb099903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.482920 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53276 2026.05.01 20:14:41.483357 [ 289 ] {} TCP-Session: 0c2bc8cb-11be-4fc2-9d9c-48eb1002b928 Authenticating user 'default' from [fd00:1122:3344:101::e]:60463 2026.05.01 20:14:41.483401 [ 288 ] {5b30a440-319b-4574-bbe5-88924f014d3d} executeQuery: (from [fd00:1122:3344:101::e]:46127) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.01 20:14:41.483041 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.483431 [ 289 ] {} TCP-Session: 0c2bc8cb-11be-4fc2-9d9c-48eb1002b928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483464 [ 289 ] {} TCP-Session: 0c2bc8cb-11be-4fc2-9d9c-48eb1002b928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483466 [ 293 ] {} TCP-Session: 2d7b3429-c09b-4c27-8063-aca7809b9201 Authenticating user 'default' from [fd00:1122:3344:101::e]:57321 2026.05.01 20:14:41.483473 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.01 20:14:41.483491 [ 293 ] {} TCP-Session: 2d7b3429-c09b-4c27-8063-aca7809b9201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483518 [ 293 ] {} TCP-Session: 2d7b3429-c09b-4c27-8063-aca7809b9201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483523 [ 291 ] {} TCP-Session: 28c7d396-ba2b-431e-b8fb-a12a7b60834a Authenticating user 'default' from [fd00:1122:3344:101::e]:53276 2026.05.01 20:14:41.483555 [ 291 ] {} TCP-Session: 28c7d396-ba2b-431e-b8fb-a12a7b60834a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483569 [ 291 ] {} TCP-Session: 28c7d396-ba2b-431e-b8fb-a12a7b60834a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.483742 [ 288 ] {5b30a440-319b-4574-bbe5-88924f014d3d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.01 20:14:41.483806 [ 288 ] {5b30a440-319b-4574-bbe5-88924f014d3d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:41.484131 [ 288 ] {5b30a440-319b-4574-bbe5-88924f014d3d} oximeter.version (7e7d2805-cb97-47f9-a351-cff211588c31) (SelectExecutor): Key condition: unknown 2026.05.01 20:14:41.485191 [ 309 ] {5b30a440-319b-4574-bbe5-88924f014d3d} AggregatingTransform: Aggregating 2026.05.01 20:14:41.485246 [ 309 ] {5b30a440-319b-4574-bbe5-88924f014d3d} Aggregator: Aggregation method: without_key 2026.05.01 20:14:41.485285 [ 309 ] {5b30a440-319b-4574-bbe5-88924f014d3d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00104829 sec. (953.935 rows/sec., 37.26 KiB/sec.) 2026.05.01 20:14:41.485314 [ 309 ] {5b30a440-319b-4574-bbe5-88924f014d3d} Aggregator: Merging aggregated data 2026.05.01 20:14:41.486744 [ 288 ] {5b30a440-319b-4574-bbe5-88924f014d3d} executeQuery: Read 1 rows, 40.00 B in 0.003405 sec., 293.68575624082234 rows/sec., 11.47 KiB/sec. 2026.05.01 20:14:41.486885 [ 288 ] {5b30a440-319b-4574-bbe5-88924f014d3d} TCPHandler: Processed in 0.004042866 sec. 2026.05.01 20:14:41.487043 [ 288 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.487074 [ 289 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.487077 [ 288 ] {} TCP-Session: c4974d44-df35-4023-8e52-2ac793bf4482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.487099 [ 286 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.487128 [ 290 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.487146 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.487155 [ 286 ] {} TCP-Session: 7aaf5498-15e0-44be-972c-09472467e95e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.487166 [ 292 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.487189 [ 275 ] {} TCP-Session: 4d445200-28fd-4eec-aba3-a9bc8eb5139b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.487202 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.487220 [ 294 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.487249 [ 293 ] {} TCP-Session: 2d7b3429-c09b-4c27-8063-aca7809b9201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.487218 [ 292 ] {} TCP-Session: d6d5779e-c3a4-46ec-8db0-e1a069632157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.487272 [ 294 ] {} TCP-Session: 5cce30a7-48c5-487a-91a4-4aa16554c301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.487185 [ 291 ] {} TCPHandler: Done processing connection. 2026.05.01 20:14:41.487176 [ 290 ] {} TCP-Session: 54db27f6-e266-4a96-87a5-5bf7eb099903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.487347 [ 291 ] {} TCP-Session: 28c7d396-ba2b-431e-b8fb-a12a7b60834a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.487123 [ 289 ] {} TCP-Session: 0c2bc8cb-11be-4fc2-9d9c-48eb1002b928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.01 20:14:41.937913 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.938160 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} executeQuery: (from [fd00:1122:3344:101::d]:38360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler: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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.01 20:14:41.938527 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:41.938572 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler: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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.01 20:14:41.938857 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:41.938928 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:41.939101 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 48-element set) 2026.05.01 20:14:41.939202 [ 333 ] {dc458026-205f-47cf-9819-7d21db712cb1} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 20:14:41.939212 [ 337 ] {dc458026-205f-47cf-9819-7d21db712cb1} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:41.939249 [ 334 ] {dc458026-205f-47cf-9819-7d21db712cb1} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 20:14:41.939359 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.01 20:14:41.939390 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:41.939478 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 20:14:41.939529 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.01 20:14:41.939572 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler: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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.01 20:14:41.939630 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler: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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.01 20:14:41.939672 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler: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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.05.01 20:14:41.940941 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} executeQuery: Read 35 rows, 7.54 KiB in 0.002892 sec., 12102.351313969571 rows/sec., 2.55 MiB/sec. 2026.05.01 20:14:41.941081 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} MemoryTracker: Peak memory usage (for query): 152.01 KiB. 2026.05.01 20:14:41.941100 [ 276 ] {dc458026-205f-47cf-9819-7d21db712cb1} TCPHandler: Processed in 0.003322523 sec. 2026.05.01 20:14:41.965415 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.965549 [ 276 ] {ad607638-7c59-4a9f-9601-b0fd9d49ab4f} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.01 20:14:41.965605 [ 276 ] {ad607638-7c59-4a9f-9601-b0fd9d49ab4f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:41.966237 [ 276 ] {ad607638-7c59-4a9f-9601-b0fd9d49ab4f} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.966279 [ 276 ] {ad607638-7c59-4a9f-9601-b0fd9d49ab4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.966705 [ 276 ] {ad607638-7c59-4a9f-9601-b0fd9d49ab4f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:41.966908 [ 276 ] {ad607638-7c59-4a9f-9601-b0fd9d49ab4f} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.967050 [ 276 ] {ad607638-7c59-4a9f-9601-b0fd9d49ab4f} executeQuery: Read 16 rows, 4.81 KiB in 0.001539 sec., 10396.361273554256 rows/sec., 3.05 MiB/sec. 2026.05.01 20:14:41.967091 [ 276 ] {ad607638-7c59-4a9f-9601-b0fd9d49ab4f} TCPHandler: Processed in 0.001740292 sec. 2026.05.01 20:14:41.967236 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.967337 [ 276 ] {f57781cb-84d1-4a70-8773-d99498027e2d} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.967379 [ 276 ] {f57781cb-84d1-4a70-8773-d99498027e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.01 20:14:41.967938 [ 276 ] {f57781cb-84d1-4a70-8773-d99498027e2d} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.967976 [ 276 ] {f57781cb-84d1-4a70-8773-d99498027e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.968292 [ 276 ] {f57781cb-84d1-4a70-8773-d99498027e2d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:41.968521 [ 276 ] {f57781cb-84d1-4a70-8773-d99498027e2d} oximeter.fields_i16 (02e45cec-d5b6-4572-90ff-794b13358be9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.968727 [ 276 ] {f57781cb-84d1-4a70-8773-d99498027e2d} executeQuery: Read 308 rows, 20.51 KiB in 0.001411 sec., 218284.90432317505 rows/sec., 14.19 MiB/sec. 2026.05.01 20:14:41.968773 [ 276 ] {f57781cb-84d1-4a70-8773-d99498027e2d} TCPHandler: Processed in 0.00158811 sec. 2026.05.01 20:14:41.968918 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.969035 [ 276 ] {ca1ee55c-5a9b-4f99-b61b-1513b275cf2a} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.01 20:14:41.969102 [ 276 ] {ca1ee55c-5a9b-4f99-b61b-1513b275cf2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.01 20:14:41.969744 [ 276 ] {ca1ee55c-5a9b-4f99-b61b-1513b275cf2a} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.969784 [ 276 ] {ca1ee55c-5a9b-4f99-b61b-1513b275cf2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.970112 [ 276 ] {ca1ee55c-5a9b-4f99-b61b-1513b275cf2a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:41.970342 [ 276 ] {ca1ee55c-5a9b-4f99-b61b-1513b275cf2a} oximeter.fields_ipaddr (c1b53cc5-e254-411f-8e4d-43cfccaa5300): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.970482 [ 276 ] {ca1ee55c-5a9b-4f99-b61b-1513b275cf2a} executeQuery: Read 6 rows, 501.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 329.24 KiB/sec. 2026.05.01 20:14:41.970521 [ 276 ] {ca1ee55c-5a9b-4f99-b61b-1513b275cf2a} TCPHandler: Processed in 0.001653421 sec. 2026.05.01 20:14:41.970648 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.970745 [ 276 ] {2d17b7a2-2644-4352-bcab-87e5431e1e11} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:41.970785 [ 276 ] {2d17b7a2-2644-4352-bcab-87e5431e1e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:41.972787 [ 276 ] {2d17b7a2-2644-4352-bcab-87e5431e1e11} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.972826 [ 276 ] {2d17b7a2-2644-4352-bcab-87e5431e1e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.973417 [ 276 ] {2d17b7a2-2644-4352-bcab-87e5431e1e11} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 20:14:41.973655 [ 276 ] {2d17b7a2-2644-4352-bcab-87e5431e1e11} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.973794 [ 276 ] {2d17b7a2-2644-4352-bcab-87e5431e1e11} executeQuery: Read 3278 rows, 252.62 KiB in 0.003067 sec., 1068796.869905445 rows/sec., 80.44 MiB/sec. 2026.05.01 20:14:41.973835 [ 276 ] {2d17b7a2-2644-4352-bcab-87e5431e1e11} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.01 20:14:41.973853 [ 276 ] {2d17b7a2-2644-4352-bcab-87e5431e1e11} TCPHandler: Processed in 0.003255341 sec. 2026.05.01 20:14:41.973987 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.974085 [ 276 ] {ef04cdc9-3b60-4d26-95dc-664ae94e00fd} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.974128 [ 276 ] {ef04cdc9-3b60-4d26-95dc-664ae94e00fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:41.974616 [ 276 ] {ef04cdc9-3b60-4d26-95dc-664ae94e00fd} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.974657 [ 276 ] {ef04cdc9-3b60-4d26-95dc-664ae94e00fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.974996 [ 276 ] {ef04cdc9-3b60-4d26-95dc-664ae94e00fd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 20:14:41.975236 [ 276 ] {ef04cdc9-3b60-4d26-95dc-664ae94e00fd} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.975371 [ 276 ] {ef04cdc9-3b60-4d26-95dc-664ae94e00fd} executeQuery: Read 174 rows, 10.97 KiB in 0.001305 sec., 133333.33333333334 rows/sec., 8.21 MiB/sec. 2026.05.01 20:14:41.975412 [ 276 ] {ef04cdc9-3b60-4d26-95dc-664ae94e00fd} TCPHandler: Processed in 0.001474408 sec. 2026.05.01 20:14:41.975548 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.975643 [ 276 ] {dbf3798f-6938-44c0-b7a8-d7f68c09d795} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.975688 [ 276 ] {dbf3798f-6938-44c0-b7a8-d7f68c09d795} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.01 20:14:41.976434 [ 276 ] {dbf3798f-6938-44c0-b7a8-d7f68c09d795} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.976471 [ 276 ] {dbf3798f-6938-44c0-b7a8-d7f68c09d795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.976821 [ 276 ] {dbf3798f-6938-44c0-b7a8-d7f68c09d795} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:41.977122 [ 276 ] {dbf3798f-6938-44c0-b7a8-d7f68c09d795} oximeter.fields_u32 (c39b1cf5-273f-4c9b-9383-7f876b401e83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.977253 [ 276 ] {dbf3798f-6938-44c0-b7a8-d7f68c09d795} executeQuery: Read 974 rows, 59.28 KiB in 0.001627 sec., 598647.8180700677 rows/sec., 35.58 MiB/sec. 2026.05.01 20:14:41.977295 [ 276 ] {dbf3798f-6938-44c0-b7a8-d7f68c09d795} TCPHandler: Processed in 0.001796874 sec. 2026.05.01 20:14:41.977431 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.977530 [ 276 ] {e7f06bf5-37f5-47b4-9b8f-538a9ec70e5d} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.977571 [ 276 ] {e7f06bf5-37f5-47b4-9b8f-538a9ec70e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.01 20:14:41.977996 [ 276 ] {e7f06bf5-37f5-47b4-9b8f-538a9ec70e5d} oximeter.fields_u64 (c6b65684-f44f-4305-b97e-5ab326191cb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.978036 [ 276 ] {e7f06bf5-37f5-47b4-9b8f-538a9ec70e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.978345 [ 276 ] {e7f06bf5-37f5-47b4-9b8f-538a9ec70e5d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.01 20:14:41.978582 [ 276 ] {e7f06bf5-37f5-47b4-9b8f-538a9ec70e5d} oximeter.fields_u64 (c6b65684-f44f-4305-b97e-5ab326191cb4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.978716 [ 276 ] {e7f06bf5-37f5-47b4-9b8f-538a9ec70e5d} executeQuery: Read 2 rows, 144.00 B in 0.001205 sec., 1659.7510373443984 rows/sec., 116.70 KiB/sec. 2026.05.01 20:14:41.978760 [ 276 ] {e7f06bf5-37f5-47b4-9b8f-538a9ec70e5d} TCPHandler: Processed in 0.001378356 sec. 2026.05.01 20:14:41.978913 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.979023 [ 276 ] {844cffef-3521-4ec5-bdb8-b4b98712bb28} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.979080 [ 276 ] {844cffef-3521-4ec5-bdb8-b4b98712bb28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.01 20:14:41.979540 [ 276 ] {844cffef-3521-4ec5-bdb8-b4b98712bb28} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.979581 [ 276 ] {844cffef-3521-4ec5-bdb8-b4b98712bb28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.979905 [ 276 ] {844cffef-3521-4ec5-bdb8-b4b98712bb28} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:41.980129 [ 276 ] {844cffef-3521-4ec5-bdb8-b4b98712bb28} oximeter.fields_u8 (c5ca3ad7-284a-4b3a-9960-06a014ea9ca9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.980256 [ 276 ] {844cffef-3521-4ec5-bdb8-b4b98712bb28} executeQuery: Read 160 rows, 9.56 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 7.42 MiB/sec. 2026.05.01 20:14:41.980295 [ 276 ] {844cffef-3521-4ec5-bdb8-b4b98712bb28} TCPHandler: Processed in 0.001431487 sec. 2026.05.01 20:14:41.980424 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.980521 [ 276 ] {686fbbb6-65ad-4c0b-acea-b4b1d9792eb5} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:41.980562 [ 276 ] {686fbbb6-65ad-4c0b-acea-b4b1d9792eb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:41.981750 [ 276 ] {686fbbb6-65ad-4c0b-acea-b4b1d9792eb5} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.981788 [ 276 ] {686fbbb6-65ad-4c0b-acea-b4b1d9792eb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.982167 [ 276 ] {686fbbb6-65ad-4c0b-acea-b4b1d9792eb5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 20:14:41.982420 [ 276 ] {686fbbb6-65ad-4c0b-acea-b4b1d9792eb5} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.982549 [ 276 ] {686fbbb6-65ad-4c0b-acea-b4b1d9792eb5} executeQuery: Read 1761 rows, 122.17 KiB in 0.002046 sec., 860703.8123167155 rows/sec., 58.31 MiB/sec. 2026.05.01 20:14:41.982590 [ 276 ] {686fbbb6-65ad-4c0b-acea-b4b1d9792eb5} TCPHandler: Processed in 0.002215833 sec. 2026.05.01 20:14:41.982718 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.982816 [ 276 ] {13c62021-bdcf-4385-9fc3-270b1ad1e458} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.01 20:14:41.982857 [ 276 ] {13c62021-bdcf-4385-9fc3-270b1ad1e458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.01 20:14:41.983196 [ 276 ] {13c62021-bdcf-4385-9fc3-270b1ad1e458} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.983235 [ 276 ] {13c62021-bdcf-4385-9fc3-270b1ad1e458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.983626 [ 276 ] {13c62021-bdcf-4385-9fc3-270b1ad1e458} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:41.983887 [ 276 ] {13c62021-bdcf-4385-9fc3-270b1ad1e458} oximeter.measurements_bool (1228a5c8-6243-4485-8afa-f5eb52482328): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.984029 [ 276 ] {13c62021-bdcf-4385-9fc3-270b1ad1e458} executeQuery: Read 6 rows, 321.00 B in 0.001232 sec., 4870.12987012987 rows/sec., 254.45 KiB/sec. 2026.05.01 20:14:41.984071 [ 276 ] {13c62021-bdcf-4385-9fc3-270b1ad1e458} TCPHandler: Processed in 0.001401546 sec. 2026.05.01 20:14:41.984208 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.984306 [ 276 ] {ffb25e62-49fc-431f-9809-92177e70e479} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.984351 [ 276 ] {ffb25e62-49fc-431f-9809-92177e70e479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:41.985762 [ 276 ] {ffb25e62-49fc-431f-9809-92177e70e479} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.985800 [ 276 ] {ffb25e62-49fc-431f-9809-92177e70e479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.986431 [ 276 ] {ffb25e62-49fc-431f-9809-92177e70e479} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 20:14:41.986666 [ 276 ] {ffb25e62-49fc-431f-9809-92177e70e479} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.986798 [ 276 ] {ffb25e62-49fc-431f-9809-92177e70e479} executeQuery: Read 3717 rows, 245.71 KiB in 0.00251 sec., 1480876.4940239044 rows/sec., 95.60 MiB/sec. 2026.05.01 20:14:41.986837 [ 276 ] {ffb25e62-49fc-431f-9809-92177e70e479} TCPHandler: Processed in 0.002679481 sec. 2026.05.01 20:14:41.986977 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.987076 [ 276 ] {3ff88a5c-4507-4394-bf6a-a5638c1b2688} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.987118 [ 276 ] {3ff88a5c-4507-4394-bf6a-a5638c1b2688} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.01 20:14:41.987458 [ 276 ] {3ff88a5c-4507-4394-bf6a-a5638c1b2688} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.987496 [ 276 ] {3ff88a5c-4507-4394-bf6a-a5638c1b2688} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.987807 [ 276 ] {3ff88a5c-4507-4394-bf6a-a5638c1b2688} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.01 20:14:41.988051 [ 276 ] {3ff88a5c-4507-4394-bf6a-a5638c1b2688} oximeter.measurements_f64 (6dd415ca-49c6-4ea6-bb82-6288cacf0ee5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.988180 [ 276 ] {3ff88a5c-4507-4394-bf6a-a5638c1b2688} executeQuery: Read 1 rows, 69.00 B in 0.001123 sec., 890.4719501335708 rows/sec., 60.00 KiB/sec. 2026.05.01 20:14:41.988219 [ 276 ] {3ff88a5c-4507-4394-bf6a-a5638c1b2688} TCPHandler: Processed in 0.001291854 sec. 2026.05.01 20:14:41.988346 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.988440 [ 276 ] {64ce18c5-9394-4347-8fc0-cecad0e09eaa} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.988493 [ 276 ] {64ce18c5-9394-4347-8fc0-cecad0e09eaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.01 20:14:41.989262 [ 276 ] {64ce18c5-9394-4347-8fc0-cecad0e09eaa} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.989303 [ 276 ] {64ce18c5-9394-4347-8fc0-cecad0e09eaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.989817 [ 276 ] {64ce18c5-9394-4347-8fc0-cecad0e09eaa} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.01 20:14:41.990075 [ 276 ] {64ce18c5-9394-4347-8fc0-cecad0e09eaa} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.990197 [ 41 ] {} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.01 20:14:41.990213 [ 276 ] {64ce18c5-9394-4347-8fc0-cecad0e09eaa} executeQuery: Read 14 rows, 25.69 KiB in 0.001791 sec., 7816.862088218872 rows/sec., 14.01 MiB/sec. 2026.05.01 20:14:41.990275 [ 41 ] {} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.990294 [ 276 ] {64ce18c5-9394-4347-8fc0-cecad0e09eaa} TCPHandler: Processed in 0.001996548 sec. 2026.05.01 20:14:41.990302 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.990434 [ 197 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.01 20:14:41.990440 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:41.990615 [ 276 ] {d0e5eea6-543c-4702-8f84-823d75d7531c} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:41.990677 [ 276 ] {d0e5eea6-543c-4702-8f84-823d75d7531c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:41.990737 [ 197 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:41.990826 [ 197 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part 2026.05.01 20:14:41.991011 [ 197 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part 2026.05.01 20:14:41.991125 [ 276 ] {d0e5eea6-543c-4702-8f84-823d75d7531c} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:41.991148 [ 197 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part 2026.05.01 20:14:41.991173 [ 276 ] {d0e5eea6-543c-4702-8f84-823d75d7531c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:41.991314 [ 197 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part 2026.05.01 20:14:41.991469 [ 197 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part 2026.05.01 20:14:41.991514 [ 276 ] {d0e5eea6-543c-4702-8f84-823d75d7531c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 20:14:41.991596 [ 197 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part 2026.05.01 20:14:41.991763 [ 276 ] {d0e5eea6-543c-4702-8f84-823d75d7531c} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.991902 [ 276 ] {d0e5eea6-543c-4702-8f84-823d75d7531c} executeQuery: Read 42 rows, 2.45 KiB in 0.001315 sec., 31939.16349809886 rows/sec., 1.82 MiB/sec. 2026.05.01 20:14:41.991940 [ 276 ] {d0e5eea6-543c-4702-8f84-823d75d7531c} TCPHandler: Processed in 0.001551209 sec. 2026.05.01 20:14:41.997247 [ 196 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 143 rows, containing 19 columns (19 merged, 0 gathered) in 0.006859439 sec., 20847.18589960491 rows/sec., 37.36 MiB/sec. 2026.05.01 20:14:41.997615 [ 199 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.01 20:14:41.998018 [ 199 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:41.998089 [ 199 ] {57d09af3-488f-4696-95d4-568c6ded6353::all_1_6_1} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.01 20:14:41.998244 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.05.01 20:14:42.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 187.56 MiB, peak 196.21 MiB, free memory in arenas 0.00 B, will set to 205.38 MiB (RSS), difference: 17.82 MiB 2026.05.01 20:14:42.037389 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4389 2026.05.01 20:14:42.037939 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:42.037991 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:42.038548 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 20:14:42.038810 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:42.038954 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4389 2026.05.01 20:14:42.262405 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.05.01 20:14:42.282071 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:42.282138 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.01 20:14:42.288707 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 20:14:42.289432 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:42.292650 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.05.01 20:14:43.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 205.91 MiB, peak 209.91 MiB, free memory in arenas 0.00 B, will set to 211.07 MiB (RSS), difference: 5.16 MiB 2026.05.01 20:14:44.546110 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 274 2026.05.01 20:14:44.549097 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:44.549152 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:44.550441 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 20:14:44.550718 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:44.551050 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 274 2026.05.01 20:14:46.345204 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:46.345439 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} executeQuery: (from [fd00:1122:3344:101::d]:38360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.01 20:14:46.345806 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:46.345846 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.01 20:14:46.346062 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:46.346126 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:46.346258 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.01 20:14:46.346349 [ 333 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:46.346393 [ 300 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 20:14:46.346394 [ 334 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 20:14:46.346394 [ 338 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 20:14:46.346561 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.05.01 20:14:46.346587 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:46.346680 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 20:14:46.346700 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Reading approx. 51 rows with 4 streams 2026.05.01 20:14:46.346734 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:46.346767 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:46.346798 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:46.346828 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:46.348134 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} executeQuery: Read 51 rows, 7.75 KiB in 0.002791 sec., 18273.02042278753 rows/sec., 2.71 MiB/sec. 2026.05.01 20:14:46.348294 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} MemoryTracker: Peak memory usage (for query): 162.18 KiB. 2026.05.01 20:14:46.348309 [ 276 ] {9ba27f1d-232f-4d94-b005-104c613a30b4} TCPHandler: Processed in 0.003234111 sec. 2026.05.01 20:14:46.349708 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:46.349813 [ 276 ] {76873b4a-5907-46a7-83ad-cddac2c22fe1} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:46.349854 [ 276 ] {76873b4a-5907-46a7-83ad-cddac2c22fe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:46.350373 [ 276 ] {76873b4a-5907-46a7-83ad-cddac2c22fe1} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:46.350420 [ 276 ] {76873b4a-5907-46a7-83ad-cddac2c22fe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:46.350823 [ 276 ] {76873b4a-5907-46a7-83ad-cddac2c22fe1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 20:14:46.351064 [ 276 ] {76873b4a-5907-46a7-83ad-cddac2c22fe1} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:46.351210 [ 276 ] {76873b4a-5907-46a7-83ad-cddac2c22fe1} executeQuery: Read 56 rows, 4.41 KiB in 0.001428 sec., 39215.686274509804 rows/sec., 3.01 MiB/sec. 2026.05.01 20:14:46.351247 [ 276 ] {76873b4a-5907-46a7-83ad-cddac2c22fe1} TCPHandler: Processed in 0.00158689 sec. 2026.05.01 20:14:46.351362 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:46.351453 [ 276 ] {e4e13216-6bd0-48f4-ac46-1d4a8cfe0db6} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:46.351492 [ 276 ] {e4e13216-6bd0-48f4-ac46-1d4a8cfe0db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:46.351884 [ 276 ] {e4e13216-6bd0-48f4-ac46-1d4a8cfe0db6} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:46.351920 [ 276 ] {e4e13216-6bd0-48f4-ac46-1d4a8cfe0db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:46.352201 [ 276 ] {e4e13216-6bd0-48f4-ac46-1d4a8cfe0db6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 20:14:46.352404 [ 276 ] {e4e13216-6bd0-48f4-ac46-1d4a8cfe0db6} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:46.352531 [ 276 ] {e4e13216-6bd0-48f4-ac46-1d4a8cfe0db6} executeQuery: Read 64 rows, 5.12 KiB in 0.001095 sec., 58447.488584474886 rows/sec., 4.56 MiB/sec. 2026.05.01 20:14:46.352566 [ 276 ] {e4e13216-6bd0-48f4-ac46-1d4a8cfe0db6} TCPHandler: Processed in 0.001251084 sec. 2026.05.01 20:14:46.352686 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:46.352777 [ 276 ] {d5240345-deb8-47cf-85f2-d45138f2ecbc} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:46.352818 [ 276 ] {d5240345-deb8-47cf-85f2-d45138f2ecbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:46.353180 [ 276 ] {d5240345-deb8-47cf-85f2-d45138f2ecbc} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:46.353215 [ 276 ] {d5240345-deb8-47cf-85f2-d45138f2ecbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:46.353538 [ 276 ] {d5240345-deb8-47cf-85f2-d45138f2ecbc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 20:14:46.353738 [ 276 ] {d5240345-deb8-47cf-85f2-d45138f2ecbc} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:46.353865 [ 276 ] {d5240345-deb8-47cf-85f2-d45138f2ecbc} executeQuery: Read 128 rows, 9.13 KiB in 0.001105 sec., 115837.10407239819 rows/sec., 8.07 MiB/sec. 2026.05.01 20:14:46.353900 [ 276 ] {d5240345-deb8-47cf-85f2-d45138f2ecbc} TCPHandler: Processed in 0.001260914 sec. 2026.05.01 20:14:46.354015 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:46.354112 [ 276 ] {859fd70d-0819-4ce5-a77b-f85ac1c924aa} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:46.354152 [ 276 ] {859fd70d-0819-4ce5-a77b-f85ac1c924aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:46.354467 [ 276 ] {859fd70d-0819-4ce5-a77b-f85ac1c924aa} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:46.354502 [ 276 ] {859fd70d-0819-4ce5-a77b-f85ac1c924aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:46.354790 [ 276 ] {859fd70d-0819-4ce5-a77b-f85ac1c924aa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 20:14:46.354995 [ 276 ] {859fd70d-0819-4ce5-a77b-f85ac1c924aa} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:46.355123 [ 276 ] {859fd70d-0819-4ce5-a77b-f85ac1c924aa} executeQuery: Read 48 rows, 3.31 KiB in 0.001028 sec., 46692.60700389105 rows/sec., 3.15 MiB/sec. 2026.05.01 20:14:46.355157 [ 276 ] {859fd70d-0819-4ce5-a77b-f85ac1c924aa} TCPHandler: Processed in 0.001188833 sec. 2026.05.01 20:14:49.465546 [ 31 ] {} DNSResolver: Updating DNS cache 2026.05.01 20:14:49.465612 [ 31 ] {} DNSResolver: Updated DNS cache 2026.05.01 20:14:49.539061 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4837 2026.05.01 20:14:49.539573 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:49.539620 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:49.540148 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 20:14:49.540403 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:49.540536 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4837 2026.05.01 20:14:49.792748 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.05.01 20:14:49.809426 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:49.809482 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:49.815032 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 20:14:49.815717 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:49.818523 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.05.01 20:14:51.346640 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:51.346879 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} executeQuery: (from [fd00:1122:3344:101::d]:38360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.01 20:14:51.347215 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:51.347255 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.01 20:14:51.347480 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:51.347551 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:51.347697 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 20:14:51.347820 [ 325 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 20:14:51.347833 [ 300 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:51.347839 [ 334 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 20:14:51.347838 [ 338 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 20:14:51.347994 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.05.01 20:14:51.348027 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:51.348130 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 20:14:51.348152 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Reading approx. 51 rows with 4 streams 2026.05.01 20:14:51.348186 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:51.348222 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:51.348257 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:51.348293 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:51.349678 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} executeQuery: Read 51 rows, 8.18 KiB in 0.002889 sec., 17653.167185877464 rows/sec., 2.77 MiB/sec. 2026.05.01 20:14:51.349825 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} MemoryTracker: Peak memory usage (for query): 177.63 KiB. 2026.05.01 20:14:51.349841 [ 276 ] {0c368dc5-3a63-4470-af5a-9546bc7c4f7b} TCPHandler: Processed in 0.003332553 sec. 2026.05.01 20:14:51.351987 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:51.352104 [ 276 ] {df2681ea-57bb-427e-982a-67824256f6e4} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:51.352150 [ 276 ] {df2681ea-57bb-427e-982a-67824256f6e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:51.352681 [ 276 ] {df2681ea-57bb-427e-982a-67824256f6e4} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:51.352724 [ 276 ] {df2681ea-57bb-427e-982a-67824256f6e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:51.353119 [ 276 ] {df2681ea-57bb-427e-982a-67824256f6e4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 20:14:51.353352 [ 276 ] {df2681ea-57bb-427e-982a-67824256f6e4} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:51.353509 [ 276 ] {df2681ea-57bb-427e-982a-67824256f6e4} executeQuery: Read 110 rows, 9.50 KiB in 0.001436 sec., 76601.6713091922 rows/sec., 6.46 MiB/sec. 2026.05.01 20:14:51.353520 [ 26 ] {} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 20:14:51.353551 [ 276 ] {df2681ea-57bb-427e-982a-67824256f6e4} TCPHandler: Processed in 0.001620921 sec. 2026.05.01 20:14:51.353589 [ 26 ] {} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:51.353624 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:51.353708 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:51.353776 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.01 20:14:51.353812 [ 276 ] {0cf61db2-6d2e-4c43-8cb5-684cd0f01a76} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:51.353862 [ 276 ] {0cf61db2-6d2e-4c43-8cb5-684cd0f01a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:51.353949 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:51.353990 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 856 rows starting from the beginning of the part 2026.05.01 20:14:51.354057 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 797 rows starting from the beginning of the part 2026.05.01 20:14:51.354106 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 110 rows starting from the beginning of the part 2026.05.01 20:14:51.354151 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 3278 rows starting from the beginning of the part 2026.05.01 20:14:51.354191 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2026.05.01 20:14:51.354233 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part 2026.05.01 20:14:51.354286 [ 276 ] {0cf61db2-6d2e-4c43-8cb5-684cd0f01a76} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:51.354331 [ 276 ] {0cf61db2-6d2e-4c43-8cb5-684cd0f01a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:51.354674 [ 276 ] {0cf61db2-6d2e-4c43-8cb5-684cd0f01a76} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 20:14:51.354918 [ 276 ] {0cf61db2-6d2e-4c43-8cb5-684cd0f01a76} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:51.355070 [ 276 ] {0cf61db2-6d2e-4c43-8cb5-684cd0f01a76} executeQuery: Read 27 rows, 2.03 KiB in 0.001279 sec., 21110.24237685692 rows/sec., 1.55 MiB/sec. 2026.05.01 20:14:51.355110 [ 276 ] {0cf61db2-6d2e-4c43-8cb5-684cd0f01a76} TCPHandler: Processed in 0.001466657 sec. 2026.05.01 20:14:51.355229 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:51.355326 [ 276 ] {da1d2ae6-52c0-4aab-b939-83dfa2175110} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:51.355367 [ 276 ] {da1d2ae6-52c0-4aab-b939-83dfa2175110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:51.355807 [ 276 ] {da1d2ae6-52c0-4aab-b939-83dfa2175110} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:51.355845 [ 276 ] {da1d2ae6-52c0-4aab-b939-83dfa2175110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:51.356164 [ 276 ] {da1d2ae6-52c0-4aab-b939-83dfa2175110} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 20:14:51.356392 [ 276 ] {da1d2ae6-52c0-4aab-b939-83dfa2175110} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:51.356492 [ 26 ] {} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 20:14:51.356528 [ 276 ] {da1d2ae6-52c0-4aab-b939-83dfa2175110} executeQuery: Read 91 rows, 7.28 KiB in 0.001222 sec., 74468.08510638298 rows/sec., 5.82 MiB/sec. 2026.05.01 20:14:51.356546 [ 26 ] {} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:51.356569 [ 276 ] {da1d2ae6-52c0-4aab-b939-83dfa2175110} TCPHandler: Processed in 0.001389506 sec. 2026.05.01 20:14:51.356578 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:51.356677 [ 199 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.01 20:14:51.356706 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:51.356773 [ 198 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5207 rows, containing 5 columns (5 merged, 0 gathered) in 0.003059028 sec., 1702174.6777080824 rows/sec., 136.47 MiB/sec. 2026.05.01 20:14:51.356777 [ 199 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:51.356801 [ 276 ] {14db76a0-dce8-4191-859f-e8a5ac580958} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:51.356830 [ 199 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 545 rows starting from the beginning of the part 2026.05.01 20:14:51.356852 [ 276 ] {14db76a0-dce8-4191-859f-e8a5ac580958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:51.356906 [ 199 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 490 rows starting from the beginning of the part 2026.05.01 20:14:51.356954 [ 199 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 91 rows starting from the beginning of the part 2026.05.01 20:14:51.357012 [ 199 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1761 rows starting from the beginning of the part 2026.05.01 20:14:51.357055 [ 199 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2026.05.01 20:14:51.357103 [ 199 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 91 rows starting from the beginning of the part 2026.05.01 20:14:51.357207 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 20:14:51.357275 [ 276 ] {14db76a0-dce8-4191-859f-e8a5ac580958} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:51.357318 [ 276 ] {14db76a0-dce8-4191-859f-e8a5ac580958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:51.357553 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:51.357642 [ 197 ] {d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5::all_1_11_2} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 20:14:51.357732 [ 276 ] {14db76a0-dce8-4191-859f-e8a5ac580958} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 20:14:51.357733 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.05.01 20:14:51.357952 [ 276 ] {14db76a0-dce8-4191-859f-e8a5ac580958} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:51.358103 [ 276 ] {14db76a0-dce8-4191-859f-e8a5ac580958} executeQuery: Read 160 rows, 11.41 KiB in 0.00132 sec., 121212.12121212122 rows/sec., 8.44 MiB/sec. 2026.05.01 20:14:51.358146 [ 276 ] {14db76a0-dce8-4191-859f-e8a5ac580958} TCPHandler: Processed in 0.001489788 sec. 2026.05.01 20:14:51.358265 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:51.358366 [ 276 ] {0bb98c85-56f1-43a1-829e-4d4855ebc4a8} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:51.358420 [ 276 ] {0bb98c85-56f1-43a1-829e-4d4855ebc4a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.01 20:14:51.358579 [ 194 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3042 rows, containing 5 columns (5 merged, 0 gathered) in 0.001938657 sec., 1569127.4939300762 rows/sec., 115.10 MiB/sec. 2026.05.01 20:14:51.358839 [ 197 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 20:14:51.359105 [ 197 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:51.359176 [ 197 ] {9581dd3e-66f4-4b77-8039-f3b03c2a5cdc::all_1_11_2} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 20:14:51.359241 [ 276 ] {0bb98c85-56f1-43a1-829e-4d4855ebc4a8} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:51.359246 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.01 20:14:51.359284 [ 276 ] {0bb98c85-56f1-43a1-829e-4d4855ebc4a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:51.359805 [ 276 ] {0bb98c85-56f1-43a1-829e-4d4855ebc4a8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.01 20:14:51.360027 [ 276 ] {0bb98c85-56f1-43a1-829e-4d4855ebc4a8} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:51.360176 [ 276 ] {0bb98c85-56f1-43a1-829e-4d4855ebc4a8} executeQuery: Read 27 rows, 49.54 KiB in 0.001828 sec., 14770.24070021882 rows/sec., 26.47 MiB/sec. 2026.05.01 20:14:51.360228 [ 276 ] {0bb98c85-56f1-43a1-829e-4d4855ebc4a8} TCPHandler: Processed in 0.002011948 sec. 2026.05.01 20:14:51.360365 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:51.360460 [ 276 ] {4de8c29d-afb9-4dfc-a81c-b9e842bb27ff} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:51.360501 [ 276 ] {4de8c29d-afb9-4dfc-a81c-b9e842bb27ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:51.360861 [ 276 ] {4de8c29d-afb9-4dfc-a81c-b9e842bb27ff} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:51.360898 [ 276 ] {4de8c29d-afb9-4dfc-a81c-b9e842bb27ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.01 20:14:51.361237 [ 276 ] {4de8c29d-afb9-4dfc-a81c-b9e842bb27ff} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.01 20:14:51.361490 [ 276 ] {4de8c29d-afb9-4dfc-a81c-b9e842bb27ff} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:51.361616 [ 276 ] {4de8c29d-afb9-4dfc-a81c-b9e842bb27ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2026.05.01 20:14:51.361652 [ 276 ] {4de8c29d-afb9-4dfc-a81c-b9e842bb27ff} TCPHandler: Processed in 0.001337085 sec. 2026.05.01 20:14:54.551282 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 298 2026.05.01 20:14:54.553332 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:54.553386 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:54.554594 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 20:14:54.554870 [ 242 ] {} system.query_log (ebe8b520-745c-4680-9f01-2b1aa21b6852): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:54.555187 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 298 2026.05.01 20:14:56.346095 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:56.346318 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} executeQuery: (from [fd00:1122:3344:101::d]:38360) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.01 20:14:56.346643 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.01 20:14:56.346679 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.01 20:14:56.346897 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.01 20:14:56.346965 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.01 20:14:56.347106 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.01 20:14:56.347201 [ 325 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.01 20:14:56.347233 [ 338 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.01 20:14:56.347233 [ 345 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.01 20:14:56.347269 [ 300 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.01 20:14:56.347396 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.05.01 20:14:56.347424 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.01 20:14:56.347520 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.01 20:14:56.347540 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} oximeter.timeseries_schema (e89bd953-40dd-45a9-bd38-fd7328a9fe60) (SelectExecutor): Reading approx. 51 rows with 4 streams 2026.05.01 20:14:56.347575 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:56.347611 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:56.347644 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:56.347689 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.01 20:14:56.349157 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} executeQuery: Read 51 rows, 8.18 KiB in 0.002923 sec., 17447.827574409854 rows/sec., 2.73 MiB/sec. 2026.05.01 20:14:56.349331 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} MemoryTracker: Peak memory usage (for query): 177.45 KiB. 2026.05.01 20:14:56.349348 [ 276 ] {3395104e-0a8e-46de-9ee5-18d36156c0c6} TCPHandler: Processed in 0.003379624 sec. 2026.05.01 20:14:56.351043 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:56.351156 [ 276 ] {e75ca056-a9c5-4fa9-9376-9b49070093e2} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.01 20:14:56.351199 [ 276 ] {e75ca056-a9c5-4fa9-9376-9b49070093e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.01 20:14:56.351697 [ 276 ] {e75ca056-a9c5-4fa9-9376-9b49070093e2} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:56.351740 [ 276 ] {e75ca056-a9c5-4fa9-9376-9b49070093e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:56.352109 [ 276 ] {e75ca056-a9c5-4fa9-9376-9b49070093e2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 20:14:56.352335 [ 276 ] {e75ca056-a9c5-4fa9-9376-9b49070093e2} oximeter.fields_string (d4698ace-a8ce-4a20-b33e-1f4fa80ff0b5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:56.352491 [ 276 ] {e75ca056-a9c5-4fa9-9376-9b49070093e2} executeQuery: Read 62 rows, 4.99 KiB in 0.001367 sec., 45354.79151426481 rows/sec., 3.56 MiB/sec. 2026.05.01 20:14:56.352532 [ 276 ] {e75ca056-a9c5-4fa9-9376-9b49070093e2} TCPHandler: Processed in 0.00154205 sec. 2026.05.01 20:14:56.352656 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:56.352756 [ 276 ] {a1a93506-3e98-4d2c-a7a7-3b2826862e83} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.01 20:14:56.352799 [ 276 ] {a1a93506-3e98-4d2c-a7a7-3b2826862e83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.01 20:14:56.353195 [ 276 ] {a1a93506-3e98-4d2c-a7a7-3b2826862e83} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:56.353233 [ 276 ] {a1a93506-3e98-4d2c-a7a7-3b2826862e83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:56.353551 [ 276 ] {a1a93506-3e98-4d2c-a7a7-3b2826862e83} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 20:14:56.353759 [ 276 ] {a1a93506-3e98-4d2c-a7a7-3b2826862e83} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:56.353862 [ 60 ] {} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 20:14:56.353895 [ 276 ] {a1a93506-3e98-4d2c-a7a7-3b2826862e83} executeQuery: Read 3 rows, 231.00 B in 0.00116 sec., 2586.206896551724 rows/sec., 194.47 KiB/sec. 2026.05.01 20:14:56.353903 [ 60 ] {} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:56.353938 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:56.353939 [ 276 ] {a1a93506-3e98-4d2c-a7a7-3b2826862e83} TCPHandler: Processed in 0.001333975 sec. 2026.05.01 20:14:56.354068 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:56.354066 [ 194 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.01 20:14:56.354164 [ 276 ] {68fb1455-8d8c-400e-90fd-39a21376c3ad} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.01 20:14:56.354209 [ 276 ] {68fb1455-8d8c-400e-90fd-39a21376c3ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.01 20:14:56.354253 [ 194 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:56.354298 [ 194 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 179 rows starting from the beginning of the part 2026.05.01 20:14:56.354398 [ 194 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 142 rows starting from the beginning of the part 2026.05.01 20:14:56.354465 [ 194 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part 2026.05.01 20:14:56.354516 [ 194 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 174 rows starting from the beginning of the part 2026.05.01 20:14:56.354565 [ 194 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part 2026.05.01 20:14:56.354621 [ 194 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 3 rows starting from the beginning of the part 2026.05.01 20:14:56.354633 [ 276 ] {68fb1455-8d8c-400e-90fd-39a21376c3ad} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:56.354675 [ 276 ] {68fb1455-8d8c-400e-90fd-39a21376c3ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:56.355003 [ 276 ] {68fb1455-8d8c-400e-90fd-39a21376c3ad} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.01 20:14:56.355232 [ 276 ] {68fb1455-8d8c-400e-90fd-39a21376c3ad} oximeter.fields_uuid (9581dd3e-66f4-4b77-8039-f3b03c2a5cdc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:56.355380 [ 276 ] {68fb1455-8d8c-400e-90fd-39a21376c3ad} executeQuery: Read 67 rows, 5.36 KiB in 0.001235 sec., 54251.01214574899 rows/sec., 4.23 MiB/sec. 2026.05.01 20:14:56.355420 [ 276 ] {68fb1455-8d8c-400e-90fd-39a21376c3ad} TCPHandler: Processed in 0.001402107 sec. 2026.05.01 20:14:56.355541 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:56.355638 [ 276 ] {b0c398e7-2fc6-45ad-b002-546cfa96be40} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:56.355655 [ 197 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 5 columns (5 merged, 0 gathered) in 0.001651681 sec., 334204.97057240474 rows/sec., 22.01 MiB/sec. 2026.05.01 20:14:56.355681 [ 276 ] {b0c398e7-2fc6-45ad-b002-546cfa96be40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.01 20:14:56.355873 [ 198 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 20:14:56.356128 [ 276 ] {b0c398e7-2fc6-45ad-b002-546cfa96be40} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:56.356171 [ 276 ] {b0c398e7-2fc6-45ad-b002-546cfa96be40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:56.356207 [ 198 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:56.356297 [ 198 ] {1b43823f-b5ec-4f51-801d-a02ec68f6381::all_1_11_2} oximeter.fields_u16 (1b43823f-b5ec-4f51-801d-a02ec68f6381) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 20:14:56.356373 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.01 20:14:56.356546 [ 276 ] {b0c398e7-2fc6-45ad-b002-546cfa96be40} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 20:14:56.356765 [ 276 ] {b0c398e7-2fc6-45ad-b002-546cfa96be40} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:56.356861 [ 60 ] {} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 20:14:56.356892 [ 60 ] {} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:56.356897 [ 276 ] {b0c398e7-2fc6-45ad-b002-546cfa96be40} executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. 2026.05.01 20:14:56.356912 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:56.356944 [ 276 ] {b0c398e7-2fc6-45ad-b002-546cfa96be40} TCPHandler: Processed in 0.001454118 sec. 2026.05.01 20:14:56.356998 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.01 20:14:56.357081 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:56.357105 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:56.357137 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1090 rows starting from the beginning of the part 2026.05.01 20:14:56.357181 [ 276 ] {cdcc6e3a-444a-4c0e-9121-cbb98537be8b} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.01 20:14:56.357183 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2026.05.01 20:14:56.357240 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 3717 rows starting from the beginning of the part 2026.05.01 20:14:56.357242 [ 276 ] {cdcc6e3a-444a-4c0e-9121-cbb98537be8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.01 20:14:56.357283 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part 2026.05.01 20:14:56.357324 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.05.01 20:14:56.357361 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::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.01 20:14:56.357976 [ 276 ] {cdcc6e3a-444a-4c0e-9121-cbb98537be8b} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:56.358016 [ 276 ] {cdcc6e3a-444a-4c0e-9121-cbb98537be8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:56.358518 [ 276 ] {cdcc6e3a-444a-4c0e-9121-cbb98537be8b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.01 20:14:56.358808 [ 276 ] {cdcc6e3a-444a-4c0e-9121-cbb98537be8b} oximeter.measurements_histogramu64 (57d09af3-488f-4696-95d4-568c6ded6353): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:56.358967 [ 276 ] {cdcc6e3a-444a-4c0e-9121-cbb98537be8b} executeQuery: Read 3 rows, 5.50 KiB in 0.001804 sec., 1662.9711751662971 rows/sec., 2.98 MiB/sec. 2026.05.01 20:14:56.359051 [ 276 ] {cdcc6e3a-444a-4c0e-9121-cbb98537be8b} TCPHandler: Processed in 0.002023369 sec. 2026.05.01 20:14:56.359233 [ 276 ] {} TCP-Session: b2dca7b1-8e4e-4675-a18c-da5dcb558cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.01 20:14:56.359330 [ 276 ] {58f4767f-07a1-4016-a3c7-6db1591a60d0} executeQuery: (from [fd00:1122:3344:101::d]:38360) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.01 20:14:56.359373 [ 276 ] {58f4767f-07a1-4016-a3c7-6db1591a60d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.01 20:14:56.359718 [ 276 ] {58f4767f-07a1-4016-a3c7-6db1591a60d0} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:56.359755 [ 276 ] {58f4767f-07a1-4016-a3c7-6db1591a60d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:56.359778 [ 193 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5415 rows, containing 5 columns (5 merged, 0 gathered) in 0.002817893 sec., 1921648.55088536 rows/sec., 126.17 MiB/sec. 2026.05.01 20:14:56.360124 [ 276 ] {58f4767f-07a1-4016-a3c7-6db1591a60d0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.01 20:14:56.360253 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 20:14:56.360378 [ 276 ] {58f4767f-07a1-4016-a3c7-6db1591a60d0} oximeter.measurements_u64 (10fb7219-32af-4f9c-b288-d363b17c317c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:56.360522 [ 276 ] {58f4767f-07a1-4016-a3c7-6db1591a60d0} executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. 2026.05.01 20:14:56.360552 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:56.360559 [ 276 ] {58f4767f-07a1-4016-a3c7-6db1591a60d0} TCPHandler: Processed in 0.001377376 sec. 2026.05.01 20:14:56.360634 [ 194 ] {bf581104-8294-432e-a419-5e3d9343002f::all_1_11_2} oximeter.measurements_cumulativeu64 (bf581104-8294-432e-a419-5e3d9343002f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 20:14:56.360711 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.05.01 20:14:57.000256 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 213.98 MiB, peak 219.33 MiB, free memory in arenas 0.00 B, will set to 215.05 MiB (RSS), difference: 1.08 MiB 2026.05.01 20:14:57.040646 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5349 2026.05.01 20:14:57.041199 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:57.041242 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:57.041753 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 20:14:57.041985 [ 244 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:57.042119 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5349 2026.05.01 20:14:57.042143 [ 77 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 20:14:57.042219 [ 77 ] {} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:57.042242 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:57.042362 [ 197 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.01 20:14:57.042488 [ 197 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:57.042531 [ 197 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2917 rows starting from the beginning of the part 2026.05.01 20:14:57.042600 [ 197 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.05.01 20:14:57.042649 [ 197 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.05.01 20:14:57.042694 [ 197 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.05.01 20:14:57.042734 [ 197 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.05.01 20:14:57.042775 [ 197 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.05.01 20:14:57.044146 [ 193 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5349 rows, containing 4 columns (4 merged, 0 gathered) in 0.001832525 sec., 2918923.3434741683 rows/sec., 41.76 MiB/sec. 2026.05.01 20:14:57.044870 [ 193 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 20:14:57.045179 [ 193 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:57.045256 [ 193 ] {8a150ef3-be99-4aa0-9afd-0ecad6610f5e::all_1_11_2} system.asynchronous_metric_log (8a150ef3-be99-4aa0-9afd-0ecad6610f5e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 20:14:57.045319 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.01 20:14:57.318618 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.05.01 20:14:57.335890 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:57.335936 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:57.341723 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.01 20:14:57.342401 [ 243 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:57.342686 [ 77 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.01 20:14:57.342728 [ 77 ] {} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.01 20:14:57.342747 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.01 20:14:57.342840 [ 197 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.01 20:14:57.345580 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.05.01 20:14:57.346649 [ 197 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.01 20:14:57.347959 [ 197 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.05.01 20:14:57.352255 [ 197 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.05.01 20:14:57.356544 [ 197 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.05.01 20:14:57.360586 [ 197 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.05.01 20:14:57.364713 [ 197 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.05.01 20:14:57.369050 [ 197 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.05.01 20:14:57.423720 [ 190 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.0809087 sec., 1025.8476529718064 rows/sec., 5.30 MiB/sec. 2026.05.01 20:14:57.426617 [ 191 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.01 20:14:57.429210 [ 191 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.01 20:14:57.429324 [ 191 ] {43551d33-0f54-499e-8638-e3e8d4ac9698::all_1_11_2} system.metric_log (43551d33-0f54-499e-8638-e3e8d4ac9698) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.01 20:14:57.431059 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.05.01 20:14:58.000268 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 216.19 MiB, peak 226.07 MiB, free memory in arenas 0.00 B, will set to 223.82 MiB (RSS), difference: 7.63 MiB