[ May 21 20:13:21 Enabled. ] [ May 21 20:13:21 Rereading configuration. ] [ May 21 20:13:23 Rereading configuration. ] [ May 21 20:13:24 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 21 20:13:24 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.21 20:13:25.526964 [ 1 ] {} Application: Will watch for the process with pid 23628 2026.05.21 20:13:25.527403 [ 1 ] {} Application: Forked a child process to watch 2026.05.21 20:13:25.823654 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23628 2026.05.21 20:13:25.824719 [ 1 ] {} Application: starting up 2026.05.21 20:13:25.824943 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.21 20:13:25.953410 [ 1 ] {} Application: Available RAM: 127.81 GiB; physical cores: 48; logical cores: 48. 2026.05.21 20:13:25.995257 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.21 20:13:25.995334 [ 1 ] {} Application: Initializing DateLUT. 2026.05.21 20:13:25.995358 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.21 20:13:25.995443 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.21 20:13:25.995998 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.21 20:13:25.998442 [ 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.21 20:13:25.999536 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.21 20:13:26.000643 [ 1 ] {} Application: Setting max_server_memory_usage was set to 115.03 GiB (127.81 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.05.21 20:13:26.000674 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 63.90 GiB (127.81 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.05.21 20:13:26.000698 [ 1 ] {} Application: Merges and mutations memory limit is set to 63.90 GiB 2026.05.21 20:13:26.001643 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.21 20:13:26.002881 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.21 20:13:26.010566 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.21 20:13:26.011472 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.21 20:13:26.013328 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.21 20:13:26.013418 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.21 20:13:26.014298 [ 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.21 20:13:26.014869 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.21 20:13:26.019980 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.21 20:13:26.020462 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.21 20:13:26.024753 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.21 20:13:26.025313 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.21 20:13:26.025814 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.21 20:13:26.026262 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.21 20:13:26.028101 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.21 20:13:26.028146 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.21 20:13:26.028277 [ 174 ] {} DNSResolver: Updating DNS cache 2026.05.21 20:13:26.028370 [ 174 ] {} DNSResolver: Updated DNS cache 2026.05.21 20:13:26.035972 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.21 20:13:26.036004 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000225563 sec 2026.05.21 20:13:26.036030 [ 1 ] {} ReferentialDeps: No tables 2026.05.21 20:13:26.036047 [ 1 ] {} LoadingDeps: No tables 2026.05.21 20:13:26.036958 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.21 20:13:26.037777 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.21 20:13:26.050473 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.21 20:13:26.050532 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.21 20:13:26.050558 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.21 20:13:26.050574 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.21 20:13:26.050622 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.21 20:13:26.050650 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.21 20:13:26.053371 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.21 20:13:26.053429 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.21 20:13:26.053455 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.21 20:13:26.053630 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.21 20:13:26.053686 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.21 20:13:26.053704 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.21 20:13:26.053731 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.21 20:13:26.053748 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.21 20:13:26.053790 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.21 20:13:26.053814 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.21 20:13:26.085031 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.21 20:13:26.085838 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.21 20:13:26.085887 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.6601e-05 sec 2026.05.21 20:13:26.085908 [ 1 ] {} ReferentialDeps: No tables 2026.05.21 20:13:26.085924 [ 1 ] {} LoadingDeps: No tables 2026.05.21 20:13:26.085956 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.21 20:13:26.086213 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.21 20:13:26.086272 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.21 20:13:26.086293 [ 1 ] {} Application: Loaded metadata. 2026.05.21 20:13:26.086307 [ 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.21 20:13:26.086326 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.21 20:13:26.106877 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.21 20:13:26.107161 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 91.92 MiB 2026.05.21 20:13:26.109097 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.736e-05 sec. 2026.05.21 20:13:26.109552 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.21 20:13:26.109630 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.21 20:13:26.109657 [ 1 ] {} Application: Ready for connections. 2026.05.21 20:13:26.278831 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64947 2026.05.21 20:13:26.279873 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.279964 [ 3 ] {} TCP-Session: 8d4775bd-444f-4ff2-b613-c78622382faf Authenticating user 'default' from [fd00:1122:3344:101::e]:64947 2026.05.21 20:13:26.280000 [ 3 ] {} TCP-Session: 8d4775bd-444f-4ff2-b613-c78622382faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.280029 [ 3 ] {} TCP-Session: 8d4775bd-444f-4ff2-b613-c78622382faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.280147 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.21 20:13:26.280182 [ 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.21 20:13:26.280213 [ 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.21 20:13:26.280801 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52162 2026.05.21 20:13:26.281988 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.282030 [ 4 ] {} TCP-Session: 8b41ee23-ee9f-4116-a74a-5c864056796b Authenticating user 'default' from [fd00:1122:3344:101::e]:52162 2026.05.21 20:13:26.281995 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38193 2026.05.21 20:13:26.282314 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49274 2026.05.21 20:13:26.282358 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46740 2026.05.21 20:13:26.282809 [ 4 ] {} TCP-Session: 8b41ee23-ee9f-4116-a74a-5c864056796b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.282681 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53037 2026.05.21 20:13:26.282963 [ 4 ] {} TCP-Session: 8b41ee23-ee9f-4116-a74a-5c864056796b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.282009 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32918 2026.05.21 20:13:26.282774 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52777 2026.05.21 20:13:26.283190 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.283261 [ 253 ] {} TCP-Session: 0288f44c-4f35-45a0-b9b9-71cce46f28b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:38193 2026.05.21 20:13:26.283291 [ 253 ] {} TCP-Session: 0288f44c-4f35-45a0-b9b9-71cce46f28b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283310 [ 253 ] {} TCP-Session: 0288f44c-4f35-45a0-b9b9-71cce46f28b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283314 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.283353 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.283358 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.283382 [ 5 ] {} TCP-Session: f138035e-bd20-405a-b0dd-94d3d9ea6615 Authenticating user 'default' from [fd00:1122:3344:101::e]:32918 2026.05.21 20:13:26.283440 [ 258 ] {} TCP-Session: d6b81fa0-f68a-4fe2-9fa6-f8cf7a195d20 Authenticating user 'default' from [fd00:1122:3344:101::e]:53037 2026.05.21 20:13:26.283452 [ 5 ] {} TCP-Session: f138035e-bd20-405a-b0dd-94d3d9ea6615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283473 [ 258 ] {} TCP-Session: d6b81fa0-f68a-4fe2-9fa6-f8cf7a195d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283487 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.283488 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.283536 [ 255 ] {} TCP-Session: 548b738b-ae94-4070-aea4-39a5d0f3e588 Authenticating user 'default' from [fd00:1122:3344:101::e]:46740 2026.05.21 20:13:26.283563 [ 256 ] {} TCP-Session: 2d9decfa-2f59-45f4-8969-dfc8e7360082 Authenticating user 'default' from [fd00:1122:3344:101::e]:49274 2026.05.21 20:13:26.283578 [ 255 ] {} TCP-Session: 548b738b-ae94-4070-aea4-39a5d0f3e588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283591 [ 256 ] {} TCP-Session: 2d9decfa-2f59-45f4-8969-dfc8e7360082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283602 [ 255 ] {} TCP-Session: 548b738b-ae94-4070-aea4-39a5d0f3e588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283625 [ 256 ] {} TCP-Session: 2d9decfa-2f59-45f4-8969-dfc8e7360082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283505 [ 258 ] {} TCP-Session: d6b81fa0-f68a-4fe2-9fa6-f8cf7a195d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283495 [ 5 ] {} TCP-Session: f138035e-bd20-405a-b0dd-94d3d9ea6615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283448 [ 257 ] {} TCP-Session: 70196fbf-35ab-4aee-bf17-a4904ca4aad1 Authenticating user 'default' from [fd00:1122:3344:101::e]:52777 2026.05.21 20:13:26.283735 [ 257 ] {} TCP-Session: 70196fbf-35ab-4aee-bf17-a4904ca4aad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.283762 [ 257 ] {} TCP-Session: 70196fbf-35ab-4aee-bf17-a4904ca4aad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.444571 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34739 2026.05.21 20:13:26.444782 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.444861 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34739 2026.05.21 20:13:26.444894 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.444912 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.445000 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.21 20:13:26.445047 [ 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.21 20:13:26.445079 [ 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.21 20:13:26.445748 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62684 2026.05.21 20:13:26.445900 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56371 2026.05.21 20:13:26.446030 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.446075 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:62684 2026.05.21 20:13:26.446099 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.446107 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.446129 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.446166 [ 261 ] {} TCP-Session: be010e69-895d-44f0-ac69-ec4b3efd340d Authenticating user 'default' from [fd00:1122:3344:101::d]:56371 2026.05.21 20:13:26.446194 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48534 2026.05.21 20:13:26.446217 [ 261 ] {} TCP-Session: be010e69-895d-44f0-ac69-ec4b3efd340d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.446266 [ 261 ] {} TCP-Session: be010e69-895d-44f0-ac69-ec4b3efd340d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.446395 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49351 2026.05.21 20:13:26.446412 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65528 2026.05.21 20:13:26.446453 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.446503 [ 263 ] {} TCP-Session: cf41a0d0-86de-4c72-bbf9-3dfb893579f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48534 2026.05.21 20:13:26.446545 [ 263 ] {} TCP-Session: cf41a0d0-86de-4c72-bbf9-3dfb893579f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.446558 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49889 2026.05.21 20:13:26.446561 [ 263 ] {} TCP-Session: cf41a0d0-86de-4c72-bbf9-3dfb893579f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.446687 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57580 2026.05.21 20:13:26.446761 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.446807 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.446816 [ 262 ] {} TCP-Session: 9cc21e11-788a-492a-9b9e-bacb5be7761a Authenticating user 'default' from [fd00:1122:3344:101::d]:49351 2026.05.21 20:13:26.446882 [ 262 ] {} TCP-Session: 9cc21e11-788a-492a-9b9e-bacb5be7761a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.446883 [ 264 ] {} TCP-Session: 5c8ce97d-53c2-47dc-8346-64b23f0cb8e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:65528 2026.05.21 20:13:26.446890 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60521 2026.05.21 20:13:26.446930 [ 264 ] {} TCP-Session: 5c8ce97d-53c2-47dc-8346-64b23f0cb8e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.446900 [ 262 ] {} TCP-Session: 9cc21e11-788a-492a-9b9e-bacb5be7761a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.446966 [ 264 ] {} TCP-Session: 5c8ce97d-53c2-47dc-8346-64b23f0cb8e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.447020 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.447051 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.447069 [ 266 ] {} TCP-Session: 36c35c52-a681-48af-b78c-a583cea06bb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57580 2026.05.21 20:13:26.447107 [ 265 ] {} TCP-Session: cfd7bc3a-774f-47ed-92b5-eb05a80cb110 Authenticating user 'default' from [fd00:1122:3344:101::d]:49889 2026.05.21 20:13:26.447109 [ 266 ] {} TCP-Session: 36c35c52-a681-48af-b78c-a583cea06bb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.447134 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.447158 [ 265 ] {} TCP-Session: cfd7bc3a-774f-47ed-92b5-eb05a80cb110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.447165 [ 266 ] {} TCP-Session: 36c35c52-a681-48af-b78c-a583cea06bb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.447214 [ 267 ] {} TCP-Session: ad3c42cc-33aa-4cbd-b0bc-feffdc33546e Authenticating user 'default' from [fd00:1122:3344:101::d]:60521 2026.05.21 20:13:26.447222 [ 265 ] {} TCP-Session: cfd7bc3a-774f-47ed-92b5-eb05a80cb110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.447264 [ 267 ] {} TCP-Session: ad3c42cc-33aa-4cbd-b0bc-feffdc33546e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.447313 [ 267 ] {} TCP-Session: ad3c42cc-33aa-4cbd-b0bc-feffdc33546e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.450477 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.454652 [ 259 ] {321f9b8b-2388-49ca-b2ac-efd2bd12dec6} executeQuery: (from [fd00:1122:3344:101::d]:34739) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.21 20:13:26.520438 [ 259 ] {321f9b8b-2388-49ca-b2ac-efd2bd12dec6} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34739) (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 @ 0x00000000001174f7 in /system/lib/amd64/libc.so.1 2026.05.21 20:13:26.521657 [ 259 ] {321f9b8b-2388-49ca-b2ac-efd2bd12dec6} 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 @ 0x00000000001174f7 in /system/lib/amd64/libc.so.1 2026.05.21 20:13:26.521833 [ 259 ] {321f9b8b-2388-49ca-b2ac-efd2bd12dec6} TCPHandler: Processed in 0.074172502 sec. 2026.05.21 20:13:26.522411 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.522905 [ 260 ] {dc2326e1-53d8-42a9-a2f5-9a23b3e48858} executeQuery: (from [fd00:1122:3344:101::d]:62684) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.21 20:13:26.523451 [ 260 ] {dc2326e1-53d8-42a9-a2f5-9a23b3e48858} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62684) (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 @ 0x00000000001174f7 in /system/lib/amd64/libc.so.1 2026.05.21 20:13:26.523658 [ 260 ] {dc2326e1-53d8-42a9-a2f5-9a23b3e48858} 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 @ 0x00000000001174f7 in /system/lib/amd64/libc.so.1 2026.05.21 20:13:26.523769 [ 260 ] {dc2326e1-53d8-42a9-a2f5-9a23b3e48858} TCPHandler: Processed in 0.001590522 sec. 2026.05.21 20:13:26.524263 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.525381 [ 259 ] {75d3f083-ad72-4fd5-865f-9f5db1c3f49c} executeQuery: (from [fd00:1122:3344:101::d]:34739) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.21 20:13:26.526220 [ 259 ] {75d3f083-ad72-4fd5-865f-9f5db1c3f49c} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.21 20:13:26.527083 [ 259 ] {75d3f083-ad72-4fd5-865f-9f5db1c3f49c} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.21 20:13:26.527149 [ 259 ] {75d3f083-ad72-4fd5-865f-9f5db1c3f49c} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000119992 sec 2026.05.21 20:13:26.527172 [ 259 ] {75d3f083-ad72-4fd5-865f-9f5db1c3f49c} ReferentialDeps: No tables 2026.05.21 20:13:26.527188 [ 259 ] {75d3f083-ad72-4fd5-865f-9f5db1c3f49c} LoadingDeps: No tables 2026.05.21 20:13:26.527238 [ 259 ] {75d3f083-ad72-4fd5-865f-9f5db1c3f49c} DatabaseAtomic (oximeter): Starting up tables. 2026.05.21 20:13:26.528175 [ 259 ] {75d3f083-ad72-4fd5-865f-9f5db1c3f49c} TCPHandler: Processed in 0.004050056 sec. 2026.05.21 20:13:26.528402 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.528614 [ 259 ] {81a9b3c3-8413-4109-9af9-6b3f99d7a0d7} executeQuery: (from [fd00:1122:3344:101::d]:34739) /* 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.21 20:13:26.528705 [ 259 ] {81a9b3c3-8413-4109-9af9-6b3f99d7a0d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.21 20:13:26.535652 [ 259 ] {81a9b3c3-8413-4109-9af9-6b3f99d7a0d7} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.21 20:13:26.536568 [ 259 ] {81a9b3c3-8413-4109-9af9-6b3f99d7a0d7} oximeter.version (ca276c50-fff0-42b5-ae48-696c4adc169e): Loading data parts 2026.05.21 20:13:26.537978 [ 259 ] {81a9b3c3-8413-4109-9af9-6b3f99d7a0d7} oximeter.version (ca276c50-fff0-42b5-ae48-696c4adc169e): There are no data parts 2026.05.21 20:13:26.540415 [ 259 ] {81a9b3c3-8413-4109-9af9-6b3f99d7a0d7} TCPHandler: Processed in 0.012086666 sec. 2026.05.21 20:13:26.540656 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.540887 [ 259 ] {95821f24-975a-44a0-99df-e2be7ba466c4} executeQuery: (from [fd00:1122:3344:101::d]:34739) /* 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.21 20:13:26.540974 [ 259 ] {95821f24-975a-44a0-99df-e2be7ba466c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.21 20:13:26.553131 [ 259 ] {95821f24-975a-44a0-99df-e2be7ba466c4} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Loading data parts 2026.05.21 20:13:26.553518 [ 259 ] {95821f24-975a-44a0-99df-e2be7ba466c4} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): There are no data parts 2026.05.21 20:13:26.554182 [ 259 ] {95821f24-975a-44a0-99df-e2be7ba466c4} TCPHandler: Processed in 0.013591907 sec. 2026.05.21 20:13:26.554429 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.554752 [ 259 ] {131c696b-faa5-4338-a8b3-94544273663d} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.554836 [ 259 ] {131c696b-faa5-4338-a8b3-94544273663d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.21 20:13:26.556206 [ 259 ] {131c696b-faa5-4338-a8b3-94544273663d} oximeter.measurements_i8 (9ae70b8b-fe7d-414b-9bd1-0e3a0e488ba4): Loading data parts 2026.05.21 20:13:26.556552 [ 259 ] {131c696b-faa5-4338-a8b3-94544273663d} oximeter.measurements_i8 (9ae70b8b-fe7d-414b-9bd1-0e3a0e488ba4): There are no data parts 2026.05.21 20:13:26.557180 [ 259 ] {131c696b-faa5-4338-a8b3-94544273663d} TCPHandler: Processed in 0.002835839 sec. 2026.05.21 20:13:26.557460 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.557657 [ 259 ] {e0e21b8e-adfa-4f70-92ac-b475e7753fa0} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.557730 [ 259 ] {e0e21b8e-adfa-4f70-92ac-b475e7753fa0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.21 20:13:26.559032 [ 259 ] {e0e21b8e-adfa-4f70-92ac-b475e7753fa0} oximeter.measurements_u8 (017f8737-5b04-4be1-b457-6a0ef01ded8b): Loading data parts 2026.05.21 20:13:26.559274 [ 259 ] {e0e21b8e-adfa-4f70-92ac-b475e7753fa0} oximeter.measurements_u8 (017f8737-5b04-4be1-b457-6a0ef01ded8b): There are no data parts 2026.05.21 20:13:26.559866 [ 259 ] {e0e21b8e-adfa-4f70-92ac-b475e7753fa0} TCPHandler: Processed in 0.002478464 sec. 2026.05.21 20:13:26.560072 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.560297 [ 259 ] {e04dfb86-c242-409d-bbed-36dbceb11008} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.560355 [ 259 ] {e04dfb86-c242-409d-bbed-36dbceb11008} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.21 20:13:26.561754 [ 259 ] {e04dfb86-c242-409d-bbed-36dbceb11008} oximeter.measurements_i16 (d3e5f366-9fef-4477-a1ad-7d60eedc0d72): Loading data parts 2026.05.21 20:13:26.561986 [ 259 ] {e04dfb86-c242-409d-bbed-36dbceb11008} oximeter.measurements_i16 (d3e5f366-9fef-4477-a1ad-7d60eedc0d72): There are no data parts 2026.05.21 20:13:26.562768 [ 259 ] {e04dfb86-c242-409d-bbed-36dbceb11008} TCPHandler: Processed in 0.002765308 sec. 2026.05.21 20:13:26.563010 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.563238 [ 259 ] {28f69345-2edb-49fb-898b-49b9925e3306} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.563324 [ 259 ] {28f69345-2edb-49fb-898b-49b9925e3306} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.21 20:13:26.564664 [ 259 ] {28f69345-2edb-49fb-898b-49b9925e3306} oximeter.measurements_u16 (36a0c38b-0ce0-4222-81cd-39f685d85bd2): Loading data parts 2026.05.21 20:13:26.564927 [ 259 ] {28f69345-2edb-49fb-898b-49b9925e3306} oximeter.measurements_u16 (36a0c38b-0ce0-4222-81cd-39f685d85bd2): There are no data parts 2026.05.21 20:13:26.565821 [ 259 ] {28f69345-2edb-49fb-898b-49b9925e3306} TCPHandler: Processed in 0.0028902 sec. 2026.05.21 20:13:26.566037 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.566286 [ 259 ] {8da2d2a0-e590-492d-a3f9-5f2ab9789f55} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.566351 [ 259 ] {8da2d2a0-e590-492d-a3f9-5f2ab9789f55} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.21 20:13:26.567650 [ 259 ] {8da2d2a0-e590-492d-a3f9-5f2ab9789f55} oximeter.measurements_i32 (424db40c-39f9-4b84-88e0-bf9908a3ffc7): Loading data parts 2026.05.21 20:13:26.567928 [ 259 ] {8da2d2a0-e590-492d-a3f9-5f2ab9789f55} oximeter.measurements_i32 (424db40c-39f9-4b84-88e0-bf9908a3ffc7): There are no data parts 2026.05.21 20:13:26.568698 [ 259 ] {8da2d2a0-e590-492d-a3f9-5f2ab9789f55} TCPHandler: Processed in 0.002735088 sec. 2026.05.21 20:13:26.568976 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.569210 [ 259 ] {0e514272-728e-475f-bd49-d5a17afe5b4b} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.569300 [ 259 ] {0e514272-728e-475f-bd49-d5a17afe5b4b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.21 20:13:26.570888 [ 259 ] {0e514272-728e-475f-bd49-d5a17afe5b4b} oximeter.measurements_u32 (235877b2-c467-4b89-9d72-40f967f521da): Loading data parts 2026.05.21 20:13:26.571124 [ 259 ] {0e514272-728e-475f-bd49-d5a17afe5b4b} oximeter.measurements_u32 (235877b2-c467-4b89-9d72-40f967f521da): There are no data parts 2026.05.21 20:13:26.571835 [ 259 ] {0e514272-728e-475f-bd49-d5a17afe5b4b} TCPHandler: Processed in 0.00293571 sec. 2026.05.21 20:13:26.572077 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.572342 [ 259 ] {f12784bb-109b-4e88-ba26-7c490818f7b4} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.572408 [ 259 ] {f12784bb-109b-4e88-ba26-7c490818f7b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.21 20:13:26.573870 [ 259 ] {f12784bb-109b-4e88-ba26-7c490818f7b4} oximeter.measurements_i64 (ef1dbdb4-e029-4c1e-97da-56af17e81c2a): Loading data parts 2026.05.21 20:13:26.574191 [ 259 ] {f12784bb-109b-4e88-ba26-7c490818f7b4} oximeter.measurements_i64 (ef1dbdb4-e029-4c1e-97da-56af17e81c2a): There are no data parts 2026.05.21 20:13:26.575367 [ 259 ] {f12784bb-109b-4e88-ba26-7c490818f7b4} TCPHandler: Processed in 0.003361587 sec. 2026.05.21 20:13:26.575856 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.576129 [ 259 ] {0872243f-cb48-41f0-ab4f-e2f1d121aa70} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.576224 [ 259 ] {0872243f-cb48-41f0-ab4f-e2f1d121aa70} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.21 20:13:26.577775 [ 259 ] {0872243f-cb48-41f0-ab4f-e2f1d121aa70} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Loading data parts 2026.05.21 20:13:26.578032 [ 259 ] {0872243f-cb48-41f0-ab4f-e2f1d121aa70} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): There are no data parts 2026.05.21 20:13:26.578781 [ 259 ] {0872243f-cb48-41f0-ab4f-e2f1d121aa70} TCPHandler: Processed in 0.003044772 sec. 2026.05.21 20:13:26.579005 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.579257 [ 259 ] {95abb2c6-2203-4625-8166-e5e7b23f4c00} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.579338 [ 259 ] {95abb2c6-2203-4625-8166-e5e7b23f4c00} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.21 20:13:26.580540 [ 259 ] {95abb2c6-2203-4625-8166-e5e7b23f4c00} oximeter.measurements_f32 (bf5e6e15-667c-4e31-a290-f6f9d3056ef5): Loading data parts 2026.05.21 20:13:26.580735 [ 259 ] {95abb2c6-2203-4625-8166-e5e7b23f4c00} oximeter.measurements_f32 (bf5e6e15-667c-4e31-a290-f6f9d3056ef5): There are no data parts 2026.05.21 20:13:26.581490 [ 259 ] {95abb2c6-2203-4625-8166-e5e7b23f4c00} TCPHandler: Processed in 0.002552885 sec. 2026.05.21 20:13:26.581743 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.581970 [ 259 ] {e70242bc-8c07-4948-a9be-8f4ca05b9878} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.582053 [ 259 ] {e70242bc-8c07-4948-a9be-8f4ca05b9878} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.21 20:13:26.583236 [ 259 ] {e70242bc-8c07-4948-a9be-8f4ca05b9878} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Loading data parts 2026.05.21 20:13:26.583607 [ 259 ] {e70242bc-8c07-4948-a9be-8f4ca05b9878} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): There are no data parts 2026.05.21 20:13:26.584293 [ 259 ] {e70242bc-8c07-4948-a9be-8f4ca05b9878} TCPHandler: Processed in 0.002620506 sec. 2026.05.21 20:13:26.584509 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.584771 [ 259 ] {feb61f10-e6c4-4323-a6b2-270ea8ad245e} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.584843 [ 259 ] {feb61f10-e6c4-4323-a6b2-270ea8ad245e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.21 20:13:26.586067 [ 259 ] {feb61f10-e6c4-4323-a6b2-270ea8ad245e} oximeter.measurements_string (5857f453-f6e2-42bf-a635-4afb9960f73d): Loading data parts 2026.05.21 20:13:26.586254 [ 259 ] {feb61f10-e6c4-4323-a6b2-270ea8ad245e} oximeter.measurements_string (5857f453-f6e2-42bf-a635-4afb9960f73d): There are no data parts 2026.05.21 20:13:26.586981 [ 259 ] {feb61f10-e6c4-4323-a6b2-270ea8ad245e} TCPHandler: Processed in 0.002542355 sec. 2026.05.21 20:13:26.587232 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.587460 [ 259 ] {2c230f37-7bc7-4c37-9388-87f1f1f280b3} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.587539 [ 259 ] {2c230f37-7bc7-4c37-9388-87f1f1f280b3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.21 20:13:26.588932 [ 259 ] {2c230f37-7bc7-4c37-9388-87f1f1f280b3} oximeter.measurements_bytes (102e8bda-4198-464c-ae03-461399096574): Loading data parts 2026.05.21 20:13:26.589385 [ 259 ] {2c230f37-7bc7-4c37-9388-87f1f1f280b3} oximeter.measurements_bytes (102e8bda-4198-464c-ae03-461399096574): There are no data parts 2026.05.21 20:13:26.590408 [ 259 ] {2c230f37-7bc7-4c37-9388-87f1f1f280b3} TCPHandler: Processed in 0.003240845 sec. 2026.05.21 20:13:26.590804 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.591128 [ 259 ] {8eb79e53-7d18-42c5-9716-fa583ba2cbb8} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.591232 [ 259 ] {8eb79e53-7d18-42c5-9716-fa583ba2cbb8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.21 20:13:26.592906 [ 259 ] {8eb79e53-7d18-42c5-9716-fa583ba2cbb8} oximeter.measurements_cumulativei64 (61d8038d-21c5-41c8-a685-200f143f5f28): Loading data parts 2026.05.21 20:13:26.593152 [ 259 ] {8eb79e53-7d18-42c5-9716-fa583ba2cbb8} oximeter.measurements_cumulativei64 (61d8038d-21c5-41c8-a685-200f143f5f28): There are no data parts 2026.05.21 20:13:26.593818 [ 259 ] {8eb79e53-7d18-42c5-9716-fa583ba2cbb8} TCPHandler: Processed in 0.003213244 sec. 2026.05.21 20:13:26.594033 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.594289 [ 259 ] {d08c97e2-f343-4a58-b6f8-63258a4088b2} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.594366 [ 259 ] {d08c97e2-f343-4a58-b6f8-63258a4088b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.21 20:13:26.595545 [ 259 ] {d08c97e2-f343-4a58-b6f8-63258a4088b2} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Loading data parts 2026.05.21 20:13:26.595745 [ 259 ] {d08c97e2-f343-4a58-b6f8-63258a4088b2} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): There are no data parts 2026.05.21 20:13:26.596611 [ 259 ] {d08c97e2-f343-4a58-b6f8-63258a4088b2} TCPHandler: Processed in 0.002640986 sec. 2026.05.21 20:13:26.596808 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.597024 [ 259 ] {0510825a-8d03-4d23-bd76-96688eb994ae} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.597098 [ 259 ] {0510825a-8d03-4d23-bd76-96688eb994ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.21 20:13:26.598236 [ 259 ] {0510825a-8d03-4d23-bd76-96688eb994ae} oximeter.measurements_cumulativef32 (f006b09f-efe5-4dfd-82f6-8d96aa0eb339): Loading data parts 2026.05.21 20:13:26.598494 [ 259 ] {0510825a-8d03-4d23-bd76-96688eb994ae} oximeter.measurements_cumulativef32 (f006b09f-efe5-4dfd-82f6-8d96aa0eb339): There are no data parts 2026.05.21 20:13:26.599132 [ 259 ] {0510825a-8d03-4d23-bd76-96688eb994ae} TCPHandler: Processed in 0.002384302 sec. 2026.05.21 20:13:26.599328 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.599523 [ 259 ] {8a4e023c-9f7e-4bfd-88d8-637f2b682b2a} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.599593 [ 259 ] {8a4e023c-9f7e-4bfd-88d8-637f2b682b2a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.21 20:13:26.600823 [ 259 ] {8a4e023c-9f7e-4bfd-88d8-637f2b682b2a} oximeter.measurements_cumulativef64 (fe8e14ba-50e2-4e16-a4fd-7ff2cfe6edf2): Loading data parts 2026.05.21 20:13:26.601119 [ 259 ] {8a4e023c-9f7e-4bfd-88d8-637f2b682b2a} oximeter.measurements_cumulativef64 (fe8e14ba-50e2-4e16-a4fd-7ff2cfe6edf2): There are no data parts 2026.05.21 20:13:26.601740 [ 259 ] {8a4e023c-9f7e-4bfd-88d8-637f2b682b2a} TCPHandler: Processed in 0.002466424 sec. 2026.05.21 20:13:26.601946 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.602262 [ 259 ] {dffd40ae-a119-48a6-904d-27b6abe4c3ee} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.602350 [ 259 ] {dffd40ae-a119-48a6-904d-27b6abe4c3ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.21 20:13:26.603829 [ 259 ] {dffd40ae-a119-48a6-904d-27b6abe4c3ee} oximeter.measurements_histogrami8 (9a0e615c-aa83-4e2c-9fe3-b8229b7682fc): Loading data parts 2026.05.21 20:13:26.604021 [ 259 ] {dffd40ae-a119-48a6-904d-27b6abe4c3ee} oximeter.measurements_histogrami8 (9a0e615c-aa83-4e2c-9fe3-b8229b7682fc): There are no data parts 2026.05.21 20:13:26.604695 [ 259 ] {dffd40ae-a119-48a6-904d-27b6abe4c3ee} TCPHandler: Processed in 0.002811939 sec. 2026.05.21 20:13:26.604979 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.605257 [ 259 ] {627d4c5d-1663-4c14-a220-25be63bc0279} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.605348 [ 259 ] {627d4c5d-1663-4c14-a220-25be63bc0279} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.21 20:13:26.606740 [ 259 ] {627d4c5d-1663-4c14-a220-25be63bc0279} oximeter.measurements_histogramu8 (19e9ffd2-cd84-4053-bed3-2d488f2ccdcb): Loading data parts 2026.05.21 20:13:26.606976 [ 259 ] {627d4c5d-1663-4c14-a220-25be63bc0279} oximeter.measurements_histogramu8 (19e9ffd2-cd84-4053-bed3-2d488f2ccdcb): There are no data parts 2026.05.21 20:13:26.607770 [ 259 ] {627d4c5d-1663-4c14-a220-25be63bc0279} TCPHandler: Processed in 0.002845609 sec. 2026.05.21 20:13:26.608023 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.608442 [ 259 ] {8eafc8ea-3d0d-4c9d-9841-a5ebd016f73c} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.608532 [ 259 ] {8eafc8ea-3d0d-4c9d-9841-a5ebd016f73c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.21 20:13:26.610199 [ 259 ] {8eafc8ea-3d0d-4c9d-9841-a5ebd016f73c} oximeter.measurements_histogrami16 (79de0388-e474-4119-bddc-540fa4184238): Loading data parts 2026.05.21 20:13:26.610478 [ 259 ] {8eafc8ea-3d0d-4c9d-9841-a5ebd016f73c} oximeter.measurements_histogrami16 (79de0388-e474-4119-bddc-540fa4184238): There are no data parts 2026.05.21 20:13:26.611354 [ 259 ] {8eafc8ea-3d0d-4c9d-9841-a5ebd016f73c} TCPHandler: Processed in 0.003417677 sec. 2026.05.21 20:13:26.611601 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.611927 [ 259 ] {c8226aaf-6ec5-4002-8138-dcf9283bf205} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.612036 [ 259 ] {c8226aaf-6ec5-4002-8138-dcf9283bf205} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.21 20:13:26.613744 [ 259 ] {c8226aaf-6ec5-4002-8138-dcf9283bf205} oximeter.measurements_histogramu16 (cbdce92d-89f3-4611-944c-edb4e77060cb): Loading data parts 2026.05.21 20:13:26.613994 [ 259 ] {c8226aaf-6ec5-4002-8138-dcf9283bf205} oximeter.measurements_histogramu16 (cbdce92d-89f3-4611-944c-edb4e77060cb): There are no data parts 2026.05.21 20:13:26.614708 [ 259 ] {c8226aaf-6ec5-4002-8138-dcf9283bf205} TCPHandler: Processed in 0.003173764 sec. 2026.05.21 20:13:26.614916 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.615241 [ 259 ] {5d173a09-ed21-4680-91ad-382f51bd9da2} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.615339 [ 259 ] {5d173a09-ed21-4680-91ad-382f51bd9da2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.21 20:13:26.617154 [ 259 ] {5d173a09-ed21-4680-91ad-382f51bd9da2} oximeter.measurements_histogrami32 (b3d31a57-9668-4012-80ab-c71370a09ccf): Loading data parts 2026.05.21 20:13:26.617413 [ 259 ] {5d173a09-ed21-4680-91ad-382f51bd9da2} oximeter.measurements_histogrami32 (b3d31a57-9668-4012-80ab-c71370a09ccf): There are no data parts 2026.05.21 20:13:26.618496 [ 259 ] {5d173a09-ed21-4680-91ad-382f51bd9da2} TCPHandler: Processed in 0.00365468 sec. 2026.05.21 20:13:26.618897 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.619303 [ 259 ] {5439ea75-374d-4064-a248-984312f1bd2b} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.619439 [ 259 ] {5439ea75-374d-4064-a248-984312f1bd2b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.21 20:13:26.621341 [ 259 ] {5439ea75-374d-4064-a248-984312f1bd2b} oximeter.measurements_histogramu32 (d2a81a32-d8a5-4f5a-94f8-b35e974a9b4b): Loading data parts 2026.05.21 20:13:26.621570 [ 259 ] {5439ea75-374d-4064-a248-984312f1bd2b} oximeter.measurements_histogramu32 (d2a81a32-d8a5-4f5a-94f8-b35e974a9b4b): There are no data parts 2026.05.21 20:13:26.622297 [ 259 ] {5439ea75-374d-4064-a248-984312f1bd2b} TCPHandler: Processed in 0.003559359 sec. 2026.05.21 20:13:26.622527 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.622899 [ 259 ] {1728c12f-3495-4935-b3a1-17882b851dc2} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.623003 [ 259 ] {1728c12f-3495-4935-b3a1-17882b851dc2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.21 20:13:26.624789 [ 259 ] {1728c12f-3495-4935-b3a1-17882b851dc2} oximeter.measurements_histogrami64 (9f5e47da-e334-4b98-adfc-3f58c5b76dde): Loading data parts 2026.05.21 20:13:26.625081 [ 259 ] {1728c12f-3495-4935-b3a1-17882b851dc2} oximeter.measurements_histogrami64 (9f5e47da-e334-4b98-adfc-3f58c5b76dde): There are no data parts 2026.05.21 20:13:26.625977 [ 259 ] {1728c12f-3495-4935-b3a1-17882b851dc2} TCPHandler: Processed in 0.003538049 sec. 2026.05.21 20:13:26.626209 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.626520 [ 259 ] {eab1e2a2-182e-43cb-9a4c-b2b3fa839e6f} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.626623 [ 259 ] {eab1e2a2-182e-43cb-9a4c-b2b3fa839e6f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.21 20:13:26.629667 [ 259 ] {eab1e2a2-182e-43cb-9a4c-b2b3fa839e6f} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Loading data parts 2026.05.21 20:13:26.629914 [ 259 ] {eab1e2a2-182e-43cb-9a4c-b2b3fa839e6f} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): There are no data parts 2026.05.21 20:13:26.630919 [ 259 ] {eab1e2a2-182e-43cb-9a4c-b2b3fa839e6f} TCPHandler: Processed in 0.004779326 sec. 2026.05.21 20:13:26.631226 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.631623 [ 259 ] {dc861dad-d400-4f9a-9ea4-7a747b6c83b8} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.631723 [ 259 ] {dc861dad-d400-4f9a-9ea4-7a747b6c83b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.21 20:13:26.633508 [ 259 ] {dc861dad-d400-4f9a-9ea4-7a747b6c83b8} oximeter.measurements_histogramf32 (b14d6184-e6ef-40bb-bb3c-aac80ba25c99): Loading data parts 2026.05.21 20:13:26.633763 [ 259 ] {dc861dad-d400-4f9a-9ea4-7a747b6c83b8} oximeter.measurements_histogramf32 (b14d6184-e6ef-40bb-bb3c-aac80ba25c99): There are no data parts 2026.05.21 20:13:26.634462 [ 259 ] {dc861dad-d400-4f9a-9ea4-7a747b6c83b8} TCPHandler: Processed in 0.003376036 sec. 2026.05.21 20:13:26.634747 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.635075 [ 259 ] {21ea2c7c-1b44-48a0-80a6-43aeb0e1a09b} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.635179 [ 259 ] {21ea2c7c-1b44-48a0-80a6-43aeb0e1a09b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.21 20:13:26.636734 [ 259 ] {21ea2c7c-1b44-48a0-80a6-43aeb0e1a09b} oximeter.measurements_histogramf64 (f7e8a278-8fea-4080-95f3-e30c878dfe65): Loading data parts 2026.05.21 20:13:26.636967 [ 259 ] {21ea2c7c-1b44-48a0-80a6-43aeb0e1a09b} oximeter.measurements_histogramf64 (f7e8a278-8fea-4080-95f3-e30c878dfe65): There are no data parts 2026.05.21 20:13:26.637645 [ 259 ] {21ea2c7c-1b44-48a0-80a6-43aeb0e1a09b} TCPHandler: Processed in 0.002969591 sec. 2026.05.21 20:13:26.637851 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.638144 [ 259 ] {aa5cac26-6075-45da-a422-441c963745b0} executeQuery: (from [fd00:1122:3344:101::d]:34739) /* 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.21 20:13:26.638249 [ 259 ] {aa5cac26-6075-45da-a422-441c963745b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.21 20:13:26.639698 [ 259 ] {aa5cac26-6075-45da-a422-441c963745b0} oximeter.fields_bool (691dd3b2-1740-4264-b2db-f73032681271): Loading data parts 2026.05.21 20:13:26.639935 [ 259 ] {aa5cac26-6075-45da-a422-441c963745b0} oximeter.fields_bool (691dd3b2-1740-4264-b2db-f73032681271): There are no data parts 2026.05.21 20:13:26.640564 [ 259 ] {aa5cac26-6075-45da-a422-441c963745b0} TCPHandler: Processed in 0.002786458 sec. 2026.05.21 20:13:26.640771 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.641018 [ 259 ] {2489bcf6-f5ea-4b40-a6a4-0e10df297872} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.641099 [ 259 ] {2489bcf6-f5ea-4b40-a6a4-0e10df297872} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.21 20:13:26.642459 [ 259 ] {2489bcf6-f5ea-4b40-a6a4-0e10df297872} oximeter.fields_i8 (16acad00-6cb2-41eb-8e4c-6726dcbf745a): Loading data parts 2026.05.21 20:13:26.642636 [ 259 ] {2489bcf6-f5ea-4b40-a6a4-0e10df297872} oximeter.fields_i8 (16acad00-6cb2-41eb-8e4c-6726dcbf745a): There are no data parts 2026.05.21 20:13:26.643476 [ 259 ] {2489bcf6-f5ea-4b40-a6a4-0e10df297872} TCPHandler: Processed in 0.002771268 sec. 2026.05.21 20:13:26.643690 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.643900 [ 259 ] {f1d0a2a0-35e2-457c-8b2e-a862edd38b33} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.644015 [ 259 ] {f1d0a2a0-35e2-457c-8b2e-a862edd38b33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.21 20:13:26.645313 [ 259 ] {f1d0a2a0-35e2-457c-8b2e-a862edd38b33} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Loading data parts 2026.05.21 20:13:26.645528 [ 259 ] {f1d0a2a0-35e2-457c-8b2e-a862edd38b33} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): There are no data parts 2026.05.21 20:13:26.646111 [ 259 ] {f1d0a2a0-35e2-457c-8b2e-a862edd38b33} TCPHandler: Processed in 0.002487775 sec. 2026.05.21 20:13:26.646336 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.646577 [ 259 ] {c6003dae-6da3-427c-ab63-c0999b8e7bb6} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.646662 [ 259 ] {c6003dae-6da3-427c-ab63-c0999b8e7bb6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.21 20:13:26.647975 [ 259 ] {c6003dae-6da3-427c-ab63-c0999b8e7bb6} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Loading data parts 2026.05.21 20:13:26.648177 [ 259 ] {c6003dae-6da3-427c-ab63-c0999b8e7bb6} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): There are no data parts 2026.05.21 20:13:26.649039 [ 259 ] {c6003dae-6da3-427c-ab63-c0999b8e7bb6} TCPHandler: Processed in 0.002768838 sec. 2026.05.21 20:13:26.649269 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.649507 [ 259 ] {3df3a631-1d8d-4835-a136-9e10f61f69b0} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.649605 [ 259 ] {3df3a631-1d8d-4835-a136-9e10f61f69b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.21 20:13:26.650927 [ 259 ] {3df3a631-1d8d-4835-a136-9e10f61f69b0} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Loading data parts 2026.05.21 20:13:26.651160 [ 259 ] {3df3a631-1d8d-4835-a136-9e10f61f69b0} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): There are no data parts 2026.05.21 20:13:26.651735 [ 259 ] {3df3a631-1d8d-4835-a136-9e10f61f69b0} TCPHandler: Processed in 0.002566955 sec. 2026.05.21 20:13:26.651943 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.652137 [ 259 ] {a8d73070-38e6-4048-87df-7ccaf9787240} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.652222 [ 259 ] {a8d73070-38e6-4048-87df-7ccaf9787240} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.21 20:13:26.653393 [ 259 ] {a8d73070-38e6-4048-87df-7ccaf9787240} oximeter.fields_i32 (41d55cef-a380-4e69-8eae-c7d276e9c1f9): Loading data parts 2026.05.21 20:13:26.653616 [ 259 ] {a8d73070-38e6-4048-87df-7ccaf9787240} oximeter.fields_i32 (41d55cef-a380-4e69-8eae-c7d276e9c1f9): There are no data parts 2026.05.21 20:13:26.654232 [ 259 ] {a8d73070-38e6-4048-87df-7ccaf9787240} TCPHandler: Processed in 0.002345452 sec. 2026.05.21 20:13:26.654470 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.654708 [ 259 ] {689209d2-62af-41cf-8ac2-1d039b0c9439} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.654778 [ 259 ] {689209d2-62af-41cf-8ac2-1d039b0c9439} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.21 20:13:26.656225 [ 259 ] {689209d2-62af-41cf-8ac2-1d039b0c9439} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Loading data parts 2026.05.21 20:13:26.656485 [ 259 ] {689209d2-62af-41cf-8ac2-1d039b0c9439} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): There are no data parts 2026.05.21 20:13:26.657091 [ 259 ] {689209d2-62af-41cf-8ac2-1d039b0c9439} TCPHandler: Processed in 0.002690417 sec. 2026.05.21 20:13:26.657324 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.657535 [ 259 ] {1f3af848-6792-46ac-8486-2302229eab6e} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.657619 [ 259 ] {1f3af848-6792-46ac-8486-2302229eab6e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.21 20:13:26.659067 [ 259 ] {1f3af848-6792-46ac-8486-2302229eab6e} oximeter.fields_i64 (6c0c3430-6a60-4192-8226-78c08cf82a31): Loading data parts 2026.05.21 20:13:26.659299 [ 259 ] {1f3af848-6792-46ac-8486-2302229eab6e} oximeter.fields_i64 (6c0c3430-6a60-4192-8226-78c08cf82a31): There are no data parts 2026.05.21 20:13:26.659911 [ 259 ] {1f3af848-6792-46ac-8486-2302229eab6e} TCPHandler: Processed in 0.002649097 sec. 2026.05.21 20:13:26.660110 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.660366 [ 259 ] {b9744e4a-73e6-4ef6-9de0-aa17e2a4e2b3} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.660451 [ 259 ] {b9744e4a-73e6-4ef6-9de0-aa17e2a4e2b3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.21 20:13:26.661949 [ 259 ] {b9744e4a-73e6-4ef6-9de0-aa17e2a4e2b3} oximeter.fields_u64 (becf58e3-0711-4415-aa0b-143979c4fd62): Loading data parts 2026.05.21 20:13:26.662249 [ 259 ] {b9744e4a-73e6-4ef6-9de0-aa17e2a4e2b3} oximeter.fields_u64 (becf58e3-0711-4415-aa0b-143979c4fd62): There are no data parts 2026.05.21 20:13:26.663108 [ 259 ] {b9744e4a-73e6-4ef6-9de0-aa17e2a4e2b3} TCPHandler: Processed in 0.003054943 sec. 2026.05.21 20:13:26.663335 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.663646 [ 259 ] {df164e2b-7e28-4789-9b80-21ea973035a0} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.663744 [ 259 ] {df164e2b-7e28-4789-9b80-21ea973035a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.21 20:13:26.665220 [ 259 ] {df164e2b-7e28-4789-9b80-21ea973035a0} oximeter.fields_ipaddr (121d298a-e09a-4943-87bc-ca2a26a93dd7): Loading data parts 2026.05.21 20:13:26.665402 [ 259 ] {df164e2b-7e28-4789-9b80-21ea973035a0} oximeter.fields_ipaddr (121d298a-e09a-4943-87bc-ca2a26a93dd7): There are no data parts 2026.05.21 20:13:26.665948 [ 259 ] {df164e2b-7e28-4789-9b80-21ea973035a0} TCPHandler: Processed in 0.002676887 sec. 2026.05.21 20:13:26.666134 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.666358 [ 259 ] {33afea5f-f8b9-4ee8-9d3a-155e6504b6da} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.666431 [ 259 ] {33afea5f-f8b9-4ee8-9d3a-155e6504b6da} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.21 20:13:26.667771 [ 259 ] {33afea5f-f8b9-4ee8-9d3a-155e6504b6da} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Loading data parts 2026.05.21 20:13:26.667968 [ 259 ] {33afea5f-f8b9-4ee8-9d3a-155e6504b6da} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): There are no data parts 2026.05.21 20:13:26.668885 [ 259 ] {33afea5f-f8b9-4ee8-9d3a-155e6504b6da} TCPHandler: Processed in 0.002803638 sec. 2026.05.21 20:13:26.669146 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.669403 [ 259 ] {1dd2ffb9-2c5e-44f8-b392-0f8fc98cafaf} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:26.669502 [ 259 ] {1dd2ffb9-2c5e-44f8-b392-0f8fc98cafaf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.21 20:13:26.671110 [ 259 ] {1dd2ffb9-2c5e-44f8-b392-0f8fc98cafaf} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Loading data parts 2026.05.21 20:13:26.671360 [ 259 ] {1dd2ffb9-2c5e-44f8-b392-0f8fc98cafaf} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): There are no data parts 2026.05.21 20:13:26.672180 [ 259 ] {1dd2ffb9-2c5e-44f8-b392-0f8fc98cafaf} TCPHandler: Processed in 0.003154944 sec. 2026.05.21 20:13:26.672397 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.672780 [ 259 ] {a7598b6e-6d6b-4803-b65d-1d910d69cc12} executeQuery: (from [fd00:1122:3344:101::d]:34739) /* 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.21 20:13:26.672874 [ 259 ] {a7598b6e-6d6b-4803-b65d-1d910d69cc12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.21 20:13:26.674059 [ 259 ] {a7598b6e-6d6b-4803-b65d-1d910d69cc12} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23): Loading data parts 2026.05.21 20:13:26.674277 [ 259 ] {a7598b6e-6d6b-4803-b65d-1d910d69cc12} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23): There are no data parts 2026.05.21 20:13:26.675226 [ 259 ] {a7598b6e-6d6b-4803-b65d-1d910d69cc12} TCPHandler: Processed in 0.00289274 sec. 2026.05.21 20:13:26.678243 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.678601 [ 260 ] {0b665312-2c11-44f4-a46a-eb065978cde1} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.21 20:13:26.680259 [ 260 ] {0b665312-2c11-44f4-a46a-eb065978cde1} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.21 20:13:26.690779 [ 269 ] {0b665312-2c11-44f4-a46a-eb065978cde1} oximeter.version (ca276c50-fff0-42b5-ae48-696c4adc169e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:26.690952 [ 269 ] {0b665312-2c11-44f4-a46a-eb065978cde1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.05.21 20:13:26.696608 [ 269 ] {0b665312-2c11-44f4-a46a-eb065978cde1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:26.697033 [ 269 ] {0b665312-2c11-44f4-a46a-eb065978cde1} oximeter.version (ca276c50-fff0-42b5-ae48-696c4adc169e): 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.21 20:13:26.697460 [ 260 ] {0b665312-2c11-44f4-a46a-eb065978cde1} executeQuery: Read 1 rows, 16.00 B in 0.019023 sec., 52.56794406770751 rows/sec., 841.09 B/sec. 2026.05.21 20:13:26.697788 [ 260 ] {0b665312-2c11-44f4-a46a-eb065978cde1} TCPHandler: Processed in 0.019625251 sec. 2026.05.21 20:13:26.935179 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39594 2026.05.21 20:13:26.935331 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.935368 [ 270 ] {} TCP-Session: db671d1c-92a3-472a-8656-e8a38f92c953 Authenticating user 'default' from [fd00:1122:3344:101::e]:39594 2026.05.21 20:13:26.935391 [ 270 ] {} TCP-Session: db671d1c-92a3-472a-8656-e8a38f92c953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.935426 [ 270 ] {} TCP-Session: db671d1c-92a3-472a-8656-e8a38f92c953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.935709 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61564 2026.05.21 20:13:26.935831 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50806 2026.05.21 20:13:26.935839 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.935931 [ 271 ] {} TCP-Session: bd819018-4b28-4b60-9f05-5224fd8f7825 Authenticating user 'default' from [fd00:1122:3344:101::e]:61564 2026.05.21 20:13:26.935951 [ 271 ] {} TCP-Session: bd819018-4b28-4b60-9f05-5224fd8f7825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.935965 [ 271 ] {} TCP-Session: bd819018-4b28-4b60-9f05-5224fd8f7825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936000 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54017 2026.05.21 20:13:26.936016 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38129 2026.05.21 20:13:26.936076 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.936116 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58326 2026.05.21 20:13:26.936120 [ 272 ] {} TCP-Session: d6f74d2e-6ef8-4882-a1e6-37d05b8706a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50806 2026.05.21 20:13:26.936250 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51605 2026.05.21 20:13:26.936267 [ 272 ] {} TCP-Session: d6f74d2e-6ef8-4882-a1e6-37d05b8706a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936341 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39072 2026.05.21 20:13:26.936399 [ 272 ] {} TCP-Session: d6f74d2e-6ef8-4882-a1e6-37d05b8706a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936305 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.936272 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.936544 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.936578 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50190 2026.05.21 20:13:26.936595 [ 274 ] {} TCP-Session: 898e51b4-c717-4f7e-8989-a9e51caeac81 Authenticating user 'default' from [fd00:1122:3344:101::e]:54017 2026.05.21 20:13:26.936515 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.936639 [ 274 ] {} TCP-Session: 898e51b4-c717-4f7e-8989-a9e51caeac81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936628 [ 276 ] {} TCP-Session: bb411ba2-7647-4c02-a624-e22dcff71ec9 Authenticating user 'default' from [fd00:1122:3344:101::e]:51605 2026.05.21 20:13:26.936698 [ 274 ] {} TCP-Session: 898e51b4-c717-4f7e-8989-a9e51caeac81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936717 [ 276 ] {} TCP-Session: bb411ba2-7647-4c02-a624-e22dcff71ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936701 [ 275 ] {} TCP-Session: 4247d04d-818a-4cd1-bc30-a8de219e0c1e Authenticating user 'default' from [fd00:1122:3344:101::e]:58326 2026.05.21 20:13:26.936761 [ 276 ] {} TCP-Session: bb411ba2-7647-4c02-a624-e22dcff71ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936787 [ 275 ] {} TCP-Session: 4247d04d-818a-4cd1-bc30-a8de219e0c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936481 [ 273 ] {} TCP-Session: 407d09a2-e98d-4782-8beb-32975e128601 Authenticating user 'default' from [fd00:1122:3344:101::e]:38129 2026.05.21 20:13:26.936925 [ 275 ] {} TCP-Session: 4247d04d-818a-4cd1-bc30-a8de219e0c1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936953 [ 273 ] {} TCP-Session: 407d09a2-e98d-4782-8beb-32975e128601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.936647 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.936984 [ 273 ] {} TCP-Session: 407d09a2-e98d-4782-8beb-32975e128601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.937021 [ 277 ] {} TCP-Session: c730c5f8-1bd0-4145-8a40-4f17d4338f12 Authenticating user 'default' from [fd00:1122:3344:101::e]:39072 2026.05.21 20:13:26.937133 [ 277 ] {} TCP-Session: c730c5f8-1bd0-4145-8a40-4f17d4338f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.937146 [ 277 ] {} TCP-Session: c730c5f8-1bd0-4145-8a40-4f17d4338f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.940703 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:26.940757 [ 278 ] {} TCP-Session: 2ada7409-24cb-4a6b-9270-0f1edddbddfe Authenticating user 'default' from [fd00:1122:3344:101::e]:50190 2026.05.21 20:13:26.940780 [ 278 ] {} TCP-Session: 2ada7409-24cb-4a6b-9270-0f1edddbddfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.940821 [ 278 ] {} TCP-Session: 2ada7409-24cb-4a6b-9270-0f1edddbddfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:26.941603 [ 270 ] {} TCP-Session: db671d1c-92a3-472a-8656-e8a38f92c953 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:26.941903 [ 270 ] {62aff4a6-f1e4-4aab-afdf-ec5f6755d127} executeQuery: (from [fd00:1122:3344:101::e]:39594) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE (database = 'oximeter' OR (database = 'system' AND name = 'query_log')) AND has_own_data (stage: Complete) 2026.05.21 20:13:26.945848 [ 270 ] {62aff4a6-f1e4-4aab-afdf-ec5f6755d127} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.21 20:13:26.947642 [ 270 ] {62aff4a6-f1e4-4aab-afdf-ec5f6755d127} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:13:26.949722 [ 269 ] {62aff4a6-f1e4-4aab-afdf-ec5f6755d127} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.21 20:13:26.950275 [ 270 ] {62aff4a6-f1e4-4aab-afdf-ec5f6755d127} executeQuery: Read 121 rows, 6.83 KiB in 0.00854 sec., 14168.618266978921 rows/sec., 799.77 KiB/sec. 2026.05.21 20:13:26.950335 [ 270 ] {62aff4a6-f1e4-4aab-afdf-ec5f6755d127} TCPHandler: Processed in 0.008910573 sec. 2026.05.21 20:13:27.001129 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 126.23 MiB, peak 126.23 MiB, free memory in arenas 0.00 B, will set to 140.63 MiB (RSS), difference: 14.41 MiB 2026.05.21 20:13:29.335565 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49735 2026.05.21 20:13:29.335735 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.335935 [ 279 ] {} TCP-Session: 47f8c9ed-9090-4cbd-9234-3fb5bda12ea2 Authenticating user 'default' from [fd00:1122:3344:101::c]:49735 2026.05.21 20:13:29.335970 [ 279 ] {} TCP-Session: 47f8c9ed-9090-4cbd-9234-3fb5bda12ea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.335992 [ 279 ] {} TCP-Session: 47f8c9ed-9090-4cbd-9234-3fb5bda12ea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.336179 [ 279 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.21 20:13:29.336217 [ 279 ] {} 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.21 20:13:29.336351 [ 279 ] {} 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.21 20:13:29.336757 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35196 2026.05.21 20:13:29.336845 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43634 2026.05.21 20:13:29.336934 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.336963 [ 280 ] {} TCP-Session: f9e325f5-68dc-45ae-8d4b-3f04a04ceb36 Authenticating user 'default' from [fd00:1122:3344:101::c]:35196 2026.05.21 20:13:29.336962 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58180 2026.05.21 20:13:29.336979 [ 280 ] {} TCP-Session: f9e325f5-68dc-45ae-8d4b-3f04a04ceb36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.337079 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.337115 [ 281 ] {} TCP-Session: 3652ff2a-7d68-4baf-aa8b-d972469a2bab Authenticating user 'default' from [fd00:1122:3344:101::c]:43634 2026.05.21 20:13:29.337118 [ 280 ] {} TCP-Session: f9e325f5-68dc-45ae-8d4b-3f04a04ceb36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.337184 [ 281 ] {} TCP-Session: 3652ff2a-7d68-4baf-aa8b-d972469a2bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.337196 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.337246 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47897 2026.05.21 20:13:29.337267 [ 282 ] {} TCP-Session: 3f28532b-f842-4f32-85ac-8c964b717c41 Authenticating user 'default' from [fd00:1122:3344:101::c]:58180 2026.05.21 20:13:29.337339 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45759 2026.05.21 20:13:29.337272 [ 281 ] {} TCP-Session: 3652ff2a-7d68-4baf-aa8b-d972469a2bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.337429 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59254 2026.05.21 20:13:29.337459 [ 282 ] {} TCP-Session: 3f28532b-f842-4f32-85ac-8c964b717c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.337246 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60286 2026.05.21 20:13:29.337540 [ 282 ] {} TCP-Session: 3f28532b-f842-4f32-85ac-8c964b717c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.337697 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.337730 [ 284 ] {} TCP-Session: 23a73da9-5025-4be0-a547-0d4e7bf89808 Authenticating user 'default' from [fd00:1122:3344:101::c]:47897 2026.05.21 20:13:29.337751 [ 284 ] {} TCP-Session: 23a73da9-5025-4be0-a547-0d4e7bf89808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.337827 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.337779 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.337963 [ 284 ] {} TCP-Session: 23a73da9-5025-4be0-a547-0d4e7bf89808 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.337991 [ 285 ] {} TCP-Session: 4d81b7e7-4e98-4e56-a686-fb38c9a545d9 Authenticating user 'default' from [fd00:1122:3344:101::c]:45759 2026.05.21 20:13:29.337989 [ 286 ] {} TCP-Session: f8d8305e-f1b7-4697-939c-884e2a1d9927 Authenticating user 'default' from [fd00:1122:3344:101::c]:59254 2026.05.21 20:13:29.338079 [ 286 ] {} TCP-Session: f8d8305e-f1b7-4697-939c-884e2a1d9927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.338107 [ 285 ] {} TCP-Session: 4d81b7e7-4e98-4e56-a686-fb38c9a545d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.338143 [ 286 ] {} TCP-Session: f8d8305e-f1b7-4697-939c-884e2a1d9927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.337776 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.338219 [ 285 ] {} TCP-Session: 4d81b7e7-4e98-4e56-a686-fb38c9a545d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.338231 [ 283 ] {} TCP-Session: 116a1ab1-6f74-4c45-b79c-da34fdf087f9 Authenticating user 'default' from [fd00:1122:3344:101::c]:60286 2026.05.21 20:13:29.338308 [ 283 ] {} TCP-Session: 116a1ab1-6f74-4c45-b79c-da34fdf087f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.338320 [ 283 ] {} TCP-Session: 116a1ab1-6f74-4c45-b79c-da34fdf087f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.343685 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57241 2026.05.21 20:13:29.343819 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.343847 [ 287 ] {} TCP-Session: 27bbe9d1-57f7-423d-b99e-0fb6c0f1a86e Authenticating user 'default' from [fd00:1122:3344:101::b]:57241 2026.05.21 20:13:29.343978 [ 287 ] {} TCP-Session: 27bbe9d1-57f7-423d-b99e-0fb6c0f1a86e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.343997 [ 287 ] {} TCP-Session: 27bbe9d1-57f7-423d-b99e-0fb6c0f1a86e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.344061 [ 287 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.21 20:13:29.344233 [ 287 ] {} 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.21 20:13:29.344251 [ 287 ] {} 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.21 20:13:29.344869 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47708 2026.05.21 20:13:29.344958 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57556 2026.05.21 20:13:29.344987 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.345113 [ 289 ] {} TCP-Session: cddde3fe-d6f1-495c-8828-67c4a8d593fc Authenticating user 'default' from [fd00:1122:3344:101::b]:47708 2026.05.21 20:13:29.345128 [ 289 ] {} TCP-Session: cddde3fe-d6f1-495c-8828-67c4a8d593fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.345143 [ 289 ] {} TCP-Session: cddde3fe-d6f1-495c-8828-67c4a8d593fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.345225 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.345187 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53162 2026.05.21 20:13:29.345173 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48863 2026.05.21 20:13:29.345315 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33592 2026.05.21 20:13:29.345170 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36705 2026.05.21 20:13:29.345433 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33929 2026.05.21 20:13:29.345560 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.345672 [ 290 ] {} TCP-Session: e7d93a8a-4f07-4d72-925e-c69629c59a91 Authenticating user 'default' from [fd00:1122:3344:101::b]:57556 2026.05.21 20:13:29.345672 [ 293 ] {} TCP-Session: 74f5cd71-16ab-43fd-9346-b0323c895a4f Authenticating user 'default' from [fd00:1122:3344:101::b]:33592 2026.05.21 20:13:29.345665 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.345677 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.345859 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.345875 [ 292 ] {} TCP-Session: 09bc150c-2db6-4bc8-9f10-5a3fe0aaf5c4 Authenticating user 'default' from [fd00:1122:3344:101::b]:48863 2026.05.21 20:13:29.345880 [ 290 ] {} TCP-Session: e7d93a8a-4f07-4d72-925e-c69629c59a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.345968 [ 292 ] {} TCP-Session: 09bc150c-2db6-4bc8-9f10-5a3fe0aaf5c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.345956 [ 291 ] {} TCP-Session: c3c4c9a1-efa5-4555-899b-d9643301fd68 Authenticating user 'default' from [fd00:1122:3344:101::b]:36705 2026.05.21 20:13:29.345894 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.346089 [ 292 ] {} TCP-Session: 09bc150c-2db6-4bc8-9f10-5a3fe0aaf5c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.346079 [ 291 ] {} TCP-Session: c3c4c9a1-efa5-4555-899b-d9643301fd68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.346064 [ 290 ] {} TCP-Session: e7d93a8a-4f07-4d72-925e-c69629c59a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.345887 [ 288 ] {} TCP-Session: bca38e6b-5727-4bb7-ad52-4bac2a7a8b4a Authenticating user 'default' from [fd00:1122:3344:101::b]:53162 2026.05.21 20:13:29.345975 [ 293 ] {} TCP-Session: 74f5cd71-16ab-43fd-9346-b0323c895a4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.346582 [ 293 ] {} TCP-Session: 74f5cd71-16ab-43fd-9346-b0323c895a4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.346589 [ 294 ] {} TCP-Session: bb55083e-2bcc-45be-877c-d427bd091d68 Authenticating user 'default' from [fd00:1122:3344:101::b]:33929 2026.05.21 20:13:29.346597 [ 288 ] {} TCP-Session: bca38e6b-5727-4bb7-ad52-4bac2a7a8b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.346663 [ 288 ] {} TCP-Session: bca38e6b-5727-4bb7-ad52-4bac2a7a8b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.346691 [ 294 ] {} TCP-Session: bb55083e-2bcc-45be-877c-d427bd091d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.346806 [ 291 ] {} TCP-Session: c3c4c9a1-efa5-4555-899b-d9643301fd68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.346901 [ 294 ] {} TCP-Session: bb55083e-2bcc-45be-877c-d427bd091d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.705329 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35956 2026.05.21 20:13:29.705518 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.705565 [ 295 ] {} TCP-Session: 517a781c-c82a-48b7-9a19-0ad3747f125d Authenticating user 'default' from [fd00:1122:3344:101::a]:35956 2026.05.21 20:13:29.705590 [ 295 ] {} TCP-Session: 517a781c-c82a-48b7-9a19-0ad3747f125d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.705608 [ 295 ] {} TCP-Session: 517a781c-c82a-48b7-9a19-0ad3747f125d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.705678 [ 295 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.21 20:13:29.705708 [ 295 ] {} 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.21 20:13:29.705727 [ 295 ] {} 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.21 20:13:29.706200 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56938 2026.05.21 20:13:29.706439 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60020 2026.05.21 20:13:29.706442 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.706453 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63474 2026.05.21 20:13:29.706513 [ 296 ] {} TCP-Session: 1dda2f5c-f626-4251-9df8-da5b0fc719b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:56938 2026.05.21 20:13:29.706612 [ 296 ] {} TCP-Session: 1dda2f5c-f626-4251-9df8-da5b0fc719b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.706636 [ 296 ] {} TCP-Session: 1dda2f5c-f626-4251-9df8-da5b0fc719b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.706524 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58828 2026.05.21 20:13:29.706826 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.706856 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.706864 [ 298 ] {} TCP-Session: d95deb2e-dbd5-4aae-9b8b-f2bd8a8470a6 Authenticating user 'default' from [fd00:1122:3344:101::a]:60020 2026.05.21 20:13:29.706895 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.706901 [ 297 ] {} TCP-Session: 03cab51d-2c2f-4c0f-ba0e-33dee3e87d2d Authenticating user 'default' from [fd00:1122:3344:101::a]:63474 2026.05.21 20:13:29.706906 [ 298 ] {} TCP-Session: d95deb2e-dbd5-4aae-9b8b-f2bd8a8470a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.706944 [ 299 ] {} TCP-Session: aace4d44-c2fe-477e-ab44-cef6232f0aaf Authenticating user 'default' from [fd00:1122:3344:101::a]:58828 2026.05.21 20:13:29.706946 [ 297 ] {} TCP-Session: 03cab51d-2c2f-4c0f-ba0e-33dee3e87d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.706945 [ 300 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44465 2026.05.21 20:13:29.706973 [ 297 ] {} TCP-Session: 03cab51d-2c2f-4c0f-ba0e-33dee3e87d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.706970 [ 299 ] {} TCP-Session: aace4d44-c2fe-477e-ab44-cef6232f0aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.706951 [ 298 ] {} TCP-Session: d95deb2e-dbd5-4aae-9b8b-f2bd8a8470a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.707021 [ 299 ] {} TCP-Session: aace4d44-c2fe-477e-ab44-cef6232f0aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.707030 [ 301 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39189 2026.05.21 20:13:29.707149 [ 302 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64895 2026.05.21 20:13:29.707218 [ 300 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.707404 [ 300 ] {} TCP-Session: 6581a978-2da9-45a1-a7e8-7804a1165485 Authenticating user 'default' from [fd00:1122:3344:101::a]:44465 2026.05.21 20:13:29.707426 [ 300 ] {} TCP-Session: 6581a978-2da9-45a1-a7e8-7804a1165485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.707439 [ 300 ] {} TCP-Session: 6581a978-2da9-45a1-a7e8-7804a1165485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.707464 [ 301 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.707519 [ 301 ] {} TCP-Session: 10afd86c-49a5-4022-adee-a70576f52fbb Authenticating user 'default' from [fd00:1122:3344:101::a]:39189 2026.05.21 20:13:29.707519 [ 302 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:29.707548 [ 301 ] {} TCP-Session: 10afd86c-49a5-4022-adee-a70576f52fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.707565 [ 302 ] {} TCP-Session: a89b5195-31c3-4624-ad0c-54e5ee77afc1 Authenticating user 'default' from [fd00:1122:3344:101::a]:64895 2026.05.21 20:13:29.707569 [ 301 ] {} TCP-Session: 10afd86c-49a5-4022-adee-a70576f52fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.707590 [ 302 ] {} TCP-Session: a89b5195-31c3-4624-ad0c-54e5ee77afc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:29.707616 [ 302 ] {} TCP-Session: a89b5195-31c3-4624-ad0c-54e5ee77afc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:30.001111 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 140.97 MiB, peak 140.97 MiB, free memory in arenas 0.00 B, will set to 142.46 MiB (RSS), difference: 1.49 MiB 2026.05.21 20:13:33.554901 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.21 20:13:33.554986 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.05.21 20:13:33.555027 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.21 20:13:33.555106 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.21 20:13:33.558683 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Loading data parts 2026.05.21 20:13:33.558982 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): There are no data parts 2026.05.21 20:13:33.562785 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:33.562861 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.05.21 20:13:33.574341 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:33.575230 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:13:33.575469 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.05.21 20:13:33.580371 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Loading data parts 2026.05.21 20:13:33.580578 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): There are no data parts 2026.05.21 20:13:33.613490 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:33.613583 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.05.21 20:13:33.623361 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:33.625483 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:13:33.630208 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.21 20:13:34.001169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 147.46 MiB, peak 151.46 MiB, free memory in arenas 0.00 B, will set to 156.55 MiB (RSS), difference: 9.08 MiB 2026.05.21 20:13:35.674796 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50567 2026.05.21 20:13:35.675083 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:35.675166 [ 303 ] {} TCP-Session: f87bbd19-517d-4de7-9c9f-17b0ff3b983c Authenticating user 'default' from [fd00:1122:3344:101::e]:50567 2026.05.21 20:13:35.675207 [ 303 ] {} TCP-Session: f87bbd19-517d-4de7-9c9f-17b0ff3b983c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.675228 [ 303 ] {} TCP-Session: f87bbd19-517d-4de7-9c9f-17b0ff3b983c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.675689 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40505 2026.05.21 20:13:35.675884 [ 303 ] {} TCP-Session: f87bbd19-517d-4de7-9c9f-17b0ff3b983c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:35.675979 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:35.676024 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57806 2026.05.21 20:13:35.676047 [ 304 ] {} TCP-Session: fc9ed3bd-44cc-4956-9a81-d50e5cd56989 Authenticating user 'default' from [fd00:1122:3344:101::e]:40505 2026.05.21 20:13:35.676145 [ 303 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} executeQuery: (from [fd00:1122:3344:101::e]:50567) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.21 20:13:35.676155 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46568 2026.05.21 20:13:35.676175 [ 304 ] {} TCP-Session: fc9ed3bd-44cc-4956-9a81-d50e5cd56989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.676156 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59380 2026.05.21 20:13:35.676235 [ 304 ] {} TCP-Session: fc9ed3bd-44cc-4956-9a81-d50e5cd56989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.678826 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:35.678979 [ 306 ] {} TCP-Session: 99415569-abbb-472d-bb11-1fd5aba288fe Authenticating user 'default' from [fd00:1122:3344:101::e]:57806 2026.05.21 20:13:35.678988 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:35.679003 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38215 2026.05.21 20:13:35.679045 [ 307 ] {} TCP-Session: c787845f-011f-4d73-82c1-718c19d39954 Authenticating user 'default' from [fd00:1122:3344:101::e]:46568 2026.05.21 20:13:35.679059 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:35.679077 [ 307 ] {} TCP-Session: c787845f-011f-4d73-82c1-718c19d39954 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679018 [ 306 ] {} TCP-Session: 99415569-abbb-472d-bb11-1fd5aba288fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679114 [ 307 ] {} TCP-Session: c787845f-011f-4d73-82c1-718c19d39954 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679115 [ 305 ] {} TCP-Session: bd320bdf-df34-461a-b1e8-43d4d5221103 Authenticating user 'default' from [fd00:1122:3344:101::e]:59380 2026.05.21 20:13:35.679129 [ 306 ] {} TCP-Session: 99415569-abbb-472d-bb11-1fd5aba288fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679162 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51592 2026.05.21 20:13:35.679168 [ 305 ] {} TCP-Session: bd320bdf-df34-461a-b1e8-43d4d5221103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.678998 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48942 2026.05.21 20:13:35.679223 [ 305 ] {} TCP-Session: bd320bdf-df34-461a-b1e8-43d4d5221103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679245 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:35.678991 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49959 2026.05.21 20:13:35.679301 [ 309 ] {} TCP-Session: 10018c2c-d2a4-4cf4-91c6-78d814259498 Authenticating user 'default' from [fd00:1122:3344:101::e]:38215 2026.05.21 20:13:35.679330 [ 309 ] {} TCP-Session: 10018c2c-d2a4-4cf4-91c6-78d814259498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679344 [ 309 ] {} TCP-Session: 10018c2c-d2a4-4cf4-91c6-78d814259498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679383 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:35.679432 [ 303 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.21 20:13:35.679457 [ 311 ] {} TCP-Session: f5613cba-b0e8-4301-912c-2ffc0d1ac62d Authenticating user 'default' from [fd00:1122:3344:101::e]:51592 2026.05.21 20:13:35.679499 [ 311 ] {} TCP-Session: f5613cba-b0e8-4301-912c-2ffc0d1ac62d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679502 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:35.679517 [ 311 ] {} TCP-Session: f5613cba-b0e8-4301-912c-2ffc0d1ac62d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679549 [ 308 ] {} TCP-Session: 123df1b8-c246-448c-82fa-157ce88bff85 Authenticating user 'default' from [fd00:1122:3344:101::e]:48942 2026.05.21 20:13:35.679577 [ 308 ] {} TCP-Session: 123df1b8-c246-448c-82fa-157ce88bff85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679598 [ 308 ] {} TCP-Session: 123df1b8-c246-448c-82fa-157ce88bff85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679613 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:35.679653 [ 310 ] {} TCP-Session: 632e1a0b-0c00-40de-b199-fd3d4029c315 Authenticating user 'default' from [fd00:1122:3344:101::e]:49959 2026.05.21 20:13:35.679673 [ 310 ] {} TCP-Session: 632e1a0b-0c00-40de-b199-fd3d4029c315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679693 [ 310 ] {} TCP-Session: 632e1a0b-0c00-40de-b199-fd3d4029c315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.679764 [ 303 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:13:35.684699 [ 303 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} oximeter.version (ca276c50-fff0-42b5-ae48-696c4adc169e) (SelectExecutor): Key condition: unknown 2026.05.21 20:13:35.699290 [ 314 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} AggregatingTransform: Aggregating 2026.05.21 20:13:35.699542 [ 314 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} Aggregator: Aggregation method: without_key 2026.05.21 20:13:35.700242 [ 314 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.005000149 sec. (199.994 rows/sec., 7.81 KiB/sec.) 2026.05.21 20:13:35.700291 [ 314 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} Aggregator: Merging aggregated data 2026.05.21 20:13:35.700330 [ 314 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.21 20:13:35.703945 [ 303 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} executeQuery: Read 1 rows, 40.00 B in 0.027882 sec., 35.86543289577505 rows/sec., 1.40 KiB/sec. 2026.05.21 20:13:35.704127 [ 303 ] {472c0eb1-7707-4ebb-8194-d07da2169c37} TCPHandler: Processed in 0.028498903 sec. 2026.05.21 20:13:35.708647 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:35.708686 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:35.708711 [ 303 ] {} TCP-Session: f87bbd19-517d-4de7-9c9f-17b0ff3b983c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.708724 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:35.708747 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:35.708756 [ 311 ] {} TCP-Session: f5613cba-b0e8-4301-912c-2ffc0d1ac62d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.708782 [ 310 ] {} TCP-Session: 632e1a0b-0c00-40de-b199-fd3d4029c315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.708785 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:35.708831 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:35.708882 [ 309 ] {} TCP-Session: 10018c2c-d2a4-4cf4-91c6-78d814259498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.708811 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:35.708939 [ 308 ] {} TCP-Session: 123df1b8-c246-448c-82fa-157ce88bff85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.708808 [ 307 ] {} TCP-Session: c787845f-011f-4d73-82c1-718c19d39954 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.708976 [ 306 ] {} TCP-Session: 99415569-abbb-472d-bb11-1fd5aba288fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.708770 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:35.708704 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:35.709056 [ 305 ] {} TCP-Session: bd320bdf-df34-461a-b1e8-43d4d5221103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:35.709084 [ 304 ] {} TCP-Session: fc9ed3bd-44cc-4956-9a81-d50e5cd56989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:36.000198 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 156.83 MiB, peak 166.92 MiB, free memory in arenas 0.00 B, will set to 160.19 MiB (RSS), difference: 3.36 MiB 2026.05.21 20:13:36.054735 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 92 entries to flush up to offset 92 2026.05.21 20:13:36.054830 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.21 20:13:36.058379 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Loading data parts 2026.05.21 20:13:36.058681 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): There are no data parts 2026.05.21 20:13:36.064135 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:36.064184 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2026.05.21 20:13:36.068763 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:36.069564 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:13:36.070166 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 92 2026.05.21 20:13:37.001204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.37 MiB, peak 166.92 MiB, free memory in arenas 0.00 B, will set to 161.34 MiB (RSS), difference: -3.03 MiB 2026.05.21 20:13:41.028435 [ 145 ] {} DNSResolver: Updating DNS cache 2026.05.21 20:13:41.028526 [ 145 ] {} DNSResolver: Updated DNS cache 2026.05.21 20:13:41.076440 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 506 entries to flush up to offset 994 2026.05.21 20:13:41.079267 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:41.079310 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:41.080008 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:41.080639 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:13:41.082785 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 994 2026.05.21 20:13:41.131174 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.21 20:13:41.149140 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:41.149197 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:41.155681 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:41.156782 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:13:41.159723 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.21 20:13:42.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 162.01 MiB, peak 166.92 MiB, free memory in arenas 0.00 B, will set to 164.33 MiB (RSS), difference: 2.32 MiB 2026.05.21 20:13:43.103259 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43829 2026.05.21 20:13:43.103378 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:43.103408 [ 303 ] {} TCP-Session: a759c63a-d55a-4053-abf3-30088f098ed8 Authenticating user 'default' from [fd00:1122:3344:101::e]:43829 2026.05.21 20:13:43.103431 [ 303 ] {} TCP-Session: a759c63a-d55a-4053-abf3-30088f098ed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.103445 [ 303 ] {} TCP-Session: a759c63a-d55a-4053-abf3-30088f098ed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.103685 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33283 2026.05.21 20:13:43.103748 [ 305 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42778 2026.05.21 20:13:43.103773 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45516 2026.05.21 20:13:43.103783 [ 306 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61118 2026.05.21 20:13:43.103824 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:43.103860 [ 304 ] {} TCP-Session: 778ef3ce-c360-4625-bf9c-97ddcc18aba7 Authenticating user 'default' from [fd00:1122:3344:101::e]:33283 2026.05.21 20:13:43.103884 [ 304 ] {} TCP-Session: 778ef3ce-c360-4625-bf9c-97ddcc18aba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.103885 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:43.103901 [ 304 ] {} TCP-Session: 778ef3ce-c360-4625-bf9c-97ddcc18aba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.103930 [ 307 ] {} TCP-Session: f033ed21-b5c3-4b2f-935d-1bac36b4b28c Authenticating user 'default' from [fd00:1122:3344:101::e]:45516 2026.05.21 20:13:43.103885 [ 305 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:43.103964 [ 307 ] {} TCP-Session: f033ed21-b5c3-4b2f-935d-1bac36b4b28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.103885 [ 306 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:43.103979 [ 305 ] {} TCP-Session: 491191ae-4ed2-4099-9e25-8b9793ea52a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:42778 2026.05.21 20:13:43.103981 [ 307 ] {} TCP-Session: f033ed21-b5c3-4b2f-935d-1bac36b4b28c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.104004 [ 306 ] {} TCP-Session: cc5dcdba-a8d4-4425-8b28-c920e9f3588d Authenticating user 'default' from [fd00:1122:3344:101::e]:61118 2026.05.21 20:13:43.104007 [ 305 ] {} TCP-Session: 491191ae-4ed2-4099-9e25-8b9793ea52a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.104023 [ 306 ] {} TCP-Session: cc5dcdba-a8d4-4425-8b28-c920e9f3588d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.104026 [ 305 ] {} TCP-Session: 491191ae-4ed2-4099-9e25-8b9793ea52a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.104037 [ 306 ] {} TCP-Session: cc5dcdba-a8d4-4425-8b28-c920e9f3588d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.106009 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39693 2026.05.21 20:13:43.106013 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62918 2026.05.21 20:13:43.106032 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45652 2026.05.21 20:13:43.106138 [ 303 ] {} TCP-Session: a759c63a-d55a-4053-abf3-30088f098ed8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:43.106205 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:43.106205 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:43.106241 [ 308 ] {} TCP-Session: 356f32e8-c007-4916-81d3-ae7516737aae Authenticating user 'default' from [fd00:1122:3344:101::e]:39693 2026.05.21 20:13:43.106246 [ 309 ] {} TCP-Session: 4b988345-81bd-4962-9244-c96e3e0b0f0a Authenticating user 'default' from [fd00:1122:3344:101::e]:62918 2026.05.21 20:13:43.106264 [ 308 ] {} TCP-Session: 356f32e8-c007-4916-81d3-ae7516737aae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.106270 [ 309 ] {} TCP-Session: 4b988345-81bd-4962-9244-c96e3e0b0f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.106283 [ 308 ] {} TCP-Session: 356f32e8-c007-4916-81d3-ae7516737aae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.106292 [ 309 ] {} TCP-Session: 4b988345-81bd-4962-9244-c96e3e0b0f0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.106275 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:13:43.106359 [ 310 ] {} TCP-Session: c01dd9bb-1e24-4bfb-8cff-d99b42f94bb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:45652 2026.05.21 20:13:43.106369 [ 303 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} executeQuery: (from [fd00:1122:3344:101::e]:43829) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.21 20:13:43.106385 [ 310 ] {} TCP-Session: c01dd9bb-1e24-4bfb-8cff-d99b42f94bb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.106423 [ 310 ] {} TCP-Session: c01dd9bb-1e24-4bfb-8cff-d99b42f94bb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.106719 [ 303 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.21 20:13:43.106793 [ 303 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:13:43.107170 [ 303 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} oximeter.version (ca276c50-fff0-42b5-ae48-696c4adc169e) (SelectExecutor): Key condition: unknown 2026.05.21 20:13:43.108278 [ 320 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} AggregatingTransform: Aggregating 2026.05.21 20:13:43.108328 [ 320 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} Aggregator: Aggregation method: without_key 2026.05.21 20:13:43.108367 [ 320 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001072725 sec. (932.205 rows/sec., 36.41 KiB/sec.) 2026.05.21 20:13:43.108387 [ 320 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} Aggregator: Merging aggregated data 2026.05.21 20:13:43.109874 [ 303 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} executeQuery: Read 1 rows, 40.00 B in 0.00358 sec., 279.3296089385475 rows/sec., 10.91 KiB/sec. 2026.05.21 20:13:43.110095 [ 303 ] {9a81a4cb-8341-4a5f-b374-d4e989ee7800} TCPHandler: Processed in 0.004134677 sec. 2026.05.21 20:13:43.110255 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:43.110284 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:43.110299 [ 303 ] {} TCP-Session: a759c63a-d55a-4053-abf3-30088f098ed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.110313 [ 306 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:43.110335 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:43.110354 [ 305 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:43.110379 [ 306 ] {} TCP-Session: cc5dcdba-a8d4-4425-8b28-c920e9f3588d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.110393 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:43.110419 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:43.110444 [ 308 ] {} TCP-Session: 356f32e8-c007-4916-81d3-ae7516737aae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.110416 [ 305 ] {} TCP-Session: 491191ae-4ed2-4099-9e25-8b9793ea52a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.110469 [ 309 ] {} TCP-Session: 4b988345-81bd-4962-9244-c96e3e0b0f0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.110396 [ 307 ] {} TCP-Session: f033ed21-b5c3-4b2f-935d-1bac36b4b28c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.110376 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.21 20:13:43.110340 [ 304 ] {} TCP-Session: 778ef3ce-c360-4625-bf9c-97ddcc18aba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:43.110568 [ 310 ] {} TCP-Session: c01dd9bb-1e24-4bfb-8cff-d99b42f94bb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:13:46.073326 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 2 entries to flush up to offset 94 2026.05.21 20:13:46.075278 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.075332 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:46.076619 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:46.077321 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:13:46.077665 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.05.21 20:13:46.714374 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.714655 [ 259 ] {77b9ff8b-fb5f-4392-b849-b3d4dd371f3a} executeQuery: (from [fd00:1122:3344:101::d]:34739) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.21 20:13:46.723538 [ 259 ] {77b9ff8b-fb5f-4392-b849-b3d4dd371f3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:13:46.723644 [ 259 ] {77b9ff8b-fb5f-4392-b849-b3d4dd371f3a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:13:46.724184 [ 259 ] {77b9ff8b-fb5f-4392-b849-b3d4dd371f3a} TCPHandler: Processed in 0.009995938 sec. 2026.05.21 20:13:46.733522 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.733691 [ 259 ] {1af789d1-8b3d-4749-907b-3962c56542dd} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.21 20:13:46.733756 [ 259 ] {1af789d1-8b3d-4749-907b-3962c56542dd} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:13:46.736560 [ 259 ] {1af789d1-8b3d-4749-907b-3962c56542dd} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.736616 [ 259 ] {1af789d1-8b3d-4749-907b-3962c56542dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.737373 [ 259 ] {1af789d1-8b3d-4749-907b-3962c56542dd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.737810 [ 259 ] {1af789d1-8b3d-4749-907b-3962c56542dd} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23): 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.21 20:13:46.737963 [ 259 ] {1af789d1-8b3d-4749-907b-3962c56542dd} executeQuery: Read 35 rows, 7.54 KiB in 0.004323 sec., 8096.229470275272 rows/sec., 1.70 MiB/sec. 2026.05.21 20:13:46.738005 [ 259 ] {1af789d1-8b3d-4749-907b-3962c56542dd} TCPHandler: Processed in 0.004613043 sec. 2026.05.21 20:13:46.738199 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.738303 [ 259 ] {75eacbb7-c0b6-4d37-a8fe-a16f8f5ac73c} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.21 20:13:46.738344 [ 259 ] {75eacbb7-c0b6-4d37-a8fe-a16f8f5ac73c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.21 20:13:46.745401 [ 259 ] {75eacbb7-c0b6-4d37-a8fe-a16f8f5ac73c} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.745657 [ 259 ] {75eacbb7-c0b6-4d37-a8fe-a16f8f5ac73c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.748671 [ 259 ] {75eacbb7-c0b6-4d37-a8fe-a16f8f5ac73c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.749353 [ 259 ] {75eacbb7-c0b6-4d37-a8fe-a16f8f5ac73c} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): 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.21 20:13:46.749587 [ 259 ] {75eacbb7-c0b6-4d37-a8fe-a16f8f5ac73c} executeQuery: Read 284 rows, 18.47 KiB in 0.011299 sec., 25134.967696256306 rows/sec., 1.60 MiB/sec. 2026.05.21 20:13:46.749669 [ 259 ] {75eacbb7-c0b6-4d37-a8fe-a16f8f5ac73c} TCPHandler: Processed in 0.011521669 sec. 2026.05.21 20:13:46.749974 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.750140 [ 259 ] {aa0ffed0-e2ad-4ab9-b714-3e7420ceec58} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.21 20:13:46.750209 [ 259 ] {aa0ffed0-e2ad-4ab9-b714-3e7420ceec58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.21 20:13:46.750991 [ 259 ] {aa0ffed0-e2ad-4ab9-b714-3e7420ceec58} oximeter.fields_ipaddr (121d298a-e09a-4943-87bc-ca2a26a93dd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.751041 [ 259 ] {aa0ffed0-e2ad-4ab9-b714-3e7420ceec58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.751581 [ 259 ] {aa0ffed0-e2ad-4ab9-b714-3e7420ceec58} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.752390 [ 259 ] {aa0ffed0-e2ad-4ab9-b714-3e7420ceec58} oximeter.fields_ipaddr (121d298a-e09a-4943-87bc-ca2a26a93dd7): 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.21 20:13:46.752538 [ 259 ] {aa0ffed0-e2ad-4ab9-b714-3e7420ceec58} executeQuery: Read 12 rows, 1002.00 B in 0.002453 sec., 4891.9690175295555 rows/sec., 398.91 KiB/sec. 2026.05.21 20:13:46.752594 [ 259 ] {aa0ffed0-e2ad-4ab9-b714-3e7420ceec58} TCPHandler: Processed in 0.002765528 sec. 2026.05.21 20:13:46.752959 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.753148 [ 259 ] {72f99ae4-dd7d-4526-8c31-944395ba0268} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:13:46.753219 [ 259 ] {72f99ae4-dd7d-4526-8c31-944395ba0268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:13:46.754407 [ 259 ] {72f99ae4-dd7d-4526-8c31-944395ba0268} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.754452 [ 259 ] {72f99ae4-dd7d-4526-8c31-944395ba0268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.755275 [ 259 ] {72f99ae4-dd7d-4526-8c31-944395ba0268} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.756082 [ 259 ] {72f99ae4-dd7d-4526-8c31-944395ba0268} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:13:46.756247 [ 259 ] {72f99ae4-dd7d-4526-8c31-944395ba0268} executeQuery: Read 849 rows, 67.71 KiB in 0.00316 sec., 268670.88607594935 rows/sec., 20.93 MiB/sec. 2026.05.21 20:13:46.756299 [ 259 ] {72f99ae4-dd7d-4526-8c31-944395ba0268} TCPHandler: Processed in 0.003594269 sec. 2026.05.21 20:13:46.756689 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.756867 [ 259 ] {9d426f64-0aea-4355-98f3-7b54ec74f8ee} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.21 20:13:46.756935 [ 259 ] {9d426f64-0aea-4355-98f3-7b54ec74f8ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.21 20:13:46.757753 [ 259 ] {9d426f64-0aea-4355-98f3-7b54ec74f8ee} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.757801 [ 259 ] {9d426f64-0aea-4355-98f3-7b54ec74f8ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.758416 [ 259 ] {9d426f64-0aea-4355-98f3-7b54ec74f8ee} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.758971 [ 259 ] {9d426f64-0aea-4355-98f3-7b54ec74f8ee} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): 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.21 20:13:46.759140 [ 259 ] {9d426f64-0aea-4355-98f3-7b54ec74f8ee} executeQuery: Read 177 rows, 11.11 KiB in 0.002325 sec., 76129.03225806452 rows/sec., 4.67 MiB/sec. 2026.05.21 20:13:46.759206 [ 259 ] {9d426f64-0aea-4355-98f3-7b54ec74f8ee} TCPHandler: Processed in 0.002634347 sec. 2026.05.21 20:13:46.759395 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.759518 [ 259 ] {f8160fdf-f486-4fe4-b1c0-06c04e0c6f55} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.21 20:13:46.759566 [ 259 ] {f8160fdf-f486-4fe4-b1c0-06c04e0c6f55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.21 20:13:46.760162 [ 259 ] {f8160fdf-f486-4fe4-b1c0-06c04e0c6f55} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.760198 [ 259 ] {f8160fdf-f486-4fe4-b1c0-06c04e0c6f55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.760804 [ 259 ] {f8160fdf-f486-4fe4-b1c0-06c04e0c6f55} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.761557 [ 259 ] {f8160fdf-f486-4fe4-b1c0-06c04e0c6f55} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): 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.21 20:13:46.761739 [ 259 ] {f8160fdf-f486-4fe4-b1c0-06c04e0c6f55} executeQuery: Read 149 rows, 9.86 KiB in 0.002246 sec., 66340.16028495102 rows/sec., 4.29 MiB/sec. 2026.05.21 20:13:46.761792 [ 259 ] {f8160fdf-f486-4fe4-b1c0-06c04e0c6f55} TCPHandler: Processed in 0.002460924 sec. 2026.05.21 20:13:46.761986 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.762104 [ 259 ] {b6bc7cb4-3e10-4375-bc45-d0fd18168578} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.21 20:13:46.762156 [ 259 ] {b6bc7cb4-3e10-4375-bc45-d0fd18168578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.21 20:13:46.762709 [ 259 ] {b6bc7cb4-3e10-4375-bc45-d0fd18168578} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.762748 [ 259 ] {b6bc7cb4-3e10-4375-bc45-d0fd18168578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.763232 [ 259 ] {b6bc7cb4-3e10-4375-bc45-d0fd18168578} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.763786 [ 259 ] {b6bc7cb4-3e10-4375-bc45-d0fd18168578} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): 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.21 20:13:46.763920 [ 259 ] {b6bc7cb4-3e10-4375-bc45-d0fd18168578} executeQuery: Read 148 rows, 8.62 KiB in 0.001841 sec., 80391.09179793591 rows/sec., 4.57 MiB/sec. 2026.05.21 20:13:46.763959 [ 259 ] {b6bc7cb4-3e10-4375-bc45-d0fd18168578} TCPHandler: Processed in 0.002035798 sec. 2026.05.21 20:13:46.764091 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.764188 [ 259 ] {c5519e89-5441-4265-bb41-cc466337274a} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:13:46.764229 [ 259 ] {c5519e89-5441-4265-bb41-cc466337274a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:13:46.764827 [ 259 ] {c5519e89-5441-4265-bb41-cc466337274a} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.764866 [ 259 ] {c5519e89-5441-4265-bb41-cc466337274a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.765376 [ 259 ] {c5519e89-5441-4265-bb41-cc466337274a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.765929 [ 259 ] {c5519e89-5441-4265-bb41-cc466337274a} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:13:46.766061 [ 259 ] {c5519e89-5441-4265-bb41-cc466337274a} executeQuery: Read 540 rows, 39.21 KiB in 0.001892 sec., 285412.2621564482 rows/sec., 20.24 MiB/sec. 2026.05.21 20:13:46.766098 [ 259 ] {c5519e89-5441-4265-bb41-cc466337274a} TCPHandler: Processed in 0.002056058 sec. 2026.05.21 20:13:46.766235 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.766344 [ 259 ] {291c8245-869a-4c25-8ea7-627e5d3d9ef2} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.21 20:13:46.766387 [ 259 ] {291c8245-869a-4c25-8ea7-627e5d3d9ef2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.21 20:13:46.766852 [ 259 ] {291c8245-869a-4c25-8ea7-627e5d3d9ef2} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.766911 [ 259 ] {291c8245-869a-4c25-8ea7-627e5d3d9ef2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.769537 [ 259 ] {291c8245-869a-4c25-8ea7-627e5d3d9ef2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.770146 [ 259 ] {291c8245-869a-4c25-8ea7-627e5d3d9ef2} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): 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.21 20:13:46.770337 [ 259 ] {291c8245-869a-4c25-8ea7-627e5d3d9ef2} executeQuery: Read 6 rows, 321.00 B in 0.004012 sec., 1495.5134596211367 rows/sec., 78.13 KiB/sec. 2026.05.21 20:13:46.770399 [ 259 ] {291c8245-869a-4c25-8ea7-627e5d3d9ef2} TCPHandler: Processed in 0.004212748 sec. 2026.05.21 20:13:46.770559 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.770675 [ 259 ] {070cd678-7ea4-4571-bc6e-a909cb4250c0} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:13:46.770724 [ 259 ] {070cd678-7ea4-4571-bc6e-a909cb4250c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:13:46.773127 [ 259 ] {070cd678-7ea4-4571-bc6e-a909cb4250c0} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.773161 [ 259 ] {070cd678-7ea4-4571-bc6e-a909cb4250c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.773797 [ 259 ] {070cd678-7ea4-4571-bc6e-a909cb4250c0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.776365 [ 259 ] {070cd678-7ea4-4571-bc6e-a909cb4250c0} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:13:46.776658 [ 259 ] {070cd678-7ea4-4571-bc6e-a909cb4250c0} executeQuery: Read 143 rows, 9.33 KiB in 0.006007 sec., 23805.560179790245 rows/sec., 1.52 MiB/sec. 2026.05.21 20:13:46.776718 [ 259 ] {070cd678-7ea4-4571-bc6e-a909cb4250c0} TCPHandler: Processed in 0.006226636 sec. 2026.05.21 20:13:46.776868 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.776984 [ 259 ] {88b08290-0d68-46e2-bd83-b62eb197e643} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.21 20:13:46.777043 [ 259 ] {88b08290-0d68-46e2-bd83-b62eb197e643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.21 20:13:46.777432 [ 259 ] {88b08290-0d68-46e2-bd83-b62eb197e643} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.777474 [ 259 ] {88b08290-0d68-46e2-bd83-b62eb197e643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.777999 [ 259 ] {88b08290-0d68-46e2-bd83-b62eb197e643} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.778742 [ 259 ] {88b08290-0d68-46e2-bd83-b62eb197e643} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): 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.21 20:13:46.778877 [ 259 ] {88b08290-0d68-46e2-bd83-b62eb197e643} executeQuery: Read 1 rows, 69.00 B in 0.001944 sec., 514.40329218107 rows/sec., 34.66 KiB/sec. 2026.05.21 20:13:46.778914 [ 259 ] {88b08290-0d68-46e2-bd83-b62eb197e643} TCPHandler: Processed in 0.002127089 sec. 2026.05.21 20:13:46.779061 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.779171 [ 259 ] {76b6d840-3bd5-4ff7-89d7-030d3d002b88} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.21 20:13:46.779237 [ 259 ] {76b6d840-3bd5-4ff7-89d7-030d3d002b88} 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.21 20:13:46.780151 [ 259 ] {76b6d840-3bd5-4ff7-89d7-030d3d002b88} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.780192 [ 259 ] {76b6d840-3bd5-4ff7-89d7-030d3d002b88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.781637 [ 259 ] {76b6d840-3bd5-4ff7-89d7-030d3d002b88} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.782209 [ 259 ] {76b6d840-3bd5-4ff7-89d7-030d3d002b88} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): 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.21 20:13:46.782360 [ 259 ] {76b6d840-3bd5-4ff7-89d7-030d3d002b88} executeQuery: Read 23 rows, 42.20 KiB in 0.003176 sec., 7241.813602015113 rows/sec., 12.98 MiB/sec. 2026.05.21 20:13:46.782427 [ 259 ] {76b6d840-3bd5-4ff7-89d7-030d3d002b88} TCPHandler: Processed in 0.003384646 sec. 2026.05.21 20:13:46.782587 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.782693 [ 259 ] {fbfb6b65-35b3-4e4f-90fd-2b552ddf0e36} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.21 20:13:46.782738 [ 259 ] {fbfb6b65-35b3-4e4f-90fd-2b552ddf0e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.21 20:13:46.783104 [ 259 ] {fbfb6b65-35b3-4e4f-90fd-2b552ddf0e36} oximeter.measurements_i64 (ef1dbdb4-e029-4c1e-97da-56af17e81c2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.783143 [ 259 ] {fbfb6b65-35b3-4e4f-90fd-2b552ddf0e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.90 GiB. 2026.05.21 20:13:46.783601 [ 259 ] {fbfb6b65-35b3-4e4f-90fd-2b552ddf0e36} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.784087 [ 259 ] {fbfb6b65-35b3-4e4f-90fd-2b552ddf0e36} oximeter.measurements_i64 (ef1dbdb4-e029-4c1e-97da-56af17e81c2a): 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.21 20:13:46.784228 [ 259 ] {fbfb6b65-35b3-4e4f-90fd-2b552ddf0e36} executeQuery: Read 18 rows, 1.30 KiB in 0.001559 sec., 11545.862732520845 rows/sec., 833.74 KiB/sec. 2026.05.21 20:13:46.784266 [ 259 ] {fbfb6b65-35b3-4e4f-90fd-2b552ddf0e36} TCPHandler: Processed in 0.001738434 sec. 2026.05.21 20:13:46.784412 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:46.784514 [ 259 ] {a6247511-fc2f-4d6f-a1ec-4d3d021d1cba} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:13:46.784558 [ 259 ] {a6247511-fc2f-4d6f-a1ec-4d3d021d1cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:13:46.784911 [ 259 ] {a6247511-fc2f-4d6f-a1ec-4d3d021d1cba} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:46.784950 [ 259 ] {a6247511-fc2f-4d6f-a1ec-4d3d021d1cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:46.785489 [ 259 ] {a6247511-fc2f-4d6f-a1ec-4d3d021d1cba} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:13:46.786048 [ 259 ] {a6247511-fc2f-4d6f-a1ec-4d3d021d1cba} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:13:46.786184 [ 259 ] {a6247511-fc2f-4d6f-a1ec-4d3d021d1cba} executeQuery: Read 42 rows, 2.45 KiB in 0.001691 sec., 24837.374334713186 rows/sec., 1.42 MiB/sec. 2026.05.21 20:13:46.786223 [ 259 ] {a6247511-fc2f-4d6f-a1ec-4d3d021d1cba} TCPHandler: Processed in 0.001861876 sec. 2026.05.21 20:13:47.000195 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 161.58 MiB, peak 172.68 MiB, free memory in arenas 0.00 B, will set to 165.25 MiB (RSS), difference: 3.67 MiB 2026.05.21 20:13:48.582927 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1442 2026.05.21 20:13:48.583391 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:48.583439 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:48.584061 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:13:48.584577 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:13:48.584720 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1442 2026.05.21 20:13:48.659844 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.21 20:13:48.675296 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:48.675352 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:48.684034 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:13:48.686146 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:13:48.693808 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.21 20:13:49.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 165.78 MiB, peak 172.68 MiB, free memory in arenas 0.00 B, will set to 167.52 MiB (RSS), difference: 1.73 MiB 2026.05.21 20:13:51.709820 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:51.710047 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:13:51.710367 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:13:51.712457 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} 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.21 20:13:51.712733 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:13:51.712809 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:13:51.712989 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.21 20:13:51.715010 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:13:51.717191 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:13:51.717237 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:13:51.721289 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:13:51.721354 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.21 20:13:51.743083 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} executeQuery: Read 35 rows, 7.54 KiB in 0.033117 sec., 1056.859015007398 rows/sec., 227.62 KiB/sec. 2026.05.21 20:13:51.743225 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} MemoryTracker: Peak memory usage (for query): 137.56 KiB. 2026.05.21 20:13:51.743241 [ 259 ] {87b7195f-87a1-439c-838f-8f1e3ca03982} TCPHandler: Processed in 0.033551962 sec. 2026.05.21 20:13:51.748923 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:51.749090 [ 259 ] {838d9cbb-c15b-4576-beb9-f6186b96c383} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:13:51.749152 [ 259 ] {838d9cbb-c15b-4576-beb9-f6186b96c383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:13:51.749773 [ 259 ] {838d9cbb-c15b-4576-beb9-f6186b96c383} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:51.749819 [ 259 ] {838d9cbb-c15b-4576-beb9-f6186b96c383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:51.750360 [ 259 ] {838d9cbb-c15b-4576-beb9-f6186b96c383} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:51.750858 [ 259 ] {838d9cbb-c15b-4576-beb9-f6186b96c383} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:13:51.751014 [ 259 ] {838d9cbb-c15b-4576-beb9-f6186b96c383} executeQuery: Read 56 rows, 4.38 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.18 MiB/sec. 2026.05.21 20:13:51.751061 [ 259 ] {838d9cbb-c15b-4576-beb9-f6186b96c383} TCPHandler: Processed in 0.002260271 sec. 2026.05.21 20:13:51.751233 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:51.751337 [ 259 ] {1d2d22fb-1c5b-4a71-944f-cdcd93a728c1} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:13:51.751379 [ 259 ] {1d2d22fb-1c5b-4a71-944f-cdcd93a728c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:13:51.751834 [ 259 ] {1d2d22fb-1c5b-4a71-944f-cdcd93a728c1} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:51.751872 [ 259 ] {1d2d22fb-1c5b-4a71-944f-cdcd93a728c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:51.752315 [ 259 ] {1d2d22fb-1c5b-4a71-944f-cdcd93a728c1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:51.752821 [ 259 ] {1d2d22fb-1c5b-4a71-944f-cdcd93a728c1} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:13:51.752955 [ 259 ] {1d2d22fb-1c5b-4a71-944f-cdcd93a728c1} executeQuery: Read 64 rows, 5.12 KiB in 0.001642 sec., 38976.8574908648 rows/sec., 3.04 MiB/sec. 2026.05.21 20:13:51.752994 [ 259 ] {1d2d22fb-1c5b-4a71-944f-cdcd93a728c1} TCPHandler: Processed in 0.001812755 sec. 2026.05.21 20:13:51.753126 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:51.753225 [ 259 ] {fba69963-f6d9-4a3a-b941-d50c8cecc83d} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:13:51.753270 [ 259 ] {fba69963-f6d9-4a3a-b941-d50c8cecc83d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:13:51.753690 [ 259 ] {fba69963-f6d9-4a3a-b941-d50c8cecc83d} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:51.753727 [ 259 ] {fba69963-f6d9-4a3a-b941-d50c8cecc83d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:51.754187 [ 259 ] {fba69963-f6d9-4a3a-b941-d50c8cecc83d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:51.754778 [ 259 ] {fba69963-f6d9-4a3a-b941-d50c8cecc83d} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:13:51.754911 [ 259 ] {fba69963-f6d9-4a3a-b941-d50c8cecc83d} executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec. 2026.05.21 20:13:51.754947 [ 259 ] {fba69963-f6d9-4a3a-b941-d50c8cecc83d} TCPHandler: Processed in 0.001871546 sec. 2026.05.21 20:13:51.755094 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:51.755192 [ 259 ] {7186837e-5d51-4de1-96a3-0f90487b109b} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:13:51.755234 [ 259 ] {7186837e-5d51-4de1-96a3-0f90487b109b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:13:51.755596 [ 259 ] {7186837e-5d51-4de1-96a3-0f90487b109b} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:51.755633 [ 259 ] {7186837e-5d51-4de1-96a3-0f90487b109b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:51.756122 [ 259 ] {7186837e-5d51-4de1-96a3-0f90487b109b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:51.756756 [ 259 ] {7186837e-5d51-4de1-96a3-0f90487b109b} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:13:51.756890 [ 259 ] {7186837e-5d51-4de1-96a3-0f90487b109b} executeQuery: Read 60 rows, 4.14 KiB in 0.001716 sec., 34965.03496503496 rows/sec., 2.36 MiB/sec. 2026.05.21 20:13:51.756928 [ 259 ] {7186837e-5d51-4de1-96a3-0f90487b109b} TCPHandler: Processed in 0.001883406 sec. 2026.05.21 20:13:56.028791 [ 110 ] {} DNSResolver: Updating DNS cache 2026.05.21 20:13:56.028856 [ 110 ] {} DNSResolver: Updated DNS cache 2026.05.21 20:13:56.077885 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 134 2026.05.21 20:13:56.080154 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.080215 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.081710 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:13:56.082301 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:13:56.082617 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 134 2026.05.21 20:13:56.084956 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1954 2026.05.21 20:13:56.085476 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.085527 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.086178 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:13:56.086744 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:13:56.086888 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1954 2026.05.21 20:13:56.193996 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.21 20:13:56.210657 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.210726 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.217530 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:13:56.218769 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:13:56.224055 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.21 20:13:56.715863 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.716097 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} executeQuery: (from [fd00:1122:3344:101::d]:34739) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.21 20:13:56.716425 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:13:56.716465 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.21 20:13:56.716716 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:13:56.716788 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:13:56.716930 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.05.21 20:13:56.716966 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:13:56.716988 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:13:56.717005 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:13:56.717050 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.21 20:13:56.717070 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.21 20:13:56.718273 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} executeQuery: Read 35 rows, 7.54 KiB in 0.00227 sec., 15418.502202643172 rows/sec., 3.24 MiB/sec. 2026.05.21 20:13:56.718385 [ 259 ] {173ba99c-54e5-4cad-8a36-f430998cf404} TCPHandler: Processed in 0.002655126 sec. 2026.05.21 20:13:56.724795 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.724969 [ 259 ] {cd0e9024-9842-4e54-8a3f-173301a40dc5} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.21 20:13:56.725044 [ 259 ] {cd0e9024-9842-4e54-8a3f-173301a40dc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.21 20:13:56.725799 [ 259 ] {cd0e9024-9842-4e54-8a3f-173301a40dc5} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.725848 [ 259 ] {cd0e9024-9842-4e54-8a3f-173301a40dc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.726395 [ 259 ] {cd0e9024-9842-4e54-8a3f-173301a40dc5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:56.726884 [ 259 ] {cd0e9024-9842-4e54-8a3f-173301a40dc5} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): 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.21 20:13:56.727043 [ 259 ] {cd0e9024-9842-4e54-8a3f-173301a40dc5} executeQuery: Read 284 rows, 18.47 KiB in 0.002117 sec., 134152.10203117618 rows/sec., 8.52 MiB/sec. 2026.05.21 20:13:56.727091 [ 259 ] {cd0e9024-9842-4e54-8a3f-173301a40dc5} TCPHandler: Processed in 0.002448194 sec. 2026.05.21 20:13:56.727264 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.727370 [ 259 ] {6e4428a3-41e7-4e61-b905-5838a974711e} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:13:56.727412 [ 259 ] {6e4428a3-41e7-4e61-b905-5838a974711e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:13:56.728251 [ 259 ] {6e4428a3-41e7-4e61-b905-5838a974711e} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.728287 [ 259 ] {6e4428a3-41e7-4e61-b905-5838a974711e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.728809 [ 259 ] {6e4428a3-41e7-4e61-b905-5838a974711e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:13:56.729387 [ 259 ] {6e4428a3-41e7-4e61-b905-5838a974711e} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:13:56.729516 [ 259 ] {6e4428a3-41e7-4e61-b905-5838a974711e} executeQuery: Read 869 rows, 69.71 KiB in 0.002171 sec., 400276.3703362505 rows/sec., 31.35 MiB/sec. 2026.05.21 20:13:56.729553 [ 259 ] {6e4428a3-41e7-4e61-b905-5838a974711e} TCPHandler: Processed in 0.002340982 sec. 2026.05.21 20:13:56.729714 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.729813 [ 259 ] {e5f905bc-2633-46cb-bfc8-987a5761553e} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.21 20:13:56.729855 [ 259 ] {e5f905bc-2633-46cb-bfc8-987a5761553e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.21 20:13:56.730326 [ 259 ] {e5f905bc-2633-46cb-bfc8-987a5761553e} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.730362 [ 259 ] {e5f905bc-2633-46cb-bfc8-987a5761553e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.730823 [ 259 ] {e5f905bc-2633-46cb-bfc8-987a5761553e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:56.731380 [ 259 ] {e5f905bc-2633-46cb-bfc8-987a5761553e} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): 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.21 20:13:56.731511 [ 259 ] {e5f905bc-2633-46cb-bfc8-987a5761553e} executeQuery: Read 178 rows, 11.25 KiB in 0.001718 sec., 103608.84749708965 rows/sec., 6.39 MiB/sec. 2026.05.21 20:13:56.731550 [ 259 ] {e5f905bc-2633-46cb-bfc8-987a5761553e} TCPHandler: Processed in 0.001886086 sec. 2026.05.21 20:13:56.731699 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.731802 [ 259 ] {c4d45c16-c6d4-4015-a3d0-5aa59db2e8ef} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.21 20:13:56.731842 [ 259 ] {c4d45c16-c6d4-4015-a3d0-5aa59db2e8ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.21 20:13:56.732335 [ 259 ] {c4d45c16-c6d4-4015-a3d0-5aa59db2e8ef} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.732370 [ 259 ] {c4d45c16-c6d4-4015-a3d0-5aa59db2e8ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.732802 [ 259 ] {c4d45c16-c6d4-4015-a3d0-5aa59db2e8ef} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:56.733343 [ 259 ] {c4d45c16-c6d4-4015-a3d0-5aa59db2e8ef} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): 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.21 20:13:56.733530 [ 259 ] {c4d45c16-c6d4-4015-a3d0-5aa59db2e8ef} executeQuery: Read 149 rows, 9.86 KiB in 0.001745 sec., 85386.81948424068 rows/sec., 5.52 MiB/sec. 2026.05.21 20:13:56.733580 [ 259 ] {c4d45c16-c6d4-4015-a3d0-5aa59db2e8ef} TCPHandler: Processed in 0.001929766 sec. 2026.05.21 20:13:56.733740 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.733860 [ 259 ] {889ae1ee-9791-4f08-8628-355bda1da0c7} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.21 20:13:56.733917 [ 259 ] {889ae1ee-9791-4f08-8628-355bda1da0c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.21 20:13:56.734439 [ 259 ] {889ae1ee-9791-4f08-8628-355bda1da0c7} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.734476 [ 259 ] {889ae1ee-9791-4f08-8628-355bda1da0c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.734963 [ 259 ] {889ae1ee-9791-4f08-8628-355bda1da0c7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:56.735493 [ 259 ] {889ae1ee-9791-4f08-8628-355bda1da0c7} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): 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.21 20:13:56.735622 [ 259 ] {889ae1ee-9791-4f08-8628-355bda1da0c7} executeQuery: Read 148 rows, 8.62 KiB in 0.001788 sec., 82774.04921700223 rows/sec., 4.71 MiB/sec. 2026.05.21 20:13:56.735659 [ 259 ] {889ae1ee-9791-4f08-8628-355bda1da0c7} TCPHandler: Processed in 0.001972747 sec. 2026.05.21 20:13:56.735812 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.735908 [ 259 ] {e1552766-3fa3-4544-933f-df02cefa8459} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:13:56.735948 [ 259 ] {e1552766-3fa3-4544-933f-df02cefa8459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:13:56.736540 [ 259 ] {e1552766-3fa3-4544-933f-df02cefa8459} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.736577 [ 259 ] {e1552766-3fa3-4544-933f-df02cefa8459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.737012 [ 259 ] {e1552766-3fa3-4544-933f-df02cefa8459} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:13:56.737509 [ 259 ] {e1552766-3fa3-4544-933f-df02cefa8459} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:13:56.737648 [ 259 ] {e1552766-3fa3-4544-933f-df02cefa8459} executeQuery: Read 532 rows, 38.57 KiB in 0.001759 sec., 302444.57077885163 rows/sec., 21.41 MiB/sec. 2026.05.21 20:13:56.737686 [ 259 ] {e1552766-3fa3-4544-933f-df02cefa8459} TCPHandler: Processed in 0.001922837 sec. 2026.05.21 20:13:56.737819 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.737914 [ 259 ] {9a560d8f-fe88-4f34-980d-f7854032d884} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.21 20:13:56.737959 [ 259 ] {9a560d8f-fe88-4f34-980d-f7854032d884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.21 20:13:56.738345 [ 259 ] {9a560d8f-fe88-4f34-980d-f7854032d884} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.738382 [ 259 ] {9a560d8f-fe88-4f34-980d-f7854032d884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.738858 [ 259 ] {9a560d8f-fe88-4f34-980d-f7854032d884} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:56.739333 [ 259 ] {9a560d8f-fe88-4f34-980d-f7854032d884} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): 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.21 20:13:56.739465 [ 259 ] {9a560d8f-fe88-4f34-980d-f7854032d884} executeQuery: Read 6 rows, 321.00 B in 0.001569 sec., 3824.091778202677 rows/sec., 199.79 KiB/sec. 2026.05.21 20:13:56.739502 [ 259 ] {9a560d8f-fe88-4f34-980d-f7854032d884} TCPHandler: Processed in 0.001731574 sec. 2026.05.21 20:13:56.739640 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.739797 [ 259 ] {82ca69f1-855c-491a-9df9-e114f32efa51} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:13:56.739885 [ 259 ] {82ca69f1-855c-491a-9df9-e114f32efa51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:13:56.740545 [ 259 ] {82ca69f1-855c-491a-9df9-e114f32efa51} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.740586 [ 259 ] {82ca69f1-855c-491a-9df9-e114f32efa51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.741102 [ 259 ] {82ca69f1-855c-491a-9df9-e114f32efa51} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:13:56.741530 [ 259 ] {82ca69f1-855c-491a-9df9-e114f32efa51} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:13:56.741743 [ 259 ] {82ca69f1-855c-491a-9df9-e114f32efa51} executeQuery: Read 265 rows, 18.03 KiB in 0.001998 sec., 132632.63263263262 rows/sec., 8.81 MiB/sec. 2026.05.21 20:13:56.741792 [ 259 ] {82ca69f1-855c-491a-9df9-e114f32efa51} TCPHandler: Processed in 0.00219932 sec. 2026.05.21 20:13:56.741979 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.742090 [ 259 ] {e6873f84-48b4-4945-b21a-8963ead92fd2} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.21 20:13:56.742136 [ 259 ] {e6873f84-48b4-4945-b21a-8963ead92fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.21 20:13:56.742500 [ 259 ] {e6873f84-48b4-4945-b21a-8963ead92fd2} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.742539 [ 259 ] {e6873f84-48b4-4945-b21a-8963ead92fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.743042 [ 259 ] {e6873f84-48b4-4945-b21a-8963ead92fd2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:56.743595 [ 259 ] {e6873f84-48b4-4945-b21a-8963ead92fd2} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): 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.21 20:13:56.743732 [ 259 ] {e6873f84-48b4-4945-b21a-8963ead92fd2} executeQuery: Read 1 rows, 69.00 B in 0.001669 sec., 599.1611743559017 rows/sec., 40.37 KiB/sec. 2026.05.21 20:13:56.743772 [ 259 ] {e6873f84-48b4-4945-b21a-8963ead92fd2} TCPHandler: Processed in 0.001893296 sec. 2026.05.21 20:13:56.743913 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.744026 [ 259 ] {85133946-ce6b-4d27-a9b7-088b86d99d6f} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.21 20:13:56.744091 [ 259 ] {85133946-ce6b-4d27-a9b7-088b86d99d6f} 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.21 20:13:56.744976 [ 259 ] {85133946-ce6b-4d27-a9b7-088b86d99d6f} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.745013 [ 259 ] {85133946-ce6b-4d27-a9b7-088b86d99d6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.745756 [ 259 ] {85133946-ce6b-4d27-a9b7-088b86d99d6f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:56.746411 [ 259 ] {85133946-ce6b-4d27-a9b7-088b86d99d6f} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): 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.21 20:13:56.746568 [ 259 ] {85133946-ce6b-4d27-a9b7-088b86d99d6f} executeQuery: Read 36 rows, 66.06 KiB in 0.002566 sec., 14029.618082618861 rows/sec., 25.14 MiB/sec. 2026.05.21 20:13:56.746692 [ 259 ] {85133946-ce6b-4d27-a9b7-088b86d99d6f} TCPHandler: Processed in 0.002832519 sec. 2026.05.21 20:13:56.746888 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.746990 [ 259 ] {fb2d8171-d4b1-4a37-9e63-5d6f957f699a} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.21 20:13:56.747043 [ 259 ] {fb2d8171-d4b1-4a37-9e63-5d6f957f699a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.21 20:13:56.747437 [ 259 ] {fb2d8171-d4b1-4a37-9e63-5d6f957f699a} oximeter.measurements_i64 (ef1dbdb4-e029-4c1e-97da-56af17e81c2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.747475 [ 259 ] {fb2d8171-d4b1-4a37-9e63-5d6f957f699a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.747940 [ 259 ] {fb2d8171-d4b1-4a37-9e63-5d6f957f699a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:13:56.748457 [ 259 ] {fb2d8171-d4b1-4a37-9e63-5d6f957f699a} oximeter.measurements_i64 (ef1dbdb4-e029-4c1e-97da-56af17e81c2a): 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.21 20:13:56.748594 [ 259 ] {fb2d8171-d4b1-4a37-9e63-5d6f957f699a} executeQuery: Read 9 rows, 709.00 B in 0.001626 sec., 5535.055350553505 rows/sec., 425.82 KiB/sec. 2026.05.21 20:13:56.748632 [ 259 ] {fb2d8171-d4b1-4a37-9e63-5d6f957f699a} TCPHandler: Processed in 0.001797225 sec. 2026.05.21 20:13:56.748851 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:13:56.748955 [ 259 ] {f02fd832-6e13-45df-b704-32e7599e27c1} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:13:56.749000 [ 259 ] {f02fd832-6e13-45df-b704-32e7599e27c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:13:56.749379 [ 259 ] {f02fd832-6e13-45df-b704-32e7599e27c1} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:13:56.749419 [ 259 ] {f02fd832-6e13-45df-b704-32e7599e27c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2026.05.21 20:13:56.749889 [ 259 ] {f02fd832-6e13-45df-b704-32e7599e27c1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:13:56.750499 [ 259 ] {f02fd832-6e13-45df-b704-32e7599e27c1} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:13:56.750652 [ 259 ] {f02fd832-6e13-45df-b704-32e7599e27c1} executeQuery: Read 90 rows, 5.77 KiB in 0.001718 sec., 52386.49592549476 rows/sec., 3.28 MiB/sec. 2026.05.21 20:13:56.750689 [ 259 ] {f02fd832-6e13-45df-b704-32e7599e27c1} TCPHandler: Processed in 0.001948877 sec. 2026.05.21 20:14:01.710042 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:01.710294 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:14:01.710638 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:01.710679 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} 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.21 20:14:01.710930 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:01.711008 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:01.711163 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.21 20:14:01.711197 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:01.711219 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:01.711234 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:01.711272 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:01.711291 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.21 20:14:01.712405 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} executeQuery: Read 35 rows, 7.54 KiB in 0.002205 sec., 15873.015873015873 rows/sec., 3.34 MiB/sec. 2026.05.21 20:14:01.712496 [ 259 ] {62800582-3c5a-4c7b-8d9c-0b2d36d928e0} TCPHandler: Processed in 0.002585225 sec. 2026.05.21 20:14:01.714114 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:01.714223 [ 259 ] {469d79d9-5d46-4c1e-9847-b90e451ab4ed} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:01.714265 [ 259 ] {469d79d9-5d46-4c1e-9847-b90e451ab4ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:01.714747 [ 259 ] {469d79d9-5d46-4c1e-9847-b90e451ab4ed} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:01.714789 [ 259 ] {469d79d9-5d46-4c1e-9847-b90e451ab4ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:01.715268 [ 259 ] {469d79d9-5d46-4c1e-9847-b90e451ab4ed} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:01.715737 [ 259 ] {469d79d9-5d46-4c1e-9847-b90e451ab4ed} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:01.715879 [ 259 ] {469d79d9-5d46-4c1e-9847-b90e451ab4ed} executeQuery: Read 56 rows, 4.38 KiB in 0.001687 sec., 33195.02074688797 rows/sec., 2.53 MiB/sec. 2026.05.21 20:14:01.715916 [ 259 ] {469d79d9-5d46-4c1e-9847-b90e451ab4ed} TCPHandler: Processed in 0.001852235 sec. 2026.05.21 20:14:01.716040 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:01.716135 [ 259 ] {8acc9428-1f0e-4691-90eb-55122f605178} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:01.716174 [ 259 ] {8acc9428-1f0e-4691-90eb-55122f605178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:01.716595 [ 259 ] {8acc9428-1f0e-4691-90eb-55122f605178} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:01.716631 [ 259 ] {8acc9428-1f0e-4691-90eb-55122f605178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:01.717047 [ 259 ] {8acc9428-1f0e-4691-90eb-55122f605178} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:01.717569 [ 259 ] {8acc9428-1f0e-4691-90eb-55122f605178} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:01.717695 [ 259 ] {8acc9428-1f0e-4691-90eb-55122f605178} executeQuery: Read 64 rows, 5.12 KiB in 0.001577 sec., 40583.38617628408 rows/sec., 3.17 MiB/sec. 2026.05.21 20:14:01.717731 [ 259 ] {8acc9428-1f0e-4691-90eb-55122f605178} TCPHandler: Processed in 0.001738964 sec. 2026.05.21 20:14:01.717884 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:01.717989 [ 259 ] {577522f2-de6f-4fe3-aec5-61c0bf2855dc} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:01.718033 [ 259 ] {577522f2-de6f-4fe3-aec5-61c0bf2855dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:01.718583 [ 259 ] {577522f2-de6f-4fe3-aec5-61c0bf2855dc} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:01.718622 [ 259 ] {577522f2-de6f-4fe3-aec5-61c0bf2855dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:01.719143 [ 259 ] {577522f2-de6f-4fe3-aec5-61c0bf2855dc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:01.719681 [ 259 ] {577522f2-de6f-4fe3-aec5-61c0bf2855dc} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:01.719813 [ 259 ] {577522f2-de6f-4fe3-aec5-61c0bf2855dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001842 sec., 86862.10640608035 rows/sec., 6.05 MiB/sec. 2026.05.21 20:14:01.719956 [ 259 ] {577522f2-de6f-4fe3-aec5-61c0bf2855dc} TCPHandler: Processed in 0.002120429 sec. 2026.05.21 20:14:01.720168 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:01.720297 [ 259 ] {233a55ea-2811-46c1-8429-054eddc5bfdb} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:01.720354 [ 259 ] {233a55ea-2811-46c1-8429-054eddc5bfdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:01.720797 [ 259 ] {233a55ea-2811-46c1-8429-054eddc5bfdb} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:01.720840 [ 259 ] {233a55ea-2811-46c1-8429-054eddc5bfdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:01.721345 [ 259 ] {233a55ea-2811-46c1-8429-054eddc5bfdb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:01.721816 [ 259 ] {233a55ea-2811-46c1-8429-054eddc5bfdb} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:01.721962 [ 259 ] {233a55ea-2811-46c1-8429-054eddc5bfdb} executeQuery: Read 60 rows, 4.14 KiB in 0.001703 sec., 35231.94362889019 rows/sec., 2.37 MiB/sec. 2026.05.21 20:14:01.721998 [ 259 ] {233a55ea-2811-46c1-8429-054eddc5bfdb} TCPHandler: Processed in 0.001945677 sec. 2026.05.21 20:14:03.587446 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2402 2026.05.21 20:14:03.588040 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:03.588087 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:03.588815 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:03.589448 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:03.589715 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2402 2026.05.21 20:14:03.724271 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.21 20:14:03.742725 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:03.742799 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:03.750452 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:03.752961 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:03.762387 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.21 20:14:04.000232 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 170.76 MiB, peak 174.76 MiB, free memory in arenas 0.00 B, will set to 172.04 MiB (RSS), difference: 1.28 MiB 2026.05.21 20:14:06.082845 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 170 2026.05.21 20:14:06.084972 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.085012 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.086272 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:06.086778 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:14:06.087006 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2026.05.21 20:14:06.715282 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.715505 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} executeQuery: (from [fd00:1122:3344:101::d]:34739) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.21 20:14:06.715841 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:06.715882 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.21 20:14:06.716122 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:06.716188 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:06.716323 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.21 20:14:06.716358 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:06.716380 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:06.716396 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:06.716433 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.21 20:14:06.716454 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.21 20:14:06.717508 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} executeQuery: Read 35 rows, 7.54 KiB in 0.002095 sec., 16706.443914081145 rows/sec., 3.51 MiB/sec. 2026.05.21 20:14:06.717601 [ 259 ] {5ca4eab4-f4de-443a-a0a7-eb622e6cf897} TCPHandler: Processed in 0.002442794 sec. 2026.05.21 20:14:06.723001 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.723111 [ 259 ] {45333740-9fb3-4c43-a0a5-efecd5e2f502} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.21 20:14:06.723153 [ 259 ] {45333740-9fb3-4c43-a0a5-efecd5e2f502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.21 20:14:06.723702 [ 259 ] {45333740-9fb3-4c43-a0a5-efecd5e2f502} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.723746 [ 259 ] {45333740-9fb3-4c43-a0a5-efecd5e2f502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.724248 [ 259 ] {45333740-9fb3-4c43-a0a5-efecd5e2f502} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:14:06.724770 [ 259 ] {45333740-9fb3-4c43-a0a5-efecd5e2f502} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): 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.21 20:14:06.724915 [ 259 ] {45333740-9fb3-4c43-a0a5-efecd5e2f502} executeQuery: Read 284 rows, 18.47 KiB in 0.001834 sec., 154852.78080697928 rows/sec., 9.84 MiB/sec. 2026.05.21 20:14:06.724953 [ 259 ] {45333740-9fb3-4c43-a0a5-efecd5e2f502} TCPHandler: Processed in 0.002001728 sec. 2026.05.21 20:14:06.725202 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.725298 [ 259 ] {2bb5656e-6bc0-4bd2-8279-8972e976c66d} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:06.725336 [ 259 ] {2bb5656e-6bc0-4bd2-8279-8972e976c66d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:06.725998 [ 259 ] {2bb5656e-6bc0-4bd2-8279-8972e976c66d} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.726033 [ 259 ] {2bb5656e-6bc0-4bd2-8279-8972e976c66d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.726493 [ 259 ] {2bb5656e-6bc0-4bd2-8279-8972e976c66d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:06.726944 [ 259 ] {2bb5656e-6bc0-4bd2-8279-8972e976c66d} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:06.727094 [ 259 ] {2bb5656e-6bc0-4bd2-8279-8972e976c66d} executeQuery: Read 871 rows, 69.91 KiB in 0.001815 sec., 479889.80716253445 rows/sec., 37.61 MiB/sec. 2026.05.21 20:14:06.727217 [ 259 ] {2bb5656e-6bc0-4bd2-8279-8972e976c66d} TCPHandler: Processed in 0.002062949 sec. 2026.05.21 20:14:06.727358 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.727453 [ 259 ] {bf2050f7-a3f8-4ea5-a704-443d5a033b95} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.21 20:14:06.727491 [ 259 ] {bf2050f7-a3f8-4ea5-a704-443d5a033b95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.21 20:14:06.727955 [ 259 ] {bf2050f7-a3f8-4ea5-a704-443d5a033b95} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.727990 [ 259 ] {bf2050f7-a3f8-4ea5-a704-443d5a033b95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.728468 [ 259 ] {bf2050f7-a3f8-4ea5-a704-443d5a033b95} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:14:06.728968 [ 259 ] {bf2050f7-a3f8-4ea5-a704-443d5a033b95} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): 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.21 20:14:06.729096 [ 259 ] {bf2050f7-a3f8-4ea5-a704-443d5a033b95} executeQuery: Read 179 rows, 11.32 KiB in 0.001661 sec., 107766.40577965081 rows/sec., 6.66 MiB/sec. 2026.05.21 20:14:06.729131 [ 259 ] {bf2050f7-a3f8-4ea5-a704-443d5a033b95} TCPHandler: Processed in 0.001821325 sec. 2026.05.21 20:14:06.729254 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.729348 [ 259 ] {abafe537-cb43-4b1c-8181-c1d8e41560fa} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.21 20:14:06.729387 [ 259 ] {abafe537-cb43-4b1c-8181-c1d8e41560fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.21 20:14:06.729821 [ 259 ] {abafe537-cb43-4b1c-8181-c1d8e41560fa} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.729855 [ 259 ] {abafe537-cb43-4b1c-8181-c1d8e41560fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.730281 [ 259 ] {abafe537-cb43-4b1c-8181-c1d8e41560fa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:14:06.730837 [ 259 ] {abafe537-cb43-4b1c-8181-c1d8e41560fa} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): 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.21 20:14:06.730960 [ 259 ] {abafe537-cb43-4b1c-8181-c1d8e41560fa} executeQuery: Read 149 rows, 9.86 KiB in 0.00163 sec., 91411.04294478528 rows/sec., 5.91 MiB/sec. 2026.05.21 20:14:06.730995 [ 259 ] {abafe537-cb43-4b1c-8181-c1d8e41560fa} TCPHandler: Processed in 0.001789885 sec. 2026.05.21 20:14:06.731116 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.731210 [ 259 ] {2576ae2a-8103-4372-95b3-09aa904fadb9} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.21 20:14:06.731248 [ 259 ] {2576ae2a-8103-4372-95b3-09aa904fadb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.21 20:14:06.731683 [ 259 ] {2576ae2a-8103-4372-95b3-09aa904fadb9} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.731719 [ 259 ] {2576ae2a-8103-4372-95b3-09aa904fadb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.732134 [ 259 ] {2576ae2a-8103-4372-95b3-09aa904fadb9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:14:06.732596 [ 259 ] {2576ae2a-8103-4372-95b3-09aa904fadb9} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): 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.21 20:14:06.732721 [ 259 ] {2576ae2a-8103-4372-95b3-09aa904fadb9} executeQuery: Read 148 rows, 8.62 KiB in 0.001528 sec., 96858.63874345549 rows/sec., 5.51 MiB/sec. 2026.05.21 20:14:06.732756 [ 259 ] {2576ae2a-8103-4372-95b3-09aa904fadb9} TCPHandler: Processed in 0.001687743 sec. 2026.05.21 20:14:06.732886 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.732981 [ 259 ] {8fc5b355-7fc9-4cdf-9e2d-a5a666830589} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:06.733019 [ 259 ] {8fc5b355-7fc9-4cdf-9e2d-a5a666830589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:06.733681 [ 259 ] {8fc5b355-7fc9-4cdf-9e2d-a5a666830589} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.733716 [ 259 ] {8fc5b355-7fc9-4cdf-9e2d-a5a666830589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.734159 [ 259 ] {8fc5b355-7fc9-4cdf-9e2d-a5a666830589} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:06.734632 [ 259 ] {8fc5b355-7fc9-4cdf-9e2d-a5a666830589} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:06.734786 [ 259 ] {8fc5b355-7fc9-4cdf-9e2d-a5a666830589} executeQuery: Read 527 rows, 38.14 KiB in 0.001821 sec., 289401.4277869303 rows/sec., 20.45 MiB/sec. 2026.05.21 20:14:06.734823 [ 259 ] {8fc5b355-7fc9-4cdf-9e2d-a5a666830589} TCPHandler: Processed in 0.001985638 sec. 2026.05.21 20:14:06.734978 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.735073 [ 259 ] {a2cb27d4-8e6f-4dbe-8355-31b9008c25f4} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.21 20:14:06.735112 [ 259 ] {a2cb27d4-8e6f-4dbe-8355-31b9008c25f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.21 20:14:06.735436 [ 259 ] {a2cb27d4-8e6f-4dbe-8355-31b9008c25f4} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.735471 [ 259 ] {a2cb27d4-8e6f-4dbe-8355-31b9008c25f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.735894 [ 259 ] {a2cb27d4-8e6f-4dbe-8355-31b9008c25f4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:14:06.736384 [ 259 ] {a2cb27d4-8e6f-4dbe-8355-31b9008c25f4} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): 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.21 20:14:06.736509 [ 259 ] {a2cb27d4-8e6f-4dbe-8355-31b9008c25f4} executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec. 2026.05.21 20:14:06.736545 [ 259 ] {a2cb27d4-8e6f-4dbe-8355-31b9008c25f4} TCPHandler: Processed in 0.001625712 sec. 2026.05.21 20:14:06.736672 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.736766 [ 259 ] {656c649e-1320-4aa5-86bc-684dff6f08a6} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:06.736807 [ 259 ] {656c649e-1320-4aa5-86bc-684dff6f08a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:06.737198 [ 259 ] {656c649e-1320-4aa5-86bc-684dff6f08a6} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.737233 [ 259 ] {656c649e-1320-4aa5-86bc-684dff6f08a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.737676 [ 259 ] {656c649e-1320-4aa5-86bc-684dff6f08a6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:06.738130 [ 259 ] {656c649e-1320-4aa5-86bc-684dff6f08a6} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:06.738280 [ 259 ] {656c649e-1320-4aa5-86bc-684dff6f08a6} executeQuery: Read 265 rows, 18.03 KiB in 0.001533 sec., 172863.66601435095 rows/sec., 11.49 MiB/sec. 2026.05.21 20:14:06.738318 [ 259 ] {656c649e-1320-4aa5-86bc-684dff6f08a6} TCPHandler: Processed in 0.001693824 sec. 2026.05.21 20:14:06.738485 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.738581 [ 259 ] {618523ad-e930-4c18-99c5-e291a3590efb} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.21 20:14:06.738620 [ 259 ] {618523ad-e930-4c18-99c5-e291a3590efb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.21 20:14:06.738968 [ 259 ] {618523ad-e930-4c18-99c5-e291a3590efb} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.739003 [ 259 ] {618523ad-e930-4c18-99c5-e291a3590efb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.739424 [ 259 ] {618523ad-e930-4c18-99c5-e291a3590efb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:14:06.739881 [ 259 ] {618523ad-e930-4c18-99c5-e291a3590efb} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): 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.21 20:14:06.740006 [ 259 ] {618523ad-e930-4c18-99c5-e291a3590efb} executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec. 2026.05.21 20:14:06.740041 [ 259 ] {618523ad-e930-4c18-99c5-e291a3590efb} TCPHandler: Processed in 0.001609692 sec. 2026.05.21 20:14:06.740173 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.740267 [ 259 ] {b6a379a7-43f6-4efb-b39e-8a3376be5c14} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:06.740319 [ 259 ] {b6a379a7-43f6-4efb-b39e-8a3376be5c14} 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.21 20:14:06.741119 [ 259 ] {b6a379a7-43f6-4efb-b39e-8a3376be5c14} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.741154 [ 259 ] {b6a379a7-43f6-4efb-b39e-8a3376be5c14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.741878 [ 259 ] {b6a379a7-43f6-4efb-b39e-8a3376be5c14} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:14:06.742331 [ 259 ] {b6a379a7-43f6-4efb-b39e-8a3376be5c14} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): 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.21 20:14:06.742463 [ 259 ] {b6a379a7-43f6-4efb-b39e-8a3376be5c14} executeQuery: Read 37 rows, 67.89 KiB in 0.002214 sec., 16711.833785004517 rows/sec., 29.95 MiB/sec. 2026.05.21 20:14:06.742513 [ 259 ] {b6a379a7-43f6-4efb-b39e-8a3376be5c14} TCPHandler: Processed in 0.002387953 sec. 2026.05.21 20:14:06.742645 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:06.742739 [ 259 ] {7098fcc5-4264-4c52-934f-a35e4a0f0ee6} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:06.742780 [ 259 ] {7098fcc5-4264-4c52-934f-a35e4a0f0ee6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:06.743120 [ 259 ] {7098fcc5-4264-4c52-934f-a35e4a0f0ee6} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:06.743156 [ 259 ] {7098fcc5-4264-4c52-934f-a35e4a0f0ee6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:06.743618 [ 259 ] {7098fcc5-4264-4c52-934f-a35e4a0f0ee6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:06.744071 [ 259 ] {7098fcc5-4264-4c52-934f-a35e4a0f0ee6} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:06.744222 [ 259 ] {7098fcc5-4264-4c52-934f-a35e4a0f0ee6} executeQuery: Read 90 rows, 5.77 KiB in 0.0015 sec., 60000 rows/sec., 3.75 MiB/sec. 2026.05.21 20:14:06.744258 [ 259 ] {7098fcc5-4264-4c52-934f-a35e4a0f0ee6} TCPHandler: Processed in 0.001661723 sec. 2026.05.21 20:14:11.028916 [ 79 ] {} DNSResolver: Updating DNS cache 2026.05.21 20:14:11.029008 [ 79 ] {} DNSResolver: Updated DNS cache 2026.05.21 20:14:11.090593 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2914 2026.05.21 20:14:11.091079 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.091125 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:11.091884 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:11.092617 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:11.092785 [ 79 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:11.092816 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2914 2026.05.21 20:14:11.092852 [ 79 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.092882 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:11.095280 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::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.21 20:14:11.097574 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:11.097708 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.05.21 20:14:11.097830 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 506 rows starting from the beginning of the part 2026.05.21 20:14:11.097891 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 448 rows starting from the beginning of the part 2026.05.21 20:14:11.097961 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2026.05.21 20:14:11.098011 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2026.05.21 20:14:11.098058 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.05.21 20:14:11.125100 [ 201 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2914 rows, containing 4 columns (4 merged, 0 gathered) in 0.032077631 sec., 90842.11985604548 rows/sec., 1.30 MiB/sec. 2026.05.21 20:14:11.126251 [ 191 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:11.126941 [ 191 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:11.127023 [ 191 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_6_1} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:11.127137 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.36 MiB. 2026.05.21 20:14:11.263255 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.05.21 20:14:11.280865 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.280920 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:11.287192 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:11.288481 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:11.288788 [ 79 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:11.288842 [ 79 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.288865 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:11.288981 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:11.292287 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.05.21 20:14:11.293491 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:11.295057 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:11.299850 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:11.304261 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:11.308336 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:11.316337 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:11.320560 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:11.388857 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.099921256 sec., 460.3625078531839 rows/sec., 2.38 MiB/sec. 2026.05.21 20:14:11.390809 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:11.393326 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_6_1} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:11.393425 [ 191 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_6_1} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:11.395545 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.05.21 20:14:11.709990 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:11.710207 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:14:11.710599 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:11.710648 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} 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.21 20:14:11.710996 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:11.711115 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:11.711303 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.21 20:14:11.711345 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:11.711371 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:11.711390 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:11.711440 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:11.711464 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.21 20:14:11.712606 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} executeQuery: Read 35 rows, 7.54 KiB in 0.002483 sec., 14095.851792186872 rows/sec., 2.96 MiB/sec. 2026.05.21 20:14:11.712707 [ 259 ] {265fa359-a182-4ec6-b300-29f45050bfa4} TCPHandler: Processed in 0.002843508 sec. 2026.05.21 20:14:11.714420 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:11.714575 [ 259 ] {9cda41f6-a516-4991-aca7-a740cf5ceabe} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:11.714633 [ 259 ] {9cda41f6-a516-4991-aca7-a740cf5ceabe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:11.715260 [ 259 ] {9cda41f6-a516-4991-aca7-a740cf5ceabe} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.715313 [ 259 ] {9cda41f6-a516-4991-aca7-a740cf5ceabe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:11.715784 [ 259 ] {9cda41f6-a516-4991-aca7-a740cf5ceabe} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:11.716249 [ 259 ] {9cda41f6-a516-4991-aca7-a740cf5ceabe} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:11.716375 [ 79 ] {} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:11.716390 [ 259 ] {9cda41f6-a516-4991-aca7-a740cf5ceabe} executeQuery: Read 56 rows, 4.38 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.30 MiB/sec. 2026.05.21 20:14:11.716441 [ 79 ] {} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.716450 [ 259 ] {9cda41f6-a516-4991-aca7-a740cf5ceabe} TCPHandler: Processed in 0.002107679 sec. 2026.05.21 20:14:11.716471 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:11.716587 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::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.21 20:14:11.716632 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:11.716698 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:11.716727 [ 259 ] {bd225ccf-6e9e-4932-b10a-2dfa7649f364} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:11.716736 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 849 rows starting from the beginning of the part 2026.05.21 20:14:11.716766 [ 259 ] {bd225ccf-6e9e-4932-b10a-2dfa7649f364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:11.716820 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.05.21 20:14:11.716876 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 869 rows starting from the beginning of the part 2026.05.21 20:14:11.716926 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2026.05.21 20:14:11.716977 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 871 rows starting from the beginning of the part 2026.05.21 20:14:11.717025 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2026.05.21 20:14:11.717200 [ 259 ] {bd225ccf-6e9e-4932-b10a-2dfa7649f364} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.717236 [ 259 ] {bd225ccf-6e9e-4932-b10a-2dfa7649f364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:11.717744 [ 259 ] {bd225ccf-6e9e-4932-b10a-2dfa7649f364} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:11.718214 [ 259 ] {bd225ccf-6e9e-4932-b10a-2dfa7649f364} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:11.718314 [ 188 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001766865 sec., 1560390.8617806113 rows/sec., 127.80 MiB/sec. 2026.05.21 20:14:11.718344 [ 259 ] {bd225ccf-6e9e-4932-b10a-2dfa7649f364} executeQuery: Read 64 rows, 5.12 KiB in 0.001635 sec., 39143.73088685016 rows/sec., 3.06 MiB/sec. 2026.05.21 20:14:11.718332 [ 74 ] {} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:11.718393 [ 259 ] {bd225ccf-6e9e-4932-b10a-2dfa7649f364} TCPHandler: Processed in 0.001815625 sec. 2026.05.21 20:14:11.718405 [ 74 ] {} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.718430 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:11.718495 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::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.21 20:14:11.718545 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:11.718571 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:11.718595 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 540 rows starting from the beginning of the part 2026.05.21 20:14:11.718639 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.05.21 20:14:11.718641 [ 259 ] {57905493-05f3-4a6b-859e-3548d5678897} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:11.718676 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 532 rows starting from the beginning of the part 2026.05.21 20:14:11.718691 [ 259 ] {57905493-05f3-4a6b-859e-3548d5678897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:11.718701 [ 186 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:11.718721 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2026.05.21 20:14:11.718762 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 527 rows starting from the beginning of the part 2026.05.21 20:14:11.718798 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.05.21 20:14:11.719131 [ 259 ] {57905493-05f3-4a6b-859e-3548d5678897} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.719170 [ 259 ] {57905493-05f3-4a6b-859e-3548d5678897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:11.719401 [ 186 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:11.719502 [ 186 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_6_1} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:11.719597 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.05.21 20:14:11.719769 [ 259 ] {57905493-05f3-4a6b-859e-3548d5678897} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:11.719809 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1791 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338208 sec., 1338356.966928908 rows/sec., 100.90 MiB/sec. 2026.05.21 20:14:11.720031 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:11.720229 [ 259 ] {57905493-05f3-4a6b-859e-3548d5678897} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:11.720345 [ 74 ] {} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:11.720363 [ 259 ] {57905493-05f3-4a6b-859e-3548d5678897} executeQuery: Read 160 rows, 11.41 KiB in 0.00174 sec., 91954.02298850575 rows/sec., 6.40 MiB/sec. 2026.05.21 20:14:11.720383 [ 74 ] {} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.720407 [ 259 ] {57905493-05f3-4a6b-859e-3548d5678897} TCPHandler: Processed in 0.001912657 sec. 2026.05.21 20:14:11.720414 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:11.720537 [ 201 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::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.21 20:14:11.720545 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:11.720552 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:11.720661 [ 200 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_6_1} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:11.720665 [ 201 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:11.720675 [ 259 ] {18e3c55f-19f1-4c21-8ada-b79cbe915af1} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:11.720720 [ 201 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 143 rows starting from the beginning of the part 2026.05.21 20:14:11.720721 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.05.21 20:14:11.720733 [ 259 ] {18e3c55f-19f1-4c21-8ada-b79cbe915af1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:11.720816 [ 201 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.05.21 20:14:11.720888 [ 201 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 265 rows starting from the beginning of the part 2026.05.21 20:14:11.720936 [ 201 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2026.05.21 20:14:11.720980 [ 201 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 265 rows starting from the beginning of the part 2026.05.21 20:14:11.721023 [ 201 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.05.21 20:14:11.721135 [ 259 ] {18e3c55f-19f1-4c21-8ada-b79cbe915af1} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.721188 [ 259 ] {18e3c55f-19f1-4c21-8ada-b79cbe915af1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:11.721622 [ 259 ] {18e3c55f-19f1-4c21-8ada-b79cbe915af1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:11.722176 [ 259 ] {18e3c55f-19f1-4c21-8ada-b79cbe915af1} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:11.722288 [ 186 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1153 rows, containing 5 columns (5 merged, 0 gathered) in 0.001794935 sec., 642363.0939281924 rows/sec., 43.32 MiB/sec. 2026.05.21 20:14:11.722305 [ 79 ] {} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:11.722311 [ 259 ] {18e3c55f-19f1-4c21-8ada-b79cbe915af1} executeQuery: Read 60 rows, 4.14 KiB in 0.001655 sec., 36253.776435045314 rows/sec., 2.44 MiB/sec. 2026.05.21 20:14:11.722366 [ 79 ] {} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:11.722389 [ 259 ] {18e3c55f-19f1-4c21-8ada-b79cbe915af1} TCPHandler: Processed in 0.001888726 sec. 2026.05.21 20:14:11.722399 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2026.05.21 20:14:11.722535 [ 192 ] {3f6b244a-44e0-4433-a092-991aea586fe0::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.21 20:14:11.722617 [ 200 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:11.722671 [ 192 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:11.722716 [ 192 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 42 rows starting from the beginning of the part 2026.05.21 20:14:11.722803 [ 192 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.05.21 20:14:11.722874 [ 192 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part 2026.05.21 20:14:11.722926 [ 192 ] {3f6b244a-44e0-4433-a092-991aea586fe0::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.21 20:14:11.722973 [ 192 ] {3f6b244a-44e0-4433-a092-991aea586fe0::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.21 20:14:11.723029 [ 192 ] {3f6b244a-44e0-4433-a092-991aea586fe0::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.21 20:14:11.723370 [ 200 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:11.723446 [ 200 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_6_1} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:11.723511 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.05.21 20:14:11.724011 [ 192 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 4 columns (4 merged, 0 gathered) in 0.001518951 sec., 264656.33190274076 rows/sec., 16.98 MiB/sec. 2026.05.21 20:14:11.724294 [ 186 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:11.724809 [ 186 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_6_1} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:11.724876 [ 186 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_6_1} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:11.724939 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.21 20:14:12.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 173.78 MiB, peak 182.87 MiB, free memory in arenas 0.00 B, will set to 182.84 MiB (RSS), difference: 9.06 MiB 2026.05.21 20:14:16.088019 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 204 2026.05.21 20:14:16.090276 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.090318 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.091662 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:16.092228 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:14:16.092492 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 204 2026.05.21 20:14:16.243372 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.243742 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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: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_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.21 20:14:16.244275 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:16.244333 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} 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: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_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.21 20:14:16.244624 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:16.244693 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:16.244839 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 41-element set) 2026.05.21 20:14:16.244875 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:16.244897 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:16.244913 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:16.244952 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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: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_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.21 20:14:16.244973 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.05.21 20:14:16.246211 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} executeQuery: Read 35 rows, 7.54 KiB in 0.002637 sec., 13272.658323852864 rows/sec., 2.79 MiB/sec. 2026.05.21 20:14:16.246321 [ 259 ] {1cae7f90-d350-4b00-9878-3e76c8c63116} TCPHandler: Processed in 0.003123313 sec. 2026.05.21 20:14:16.266933 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.267133 [ 259 ] {5bfd0a03-32ae-490e-b237-6f7746a60510} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.21 20:14:16.267209 [ 259 ] {5bfd0a03-32ae-490e-b237-6f7746a60510} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:16.267948 [ 259 ] {5bfd0a03-32ae-490e-b237-6f7746a60510} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.267990 [ 259 ] {5bfd0a03-32ae-490e-b237-6f7746a60510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.268605 [ 259 ] {5bfd0a03-32ae-490e-b237-6f7746a60510} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:14:16.269046 [ 259 ] {5bfd0a03-32ae-490e-b237-6f7746a60510} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23): 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.21 20:14:16.269198 [ 259 ] {5bfd0a03-32ae-490e-b237-6f7746a60510} executeQuery: Read 9 rows, 1.88 KiB in 0.002122 sec., 4241.281809613572 rows/sec., 886.82 KiB/sec. 2026.05.21 20:14:16.269237 [ 259 ] {5bfd0a03-32ae-490e-b237-6f7746a60510} TCPHandler: Processed in 0.002399233 sec. 2026.05.21 20:14:16.269499 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.269595 [ 259 ] {f86315ed-b85a-4320-a3fe-531666504225} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.21 20:14:16.269635 [ 259 ] {f86315ed-b85a-4320-a3fe-531666504225} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.21 20:14:16.270169 [ 259 ] {f86315ed-b85a-4320-a3fe-531666504225} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.270205 [ 259 ] {f86315ed-b85a-4320-a3fe-531666504225} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.270668 [ 259 ] {f86315ed-b85a-4320-a3fe-531666504225} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:16.271152 [ 259 ] {f86315ed-b85a-4320-a3fe-531666504225} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): 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.21 20:14:16.271285 [ 259 ] {f86315ed-b85a-4320-a3fe-531666504225} executeQuery: Read 284 rows, 18.47 KiB in 0.00171 sec., 166081.87134502924 rows/sec., 10.55 MiB/sec. 2026.05.21 20:14:16.271323 [ 259 ] {f86315ed-b85a-4320-a3fe-531666504225} TCPHandler: Processed in 0.001872815 sec. 2026.05.21 20:14:16.271493 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.271591 [ 259 ] {6dec520c-1b19-4fee-94d6-014e48506b19} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.21 20:14:16.271632 [ 259 ] {6dec520c-1b19-4fee-94d6-014e48506b19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.21 20:14:16.272063 [ 259 ] {6dec520c-1b19-4fee-94d6-014e48506b19} oximeter.fields_ipaddr (121d298a-e09a-4943-87bc-ca2a26a93dd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.272100 [ 259 ] {6dec520c-1b19-4fee-94d6-014e48506b19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.272534 [ 259 ] {6dec520c-1b19-4fee-94d6-014e48506b19} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:14:16.273070 [ 259 ] {6dec520c-1b19-4fee-94d6-014e48506b19} oximeter.fields_ipaddr (121d298a-e09a-4943-87bc-ca2a26a93dd7): 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.21 20:14:16.273200 [ 259 ] {6dec520c-1b19-4fee-94d6-014e48506b19} executeQuery: Read 2 rows, 167.00 B in 0.001626 sec., 1230.0123001230013 rows/sec., 100.30 KiB/sec. 2026.05.21 20:14:16.273236 [ 259 ] {6dec520c-1b19-4fee-94d6-014e48506b19} TCPHandler: Processed in 0.001796475 sec. 2026.05.21 20:14:16.273375 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.273468 [ 259 ] {b6847c23-61de-441d-93cb-98cc1c7ea809} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:16.273507 [ 259 ] {b6847c23-61de-441d-93cb-98cc1c7ea809} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:16.275469 [ 259 ] {b6847c23-61de-441d-93cb-98cc1c7ea809} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.275507 [ 259 ] {b6847c23-61de-441d-93cb-98cc1c7ea809} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.276354 [ 259 ] {b6847c23-61de-441d-93cb-98cc1c7ea809} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:16.276835 [ 259 ] {b6847c23-61de-441d-93cb-98cc1c7ea809} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:16.276966 [ 259 ] {b6847c23-61de-441d-93cb-98cc1c7ea809} executeQuery: Read 3223 rows, 246.32 KiB in 0.003514 sec., 917188.389299943 rows/sec., 68.45 MiB/sec. 2026.05.21 20:14:16.277003 [ 259 ] {b6847c23-61de-441d-93cb-98cc1c7ea809} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.21 20:14:16.277017 [ 259 ] {b6847c23-61de-441d-93cb-98cc1c7ea809} TCPHandler: Processed in 0.003689821 sec. 2026.05.21 20:14:16.277179 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.277281 [ 259 ] {3aee168a-7c6d-4b18-b86e-9b42ece317d3} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.21 20:14:16.277321 [ 259 ] {3aee168a-7c6d-4b18-b86e-9b42ece317d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.21 20:14:16.277859 [ 259 ] {3aee168a-7c6d-4b18-b86e-9b42ece317d3} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.277895 [ 259 ] {3aee168a-7c6d-4b18-b86e-9b42ece317d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.278364 [ 259 ] {3aee168a-7c6d-4b18-b86e-9b42ece317d3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:16.278857 [ 259 ] {3aee168a-7c6d-4b18-b86e-9b42ece317d3} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): 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.21 20:14:16.278987 [ 259 ] {3aee168a-7c6d-4b18-b86e-9b42ece317d3} executeQuery: Read 192 rows, 12.29 KiB in 0.001723 sec., 111433.5461404527 rows/sec., 6.97 MiB/sec. 2026.05.21 20:14:16.279024 [ 259 ] {3aee168a-7c6d-4b18-b86e-9b42ece317d3} TCPHandler: Processed in 0.001909887 sec. 2026.05.21 20:14:16.279148 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.279241 [ 259 ] {9398663b-eedf-4724-9931-acdc2da46d82} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.21 20:14:16.279280 [ 259 ] {9398663b-eedf-4724-9931-acdc2da46d82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.21 20:14:16.279990 [ 259 ] {9398663b-eedf-4724-9931-acdc2da46d82} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.280026 [ 259 ] {9398663b-eedf-4724-9931-acdc2da46d82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.280512 [ 259 ] {9398663b-eedf-4724-9931-acdc2da46d82} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:16.281003 [ 259 ] {9398663b-eedf-4724-9931-acdc2da46d82} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): 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.21 20:14:16.281130 [ 259 ] {9398663b-eedf-4724-9931-acdc2da46d82} executeQuery: Read 950 rows, 57.24 KiB in 0.001907 sec., 498164.6565285789 rows/sec., 29.31 MiB/sec. 2026.05.21 20:14:16.281167 [ 259 ] {9398663b-eedf-4724-9931-acdc2da46d82} TCPHandler: Processed in 0.002068379 sec. 2026.05.21 20:14:16.281295 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.281388 [ 259 ] {cdd72b83-2e0e-42b7-82c9-da0b80b9931a} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:16.281427 [ 259 ] {cdd72b83-2e0e-42b7-82c9-da0b80b9931a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.21 20:14:16.281838 [ 259 ] {cdd72b83-2e0e-42b7-82c9-da0b80b9931a} oximeter.fields_u64 (becf58e3-0711-4415-aa0b-143979c4fd62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.281875 [ 259 ] {cdd72b83-2e0e-42b7-82c9-da0b80b9931a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.282352 [ 259 ] {cdd72b83-2e0e-42b7-82c9-da0b80b9931a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.21 20:14:16.282834 [ 259 ] {cdd72b83-2e0e-42b7-82c9-da0b80b9931a} oximeter.fields_u64 (becf58e3-0711-4415-aa0b-143979c4fd62): 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.21 20:14:16.282961 [ 259 ] {cdd72b83-2e0e-42b7-82c9-da0b80b9931a} executeQuery: Read 2 rows, 144.00 B in 0.001591 sec., 1257.071024512885 rows/sec., 88.39 KiB/sec. 2026.05.21 20:14:16.282996 [ 259 ] {cdd72b83-2e0e-42b7-82c9-da0b80b9931a} TCPHandler: Processed in 0.001749934 sec. 2026.05.21 20:14:16.283127 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.283228 [ 259 ] {254bcbb3-7c14-48a9-a994-420c31172911} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.21 20:14:16.283266 [ 259 ] {254bcbb3-7c14-48a9-a994-420c31172911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.21 20:14:16.283704 [ 259 ] {254bcbb3-7c14-48a9-a994-420c31172911} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.283739 [ 259 ] {254bcbb3-7c14-48a9-a994-420c31172911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.284175 [ 259 ] {254bcbb3-7c14-48a9-a994-420c31172911} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:16.284651 [ 259 ] {254bcbb3-7c14-48a9-a994-420c31172911} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): 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.21 20:14:16.284777 [ 259 ] {254bcbb3-7c14-48a9-a994-420c31172911} executeQuery: Read 148 rows, 8.62 KiB in 0.001567 sec., 94447.9897894065 rows/sec., 5.37 MiB/sec. 2026.05.21 20:14:16.284814 [ 259 ] {254bcbb3-7c14-48a9-a994-420c31172911} TCPHandler: Processed in 0.001737044 sec. 2026.05.21 20:14:16.284944 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.285036 [ 259 ] {d7df5514-c41f-42b7-a2a4-0665cd723c2c} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:16.285075 [ 259 ] {d7df5514-c41f-42b7-a2a4-0665cd723c2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:16.285982 [ 259 ] {d7df5514-c41f-42b7-a2a4-0665cd723c2c} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.286019 [ 259 ] {d7df5514-c41f-42b7-a2a4-0665cd723c2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.286567 [ 259 ] {d7df5514-c41f-42b7-a2a4-0665cd723c2c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:16.287132 [ 259 ] {d7df5514-c41f-42b7-a2a4-0665cd723c2c} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:16.287260 [ 259 ] {d7df5514-c41f-42b7-a2a4-0665cd723c2c} executeQuery: Read 1755 rows, 121.30 KiB in 0.002241 sec., 783132.530120482 rows/sec., 52.86 MiB/sec. 2026.05.21 20:14:16.287298 [ 259 ] {d7df5514-c41f-42b7-a2a4-0665cd723c2c} TCPHandler: Processed in 0.002402684 sec. 2026.05.21 20:14:16.287433 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.287528 [ 259 ] {3e083014-9fe5-40f7-856e-5859b9679892} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.21 20:14:16.287568 [ 259 ] {3e083014-9fe5-40f7-856e-5859b9679892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.21 20:14:16.287948 [ 259 ] {3e083014-9fe5-40f7-856e-5859b9679892} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.287984 [ 259 ] {3e083014-9fe5-40f7-856e-5859b9679892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.288489 [ 259 ] {3e083014-9fe5-40f7-856e-5859b9679892} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:16.289017 [ 259 ] {3e083014-9fe5-40f7-856e-5859b9679892} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): 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.21 20:14:16.289149 [ 259 ] {3e083014-9fe5-40f7-856e-5859b9679892} executeQuery: Read 6 rows, 321.00 B in 0.001638 sec., 3663.0036630036634 rows/sec., 191.38 KiB/sec. 2026.05.21 20:14:16.289188 [ 259 ] {3e083014-9fe5-40f7-856e-5859b9679892} TCPHandler: Processed in 0.001802984 sec. 2026.05.21 20:14:16.289318 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.289411 [ 259 ] {c1650f53-a0ee-4aa3-977d-5950a959da8f} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:16.289452 [ 259 ] {c1650f53-a0ee-4aa3-977d-5950a959da8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:16.291020 [ 259 ] {c1650f53-a0ee-4aa3-977d-5950a959da8f} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.291057 [ 259 ] {c1650f53-a0ee-4aa3-977d-5950a959da8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.291772 [ 259 ] {c1650f53-a0ee-4aa3-977d-5950a959da8f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:16.292264 [ 259 ] {c1650f53-a0ee-4aa3-977d-5950a959da8f} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:16.292398 [ 259 ] {c1650f53-a0ee-4aa3-977d-5950a959da8f} executeQuery: Read 2881 rows, 184.18 KiB in 0.003005 sec., 958735.4409317804 rows/sec., 59.85 MiB/sec. 2026.05.21 20:14:16.292436 [ 259 ] {c1650f53-a0ee-4aa3-977d-5950a959da8f} TCPHandler: Processed in 0.003166183 sec. 2026.05.21 20:14:16.292568 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.292661 [ 259 ] {23edba70-83c6-491d-95ae-30cf2c6b87cc} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.21 20:14:16.292727 [ 259 ] {23edba70-83c6-491d-95ae-30cf2c6b87cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.21 20:14:16.293164 [ 259 ] {23edba70-83c6-491d-95ae-30cf2c6b87cc} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.293201 [ 259 ] {23edba70-83c6-491d-95ae-30cf2c6b87cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.293688 [ 259 ] {23edba70-83c6-491d-95ae-30cf2c6b87cc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:16.294177 [ 259 ] {23edba70-83c6-491d-95ae-30cf2c6b87cc} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): 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.21 20:14:16.294309 [ 259 ] {23edba70-83c6-491d-95ae-30cf2c6b87cc} executeQuery: Read 1 rows, 69.00 B in 0.001665 sec., 600.6006006006006 rows/sec., 40.47 KiB/sec. 2026.05.21 20:14:16.294346 [ 259 ] {23edba70-83c6-491d-95ae-30cf2c6b87cc} TCPHandler: Processed in 0.001827054 sec. 2026.05.21 20:14:16.294481 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.294575 [ 259 ] {4a096333-8600-478e-945c-a37360559975} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:16.294629 [ 259 ] {4a096333-8600-478e-945c-a37360559975} 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.21 20:14:16.295512 [ 259 ] {4a096333-8600-478e-945c-a37360559975} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.295550 [ 259 ] {4a096333-8600-478e-945c-a37360559975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.296398 [ 259 ] {4a096333-8600-478e-945c-a37360559975} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.21 20:14:16.296881 [ 259 ] {4a096333-8600-478e-945c-a37360559975} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): 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.21 20:14:16.297022 [ 259 ] {4a096333-8600-478e-945c-a37360559975} executeQuery: Read 48 rows, 88.08 KiB in 0.002464 sec., 19480.51948051948 rows/sec., 34.91 MiB/sec. 2026.05.21 20:14:16.297075 [ 259 ] {4a096333-8600-478e-945c-a37360559975} TCPHandler: Processed in 0.002642986 sec. 2026.05.21 20:14:16.297202 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:16.297298 [ 259 ] {5069b3c2-3bce-4c23-b711-fcd81e9f53e3} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:16.297338 [ 259 ] {5069b3c2-3bce-4c23-b711-fcd81e9f53e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:16.297712 [ 259 ] {5069b3c2-3bce-4c23-b711-fcd81e9f53e3} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:16.297756 [ 259 ] {5069b3c2-3bce-4c23-b711-fcd81e9f53e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:16.298202 [ 259 ] {5069b3c2-3bce-4c23-b711-fcd81e9f53e3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:16.298704 [ 259 ] {5069b3c2-3bce-4c23-b711-fcd81e9f53e3} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:16.298834 [ 259 ] {5069b3c2-3bce-4c23-b711-fcd81e9f53e3} executeQuery: Read 90 rows, 5.77 KiB in 0.001555 sec., 57877.813504823156 rows/sec., 3.62 MiB/sec. 2026.05.21 20:14:16.298869 [ 259 ] {5069b3c2-3bce-4c23-b711-fcd81e9f53e3} TCPHandler: Processed in 0.001715764 sec. 2026.05.21 20:14:18.593706 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3362 2026.05.21 20:14:18.594238 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:18.594281 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:18.595032 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:18.595577 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:18.595721 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3362 2026.05.21 20:14:18.793144 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.05.21 20:14:18.809533 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:18.809574 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:18.815306 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:18.816597 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:18.819783 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.05.21 20:14:21.710075 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:21.710322 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} executeQuery: (from [fd00:1122:3344:101::d]:34739) 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.21 20:14:21.710667 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:21.710709 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} 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.21 20:14:21.710968 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:21.711049 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:21.711193 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.21 20:14:21.711321 [ 315 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:21.711325 [ 352 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.21 20:14:21.711460 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:21.711491 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:21.713891 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.21 20:14:21.713952 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.21 20:14:21.714043 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:21.714094 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:21.715404 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} executeQuery: Read 44 rows, 7.84 KiB in 0.005181 sec., 8492.569002123142 rows/sec., 1.48 MiB/sec. 2026.05.21 20:14:21.715516 [ 259 ] {055d6554-b7af-42f2-8e19-8f5ea8e71cd2} TCPHandler: Processed in 0.005564927 sec. 2026.05.21 20:14:21.717138 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:21.717290 [ 259 ] {44ecded7-953b-41dc-b3cb-79ee17ab74d9} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:21.717352 [ 259 ] {44ecded7-953b-41dc-b3cb-79ee17ab74d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:21.717931 [ 259 ] {44ecded7-953b-41dc-b3cb-79ee17ab74d9} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:21.717980 [ 259 ] {44ecded7-953b-41dc-b3cb-79ee17ab74d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:21.718487 [ 259 ] {44ecded7-953b-41dc-b3cb-79ee17ab74d9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:21.719042 [ 259 ] {44ecded7-953b-41dc-b3cb-79ee17ab74d9} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:21.719187 [ 259 ] {44ecded7-953b-41dc-b3cb-79ee17ab74d9} executeQuery: Read 56 rows, 4.38 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.20 MiB/sec. 2026.05.21 20:14:21.719229 [ 259 ] {44ecded7-953b-41dc-b3cb-79ee17ab74d9} TCPHandler: Processed in 0.002206281 sec. 2026.05.21 20:14:21.719373 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:21.719463 [ 259 ] {ed9ea2ca-1e4f-432c-ab81-6733f48ddb77} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:21.719499 [ 259 ] {ed9ea2ca-1e4f-432c-ab81-6733f48ddb77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:21.719886 [ 259 ] {ed9ea2ca-1e4f-432c-ab81-6733f48ddb77} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:21.719920 [ 259 ] {ed9ea2ca-1e4f-432c-ab81-6733f48ddb77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:21.720382 [ 259 ] {ed9ea2ca-1e4f-432c-ab81-6733f48ddb77} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:21.720832 [ 259 ] {ed9ea2ca-1e4f-432c-ab81-6733f48ddb77} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:21.720961 [ 259 ] {ed9ea2ca-1e4f-432c-ab81-6733f48ddb77} executeQuery: Read 64 rows, 5.12 KiB in 0.001503 sec., 42581.503659347974 rows/sec., 3.32 MiB/sec. 2026.05.21 20:14:21.720997 [ 259 ] {ed9ea2ca-1e4f-432c-ab81-6733f48ddb77} TCPHandler: Processed in 0.001666023 sec. 2026.05.21 20:14:21.721127 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:21.721222 [ 259 ] {8a4c80d0-b74a-4247-818b-e74edcb1cde5} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:21.721265 [ 259 ] {8a4c80d0-b74a-4247-818b-e74edcb1cde5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:21.721738 [ 259 ] {8a4c80d0-b74a-4247-818b-e74edcb1cde5} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:21.721773 [ 259 ] {8a4c80d0-b74a-4247-818b-e74edcb1cde5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:21.722256 [ 259 ] {8a4c80d0-b74a-4247-818b-e74edcb1cde5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:21.722702 [ 259 ] {8a4c80d0-b74a-4247-818b-e74edcb1cde5} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:21.722833 [ 259 ] {8a4c80d0-b74a-4247-818b-e74edcb1cde5} executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. 2026.05.21 20:14:21.722869 [ 259 ] {8a4c80d0-b74a-4247-818b-e74edcb1cde5} TCPHandler: Processed in 0.001794985 sec. 2026.05.21 20:14:21.722992 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:21.723087 [ 259 ] {75e690f5-df32-44bf-aed7-76d9f65e3fb8} executeQuery: (from [fd00:1122:3344:101::d]:34739) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:21.723127 [ 259 ] {75e690f5-df32-44bf-aed7-76d9f65e3fb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:21.723495 [ 259 ] {75e690f5-df32-44bf-aed7-76d9f65e3fb8} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:21.723531 [ 259 ] {75e690f5-df32-44bf-aed7-76d9f65e3fb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:21.723934 [ 259 ] {75e690f5-df32-44bf-aed7-76d9f65e3fb8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:21.724378 [ 259 ] {75e690f5-df32-44bf-aed7-76d9f65e3fb8} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:21.724506 [ 259 ] {75e690f5-df32-44bf-aed7-76d9f65e3fb8} executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec. 2026.05.21 20:14:21.724541 [ 259 ] {75e690f5-df32-44bf-aed7-76d9f65e3fb8} TCPHandler: Processed in 0.001600202 sec. 2026.05.21 20:14:26.029074 [ 36 ] {} DNSResolver: Updating DNS cache 2026.05.21 20:14:26.029139 [ 36 ] {} DNSResolver: Updated DNS cache 2026.05.21 20:14:26.093311 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 244 2026.05.21 20:14:26.095573 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.095620 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.096731 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3874 2026.05.21 20:14:26.096815 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:26.097084 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:14:26.097263 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.097285 [ 36 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:26.097327 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 244 2026.05.21 20:14:26.097311 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.097393 [ 36 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.097443 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.097617 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::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.21 20:14:26.097908 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:26.098152 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:26.098293 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3874 2026.05.21 20:14:26.098368 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:26.098545 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 92 rows starting from the beginning of the part 2026.05.21 20:14:26.098966 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.05.21 20:14:26.099317 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2026.05.21 20:14:26.099650 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.05.21 20:14:26.099968 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part 2026.05.21 20:14:26.100290 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::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.21 20:14:26.105572 [ 192 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 244 rows, containing 72 columns (72 merged, 0 gathered) in 0.00802962 sec., 30387.490317100935 rows/sec., 28.83 MiB/sec. 2026.05.21 20:14:26.106141 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:26.106649 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:14:26.106720 [ 200 ] {213d2d51-9a0b-488f-a3c5-24ce470abd15::all_1_6_1} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:26.106870 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.05.21 20:14:26.320680 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.05.21 20:14:26.340252 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.340325 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.346577 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:26.347337 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:26.352654 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.05.21 20:14:26.447766 [ 259 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:26.447831 [ 259 ] {} TCP-Session: ec1db877-aa58-4e7a-aee9-de6afe8101b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:26.714322 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.714587 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} executeQuery: (from [fd00:1122:3344:101::d]:62684) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.21 20:14:26.715016 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:26.715061 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.21 20:14:26.715331 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:26.715400 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:26.715544 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.21 20:14:26.715678 [ 329 ] {76832ccc-a869-4476-8048-fd94dfe5b418} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:26.715681 [ 352 ] {76832ccc-a869-4476-8048-fd94dfe5b418} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.21 20:14:26.715826 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:26.715854 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:26.715924 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.21 20:14:26.715944 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.21 20:14:26.715978 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.21 20:14:26.716015 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.21 20:14:26.717690 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} executeQuery: Read 44 rows, 7.84 KiB in 0.003216 sec., 13681.592039800995 rows/sec., 2.38 MiB/sec. 2026.05.21 20:14:26.717821 [ 260 ] {76832ccc-a869-4476-8048-fd94dfe5b418} TCPHandler: Processed in 0.00364224 sec. 2026.05.21 20:14:26.723228 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.723345 [ 260 ] {81f4df03-ef60-46de-b7d1-0d0e32b97e64} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.21 20:14:26.723388 [ 260 ] {81f4df03-ef60-46de-b7d1-0d0e32b97e64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.21 20:14:26.724029 [ 260 ] {81f4df03-ef60-46de-b7d1-0d0e32b97e64} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.724072 [ 260 ] {81f4df03-ef60-46de-b7d1-0d0e32b97e64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.724459 [ 260 ] {81f4df03-ef60-46de-b7d1-0d0e32b97e64} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:26.724696 [ 260 ] {81f4df03-ef60-46de-b7d1-0d0e32b97e64} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): 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.21 20:14:26.724838 [ 260 ] {81f4df03-ef60-46de-b7d1-0d0e32b97e64} executeQuery: Read 284 rows, 18.47 KiB in 0.001528 sec., 185863.87434554973 rows/sec., 11.80 MiB/sec. 2026.05.21 20:14:26.724842 [ 46 ] {} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.21 20:14:26.724878 [ 260 ] {81f4df03-ef60-46de-b7d1-0d0e32b97e64} TCPHandler: Processed in 0.001700823 sec. 2026.05.21 20:14:26.724908 [ 46 ] {} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.724939 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.725038 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.725073 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.21 20:14:26.725139 [ 260 ] {35fa09e9-e313-4a0c-8998-c79d7a38420d} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:26.725179 [ 260 ] {35fa09e9-e313-4a0c-8998-c79d7a38420d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:26.725196 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:26.725237 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.05.21 20:14:26.725328 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.05.21 20:14:26.725387 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.05.21 20:14:26.725454 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.05.21 20:14:26.725506 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.05.21 20:14:26.725998 [ 260 ] {35fa09e9-e313-4a0c-8998-c79d7a38420d} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.726033 [ 260 ] {35fa09e9-e313-4a0c-8998-c79d7a38420d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.726414 [ 260 ] {35fa09e9-e313-4a0c-8998-c79d7a38420d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.21 20:14:26.726538 [ 200 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001511561 sec., 939426.195833314 rows/sec., 63.25 MiB/sec. 2026.05.21 20:14:26.726650 [ 260 ] {35fa09e9-e313-4a0c-8998-c79d7a38420d} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:26.726672 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.21 20:14:26.726784 [ 260 ] {35fa09e9-e313-4a0c-8998-c79d7a38420d} executeQuery: Read 871 rows, 69.91 KiB in 0.001663 sec., 523752.254960914 rows/sec., 41.05 MiB/sec. 2026.05.21 20:14:26.726821 [ 260 ] {35fa09e9-e313-4a0c-8998-c79d7a38420d} TCPHandler: Processed in 0.001831155 sec. 2026.05.21 20:14:26.726936 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:26.726971 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.726994 [ 196 ] {ba011dc0-330c-4b46-9bf2-ba520b6bc1cb::all_1_5_1} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.21 20:14:26.727048 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.05.21 20:14:26.727066 [ 260 ] {354c13b1-826d-4233-b97a-4f5961d034c9} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.21 20:14:26.727104 [ 260 ] {354c13b1-826d-4233-b97a-4f5961d034c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.21 20:14:26.727612 [ 260 ] {354c13b1-826d-4233-b97a-4f5961d034c9} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.727646 [ 260 ] {354c13b1-826d-4233-b97a-4f5961d034c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.727941 [ 260 ] {354c13b1-826d-4233-b97a-4f5961d034c9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:26.728145 [ 260 ] {354c13b1-826d-4233-b97a-4f5961d034c9} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): 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.21 20:14:26.728270 [ 260 ] {354c13b1-826d-4233-b97a-4f5961d034c9} executeQuery: Read 179 rows, 11.32 KiB in 0.001222 sec., 146481.178396072 rows/sec., 9.05 MiB/sec. 2026.05.21 20:14:26.728311 [ 260 ] {354c13b1-826d-4233-b97a-4f5961d034c9} TCPHandler: Processed in 0.00138829 sec. 2026.05.21 20:14:26.728470 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.728563 [ 260 ] {1b32f6f2-b2d1-488b-9d0b-ce9057fe5038} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.21 20:14:26.728602 [ 260 ] {1b32f6f2-b2d1-488b-9d0b-ce9057fe5038} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.21 20:14:26.729054 [ 260 ] {1b32f6f2-b2d1-488b-9d0b-ce9057fe5038} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.729090 [ 260 ] {1b32f6f2-b2d1-488b-9d0b-ce9057fe5038} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.729392 [ 260 ] {1b32f6f2-b2d1-488b-9d0b-ce9057fe5038} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:26.729611 [ 260 ] {1b32f6f2-b2d1-488b-9d0b-ce9057fe5038} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): 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.21 20:14:26.729744 [ 260 ] {1b32f6f2-b2d1-488b-9d0b-ce9057fe5038} executeQuery: Read 149 rows, 9.86 KiB in 0.001198 sec., 124373.95659432387 rows/sec., 8.04 MiB/sec. 2026.05.21 20:14:26.729780 [ 260 ] {1b32f6f2-b2d1-488b-9d0b-ce9057fe5038} TCPHandler: Processed in 0.001359229 sec. 2026.05.21 20:14:26.729916 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.730016 [ 260 ] {3705b45e-fb27-4a83-b70e-700ea7e297a9} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.21 20:14:26.730055 [ 260 ] {3705b45e-fb27-4a83-b70e-700ea7e297a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.21 20:14:26.730496 [ 260 ] {3705b45e-fb27-4a83-b70e-700ea7e297a9} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.730532 [ 260 ] {3705b45e-fb27-4a83-b70e-700ea7e297a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.730833 [ 260 ] {3705b45e-fb27-4a83-b70e-700ea7e297a9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:26.731042 [ 260 ] {3705b45e-fb27-4a83-b70e-700ea7e297a9} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): 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.21 20:14:26.731161 [ 46 ] {} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.21 20:14:26.731166 [ 260 ] {3705b45e-fb27-4a83-b70e-700ea7e297a9} executeQuery: Read 148 rows, 8.62 KiB in 0.001166 sec., 126929.67409948543 rows/sec., 7.22 MiB/sec. 2026.05.21 20:14:26.731205 [ 46 ] {} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.731225 [ 260 ] {3705b45e-fb27-4a83-b70e-700ea7e297a9} TCPHandler: Processed in 0.001358129 sec. 2026.05.21 20:14:26.731232 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.731357 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.21 20:14:26.731366 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.731486 [ 260 ] {beb65eac-4102-405e-99bf-dbd9a6d57969} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:26.731522 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:26.731525 [ 260 ] {beb65eac-4102-405e-99bf-dbd9a6d57969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:26.731569 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.05.21 20:14:26.731648 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.05.21 20:14:26.731702 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.05.21 20:14:26.731750 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.05.21 20:14:26.731796 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.05.21 20:14:26.732212 [ 260 ] {beb65eac-4102-405e-99bf-dbd9a6d57969} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.732254 [ 260 ] {beb65eac-4102-405e-99bf-dbd9a6d57969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.732603 [ 260 ] {beb65eac-4102-405e-99bf-dbd9a6d57969} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.21 20:14:26.732740 [ 198 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001428949 sec., 517863.1287750647 rows/sec., 31.43 MiB/sec. 2026.05.21 20:14:26.732841 [ 260 ] {beb65eac-4102-405e-99bf-dbd9a6d57969} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:26.732898 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.21 20:14:26.732984 [ 260 ] {beb65eac-4102-405e-99bf-dbd9a6d57969} executeQuery: Read 527 rows, 38.14 KiB in 0.001519 sec., 346938.7755102041 rows/sec., 24.52 MiB/sec. 2026.05.21 20:14:26.733029 [ 260 ] {beb65eac-4102-405e-99bf-dbd9a6d57969} TCPHandler: Processed in 0.001711504 sec. 2026.05.21 20:14:26.733165 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.733183 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:26.733254 [ 192 ] {b7d71e13-b785-44df-a9c5-6c09b40751e6::all_1_5_1} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.21 20:14:26.733260 [ 260 ] {7da52463-357e-41f9-843f-bebff3c3e4c5} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.21 20:14:26.733310 [ 260 ] {7da52463-357e-41f9-843f-bebff3c3e4c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.21 20:14:26.733324 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.21 20:14:26.733696 [ 260 ] {7da52463-357e-41f9-843f-bebff3c3e4c5} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.733737 [ 260 ] {7da52463-357e-41f9-843f-bebff3c3e4c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.734054 [ 260 ] {7da52463-357e-41f9-843f-bebff3c3e4c5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:26.734272 [ 260 ] {7da52463-357e-41f9-843f-bebff3c3e4c5} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): 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.21 20:14:26.734402 [ 260 ] {7da52463-357e-41f9-843f-bebff3c3e4c5} executeQuery: Read 6 rows, 321.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 270.24 KiB/sec. 2026.05.21 20:14:26.734437 [ 260 ] {7da52463-357e-41f9-843f-bebff3c3e4c5} TCPHandler: Processed in 0.001320998 sec. 2026.05.21 20:14:26.734568 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.734662 [ 260 ] {0331e6e4-e788-4aa4-a28c-5821e57e00e1} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:26.734703 [ 260 ] {0331e6e4-e788-4aa4-a28c-5821e57e00e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:26.735140 [ 260 ] {0331e6e4-e788-4aa4-a28c-5821e57e00e1} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.735175 [ 260 ] {0331e6e4-e788-4aa4-a28c-5821e57e00e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.735521 [ 260 ] {0331e6e4-e788-4aa4-a28c-5821e57e00e1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.21 20:14:26.735736 [ 260 ] {0331e6e4-e788-4aa4-a28c-5821e57e00e1} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:26.735861 [ 260 ] {0331e6e4-e788-4aa4-a28c-5821e57e00e1} executeQuery: Read 265 rows, 18.03 KiB in 0.001218 sec., 217569.7865353038 rows/sec., 14.46 MiB/sec. 2026.05.21 20:14:26.735921 [ 260 ] {0331e6e4-e788-4aa4-a28c-5821e57e00e1} TCPHandler: Processed in 0.001402069 sec. 2026.05.21 20:14:26.736065 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.736157 [ 260 ] {86754d1e-75ae-4fd4-98e3-e9cc3beb2d61} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.21 20:14:26.736197 [ 260 ] {86754d1e-75ae-4fd4-98e3-e9cc3beb2d61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.21 20:14:26.736527 [ 260 ] {86754d1e-75ae-4fd4-98e3-e9cc3beb2d61} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.736561 [ 260 ] {86754d1e-75ae-4fd4-98e3-e9cc3beb2d61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.736867 [ 260 ] {86754d1e-75ae-4fd4-98e3-e9cc3beb2d61} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:26.737070 [ 260 ] {86754d1e-75ae-4fd4-98e3-e9cc3beb2d61} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): 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.21 20:14:26.737211 [ 46 ] {} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.21 20:14:26.737218 [ 260 ] {86754d1e-75ae-4fd4-98e3-e9cc3beb2d61} executeQuery: Read 1 rows, 69.00 B in 0.001079 sec., 926.7840593141797 rows/sec., 62.45 KiB/sec. 2026.05.21 20:14:26.737259 [ 46 ] {} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.737278 [ 260 ] {86754d1e-75ae-4fd4-98e3-e9cc3beb2d61} TCPHandler: Processed in 0.001261587 sec. 2026.05.21 20:14:26.737285 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.737386 [ 200 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.21 20:14:26.737420 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.737519 [ 260 ] {1d0404d7-7e6a-4280-b07d-84b498fd1ccc} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:26.737521 [ 200 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:26.737574 [ 260 ] {1d0404d7-7e6a-4280-b07d-84b498fd1ccc} 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.21 20:14:26.737574 [ 200 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.05.21 20:14:26.737664 [ 200 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.05.21 20:14:26.737713 [ 200 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.05.21 20:14:26.737760 [ 200 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.05.21 20:14:26.737800 [ 200 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.05.21 20:14:26.738559 [ 199 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001205186 sec., 4148.737207368821 rows/sec., 279.55 KiB/sec. 2026.05.21 20:14:26.738575 [ 260 ] {1d0404d7-7e6a-4280-b07d-84b498fd1ccc} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.738649 [ 260 ] {1d0404d7-7e6a-4280-b07d-84b498fd1ccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.738744 [ 195 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.21 20:14:26.739060 [ 195 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:26.739135 [ 195 ] {8f79c705-8b02-4bc1-b9c2-df9e020a2753::all_1_5_1} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.21 20:14:26.739200 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.21 20:14:26.739424 [ 260 ] {1d0404d7-7e6a-4280-b07d-84b498fd1ccc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.21 20:14:26.739709 [ 260 ] {1d0404d7-7e6a-4280-b07d-84b498fd1ccc} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): 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.21 20:14:26.739853 [ 260 ] {1d0404d7-7e6a-4280-b07d-84b498fd1ccc} executeQuery: Read 37 rows, 67.89 KiB in 0.002351 sec., 15737.98383666525 rows/sec., 28.20 MiB/sec. 2026.05.21 20:14:26.739906 [ 260 ] {1d0404d7-7e6a-4280-b07d-84b498fd1ccc} TCPHandler: Processed in 0.002533655 sec. 2026.05.21 20:14:26.740043 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:26.740137 [ 260 ] {ed094f41-f0b8-4474-ad3f-56db2804faa2} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:26.740177 [ 260 ] {ed094f41-f0b8-4474-ad3f-56db2804faa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:26.740539 [ 260 ] {ed094f41-f0b8-4474-ad3f-56db2804faa2} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:26.740575 [ 260 ] {ed094f41-f0b8-4474-ad3f-56db2804faa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:26.740886 [ 260 ] {ed094f41-f0b8-4474-ad3f-56db2804faa2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.21 20:14:26.741097 [ 260 ] {ed094f41-f0b8-4474-ad3f-56db2804faa2} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:26.741222 [ 260 ] {ed094f41-f0b8-4474-ad3f-56db2804faa2} executeQuery: Read 90 rows, 5.77 KiB in 0.001103 sec., 81595.64823209429 rows/sec., 5.11 MiB/sec. 2026.05.21 20:14:26.741257 [ 260 ] {ed094f41-f0b8-4474-ad3f-56db2804faa2} TCPHandler: Processed in 0.001263447 sec. 2026.05.21 20:14:26.936920 [ 270 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:26.937018 [ 270 ] {} TCP-Session: db671d1c-92a3-472a-8656-e8a38f92c953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:27.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 181.99 MiB, peak 189.10 MiB, free memory in arenas 0.00 B, will set to 186.49 MiB (RSS), difference: 4.50 MiB 2026.05.21 20:14:31.709760 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:31.710003 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} executeQuery: (from [fd00:1122:3344:101::d]:62684) 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.21 20:14:31.710379 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:31.710418 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} 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.21 20:14:31.710641 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:31.710712 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:31.710847 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.21 20:14:31.710964 [ 357 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:31.711003 [ 321 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.21 20:14:31.711111 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:31.711142 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:31.711212 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.21 20:14:31.711232 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.21 20:14:31.711279 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:31.711323 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:31.712497 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} executeQuery: Read 44 rows, 7.84 KiB in 0.00259 sec., 16988.41698841699 rows/sec., 2.96 MiB/sec. 2026.05.21 20:14:31.712604 [ 260 ] {98bbeaca-f67a-4f86-91cc-debea31dda61} TCPHandler: Processed in 0.002978541 sec. 2026.05.21 20:14:31.714147 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:31.714261 [ 260 ] {27fd53bd-2823-4adf-b1bd-f201aaae3e9d} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:31.714304 [ 260 ] {27fd53bd-2823-4adf-b1bd-f201aaae3e9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:31.714775 [ 260 ] {27fd53bd-2823-4adf-b1bd-f201aaae3e9d} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:31.714817 [ 260 ] {27fd53bd-2823-4adf-b1bd-f201aaae3e9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:31.715170 [ 260 ] {27fd53bd-2823-4adf-b1bd-f201aaae3e9d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.21 20:14:31.715390 [ 260 ] {27fd53bd-2823-4adf-b1bd-f201aaae3e9d} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:31.715534 [ 260 ] {27fd53bd-2823-4adf-b1bd-f201aaae3e9d} executeQuery: Read 56 rows, 4.38 KiB in 0.001304 sec., 42944.78527607362 rows/sec., 3.28 MiB/sec. 2026.05.21 20:14:31.715571 [ 260 ] {27fd53bd-2823-4adf-b1bd-f201aaae3e9d} TCPHandler: Processed in 0.00147491 sec. 2026.05.21 20:14:31.715707 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:31.715807 [ 260 ] {2af7b2f3-5446-4b2c-bfc4-c45be3c32663} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:31.715847 [ 260 ] {2af7b2f3-5446-4b2c-bfc4-c45be3c32663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:31.716268 [ 260 ] {2af7b2f3-5446-4b2c-bfc4-c45be3c32663} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:31.716305 [ 260 ] {2af7b2f3-5446-4b2c-bfc4-c45be3c32663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:31.716601 [ 260 ] {2af7b2f3-5446-4b2c-bfc4-c45be3c32663} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.21 20:14:31.716823 [ 260 ] {2af7b2f3-5446-4b2c-bfc4-c45be3c32663} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:31.716950 [ 260 ] {2af7b2f3-5446-4b2c-bfc4-c45be3c32663} executeQuery: Read 64 rows, 5.12 KiB in 0.001163 sec., 55030.09458297506 rows/sec., 4.30 MiB/sec. 2026.05.21 20:14:31.716986 [ 260 ] {2af7b2f3-5446-4b2c-bfc4-c45be3c32663} TCPHandler: Processed in 0.001328228 sec. 2026.05.21 20:14:31.717150 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:31.717245 [ 260 ] {7d19a520-cb66-47f4-bcc5-a30b8887e6f9} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:31.717287 [ 260 ] {7d19a520-cb66-47f4-bcc5-a30b8887e6f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:31.719169 [ 260 ] {7d19a520-cb66-47f4-bcc5-a30b8887e6f9} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:31.719205 [ 260 ] {7d19a520-cb66-47f4-bcc5-a30b8887e6f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:31.719548 [ 260 ] {7d19a520-cb66-47f4-bcc5-a30b8887e6f9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.21 20:14:31.719754 [ 260 ] {7d19a520-cb66-47f4-bcc5-a30b8887e6f9} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:31.719881 [ 260 ] {7d19a520-cb66-47f4-bcc5-a30b8887e6f9} executeQuery: Read 160 rows, 11.41 KiB in 0.002654 sec., 60286.360211002255 rows/sec., 4.20 MiB/sec. 2026.05.21 20:14:31.719917 [ 260 ] {7d19a520-cb66-47f4-bcc5-a30b8887e6f9} TCPHandler: Processed in 0.002814609 sec. 2026.05.21 20:14:31.720041 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:31.720135 [ 260 ] {1fb551f2-74e6-4060-ae05-72c3f40db60d} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:31.720174 [ 260 ] {1fb551f2-74e6-4060-ae05-72c3f40db60d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:31.720512 [ 260 ] {1fb551f2-74e6-4060-ae05-72c3f40db60d} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:31.720547 [ 260 ] {1fb551f2-74e6-4060-ae05-72c3f40db60d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:31.720854 [ 260 ] {1fb551f2-74e6-4060-ae05-72c3f40db60d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.21 20:14:31.721058 [ 260 ] {1fb551f2-74e6-4060-ae05-72c3f40db60d} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:31.721182 [ 260 ] {1fb551f2-74e6-4060-ae05-72c3f40db60d} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.05.21 20:14:31.721216 [ 260 ] {1fb551f2-74e6-4060-ae05-72c3f40db60d} TCPHandler: Processed in 0.001223437 sec. 2026.05.21 20:14:33.164230 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50859 2026.05.21 20:14:33.164343 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.164372 [ 307 ] {} TCP-Session: 3d6fe978-e34e-45b0-b585-3aac3a3ad16a Authenticating user 'default' from [fd00:1122:3344:101::e]:50859 2026.05.21 20:14:33.164424 [ 307 ] {} TCP-Session: 3d6fe978-e34e-45b0-b585-3aac3a3ad16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.164482 [ 307 ] {} TCP-Session: 3d6fe978-e34e-45b0-b585-3aac3a3ad16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.164723 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32881 2026.05.21 20:14:33.164743 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44676 2026.05.21 20:14:33.164770 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51152 2026.05.21 20:14:33.164798 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55904 2026.05.21 20:14:33.164818 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51415 2026.05.21 20:14:33.164849 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.164869 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.164883 [ 309 ] {} TCP-Session: 7fae06bf-0879-44e8-83f0-014101fba49f Authenticating user 'default' from [fd00:1122:3344:101::e]:44676 2026.05.21 20:14:33.164888 [ 307 ] {} TCP-Session: 3d6fe978-e34e-45b0-b585-3aac3a3ad16a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:33.164905 [ 311 ] {} TCP-Session: 809df356-16a9-44a0-8d1b-171321d53bdf Authenticating user 'default' from [fd00:1122:3344:101::e]:51152 2026.05.21 20:14:33.164908 [ 309 ] {} TCP-Session: 7fae06bf-0879-44e8-83f0-014101fba49f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.164931 [ 311 ] {} TCP-Session: 809df356-16a9-44a0-8d1b-171321d53bdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.164938 [ 309 ] {} TCP-Session: 7fae06bf-0879-44e8-83f0-014101fba49f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.164947 [ 311 ] {} TCP-Session: 809df356-16a9-44a0-8d1b-171321d53bdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.164818 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63202 2026.05.21 20:14:33.164969 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.164817 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.165041 [ 270 ] {} TCP-Session: 7bc6770b-54c6-44fc-949e-f2fcf71d453f Authenticating user 'default' from [fd00:1122:3344:101::e]:55904 2026.05.21 20:14:33.164800 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57549 2026.05.21 20:14:33.165077 [ 270 ] {} TCP-Session: 7bc6770b-54c6-44fc-949e-f2fcf71d453f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165115 [ 307 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} executeQuery: (from [fd00:1122:3344:101::e]:50859) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.21 20:14:33.165139 [ 270 ] {} TCP-Session: 7bc6770b-54c6-44fc-949e-f2fcf71d453f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165072 [ 308 ] {} TCP-Session: 6a79ef71-b8f7-425e-9c90-cc35bae2d081 Authenticating user 'default' from [fd00:1122:3344:101::e]:32881 2026.05.21 20:14:33.165177 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.165193 [ 308 ] {} TCP-Session: 6a79ef71-b8f7-425e-9c90-cc35bae2d081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165221 [ 303 ] {} TCP-Session: 06b0850c-d34f-429c-9903-b644eda683e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:63202 2026.05.21 20:14:33.165231 [ 308 ] {} TCP-Session: 6a79ef71-b8f7-425e-9c90-cc35bae2d081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165165 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.165270 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.165299 [ 304 ] {} TCP-Session: 0c15b183-7642-4c1e-9e0f-e9f0842ac71b Authenticating user 'default' from [fd00:1122:3344:101::e]:51415 2026.05.21 20:14:33.164756 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45074 2026.05.21 20:14:33.165330 [ 259 ] {} TCP-Session: 70f880cb-6979-437a-9c88-543720d8a923 Authenticating user 'default' from [fd00:1122:3344:101::e]:57549 2026.05.21 20:14:33.165333 [ 304 ] {} TCP-Session: 0c15b183-7642-4c1e-9e0f-e9f0842ac71b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165392 [ 259 ] {} TCP-Session: 70f880cb-6979-437a-9c88-543720d8a923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165407 [ 304 ] {} TCP-Session: 0c15b183-7642-4c1e-9e0f-e9f0842ac71b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165423 [ 259 ] {} TCP-Session: 70f880cb-6979-437a-9c88-543720d8a923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165254 [ 303 ] {} TCP-Session: 06b0850c-d34f-429c-9903-b644eda683e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165474 [ 303 ] {} TCP-Session: 06b0850c-d34f-429c-9903-b644eda683e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165498 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.165531 [ 310 ] {} TCP-Session: d03cf4cd-3064-49fc-930f-840c2b05f2f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:45074 2026.05.21 20:14:33.165542 [ 307 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.21 20:14:33.165552 [ 310 ] {} TCP-Session: d03cf4cd-3064-49fc-930f-840c2b05f2f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165592 [ 310 ] {} TCP-Session: d03cf4cd-3064-49fc-930f-840c2b05f2f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.165613 [ 307 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:33.165934 [ 307 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} oximeter.version (ca276c50-fff0-42b5-ae48-696c4adc169e) (SelectExecutor): Key condition: unknown 2026.05.21 20:14:33.167036 [ 357 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} AggregatingTransform: Aggregating 2026.05.21 20:14:33.167086 [ 357 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} Aggregator: Aggregation method: without_key 2026.05.21 20:14:33.167122 [ 357 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001090085 sec. (917.360 rows/sec., 35.83 KiB/sec.) 2026.05.21 20:14:33.167138 [ 357 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} Aggregator: Merging aggregated data 2026.05.21 20:14:33.168365 [ 307 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} executeQuery: Read 1 rows, 40.00 B in 0.003329 sec., 300.39050765995796 rows/sec., 11.73 KiB/sec. 2026.05.21 20:14:33.168542 [ 307 ] {cc1a09e3-580c-4820-8f6d-38a16c67b67a} TCPHandler: Processed in 0.003859973 sec. 2026.05.21 20:14:33.168696 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.168731 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.168753 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.168775 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.168784 [ 308 ] {} TCP-Session: 6a79ef71-b8f7-425e-9c90-cc35bae2d081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.168801 [ 304 ] {} TCP-Session: 0c15b183-7642-4c1e-9e0f-e9f0842ac71b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.168823 [ 309 ] {} TCP-Session: 7fae06bf-0879-44e8-83f0-014101fba49f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.168834 [ 270 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.168854 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.168877 [ 259 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.168896 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.168931 [ 303 ] {} TCP-Session: 06b0850c-d34f-429c-9903-b644eda683e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.168937 [ 259 ] {} TCP-Session: 70f880cb-6979-437a-9c88-543720d8a923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.168961 [ 311 ] {} TCP-Session: 809df356-16a9-44a0-8d1b-171321d53bdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.168884 [ 270 ] {} TCP-Session: 7bc6770b-54c6-44fc-949e-f2fcf71d453f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.168818 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.168735 [ 307 ] {} TCP-Session: 3d6fe978-e34e-45b0-b585-3aac3a3ad16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.169059 [ 310 ] {} TCP-Session: d03cf4cd-3064-49fc-930f-840c2b05f2f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.448805 [ 307 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64314 2026.05.21 20:14:33.448908 [ 307 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.448936 [ 307 ] {} TCP-Session: 1a18ea80-cce1-4e16-a96c-8ee0e70b442d Authenticating user 'default' from [fd00:1122:3344:101::e]:64314 2026.05.21 20:14:33.448959 [ 307 ] {} TCP-Session: 1a18ea80-cce1-4e16-a96c-8ee0e70b442d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.448974 [ 307 ] {} TCP-Session: 1a18ea80-cce1-4e16-a96c-8ee0e70b442d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449167 [ 308 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41180 2026.05.21 20:14:33.449209 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42675 2026.05.21 20:14:33.449219 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50894 2026.05.21 20:14:33.449255 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43384 2026.05.21 20:14:33.449281 [ 303 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50461 2026.05.21 20:14:33.449284 [ 308 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.449330 [ 304 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35166 2026.05.21 20:14:33.449332 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.449359 [ 308 ] {} TCP-Session: 5a02c64e-76a3-46d1-8e0e-ba29e1ef3cc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:41180 2026.05.21 20:14:33.449374 [ 303 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.449406 [ 309 ] {} TCP-Session: bafc7663-3ae6-402a-9e61-956c5b4e914d Authenticating user 'default' from [fd00:1122:3344:101::e]:42675 2026.05.21 20:14:33.449415 [ 308 ] {} TCP-Session: 5a02c64e-76a3-46d1-8e0e-ba29e1ef3cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449428 [ 304 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.449448 [ 309 ] {} TCP-Session: bafc7663-3ae6-402a-9e61-956c5b4e914d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449460 [ 308 ] {} TCP-Session: 5a02c64e-76a3-46d1-8e0e-ba29e1ef3cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449476 [ 304 ] {} TCP-Session: ad7f0250-da52-43af-98a3-d94757ed0645 Authenticating user 'default' from [fd00:1122:3344:101::e]:35166 2026.05.21 20:14:33.449485 [ 309 ] {} TCP-Session: bafc7663-3ae6-402a-9e61-956c5b4e914d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449489 [ 307 ] {} TCP-Session: 1a18ea80-cce1-4e16-a96c-8ee0e70b442d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:33.449513 [ 304 ] {} TCP-Session: ad7f0250-da52-43af-98a3-d94757ed0645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449429 [ 303 ] {} TCP-Session: 4cfd2623-1b7e-4934-919e-26db449d1efb Authenticating user 'default' from [fd00:1122:3344:101::e]:50461 2026.05.21 20:14:33.449562 [ 304 ] {} TCP-Session: ad7f0250-da52-43af-98a3-d94757ed0645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449588 [ 303 ] {} TCP-Session: 4cfd2623-1b7e-4934-919e-26db449d1efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449382 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.449612 [ 303 ] {} TCP-Session: 4cfd2623-1b7e-4934-919e-26db449d1efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449270 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37738 2026.05.21 20:14:33.449653 [ 259 ] {} TCP-Session: fc15de33-55e2-4c01-bd56-f0a944048893 Authenticating user 'default' from [fd00:1122:3344:101::e]:43384 2026.05.21 20:14:33.449243 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57180 2026.05.21 20:14:33.449712 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.449706 [ 259 ] {} TCP-Session: fc15de33-55e2-4c01-bd56-f0a944048893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449742 [ 270 ] {} TCP-Session: 6ecd0649-6190-4730-82f8-bfe098604f2f Authenticating user 'default' from [fd00:1122:3344:101::e]:37738 2026.05.21 20:14:33.449756 [ 259 ] {} TCP-Session: fc15de33-55e2-4c01-bd56-f0a944048893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449766 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.449772 [ 270 ] {} TCP-Session: 6ecd0649-6190-4730-82f8-bfe098604f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449712 [ 307 ] {30018ec7-6646-45e3-a85a-315f650075d3} executeQuery: (from [fd00:1122:3344:101::e]:64314) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.21 20:14:33.449806 [ 270 ] {} TCP-Session: 6ecd0649-6190-4730-82f8-bfe098604f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449803 [ 311 ] {} TCP-Session: e63463ff-5a98-4efa-9bfa-8639c5422652 Authenticating user 'default' from [fd00:1122:3344:101::e]:57180 2026.05.21 20:14:33.449378 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.21 20:14:33.449870 [ 311 ] {} TCP-Session: e63463ff-5a98-4efa-9bfa-8639c5422652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449909 [ 311 ] {} TCP-Session: e63463ff-5a98-4efa-9bfa-8639c5422652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449911 [ 310 ] {} TCP-Session: a34654ac-7ab7-4595-998d-f01902e94f97 Authenticating user 'default' from [fd00:1122:3344:101::e]:50894 2026.05.21 20:14:33.449947 [ 310 ] {} TCP-Session: a34654ac-7ab7-4595-998d-f01902e94f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.449963 [ 310 ] {} TCP-Session: a34654ac-7ab7-4595-998d-f01902e94f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.450098 [ 307 ] {30018ec7-6646-45e3-a85a-315f650075d3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.21 20:14:33.450159 [ 307 ] {30018ec7-6646-45e3-a85a-315f650075d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:33.450442 [ 307 ] {30018ec7-6646-45e3-a85a-315f650075d3} oximeter.version (ca276c50-fff0-42b5-ae48-696c4adc169e) (SelectExecutor): Key condition: unknown 2026.05.21 20:14:33.450528 [ 307 ] {30018ec7-6646-45e3-a85a-315f650075d3} Aggregator: Compile expression max()(UInt64) 0 2026.05.21 20:14:33.598468 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4322 2026.05.21 20:14:33.599050 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:33.599123 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:33.600293 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.21 20:14:33.600576 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:33.600728 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4322 2026.05.21 20:14:33.830715 [ 354 ] {30018ec7-6646-45e3-a85a-315f650075d3} AggregatingTransform: Aggregating 2026.05.21 20:14:33.830791 [ 354 ] {30018ec7-6646-45e3-a85a-315f650075d3} Aggregator: Aggregation method: without_key 2026.05.21 20:14:33.830835 [ 354 ] {30018ec7-6646-45e3-a85a-315f650075d3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001038244 sec. (963.165 rows/sec., 37.62 KiB/sec.) 2026.05.21 20:14:33.830858 [ 354 ] {30018ec7-6646-45e3-a85a-315f650075d3} Aggregator: Merging aggregated data 2026.05.21 20:14:33.832329 [ 307 ] {30018ec7-6646-45e3-a85a-315f650075d3} executeQuery: Read 1 rows, 40.00 B in 0.382664 sec., 2.613258628979993 rows/sec., 104.53 B/sec. 2026.05.21 20:14:33.832518 [ 307 ] {30018ec7-6646-45e3-a85a-315f650075d3} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.05.21 20:14:33.832536 [ 307 ] {30018ec7-6646-45e3-a85a-315f650075d3} TCPHandler: Processed in 0.383185369 sec. 2026.05.21 20:14:33.832680 [ 307 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.832713 [ 307 ] {} TCP-Session: 1a18ea80-cce1-4e16-a96c-8ee0e70b442d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.832719 [ 308 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.832738 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.832753 [ 304 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.832775 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.832821 [ 304 ] {} TCP-Session: ad7f0250-da52-43af-98a3-d94757ed0645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.832819 [ 259 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.832843 [ 303 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.832863 [ 309 ] {} TCP-Session: bafc7663-3ae6-402a-9e61-956c5b4e914d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.832876 [ 259 ] {} TCP-Session: fc15de33-55e2-4c01-bd56-f0a944048893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.832904 [ 303 ] {} TCP-Session: 4cfd2623-1b7e-4934-919e-26db449d1efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.832805 [ 310 ] {} TCP-Session: a34654ac-7ab7-4595-998d-f01902e94f97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.832792 [ 308 ] {} TCP-Session: 5a02c64e-76a3-46d1-8e0e-ba29e1ef3cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.832789 [ 270 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.832802 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.21 20:14:33.833013 [ 270 ] {} TCP-Session: 6ecd0649-6190-4730-82f8-bfe098604f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.833036 [ 311 ] {} TCP-Session: e63463ff-5a98-4efa-9bfa-8639c5422652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.21 20:14:33.852808 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.05.21 20:14:33.870323 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:33.870393 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:33.877400 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.21 20:14:33.878927 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:33.886262 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.05.21 20:14:34.000314 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 188.82 MiB, peak 198.42 MiB, free memory in arenas 0.00 B, will set to 208.16 MiB (RSS), difference: 19.35 MiB 2026.05.21 20:14:36.097680 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 282 2026.05.21 20:14:36.100103 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.100141 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.101314 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:36.101583 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:14:36.101820 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 282 2026.05.21 20:14:36.715034 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.715283 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} executeQuery: (from [fd00:1122:3344:101::d]:62684) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.21 20:14:36.715637 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:36.715675 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.21 20:14:36.715916 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:36.715985 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:36.716128 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.21 20:14:36.716295 [ 343 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:36.716297 [ 268 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.21 20:14:36.716485 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:36.716516 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:36.716587 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.21 20:14:36.716608 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.21 20:14:36.716644 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.21 20:14:36.716682 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.21 20:14:36.717982 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} executeQuery: Read 44 rows, 7.84 KiB in 0.002803 sec., 15697.46699964324 rows/sec., 2.73 MiB/sec. 2026.05.21 20:14:36.718121 [ 260 ] {6b3bb1ae-af1d-4016-8dff-a0cf24588732} TCPHandler: Processed in 0.003225164 sec. 2026.05.21 20:14:36.723617 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.723782 [ 260 ] {9bdb7526-b6bd-422d-b41a-603ff9c94f18} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.21 20:14:36.723843 [ 260 ] {9bdb7526-b6bd-422d-b41a-603ff9c94f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.21 20:14:36.724621 [ 260 ] {9bdb7526-b6bd-422d-b41a-603ff9c94f18} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.724695 [ 260 ] {9bdb7526-b6bd-422d-b41a-603ff9c94f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.725114 [ 260 ] {9bdb7526-b6bd-422d-b41a-603ff9c94f18} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:36.725344 [ 260 ] {9bdb7526-b6bd-422d-b41a-603ff9c94f18} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): 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.21 20:14:36.725488 [ 260 ] {9bdb7526-b6bd-422d-b41a-603ff9c94f18} executeQuery: Read 284 rows, 18.47 KiB in 0.001751 sec., 162193.03255282695 rows/sec., 10.30 MiB/sec. 2026.05.21 20:14:36.725525 [ 260 ] {9bdb7526-b6bd-422d-b41a-603ff9c94f18} TCPHandler: Processed in 0.001998537 sec. 2026.05.21 20:14:36.725698 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.725793 [ 260 ] {98db41bf-cce0-4fa2-88f8-99707ad1affe} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:36.725832 [ 260 ] {98db41bf-cce0-4fa2-88f8-99707ad1affe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:36.726495 [ 260 ] {98db41bf-cce0-4fa2-88f8-99707ad1affe} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.726532 [ 260 ] {98db41bf-cce0-4fa2-88f8-99707ad1affe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.726902 [ 260 ] {98db41bf-cce0-4fa2-88f8-99707ad1affe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.21 20:14:36.727124 [ 260 ] {98db41bf-cce0-4fa2-88f8-99707ad1affe} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:36.727250 [ 260 ] {98db41bf-cce0-4fa2-88f8-99707ad1affe} executeQuery: Read 871 rows, 69.91 KiB in 0.001474 sec., 590909.0909090909 rows/sec., 46.31 MiB/sec. 2026.05.21 20:14:36.727256 [ 30 ] {} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.21 20:14:36.727287 [ 260 ] {98db41bf-cce0-4fa2-88f8-99707ad1affe} TCPHandler: Processed in 0.001637352 sec. 2026.05.21 20:14:36.727332 [ 30 ] {} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.727361 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.727443 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.727479 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::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.21 20:14:36.727543 [ 260 ] {fbea2b6e-fb59-4644-b74b-7dced1fb926d} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.21 20:14:36.727580 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:36.727582 [ 260 ] {fbea2b6e-fb59-4644-b74b-7dced1fb926d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.21 20:14:36.727612 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 877 rows starting from the beginning of the part 2026.05.21 20:14:36.727675 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3223 rows starting from the beginning of the part 2026.05.21 20:14:36.727725 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.05.21 20:14:36.727772 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 871 rows starting from the beginning of the part 2026.05.21 20:14:36.727818 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::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.21 20:14:36.727864 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 871 rows starting from the beginning of the part 2026.05.21 20:14:36.728082 [ 260 ] {fbea2b6e-fb59-4644-b74b-7dced1fb926d} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.728119 [ 260 ] {fbea2b6e-fb59-4644-b74b-7dced1fb926d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.728436 [ 260 ] {fbea2b6e-fb59-4644-b74b-7dced1fb926d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:36.728826 [ 260 ] {fbea2b6e-fb59-4644-b74b-7dced1fb926d} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): 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.21 20:14:36.729000 [ 260 ] {fbea2b6e-fb59-4644-b74b-7dced1fb926d} executeQuery: Read 179 rows, 11.32 KiB in 0.001472 sec., 121603.26086956522 rows/sec., 7.51 MiB/sec. 2026.05.21 20:14:36.729025 [ 27 ] {} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:36.729051 [ 260 ] {fbea2b6e-fb59-4644-b74b-7dced1fb926d} TCPHandler: Processed in 0.001656403 sec. 2026.05.21 20:14:36.729085 [ 27 ] {} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.729114 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.729221 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.729249 [ 195 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::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.21 20:14:36.729347 [ 260 ] {994432c3-e208-45c0-8c6b-19eb3da3f517} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.21 20:14:36.729395 [ 260 ] {994432c3-e208-45c0-8c6b-19eb3da3f517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.21 20:14:36.729403 [ 195 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:36.729456 [ 195 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 177 rows starting from the beginning of the part 2026.05.21 20:14:36.729556 [ 195 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 178 rows starting from the beginning of the part 2026.05.21 20:14:36.729623 [ 195 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 179 rows starting from the beginning of the part 2026.05.21 20:14:36.729671 [ 195 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 192 rows starting from the beginning of the part 2026.05.21 20:14:36.729720 [ 195 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 179 rows starting from the beginning of the part 2026.05.21 20:14:36.729765 [ 195 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 179 rows starting from the beginning of the part 2026.05.21 20:14:36.729853 [ 260 ] {994432c3-e208-45c0-8c6b-19eb3da3f517} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.729897 [ 260 ] {994432c3-e208-45c0-8c6b-19eb3da3f517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.730249 [ 260 ] {994432c3-e208-45c0-8c6b-19eb3da3f517} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:36.730599 [ 260 ] {994432c3-e208-45c0-8c6b-19eb3da3f517} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): 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.21 20:14:36.730788 [ 27 ] {} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:36.730818 [ 199 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 5 columns (5 merged, 0 gathered) in 0.001624453 sec., 667301.5470438356 rows/sec., 43.80 MiB/sec. 2026.05.21 20:14:36.730824 [ 27 ] {} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.730869 [ 260 ] {994432c3-e208-45c0-8c6b-19eb3da3f517} executeQuery: Read 149 rows, 9.86 KiB in 0.00154 sec., 96753.24675324676 rows/sec., 6.25 MiB/sec. 2026.05.21 20:14:36.730886 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.730977 [ 260 ] {994432c3-e208-45c0-8c6b-19eb3da3f517} TCPHandler: Processed in 0.001820225 sec. 2026.05.21 20:14:36.731014 [ 198 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::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.21 20:14:36.731072 [ 190 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:36.731131 [ 198 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:36.731188 [ 198 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.05.21 20:14:36.731239 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.731279 [ 198 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.05.21 20:14:36.731339 [ 198 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.05.21 20:14:36.731390 [ 198 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 950 rows starting from the beginning of the part 2026.05.21 20:14:36.731402 [ 260 ] {b1905aa8-09cf-41b9-8272-650f7374e094} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.21 20:14:36.731436 [ 198 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.05.21 20:14:36.731445 [ 190 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): 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.21 20:14:36.731470 [ 260 ] {b1905aa8-09cf-41b9-8272-650f7374e094} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.21 20:14:36.731494 [ 198 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.05.21 20:14:36.731545 [ 190 ] {89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103::all_1_6_1} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:36.731643 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.05.21 20:14:36.732045 [ 200 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5954 rows, containing 5 columns (5 merged, 0 gathered) in 0.004613534 sec., 1290550.8011862491 rows/sec., 103.40 MiB/sec. 2026.05.21 20:14:36.732164 [ 260 ] {b1905aa8-09cf-41b9-8272-650f7374e094} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.732209 [ 260 ] {b1905aa8-09cf-41b9-8272-650f7374e094} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.732383 [ 199 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.21 20:14:36.732575 [ 198 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1695 rows, containing 5 columns (5 merged, 0 gathered) in 0.001604842 sec., 1056178.7390908264 rows/sec., 68.85 MiB/sec. 2026.05.21 20:14:36.732665 [ 260 ] {b1905aa8-09cf-41b9-8272-650f7374e094} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:36.732723 [ 199 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:36.732830 [ 199 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_11_2} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.21 20:14:36.732853 [ 187 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:36.732916 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.05.21 20:14:36.732996 [ 260 ] {b1905aa8-09cf-41b9-8272-650f7374e094} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): 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.21 20:14:36.733163 [ 260 ] {b1905aa8-09cf-41b9-8272-650f7374e094} executeQuery: Read 148 rows, 8.62 KiB in 0.001817 sec., 81452.94441386902 rows/sec., 4.63 MiB/sec. 2026.05.21 20:14:36.733210 [ 260 ] {b1905aa8-09cf-41b9-8272-650f7374e094} TCPHandler: Processed in 0.002103909 sec. 2026.05.21 20:14:36.733234 [ 187 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): 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.21 20:14:36.733320 [ 187 ] {412d90b5-c8ea-4ea4-a12d-9cc0716839f3::all_1_6_1} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:36.733372 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.733411 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.05.21 20:14:36.733483 [ 260 ] {eb301d9a-c420-4cb8-abb4-34db6af49592} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:36.733532 [ 260 ] {eb301d9a-c420-4cb8-abb4-34db6af49592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:36.734169 [ 260 ] {eb301d9a-c420-4cb8-abb4-34db6af49592} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.734206 [ 260 ] {eb301d9a-c420-4cb8-abb4-34db6af49592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.734576 [ 260 ] {eb301d9a-c420-4cb8-abb4-34db6af49592} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.21 20:14:36.734798 [ 260 ] {eb301d9a-c420-4cb8-abb4-34db6af49592} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:36.734929 [ 260 ] {eb301d9a-c420-4cb8-abb4-34db6af49592} executeQuery: Read 527 rows, 38.14 KiB in 0.001471 sec., 358259.68728755944 rows/sec., 25.32 MiB/sec. 2026.05.21 20:14:36.734931 [ 27 ] {} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.21 20:14:36.734971 [ 260 ] {eb301d9a-c420-4cb8-abb4-34db6af49592} TCPHandler: Processed in 0.001658443 sec. 2026.05.21 20:14:36.734986 [ 27 ] {} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.735013 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.735145 [ 189 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::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.21 20:14:36.735157 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.735275 [ 260 ] {9cea7412-2341-4094-a58a-3d305686bb8c} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.21 20:14:36.735278 [ 189 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:36.735322 [ 260 ] {9cea7412-2341-4094-a58a-3d305686bb8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.21 20:14:36.735332 [ 189 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 557 rows starting from the beginning of the part 2026.05.21 20:14:36.735435 [ 189 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1755 rows starting from the beginning of the part 2026.05.21 20:14:36.735498 [ 189 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.05.21 20:14:36.735554 [ 189 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 527 rows starting from the beginning of the part 2026.05.21 20:14:36.735609 [ 189 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::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.21 20:14:36.735657 [ 189 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 527 rows starting from the beginning of the part 2026.05.21 20:14:36.735702 [ 260 ] {9cea7412-2341-4094-a58a-3d305686bb8c} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.735745 [ 260 ] {9cea7412-2341-4094-a58a-3d305686bb8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.736112 [ 260 ] {9cea7412-2341-4094-a58a-3d305686bb8c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:36.736363 [ 260 ] {9cea7412-2341-4094-a58a-3d305686bb8c} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): 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.21 20:14:36.736502 [ 26 ] {} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:36.736509 [ 260 ] {9cea7412-2341-4094-a58a-3d305686bb8c} executeQuery: Read 6 rows, 321.00 B in 0.001254 sec., 4784.6889952153115 rows/sec., 249.98 KiB/sec. 2026.05.21 20:14:36.736556 [ 26 ] {} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.736593 [ 260 ] {9cea7412-2341-4094-a58a-3d305686bb8c} TCPHandler: Processed in 0.00148915 sec. 2026.05.21 20:14:36.736601 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.736709 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::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.21 20:14:36.736810 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:36.736839 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.05.21 20:14:36.736916 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.05.21 20:14:36.736940 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.736975 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.05.21 20:14:36.737025 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.05.21 20:14:36.737068 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.05.21 20:14:36.737096 [ 260 ] {e988c2a7-9baa-436b-89b8-d41fa7cd5b5e} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:36.737112 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.05.21 20:14:36.737173 [ 260 ] {e988c2a7-9baa-436b-89b8-d41fa7cd5b5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:36.737337 [ 198 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3494 rows, containing 5 columns (5 merged, 0 gathered) in 0.002254082 sec., 1550076.7052840136 rows/sec., 113.52 MiB/sec. 2026.05.21 20:14:36.737599 [ 198 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.21 20:14:36.737728 [ 260 ] {e988c2a7-9baa-436b-89b8-d41fa7cd5b5e} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.737776 [ 260 ] {e988c2a7-9baa-436b-89b8-d41fa7cd5b5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.737951 [ 190 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001281678 sec., 28088.178153951303 rows/sec., 1.43 MiB/sec. 2026.05.21 20:14:36.737970 [ 198 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:36.738084 [ 198 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_11_2} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.21 20:14:36.738102 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:36.738172 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.05.21 20:14:36.738277 [ 260 ] {e988c2a7-9baa-436b-89b8-d41fa7cd5b5e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.21 20:14:36.738407 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): 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.21 20:14:36.738487 [ 199 ] {430ec9b8-f330-48a8-82af-fa3fb184ccc1::all_1_6_1} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:36.738551 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.21 20:14:36.738584 [ 260 ] {e988c2a7-9baa-436b-89b8-d41fa7cd5b5e} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:36.738705 [ 27 ] {} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.21 20:14:36.738732 [ 260 ] {e988c2a7-9baa-436b-89b8-d41fa7cd5b5e} executeQuery: Read 265 rows, 18.03 KiB in 0.00168 sec., 157738.09523809524 rows/sec., 10.48 MiB/sec. 2026.05.21 20:14:36.738739 [ 27 ] {} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.738775 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.738795 [ 260 ] {e988c2a7-9baa-436b-89b8-d41fa7cd5b5e} TCPHandler: Processed in 0.001982658 sec. 2026.05.21 20:14:36.738845 [ 189 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::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.21 20:14:36.738946 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.738954 [ 189 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:36.739000 [ 189 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1153 rows starting from the beginning of the part 2026.05.21 20:14:36.739048 [ 189 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2881 rows starting from the beginning of the part 2026.05.21 20:14:36.739054 [ 260 ] {705468a5-7c97-4695-98cc-cc5b02ed1243} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.21 20:14:36.739092 [ 189 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.05.21 20:14:36.739109 [ 260 ] {705468a5-7c97-4695-98cc-cc5b02ed1243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.21 20:14:36.739135 [ 189 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 265 rows starting from the beginning of the part 2026.05.21 20:14:36.739179 [ 189 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::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.21 20:14:36.739219 [ 189 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 265 rows starting from the beginning of the part 2026.05.21 20:14:36.739468 [ 260 ] {705468a5-7c97-4695-98cc-cc5b02ed1243} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.739511 [ 260 ] {705468a5-7c97-4695-98cc-cc5b02ed1243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.739841 [ 260 ] {705468a5-7c97-4695-98cc-cc5b02ed1243} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:36.740086 [ 260 ] {705468a5-7c97-4695-98cc-cc5b02ed1243} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): 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.21 20:14:36.740223 [ 260 ] {705468a5-7c97-4695-98cc-cc5b02ed1243} executeQuery: Read 1 rows, 69.00 B in 0.001188 sec., 841.7508417508417 rows/sec., 56.72 KiB/sec. 2026.05.21 20:14:36.740261 [ 260 ] {705468a5-7c97-4695-98cc-cc5b02ed1243} TCPHandler: Processed in 0.001366959 sec. 2026.05.21 20:14:36.740393 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.740489 [ 260 ] {9ffbe00f-cace-4fd2-9293-63db8e3cf6d1} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:36.740542 [ 260 ] {9ffbe00f-cace-4fd2-9293-63db8e3cf6d1} 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.21 20:14:36.741294 [ 199 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4884 rows, containing 5 columns (5 merged, 0 gathered) in 0.002478604 sec., 1970464.0192624556 rows/sec., 127.14 MiB/sec. 2026.05.21 20:14:36.741508 [ 260 ] {9ffbe00f-cace-4fd2-9293-63db8e3cf6d1} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.741550 [ 260 ] {9ffbe00f-cace-4fd2-9293-63db8e3cf6d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.741700 [ 198 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.21 20:14:36.742028 [ 198 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:36.742109 [ 198 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_11_2} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.21 20:14:36.742136 [ 260 ] {9ffbe00f-cace-4fd2-9293-63db8e3cf6d1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.21 20:14:36.742189 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.05.21 20:14:36.742377 [ 260 ] {9ffbe00f-cace-4fd2-9293-63db8e3cf6d1} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): 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.21 20:14:36.742564 [ 27 ] {} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.21 20:14:36.742586 [ 260 ] {9ffbe00f-cace-4fd2-9293-63db8e3cf6d1} executeQuery: Read 37 rows, 67.89 KiB in 0.002114 sec., 17502.36518448439 rows/sec., 31.36 MiB/sec. 2026.05.21 20:14:36.742598 [ 27 ] {} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.742630 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.742644 [ 260 ] {9ffbe00f-cace-4fd2-9293-63db8e3cf6d1} TCPHandler: Processed in 0.002298862 sec. 2026.05.21 20:14:36.742700 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::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.21 20:14:36.742792 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:36.742892 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:36.742894 [ 260 ] {bfa270bc-ad6f-4f91-ac64-46d824fa8c0d} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:36.742953 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::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.21 20:14:36.742956 [ 260 ] {bfa270bc-ad6f-4f91-ac64-46d824fa8c0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:36.743082 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.05.21 20:14:36.743212 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part 2026.05.21 20:14:36.743328 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part 2026.05.21 20:14:36.743334 [ 260 ] {bfa270bc-ad6f-4f91-ac64-46d824fa8c0d} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.743387 [ 260 ] {bfa270bc-ad6f-4f91-ac64-46d824fa8c0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.743451 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part 2026.05.21 20:14:36.743569 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part 2026.05.21 20:14:36.743716 [ 260 ] {bfa270bc-ad6f-4f91-ac64-46d824fa8c0d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.21 20:14:36.743970 [ 260 ] {bfa270bc-ad6f-4f91-ac64-46d824fa8c0d} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:36.744079 [ 27 ] {} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.21 20:14:36.744107 [ 260 ] {bfa270bc-ad6f-4f91-ac64-46d824fa8c0d} executeQuery: Read 90 rows, 5.77 KiB in 0.001232 sec., 73051.94805194806 rows/sec., 4.57 MiB/sec. 2026.05.21 20:14:36.744110 [ 27 ] {} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:36.744151 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2026.05.21 20:14:36.744152 [ 260 ] {bfa270bc-ad6f-4f91-ac64-46d824fa8c0d} TCPHandler: Processed in 0.001409529 sec. 2026.05.21 20:14:36.744237 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::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.21 20:14:36.744318 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:36.744343 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 402 rows starting from the beginning of the part 2026.05.21 20:14:36.744388 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 90 rows starting from the beginning of the part 2026.05.21 20:14:36.744425 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.05.21 20:14:36.744459 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 90 rows starting from the beginning of the part 2026.05.21 20:14:36.744493 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.05.21 20:14:36.744532 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part 2026.05.21 20:14:36.745340 [ 194 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 4 columns (4 merged, 0 gathered) in 0.001127516 sec., 702429.0564391103 rows/sec., 45.03 MiB/sec. 2026.05.21 20:14:36.745497 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.21 20:14:36.745741 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:36.745805 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_11_2} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.21 20:14:36.745855 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.05.21 20:14:36.746544 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 19 columns (19 merged, 0 gathered) in 0.003873564 sec., 56278.9203947579 rows/sec., 100.85 MiB/sec. 2026.05.21 20:14:36.746949 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.21 20:14:36.747263 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): 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.21 20:14:36.747326 [ 199 ] {2d881e5d-9731-4363-b6f0-80a7790aedca::all_1_6_1} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.21 20:14:36.747398 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2026.05.21 20:14:37.000207 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 209.30 MiB, peak 215.97 MiB, free memory in arenas 0.00 B, will set to 210.44 MiB (RSS), difference: 1.14 MiB 2026.05.21 20:14:41.029224 [ 121 ] {} DNSResolver: Updating DNS cache 2026.05.21 20:14:41.029287 [ 121 ] {} DNSResolver: Updated DNS cache 2026.05.21 20:14:41.100959 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4834 2026.05.21 20:14:41.101572 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:41.101625 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:41.102151 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.21 20:14:41.102391 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:41.102520 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4834 2026.05.21 20:14:41.386492 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.05.21 20:14:41.403409 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:41.403454 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:41.409746 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.21 20:14:41.410421 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:41.413164 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.05.21 20:14:41.710351 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:41.710575 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} executeQuery: (from [fd00:1122:3344:101::d]:62684) 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.21 20:14:41.710883 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:41.710916 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} 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.21 20:14:41.711125 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:41.711192 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:41.711328 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.21 20:14:41.711438 [ 349 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:41.711468 [ 343 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.21 20:14:41.711582 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:41.711610 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:41.711678 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.21 20:14:41.711698 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.21 20:14:41.711731 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:41.711766 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:41.713030 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} executeQuery: Read 44 rows, 7.84 KiB in 0.002534 sec., 17363.851617995268 rows/sec., 3.02 MiB/sec. 2026.05.21 20:14:41.713201 [ 260 ] {07b5441d-47b5-414b-8239-31adf15f9b4b} TCPHandler: Processed in 0.002975931 sec. 2026.05.21 20:14:41.714868 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:41.715005 [ 260 ] {0abb9340-97be-4595-ab05-b07e4325d88c} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:41.715061 [ 260 ] {0abb9340-97be-4595-ab05-b07e4325d88c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:41.715628 [ 260 ] {0abb9340-97be-4595-ab05-b07e4325d88c} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:41.715671 [ 260 ] {0abb9340-97be-4595-ab05-b07e4325d88c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:41.716063 [ 260 ] {0abb9340-97be-4595-ab05-b07e4325d88c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.21 20:14:41.716291 [ 260 ] {0abb9340-97be-4595-ab05-b07e4325d88c} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): 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.21 20:14:41.716444 [ 260 ] {0abb9340-97be-4595-ab05-b07e4325d88c} executeQuery: Read 56 rows, 4.38 KiB in 0.001484 sec., 37735.84905660377 rows/sec., 2.88 MiB/sec. 2026.05.21 20:14:41.716485 [ 260 ] {0abb9340-97be-4595-ab05-b07e4325d88c} TCPHandler: Processed in 0.001727684 sec. 2026.05.21 20:14:41.716658 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:41.716767 [ 260 ] {99c4c598-5112-4954-b18b-ff2db5d9e36d} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:41.716809 [ 260 ] {99c4c598-5112-4954-b18b-ff2db5d9e36d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:41.717238 [ 260 ] {99c4c598-5112-4954-b18b-ff2db5d9e36d} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:41.717275 [ 260 ] {99c4c598-5112-4954-b18b-ff2db5d9e36d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:41.717576 [ 260 ] {99c4c598-5112-4954-b18b-ff2db5d9e36d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.21 20:14:41.717790 [ 260 ] {99c4c598-5112-4954-b18b-ff2db5d9e36d} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): 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.21 20:14:41.717915 [ 260 ] {99c4c598-5112-4954-b18b-ff2db5d9e36d} executeQuery: Read 64 rows, 5.12 KiB in 0.001172 sec., 54607.508532423206 rows/sec., 4.26 MiB/sec. 2026.05.21 20:14:41.717952 [ 260 ] {99c4c598-5112-4954-b18b-ff2db5d9e36d} TCPHandler: Processed in 0.001346349 sec. 2026.05.21 20:14:41.718076 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:41.718182 [ 260 ] {84e9d6cc-154c-49c7-a263-0b7651d753bb} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:41.718227 [ 260 ] {84e9d6cc-154c-49c7-a263-0b7651d753bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:41.718641 [ 260 ] {84e9d6cc-154c-49c7-a263-0b7651d753bb} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:41.718678 [ 260 ] {84e9d6cc-154c-49c7-a263-0b7651d753bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:41.718998 [ 260 ] {84e9d6cc-154c-49c7-a263-0b7651d753bb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.21 20:14:41.719211 [ 260 ] {84e9d6cc-154c-49c7-a263-0b7651d753bb} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): 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.21 20:14:41.719335 [ 260 ] {84e9d6cc-154c-49c7-a263-0b7651d753bb} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.05.21 20:14:41.719371 [ 260 ] {84e9d6cc-154c-49c7-a263-0b7651d753bb} TCPHandler: Processed in 0.001343869 sec. 2026.05.21 20:14:41.719491 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:41.719588 [ 260 ] {7b08f253-f0a3-4392-9ee4-9ee563779086} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:41.719628 [ 260 ] {7b08f253-f0a3-4392-9ee4-9ee563779086} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:41.719961 [ 260 ] {7b08f253-f0a3-4392-9ee4-9ee563779086} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:41.719997 [ 260 ] {7b08f253-f0a3-4392-9ee4-9ee563779086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:41.720297 [ 260 ] {7b08f253-f0a3-4392-9ee4-9ee563779086} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.21 20:14:41.720513 [ 260 ] {7b08f253-f0a3-4392-9ee4-9ee563779086} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): 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.21 20:14:41.720635 [ 260 ] {7b08f253-f0a3-4392-9ee4-9ee563779086} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.05.21 20:14:41.720668 [ 260 ] {7b08f253-f0a3-4392-9ee4-9ee563779086} TCPHandler: Processed in 0.001232047 sec. 2026.05.21 20:14:42.000265 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 211.32 MiB, peak 215.97 MiB, free memory in arenas 0.00 B, will set to 212.93 MiB (RSS), difference: 1.61 MiB 2026.05.21 20:14:46.102244 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 316 2026.05.21 20:14:46.104554 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.104604 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.105784 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:46.106077 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:14:46.106323 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 316 2026.05.21 20:14:46.136045 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.136374 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} executeQuery: (from [fd00:1122:3344:101::d]:62684) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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.21 20:14:46.136753 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:46.136793 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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.21 20:14:46.137063 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:46.137133 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:46.137277 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 42-element set) 2026.05.21 20:14:46.137397 [ 353 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.21 20:14:46.137404 [ 324 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:46.137542 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (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.21 20:14:46.137572 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:46.137644 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.21 20:14:46.137665 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.21 20:14:46.137700 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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.21 20:14:46.137740 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_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.21 20:14:46.139056 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} executeQuery: Read 44 rows, 9.42 KiB in 0.002811 sec., 15652.792600498042 rows/sec., 3.27 MiB/sec. 2026.05.21 20:14:46.139166 [ 260 ] {a8ab857b-a330-4113-8f7a-88ed820370f2} TCPHandler: Processed in 0.003316746 sec. 2026.05.21 20:14:46.160129 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.160267 [ 260 ] {36b0c2bb-0397-42fd-b37a-a65202e3db4c} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.21 20:14:46.160319 [ 260 ] {36b0c2bb-0397-42fd-b37a-a65202e3db4c} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:46.161013 [ 260 ] {36b0c2bb-0397-42fd-b37a-a65202e3db4c} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.161064 [ 260 ] {36b0c2bb-0397-42fd-b37a-a65202e3db4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.161487 [ 260 ] {36b0c2bb-0397-42fd-b37a-a65202e3db4c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:14:46.161699 [ 260 ] {36b0c2bb-0397-42fd-b37a-a65202e3db4c} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23): 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.21 20:14:46.161854 [ 260 ] {36b0c2bb-0397-42fd-b37a-a65202e3db4c} executeQuery: Read 1 rows, 106.00 B in 0.001626 sec., 615.0061500615006 rows/sec., 63.66 KiB/sec. 2026.05.21 20:14:46.161894 [ 260 ] {36b0c2bb-0397-42fd-b37a-a65202e3db4c} TCPHandler: Processed in 0.001834055 sec. 2026.05.21 20:14:46.162017 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.162116 [ 260 ] {5d98c116-e146-4309-abc9-0950231d5d78} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.21 20:14:46.162156 [ 260 ] {5d98c116-e146-4309-abc9-0950231d5d78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.21 20:14:46.162792 [ 260 ] {5d98c116-e146-4309-abc9-0950231d5d78} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.162831 [ 260 ] {5d98c116-e146-4309-abc9-0950231d5d78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.163158 [ 260 ] {5d98c116-e146-4309-abc9-0950231d5d78} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:46.163383 [ 260 ] {5d98c116-e146-4309-abc9-0950231d5d78} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): 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.21 20:14:46.163512 [ 260 ] {5d98c116-e146-4309-abc9-0950231d5d78} executeQuery: Read 284 rows, 18.47 KiB in 0.001415 sec., 200706.7137809187 rows/sec., 12.75 MiB/sec. 2026.05.21 20:14:46.163551 [ 260 ] {5d98c116-e146-4309-abc9-0950231d5d78} TCPHandler: Processed in 0.001584432 sec. 2026.05.21 20:14:46.163681 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.163778 [ 260 ] {c8fbd654-cc06-4dc6-8ded-6657ff3df303} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.21 20:14:46.163817 [ 260 ] {c8fbd654-cc06-4dc6-8ded-6657ff3df303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.21 20:14:46.164253 [ 260 ] {c8fbd654-cc06-4dc6-8ded-6657ff3df303} oximeter.fields_ipaddr (121d298a-e09a-4943-87bc-ca2a26a93dd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.164290 [ 260 ] {c8fbd654-cc06-4dc6-8ded-6657ff3df303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.164585 [ 260 ] {c8fbd654-cc06-4dc6-8ded-6657ff3df303} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.21 20:14:46.164798 [ 260 ] {c8fbd654-cc06-4dc6-8ded-6657ff3df303} oximeter.fields_ipaddr (121d298a-e09a-4943-87bc-ca2a26a93dd7): 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.21 20:14:46.164924 [ 260 ] {c8fbd654-cc06-4dc6-8ded-6657ff3df303} executeQuery: Read 16 rows, 1.30 KiB in 0.001165 sec., 13733.905579399141 rows/sec., 1.09 MiB/sec. 2026.05.21 20:14:46.164961 [ 260 ] {c8fbd654-cc06-4dc6-8ded-6657ff3df303} TCPHandler: Processed in 0.001331638 sec. 2026.05.21 20:14:46.165112 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.165208 [ 260 ] {6bb005b7-4d76-4386-8bf6-e7f120e50923} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:46.165246 [ 260 ] {6bb005b7-4d76-4386-8bf6-e7f120e50923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:46.167010 [ 260 ] {6bb005b7-4d76-4386-8bf6-e7f120e50923} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.167050 [ 260 ] {6bb005b7-4d76-4386-8bf6-e7f120e50923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.167631 [ 260 ] {6bb005b7-4d76-4386-8bf6-e7f120e50923} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.21 20:14:46.167853 [ 260 ] {6bb005b7-4d76-4386-8bf6-e7f120e50923} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:46.167981 [ 260 ] {6bb005b7-4d76-4386-8bf6-e7f120e50923} executeQuery: Read 3238 rows, 247.65 KiB in 0.002791 sec., 1160157.6495879614 rows/sec., 86.65 MiB/sec. 2026.05.21 20:14:46.168045 [ 260 ] {6bb005b7-4d76-4386-8bf6-e7f120e50923} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.05.21 20:14:46.168058 [ 260 ] {6bb005b7-4d76-4386-8bf6-e7f120e50923} TCPHandler: Processed in 0.002997142 sec. 2026.05.21 20:14:46.168226 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.168323 [ 260 ] {de24b5f9-6ea9-4c0b-80f9-dcabdb6e6f98} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.21 20:14:46.168361 [ 260 ] {de24b5f9-6ea9-4c0b-80f9-dcabdb6e6f98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.21 20:14:46.168895 [ 260 ] {de24b5f9-6ea9-4c0b-80f9-dcabdb6e6f98} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.168930 [ 260 ] {de24b5f9-6ea9-4c0b-80f9-dcabdb6e6f98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.169266 [ 260 ] {de24b5f9-6ea9-4c0b-80f9-dcabdb6e6f98} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:46.169509 [ 260 ] {de24b5f9-6ea9-4c0b-80f9-dcabdb6e6f98} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): 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.21 20:14:46.169638 [ 260 ] {de24b5f9-6ea9-4c0b-80f9-dcabdb6e6f98} executeQuery: Read 210 rows, 13.57 KiB in 0.001334 sec., 157421.28935532234 rows/sec., 9.93 MiB/sec. 2026.05.21 20:14:46.169675 [ 260 ] {de24b5f9-6ea9-4c0b-80f9-dcabdb6e6f98} TCPHandler: Processed in 0.001498651 sec. 2026.05.21 20:14:46.169812 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.169908 [ 260 ] {2f1e0940-1bd1-4156-854e-5e1c531323ca} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.21 20:14:46.169948 [ 260 ] {2f1e0940-1bd1-4156-854e-5e1c531323ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.21 20:14:46.170783 [ 260 ] {2f1e0940-1bd1-4156-854e-5e1c531323ca} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.170821 [ 260 ] {2f1e0940-1bd1-4156-854e-5e1c531323ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.171167 [ 260 ] {2f1e0940-1bd1-4156-854e-5e1c531323ca} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:46.171381 [ 260 ] {2f1e0940-1bd1-4156-854e-5e1c531323ca} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): 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.21 20:14:46.171505 [ 260 ] {2f1e0940-1bd1-4156-854e-5e1c531323ca} executeQuery: Read 952 rows, 57.37 KiB in 0.001615 sec., 589473.6842105264 rows/sec., 34.69 MiB/sec. 2026.05.21 20:14:46.171542 [ 260 ] {2f1e0940-1bd1-4156-854e-5e1c531323ca} TCPHandler: Processed in 0.001785695 sec. 2026.05.21 20:14:46.171673 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.171768 [ 260 ] {b49ad144-f863-4411-ad0a-4e0004dff691} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:46.171807 [ 260 ] {b49ad144-f863-4411-ad0a-4e0004dff691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.21 20:14:46.172244 [ 260 ] {b49ad144-f863-4411-ad0a-4e0004dff691} oximeter.fields_u64 (becf58e3-0711-4415-aa0b-143979c4fd62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.172281 [ 260 ] {b49ad144-f863-4411-ad0a-4e0004dff691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.172558 [ 260 ] {b49ad144-f863-4411-ad0a-4e0004dff691} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.21 20:14:46.172783 [ 260 ] {b49ad144-f863-4411-ad0a-4e0004dff691} oximeter.fields_u64 (becf58e3-0711-4415-aa0b-143979c4fd62): 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.21 20:14:46.172915 [ 260 ] {b49ad144-f863-4411-ad0a-4e0004dff691} executeQuery: Read 1 rows, 72.00 B in 0.001164 sec., 859.106529209622 rows/sec., 60.41 KiB/sec. 2026.05.21 20:14:46.172952 [ 260 ] {b49ad144-f863-4411-ad0a-4e0004dff691} TCPHandler: Processed in 0.001332518 sec. 2026.05.21 20:14:46.173078 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.173172 [ 260 ] {64ad2deb-a6a9-4fde-9638-50ea1cdefa35} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.21 20:14:46.173210 [ 260 ] {64ad2deb-a6a9-4fde-9638-50ea1cdefa35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.21 20:14:46.173711 [ 260 ] {64ad2deb-a6a9-4fde-9638-50ea1cdefa35} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.173747 [ 260 ] {64ad2deb-a6a9-4fde-9638-50ea1cdefa35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.174045 [ 260 ] {64ad2deb-a6a9-4fde-9638-50ea1cdefa35} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:46.174257 [ 260 ] {64ad2deb-a6a9-4fde-9638-50ea1cdefa35} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): 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.21 20:14:46.174381 [ 260 ] {64ad2deb-a6a9-4fde-9638-50ea1cdefa35} executeQuery: Read 148 rows, 8.62 KiB in 0.001227 sec., 120619.39690301548 rows/sec., 6.86 MiB/sec. 2026.05.21 20:14:46.174418 [ 260 ] {64ad2deb-a6a9-4fde-9638-50ea1cdefa35} TCPHandler: Processed in 0.001388159 sec. 2026.05.21 20:14:46.174540 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.174633 [ 260 ] {de9a7d26-7f14-4319-972b-d863ec093a3f} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:46.174671 [ 260 ] {de9a7d26-7f14-4319-972b-d863ec093a3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:46.175805 [ 260 ] {de9a7d26-7f14-4319-972b-d863ec093a3f} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.175842 [ 260 ] {de9a7d26-7f14-4319-972b-d863ec093a3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.176208 [ 260 ] {de9a7d26-7f14-4319-972b-d863ec093a3f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.21 20:14:46.176426 [ 260 ] {de9a7d26-7f14-4319-972b-d863ec093a3f} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:46.176552 [ 260 ] {de9a7d26-7f14-4319-972b-d863ec093a3f} executeQuery: Read 1773 rows, 122.77 KiB in 0.001936 sec., 915805.785123967 rows/sec., 61.93 MiB/sec. 2026.05.21 20:14:46.176589 [ 260 ] {de9a7d26-7f14-4319-972b-d863ec093a3f} TCPHandler: Processed in 0.002097369 sec. 2026.05.21 20:14:46.176716 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.176819 [ 260 ] {e3f4f31c-2778-4010-adcf-7655a40cc105} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.21 20:14:46.176859 [ 260 ] {e3f4f31c-2778-4010-adcf-7655a40cc105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.21 20:14:46.177203 [ 260 ] {e3f4f31c-2778-4010-adcf-7655a40cc105} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.177239 [ 260 ] {e3f4f31c-2778-4010-adcf-7655a40cc105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.177540 [ 260 ] {e3f4f31c-2778-4010-adcf-7655a40cc105} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:46.177766 [ 260 ] {e3f4f31c-2778-4010-adcf-7655a40cc105} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): 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.21 20:14:46.177892 [ 260 ] {e3f4f31c-2778-4010-adcf-7655a40cc105} executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. 2026.05.21 20:14:46.177928 [ 260 ] {e3f4f31c-2778-4010-adcf-7655a40cc105} TCPHandler: Processed in 0.001261598 sec. 2026.05.21 20:14:46.178061 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.178156 [ 260 ] {ca49035d-b36f-431b-9511-b8a8d53a8729} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:46.178197 [ 260 ] {ca49035d-b36f-431b-9511-b8a8d53a8729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:46.178979 [ 260 ] {ca49035d-b36f-431b-9511-b8a8d53a8729} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.179016 [ 260 ] {ca49035d-b36f-431b-9511-b8a8d53a8729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.179462 [ 260 ] {ca49035d-b36f-431b-9511-b8a8d53a8729} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.21 20:14:46.179679 [ 260 ] {ca49035d-b36f-431b-9511-b8a8d53a8729} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:46.179806 [ 260 ] {ca49035d-b36f-431b-9511-b8a8d53a8729} executeQuery: Read 1737 rows, 109.22 KiB in 0.001668 sec., 1041366.9064748201 rows/sec., 63.94 MiB/sec. 2026.05.21 20:14:46.179843 [ 260 ] {ca49035d-b36f-431b-9511-b8a8d53a8729} TCPHandler: Processed in 0.001835385 sec. 2026.05.21 20:14:46.179970 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.180073 [ 260 ] {e9bc5600-a561-4196-ac00-ae0ca859254c} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.21 20:14:46.180114 [ 260 ] {e9bc5600-a561-4196-ac00-ae0ca859254c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.21 20:14:46.180467 [ 260 ] {e9bc5600-a561-4196-ac00-ae0ca859254c} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.180503 [ 260 ] {e9bc5600-a561-4196-ac00-ae0ca859254c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.180817 [ 260 ] {e9bc5600-a561-4196-ac00-ae0ca859254c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:46.181030 [ 260 ] {e9bc5600-a561-4196-ac00-ae0ca859254c} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): 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.21 20:14:46.181156 [ 260 ] {e9bc5600-a561-4196-ac00-ae0ca859254c} executeQuery: Read 3 rows, 199.00 B in 0.0011 sec., 2727.272727272727 rows/sec., 176.67 KiB/sec. 2026.05.21 20:14:46.181191 [ 260 ] {e9bc5600-a561-4196-ac00-ae0ca859254c} TCPHandler: Processed in 0.001269667 sec. 2026.05.21 20:14:46.181314 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.181409 [ 260 ] {62947af2-836b-46e0-8693-7002f1d395dd} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:46.181461 [ 260 ] {62947af2-836b-46e0-8693-7002f1d395dd} 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.21 20:14:46.182364 [ 260 ] {62947af2-836b-46e0-8693-7002f1d395dd} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.182402 [ 260 ] {62947af2-836b-46e0-8693-7002f1d395dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.182956 [ 260 ] {62947af2-836b-46e0-8693-7002f1d395dd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.21 20:14:46.183190 [ 260 ] {62947af2-836b-46e0-8693-7002f1d395dd} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): 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.21 20:14:46.183324 [ 260 ] {62947af2-836b-46e0-8693-7002f1d395dd} executeQuery: Read 52 rows, 95.42 KiB in 0.001932 sec., 26915.11387163561 rows/sec., 48.23 MiB/sec. 2026.05.21 20:14:46.183376 [ 260 ] {62947af2-836b-46e0-8693-7002f1d395dd} TCPHandler: Processed in 0.002110279 sec. 2026.05.21 20:14:46.183502 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:46.183598 [ 260 ] {c82fd8bc-12a8-46e9-9a7c-9b3c9c44f18e} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:46.183639 [ 260 ] {c82fd8bc-12a8-46e9-9a7c-9b3c9c44f18e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:46.183996 [ 260 ] {c82fd8bc-12a8-46e9-9a7c-9b3c9c44f18e} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:46.184033 [ 260 ] {c82fd8bc-12a8-46e9-9a7c-9b3c9c44f18e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:46.184334 [ 260 ] {c82fd8bc-12a8-46e9-9a7c-9b3c9c44f18e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.21 20:14:46.184548 [ 260 ] {c82fd8bc-12a8-46e9-9a7c-9b3c9c44f18e} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:46.184673 [ 260 ] {c82fd8bc-12a8-46e9-9a7c-9b3c9c44f18e} executeQuery: Read 90 rows, 5.77 KiB in 0.001093 sec., 82342.17749313815 rows/sec., 5.15 MiB/sec. 2026.05.21 20:14:46.184709 [ 260 ] {c82fd8bc-12a8-46e9-9a7c-9b3c9c44f18e} TCPHandler: Processed in 0.001255307 sec. 2026.05.21 20:14:48.602790 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5282 2026.05.21 20:14:48.603313 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:48.603358 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:48.603839 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.21 20:14:48.604071 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:48.604194 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5282 2026.05.21 20:14:48.604248 [ 138 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.21 20:14:48.604355 [ 138 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:48.604392 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:48.604513 [ 198 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::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.21 20:14:48.604608 [ 198 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:48.604638 [ 198 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2914 rows starting from the beginning of the part 2026.05.21 20:14:48.604692 [ 198 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.05.21 20:14:48.604733 [ 198 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.05.21 20:14:48.604772 [ 198 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.05.21 20:14:48.604808 [ 198 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.05.21 20:14:48.604846 [ 198 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.05.21 20:14:48.606089 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5282 rows, containing 4 columns (4 merged, 0 gathered) in 0.001610242 sec., 3280252.285060258 rows/sec., 46.92 MiB/sec. 2026.05.21 20:14:48.606776 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.21 20:14:48.607065 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:48.607146 [ 194 ] {3f84be95-62bb-4ac5-bc46-8e26b9439247::all_1_11_2} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.21 20:14:48.607240 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2026.05.21 20:14:48.913408 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.05.21 20:14:48.931712 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:48.931784 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:48.937986 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.21 20:14:48.938655 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:48.938936 [ 138 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.21 20:14:48.938982 [ 138 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:48.939001 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:48.939149 [ 188 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:48.942287 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.05.21 20:14:48.943267 [ 188 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:14:48.944538 [ 188 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:48.948891 [ 188 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:48.952907 [ 188 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:48.956979 [ 188 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:48.961461 [ 188 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:48.965612 [ 188 ] {96d9447e-682c-4c46-a7b2-487792080187::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.21 20:14:49.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 223.75 MiB, peak 223.75 MiB, free memory in arenas 0.00 B, will set to 221.77 MiB (RSS), difference: -1.98 MiB 2026.05.21 20:14:49.016021 [ 201 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.07695545 sec., 1078.5460938763922 rows/sec., 5.58 MiB/sec. 2026.05.21 20:14:49.017445 [ 186 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.21 20:14:49.019110 [ 186 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_11_2} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:49.019194 [ 186 ] {96d9447e-682c-4c46-a7b2-487792080187::all_1_11_2} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.21 20:14:49.020090 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.05.21 20:14:50.000194 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 212.35 MiB, peak 223.75 MiB, free memory in arenas 0.00 B, will set to 224.14 MiB (RSS), difference: 11.79 MiB 2026.05.21 20:14:51.709937 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:51.710184 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} executeQuery: (from [fd00:1122:3344:101::d]:62684) 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.21 20:14:51.710527 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:51.710561 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} 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.21 20:14:51.710772 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:51.710839 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:51.710974 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.21 20:14:51.711106 [ 321 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:51.711114 [ 339 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.21 20:14:51.711110 [ 352 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.21 20:14:51.711294 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.21 20:14:51.711320 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:51.711390 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.21 20:14:51.711409 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.21 20:14:51.711442 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:51.711488 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:14:51.712731 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} executeQuery: Read 44 rows, 7.84 KiB in 0.002645 sec., 16635.160680529298 rows/sec., 2.89 MiB/sec. 2026.05.21 20:14:51.712834 [ 260 ] {f6681c4b-5d0a-4364-8c6f-7bd91150ed8f} TCPHandler: Processed in 0.003034372 sec. 2026.05.21 20:14:51.714430 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:51.714538 [ 260 ] {011796d9-92a1-4103-9385-d576bd7f7fec} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:51.714581 [ 260 ] {011796d9-92a1-4103-9385-d576bd7f7fec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:51.715060 [ 260 ] {011796d9-92a1-4103-9385-d576bd7f7fec} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:51.715102 [ 260 ] {011796d9-92a1-4103-9385-d576bd7f7fec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:51.715472 [ 260 ] {011796d9-92a1-4103-9385-d576bd7f7fec} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.21 20:14:51.715696 [ 260 ] {011796d9-92a1-4103-9385-d576bd7f7fec} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:51.715847 [ 260 ] {011796d9-92a1-4103-9385-d576bd7f7fec} executeQuery: Read 56 rows, 4.38 KiB in 0.001339 sec., 41822.25541448843 rows/sec., 3.19 MiB/sec. 2026.05.21 20:14:51.715886 [ 260 ] {011796d9-92a1-4103-9385-d576bd7f7fec} TCPHandler: Processed in 0.001506591 sec. 2026.05.21 20:14:51.716040 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:51.716134 [ 260 ] {8cfe2b60-359d-4249-b10c-042f88414518} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:51.716173 [ 260 ] {8cfe2b60-359d-4249-b10c-042f88414518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:51.716584 [ 260 ] {8cfe2b60-359d-4249-b10c-042f88414518} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:51.716620 [ 260 ] {8cfe2b60-359d-4249-b10c-042f88414518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:51.716930 [ 260 ] {8cfe2b60-359d-4249-b10c-042f88414518} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.21 20:14:51.717141 [ 260 ] {8cfe2b60-359d-4249-b10c-042f88414518} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:51.717266 [ 260 ] {8cfe2b60-359d-4249-b10c-042f88414518} executeQuery: Read 64 rows, 5.12 KiB in 0.001149 sec., 55700.6092254134 rows/sec., 4.35 MiB/sec. 2026.05.21 20:14:51.717303 [ 260 ] {8cfe2b60-359d-4249-b10c-042f88414518} TCPHandler: Processed in 0.001311868 sec. 2026.05.21 20:14:51.717432 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:51.717526 [ 260 ] {121d85b4-9ef7-4cf5-a14a-2c8121695c38} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:51.717569 [ 260 ] {121d85b4-9ef7-4cf5-a14a-2c8121695c38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:51.717972 [ 260 ] {121d85b4-9ef7-4cf5-a14a-2c8121695c38} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:51.718008 [ 260 ] {121d85b4-9ef7-4cf5-a14a-2c8121695c38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:51.718346 [ 260 ] {121d85b4-9ef7-4cf5-a14a-2c8121695c38} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.21 20:14:51.718561 [ 260 ] {121d85b4-9ef7-4cf5-a14a-2c8121695c38} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:51.718686 [ 260 ] {121d85b4-9ef7-4cf5-a14a-2c8121695c38} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.05.21 20:14:51.718722 [ 260 ] {121d85b4-9ef7-4cf5-a14a-2c8121695c38} TCPHandler: Processed in 0.001338139 sec. 2026.05.21 20:14:51.718848 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:51.718942 [ 260 ] {c14b3e20-94a0-4344-9710-9755edeaa066} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:51.718983 [ 260 ] {c14b3e20-94a0-4344-9710-9755edeaa066} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:51.719341 [ 260 ] {c14b3e20-94a0-4344-9710-9755edeaa066} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:51.719376 [ 260 ] {c14b3e20-94a0-4344-9710-9755edeaa066} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:51.719687 [ 260 ] {c14b3e20-94a0-4344-9710-9755edeaa066} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.21 20:14:51.719909 [ 260 ] {c14b3e20-94a0-4344-9710-9755edeaa066} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:51.720036 [ 260 ] {c14b3e20-94a0-4344-9710-9755edeaa066} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.05.21 20:14:51.720071 [ 260 ] {c14b3e20-94a0-4344-9710-9755edeaa066} TCPHandler: Processed in 0.001271537 sec. 2026.05.21 20:14:56.029546 [ 23 ] {} DNSResolver: Updating DNS cache 2026.05.21 20:14:56.029612 [ 23 ] {} DNSResolver: Updated DNS cache 2026.05.21 20:14:56.104243 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5794 2026.05.21 20:14:56.104769 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.104820 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.105589 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.21 20:14:56.105881 [ 244 ] {} system.asynchronous_metric_log (3f84be95-62bb-4ac5-bc46-8e26b9439247): 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.21 20:14:56.106045 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5794 2026.05.21 20:14:56.106479 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 356 2026.05.21 20:14:56.108985 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.109048 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.110370 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.21 20:14:56.110684 [ 242 ] {} system.query_log (213d2d51-9a0b-488f-a3c5-24ce470abd15): 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.21 20:14:56.111036 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 356 2026.05.21 20:14:56.443374 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.05.21 20:14:56.460242 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.460303 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.466258 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.21 20:14:56.467018 [ 243 ] {} system.metric_log (96d9447e-682c-4c46-a7b2-487792080187): 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.21 20:14:56.469912 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.05.21 20:14:56.716002 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.716274 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} executeQuery: (from [fd00:1122:3344:101::d]:62684) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.21 20:14:56.716641 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:14:56.716679 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.21 20:14:56.716923 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:14:56.716992 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:14:56.717136 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 31-element set) 2026.05.21 20:14:56.717257 [ 339 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:14:56.717288 [ 321 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.21 20:14:56.717269 [ 361 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.21 20:14:56.717446 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.21 20:14:56.717469 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:14:56.717545 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.21 20:14:56.717574 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.21 20:14:56.717607 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.21 20:14:56.717645 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.21 20:14:56.718927 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} executeQuery: Read 44 rows, 7.84 KiB in 0.002768 sec., 15895.953757225434 rows/sec., 2.77 MiB/sec. 2026.05.21 20:14:56.719021 [ 260 ] {7493ffd8-5d4e-4ae9-943b-dc1b5d1d02fe} TCPHandler: Processed in 0.003165714 sec. 2026.05.21 20:14:56.724754 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.724972 [ 260 ] {c4c5db5d-3424-4f72-8711-57a5fa772961} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.21 20:14:56.725053 [ 260 ] {c4c5db5d-3424-4f72-8711-57a5fa772961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.21 20:14:56.725843 [ 260 ] {c4c5db5d-3424-4f72-8711-57a5fa772961} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.725887 [ 260 ] {c4c5db5d-3424-4f72-8711-57a5fa772961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.726269 [ 260 ] {c4c5db5d-3424-4f72-8711-57a5fa772961} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:56.726492 [ 260 ] {c4c5db5d-3424-4f72-8711-57a5fa772961} oximeter.fields_i16 (ba011dc0-330c-4b46-9bf2-ba520b6bc1cb): 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.21 20:14:56.726646 [ 260 ] {c4c5db5d-3424-4f72-8711-57a5fa772961} executeQuery: Read 284 rows, 18.47 KiB in 0.001729 sec., 164256.7958357432 rows/sec., 10.43 MiB/sec. 2026.05.21 20:14:56.726687 [ 260 ] {c4c5db5d-3424-4f72-8711-57a5fa772961} TCPHandler: Processed in 0.002048788 sec. 2026.05.21 20:14:56.726912 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.727008 [ 260 ] {57064a9c-3f10-420e-88d0-039ea99bcb2f} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:14:56.727047 [ 260 ] {57064a9c-3f10-420e-88d0-039ea99bcb2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:14:56.727930 [ 260 ] {57064a9c-3f10-420e-88d0-039ea99bcb2f} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.727965 [ 260 ] {57064a9c-3f10-420e-88d0-039ea99bcb2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.728325 [ 260 ] {57064a9c-3f10-420e-88d0-039ea99bcb2f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.21 20:14:56.728541 [ 260 ] {57064a9c-3f10-420e-88d0-039ea99bcb2f} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:56.728667 [ 260 ] {57064a9c-3f10-420e-88d0-039ea99bcb2f} executeQuery: Read 879 rows, 70.69 KiB in 0.001678 sec., 523837.90226460074 rows/sec., 41.14 MiB/sec. 2026.05.21 20:14:56.728704 [ 260 ] {57064a9c-3f10-420e-88d0-039ea99bcb2f} TCPHandler: Processed in 0.001851615 sec. 2026.05.21 20:14:56.728867 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.728961 [ 260 ] {6877d7da-90f6-4d72-95a4-fa4543fe2094} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.21 20:14:56.729000 [ 260 ] {6877d7da-90f6-4d72-95a4-fa4543fe2094} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.21 20:14:56.729524 [ 260 ] {6877d7da-90f6-4d72-95a4-fa4543fe2094} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.729561 [ 260 ] {6877d7da-90f6-4d72-95a4-fa4543fe2094} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.729883 [ 260 ] {6877d7da-90f6-4d72-95a4-fa4543fe2094} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:56.730100 [ 260 ] {6877d7da-90f6-4d72-95a4-fa4543fe2094} oximeter.fields_u16 (89fe2c5b-3a75-4cb1-a2e2-9a0fd339f103): 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.21 20:14:56.730229 [ 260 ] {6877d7da-90f6-4d72-95a4-fa4543fe2094} executeQuery: Read 183 rows, 11.63 KiB in 0.001286 sec., 142301.71073094866 rows/sec., 8.83 MiB/sec. 2026.05.21 20:14:56.730265 [ 260 ] {6877d7da-90f6-4d72-95a4-fa4543fe2094} TCPHandler: Processed in 0.001458471 sec. 2026.05.21 20:14:56.730402 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.730497 [ 260 ] {6eb2c353-291c-4fbb-b9ac-e4e4a7f2dba1} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.21 20:14:56.730537 [ 260 ] {6eb2c353-291c-4fbb-b9ac-e4e4a7f2dba1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.21 20:14:56.730999 [ 260 ] {6eb2c353-291c-4fbb-b9ac-e4e4a7f2dba1} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.731036 [ 260 ] {6eb2c353-291c-4fbb-b9ac-e4e4a7f2dba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.731329 [ 260 ] {6eb2c353-291c-4fbb-b9ac-e4e4a7f2dba1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:56.731541 [ 260 ] {6eb2c353-291c-4fbb-b9ac-e4e4a7f2dba1} oximeter.fields_u32 (412d90b5-c8ea-4ea4-a12d-9cc0716839f3): 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.21 20:14:56.731666 [ 260 ] {6eb2c353-291c-4fbb-b9ac-e4e4a7f2dba1} executeQuery: Read 149 rows, 9.86 KiB in 0.001186 sec., 125632.37774030355 rows/sec., 8.12 MiB/sec. 2026.05.21 20:14:56.731703 [ 260 ] {6eb2c353-291c-4fbb-b9ac-e4e4a7f2dba1} TCPHandler: Processed in 0.001350448 sec. 2026.05.21 20:14:56.731836 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.731932 [ 260 ] {05355f60-9b3d-4e24-b78b-5d980c2a3045} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.21 20:14:56.731971 [ 260 ] {05355f60-9b3d-4e24-b78b-5d980c2a3045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.21 20:14:56.732455 [ 260 ] {05355f60-9b3d-4e24-b78b-5d980c2a3045} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.732492 [ 260 ] {05355f60-9b3d-4e24-b78b-5d980c2a3045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.732789 [ 260 ] {05355f60-9b3d-4e24-b78b-5d980c2a3045} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:56.733010 [ 260 ] {05355f60-9b3d-4e24-b78b-5d980c2a3045} oximeter.fields_u8 (b7d71e13-b785-44df-a9c5-6c09b40751e6): 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.21 20:14:56.733134 [ 260 ] {05355f60-9b3d-4e24-b78b-5d980c2a3045} executeQuery: Read 148 rows, 8.62 KiB in 0.00122 sec., 121311.47540983607 rows/sec., 6.90 MiB/sec. 2026.05.21 20:14:56.733171 [ 260 ] {05355f60-9b3d-4e24-b78b-5d980c2a3045} TCPHandler: Processed in 0.001384288 sec. 2026.05.21 20:14:56.733294 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.733389 [ 260 ] {316f8e0e-9e28-4014-9827-c56479d8d23b} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:14:56.733428 [ 260 ] {316f8e0e-9e28-4014-9827-c56479d8d23b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:14:56.734124 [ 260 ] {316f8e0e-9e28-4014-9827-c56479d8d23b} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.734161 [ 260 ] {316f8e0e-9e28-4014-9827-c56479d8d23b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.734478 [ 260 ] {316f8e0e-9e28-4014-9827-c56479d8d23b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.21 20:14:56.734691 [ 260 ] {316f8e0e-9e28-4014-9827-c56479d8d23b} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:56.734817 [ 260 ] {316f8e0e-9e28-4014-9827-c56479d8d23b} executeQuery: Read 531 rows, 38.46 KiB in 0.001446 sec., 367219.91701244813 rows/sec., 25.98 MiB/sec. 2026.05.21 20:14:56.734855 [ 260 ] {316f8e0e-9e28-4014-9827-c56479d8d23b} TCPHandler: Processed in 0.001609513 sec. 2026.05.21 20:14:56.735008 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.735103 [ 260 ] {812daba2-08a0-4fae-838e-2cf163477ae7} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.21 20:14:56.735143 [ 260 ] {812daba2-08a0-4fae-838e-2cf163477ae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.21 20:14:56.735485 [ 260 ] {812daba2-08a0-4fae-838e-2cf163477ae7} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.735521 [ 260 ] {812daba2-08a0-4fae-838e-2cf163477ae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.735820 [ 260 ] {812daba2-08a0-4fae-838e-2cf163477ae7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:56.736031 [ 260 ] {812daba2-08a0-4fae-838e-2cf163477ae7} oximeter.measurements_bool (430ec9b8-f330-48a8-82af-fa3fb184ccc1): 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.21 20:14:56.736157 [ 260 ] {812daba2-08a0-4fae-838e-2cf163477ae7} executeQuery: Read 6 rows, 321.00 B in 0.001071 sec., 5602.240896358544 rows/sec., 292.70 KiB/sec. 2026.05.21 20:14:56.736193 [ 260 ] {812daba2-08a0-4fae-838e-2cf163477ae7} TCPHandler: Processed in 0.001232897 sec. 2026.05.21 20:14:56.736328 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.736422 [ 260 ] {0ee341dc-24c1-47ae-91c2-348b4750b530} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:56.736463 [ 260 ] {0ee341dc-24c1-47ae-91c2-348b4750b530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:14:56.736902 [ 260 ] {0ee341dc-24c1-47ae-91c2-348b4750b530} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.736939 [ 260 ] {0ee341dc-24c1-47ae-91c2-348b4750b530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.737265 [ 260 ] {0ee341dc-24c1-47ae-91c2-348b4750b530} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.21 20:14:56.737488 [ 260 ] {0ee341dc-24c1-47ae-91c2-348b4750b530} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:56.737616 [ 260 ] {0ee341dc-24c1-47ae-91c2-348b4750b530} executeQuery: Read 265 rows, 18.03 KiB in 0.001211 sec., 218827.41535920725 rows/sec., 14.54 MiB/sec. 2026.05.21 20:14:56.737652 [ 260 ] {0ee341dc-24c1-47ae-91c2-348b4750b530} TCPHandler: Processed in 0.001373109 sec. 2026.05.21 20:14:56.737780 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.737876 [ 260 ] {e1e3e726-b643-4712-9475-4b71cb28adcf} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.21 20:14:56.737917 [ 260 ] {e1e3e726-b643-4712-9475-4b71cb28adcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.21 20:14:56.738267 [ 260 ] {e1e3e726-b643-4712-9475-4b71cb28adcf} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.738304 [ 260 ] {e1e3e726-b643-4712-9475-4b71cb28adcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.738597 [ 260 ] {e1e3e726-b643-4712-9475-4b71cb28adcf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:56.738806 [ 260 ] {e1e3e726-b643-4712-9475-4b71cb28adcf} oximeter.measurements_f64 (8f79c705-8b02-4bc1-b9c2-df9e020a2753): 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.21 20:14:56.738932 [ 260 ] {e1e3e726-b643-4712-9475-4b71cb28adcf} executeQuery: Read 1 rows, 69.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 62.74 KiB/sec. 2026.05.21 20:14:56.738969 [ 260 ] {e1e3e726-b643-4712-9475-4b71cb28adcf} TCPHandler: Processed in 0.001236878 sec. 2026.05.21 20:14:56.739088 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.739183 [ 260 ] {1771ae67-9ec8-448a-ab4e-f8dac0eba859} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.21 20:14:56.739234 [ 260 ] {1771ae67-9ec8-448a-ab4e-f8dac0eba859} 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.21 20:14:56.740048 [ 260 ] {1771ae67-9ec8-448a-ab4e-f8dac0eba859} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.740085 [ 260 ] {1771ae67-9ec8-448a-ab4e-f8dac0eba859} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.740624 [ 260 ] {1771ae67-9ec8-448a-ab4e-f8dac0eba859} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.21 20:14:56.740847 [ 260 ] {1771ae67-9ec8-448a-ab4e-f8dac0eba859} oximeter.measurements_histogramu64 (2d881e5d-9731-4363-b6f0-80a7790aedca): 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.21 20:14:56.740980 [ 260 ] {1771ae67-9ec8-448a-ab4e-f8dac0eba859} executeQuery: Read 41 rows, 75.23 KiB in 0.001815 sec., 22589.53168044077 rows/sec., 40.48 MiB/sec. 2026.05.21 20:14:56.741029 [ 260 ] {1771ae67-9ec8-448a-ab4e-f8dac0eba859} TCPHandler: Processed in 0.001989467 sec. 2026.05.21 20:14:56.741153 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:14:56.741249 [ 260 ] {0c2f3658-7ab4-450c-aed4-20f5957d00f0} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:14:56.741290 [ 260 ] {0c2f3658-7ab4-450c-aed4-20f5957d00f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:14:56.741643 [ 260 ] {0c2f3658-7ab4-450c-aed4-20f5957d00f0} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:14:56.741676 [ 260 ] {0c2f3658-7ab4-450c-aed4-20f5957d00f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2026.05.21 20:14:56.741982 [ 260 ] {0c2f3658-7ab4-450c-aed4-20f5957d00f0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.21 20:14:56.742197 [ 260 ] {0c2f3658-7ab4-450c-aed4-20f5957d00f0} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:14:56.742320 [ 260 ] {0c2f3658-7ab4-450c-aed4-20f5957d00f0} executeQuery: Read 90 rows, 5.77 KiB in 0.001089 sec., 82644.62809917355 rows/sec., 5.17 MiB/sec. 2026.05.21 20:14:56.742355 [ 260 ] {0c2f3658-7ab4-450c-aed4-20f5957d00f0} TCPHandler: Processed in 0.001250557 sec. 2026.05.21 20:15:01.710385 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:15:01.710623 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} executeQuery: (from [fd00:1122:3344:101::d]:62684) 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.21 20:15:01.711046 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.21 20:15:01.711096 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} 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.21 20:15:01.711381 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.21 20:15:01.711461 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.21 20:15:01.711609 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.21 20:15:01.711746 [ 328 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.21 20:15:01.711753 [ 330 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.21 20:15:01.711753 [ 321 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.21 20:15:01.711924 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.21 20:15:01.711959 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.21 20:15:01.712035 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.21 20:15:01.712059 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} oximeter.timeseries_schema (976b56b5-5bef-4329-9ffc-c8c534f43f23) (SelectExecutor): Reading approx. 44 rows with 2 streams 2026.05.21 20:15:01.712096 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:15:01.712143 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.21 20:15:01.713594 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} executeQuery: Read 44 rows, 7.84 KiB in 0.003055 sec., 14402.618657937806 rows/sec., 2.51 MiB/sec. 2026.05.21 20:15:01.713771 [ 260 ] {8b5f1c4e-40e2-4864-af16-348aacd2ec63} TCPHandler: Processed in 0.003521418 sec. 2026.05.21 20:15:01.715524 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:15:01.715681 [ 260 ] {842f8a54-f440-4df3-9e8d-d29e2b41d3e2} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.21 20:15:01.715748 [ 260 ] {842f8a54-f440-4df3-9e8d-d29e2b41d3e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.21 20:15:01.716453 [ 260 ] {842f8a54-f440-4df3-9e8d-d29e2b41d3e2} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:15:01.716505 [ 260 ] {842f8a54-f440-4df3-9e8d-d29e2b41d3e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.05.21 20:15:01.716939 [ 260 ] {842f8a54-f440-4df3-9e8d-d29e2b41d3e2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.21 20:15:01.717214 [ 260 ] {842f8a54-f440-4df3-9e8d-d29e2b41d3e2} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:15:01.717400 [ 58 ] {} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.21 20:15:01.717416 [ 260 ] {842f8a54-f440-4df3-9e8d-d29e2b41d3e2} executeQuery: Read 56 rows, 4.38 KiB in 0.001772 sec., 31602.70880361174 rows/sec., 2.41 MiB/sec. 2026.05.21 20:15:01.717472 [ 58 ] {} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:15:01.717499 [ 260 ] {842f8a54-f440-4df3-9e8d-d29e2b41d3e2} TCPHandler: Processed in 0.00210396 sec. 2026.05.21 20:15:01.717500 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.05.21 20:15:01.717631 [ 191 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.21 20:15:01.717715 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:15:01.717756 [ 191 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:15:01.717800 [ 191 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3229 rows starting from the beginning of the part 2026.05.21 20:15:01.717835 [ 260 ] {45c4e0e1-b120-42b0-ae71-caaca75ec77a} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.21 20:15:01.717872 [ 191 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.05.21 20:15:01.717886 [ 260 ] {45c4e0e1-b120-42b0-ae71-caaca75ec77a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.21 20:15:01.717936 [ 191 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3238 rows starting from the beginning of the part 2026.05.21 20:15:01.717988 [ 191 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2026.05.21 20:15:01.718034 [ 191 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 879 rows starting from the beginning of the part 2026.05.21 20:15:01.718078 [ 191 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part 2026.05.21 20:15:01.718408 [ 260 ] {45c4e0e1-b120-42b0-ae71-caaca75ec77a} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:15:01.718456 [ 260 ] {45c4e0e1-b120-42b0-ae71-caaca75ec77a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.05.21 20:15:01.718850 [ 260 ] {45c4e0e1-b120-42b0-ae71-caaca75ec77a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.21 20:15:01.719104 [ 260 ] {45c4e0e1-b120-42b0-ae71-caaca75ec77a} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:15:01.719281 [ 58 ] {} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.21 20:15:01.719294 [ 260 ] {45c4e0e1-b120-42b0-ae71-caaca75ec77a} executeQuery: Read 64 rows, 5.12 KiB in 0.001477 sec., 43331.07650643196 rows/sec., 3.38 MiB/sec. 2026.05.21 20:15:01.719348 [ 58 ] {} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:15:01.719375 [ 260 ] {45c4e0e1-b120-42b0-ae71-caaca75ec77a} TCPHandler: Processed in 0.001722863 sec. 2026.05.21 20:15:01.719390 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.05.21 20:15:01.719532 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.21 20:15:01.719557 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:15:01.719646 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:15:01.719676 [ 260 ] {0199a625-0fbc-491d-8903-3728b0b51e11} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.21 20:15:01.719687 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1785 rows starting from the beginning of the part 2026.05.21 20:15:01.719731 [ 260 ] {0199a625-0fbc-491d-8903-3728b0b51e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.21 20:15:01.719781 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.05.21 20:15:01.719854 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1773 rows starting from the beginning of the part 2026.05.21 20:15:01.719926 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2026.05.21 20:15:01.720026 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 531 rows starting from the beginning of the part 2026.05.21 20:15:01.720087 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part 2026.05.21 20:15:01.720293 [ 260 ] {0199a625-0fbc-491d-8903-3728b0b51e11} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:15:01.720335 [ 260 ] {0199a625-0fbc-491d-8903-3728b0b51e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.05.21 20:15:01.720868 [ 260 ] {0199a625-0fbc-491d-8903-3728b0b51e11} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.21 20:15:01.720970 [ 198 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7514 rows, containing 5 columns (5 merged, 0 gathered) in 0.003387376 sec., 2218236.1804535426 rows/sec., 175.16 MiB/sec. 2026.05.21 20:15:01.721162 [ 260 ] {0199a625-0fbc-491d-8903-3728b0b51e11} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:15:01.721309 [ 58 ] {} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.21 20:15:01.721343 [ 193 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.21 20:15:01.721354 [ 58 ] {} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:15:01.721347 [ 260 ] {0199a625-0fbc-491d-8903-3728b0b51e11} executeQuery: Read 160 rows, 11.41 KiB in 0.001694 sec., 94451.00354191264 rows/sec., 6.58 MiB/sec. 2026.05.21 20:15:01.721383 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.05.21 20:15:01.721433 [ 260 ] {0199a625-0fbc-491d-8903-3728b0b51e11} TCPHandler: Processed in 0.001938877 sec. 2026.05.21 20:15:01.721486 [ 191 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.21 20:15:01.721607 [ 191 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:15:01.721624 [ 260 ] {} TCP-Session: 26c9e666-cc02-441e-ad14-79e0fc735ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.21 20:15:01.721645 [ 191 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4884 rows starting from the beginning of the part 2026.05.21 20:15:01.721646 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4281 rows, containing 5 columns (5 merged, 0 gathered) in 0.00216668 sec., 1975833.9948677241 rows/sec., 142.89 MiB/sec. 2026.05.21 20:15:01.721716 [ 193 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:15:01.721732 [ 191 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.05.21 20:15:01.721751 [ 260 ] {d8917b5c-fc37-420f-bf37-274708e73c71} executeQuery: (from [fd00:1122:3344:101::d]:62684) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.21 20:15:01.721792 [ 191 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1737 rows starting from the beginning of the part 2026.05.21 20:15:01.721807 [ 193 ] {a1fb9b30-9c2d-49d7-a9ef-33f1add5f022::all_1_16_3} oximeter.fields_string (a1fb9b30-9c2d-49d7-a9ef-33f1add5f022) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.21 20:15:01.721817 [ 260 ] {d8917b5c-fc37-420f-bf37-274708e73c71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.21 20:15:01.721865 [ 191 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.05.21 20:15:01.721926 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2026.05.21 20:15:01.721933 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.21 20:15:01.721927 [ 191 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 265 rows starting from the beginning of the part 2026.05.21 20:15:01.722043 [ 191 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.05.21 20:15:01.722292 [ 260 ] {d8917b5c-fc37-420f-bf37-274708e73c71} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:15:01.722352 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:15:01.722354 [ 260 ] {d8917b5c-fc37-420f-bf37-274708e73c71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.05.21 20:15:01.722445 [ 186 ] {a95d7cd1-a588-48db-8cc9-08ea217b6869::all_1_16_3} oximeter.fields_uuid (a95d7cd1-a588-48db-8cc9-08ea217b6869) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.21 20:15:01.722541 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.05.21 20:15:01.722807 [ 260 ] {d8917b5c-fc37-420f-bf37-274708e73c71} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.21 20:15:01.723155 [ 260 ] {d8917b5c-fc37-420f-bf37-274708e73c71} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:15:01.723304 [ 58 ] {} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.21 20:15:01.723343 [ 58 ] {} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.21 20:15:01.723346 [ 260 ] {d8917b5c-fc37-420f-bf37-274708e73c71} executeQuery: Read 60 rows, 4.14 KiB in 0.001617 sec., 37105.75139146568 rows/sec., 2.50 MiB/sec. 2026.05.21 20:15:01.723366 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2026.05.21 20:15:01.723414 [ 260 ] {d8917b5c-fc37-420f-bf37-274708e73c71} TCPHandler: Processed in 0.001851075 sec. 2026.05.21 20:15:01.723474 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.21 20:15:01.723626 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.21 20:15:01.723666 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 792 rows starting from the beginning of the part 2026.05.21 20:15:01.723724 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.05.21 20:15:01.723774 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2026.05.21 20:15:01.723825 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.05.21 20:15:01.723871 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2026.05.21 20:15:01.723923 [ 198 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.05.21 20:15:01.725079 [ 193 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1152 rows, containing 4 columns (4 merged, 0 gathered) in 0.001646933 sec., 699482.0068575953 rows/sec., 45.03 MiB/sec. 2026.05.21 20:15:01.725131 [ 186 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7366 rows, containing 5 columns (5 merged, 0 gathered) in 0.003685481 sec., 1998653.635712679 rows/sec., 128.29 MiB/sec. 2026.05.21 20:15:01.725308 [ 193 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.21 20:15:01.725604 [ 193 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:15:01.725681 [ 193 ] {3f6b244a-44e0-4433-a092-991aea586fe0::all_1_16_3} oximeter.measurements_u64 (3f6b244a-44e0-4433-a092-991aea586fe0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.21 20:15:01.725756 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.05.21 20:15:01.725755 [ 195 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.21 20:15:01.726078 [ 195 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.21 20:15:01.726151 [ 195 ] {bdbcaf11-b96b-4e59-b155-d033d8da5961::all_1_16_3} oximeter.measurements_cumulativeu64 (bdbcaf11-b96b-4e59-b155-d033d8da5961) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.21 20:15:01.726232 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB.