[ May 8 13:59:18 Enabled. ] [ May 8 13:59:18 Rereading configuration. ] [ May 8 13:59:19 Rereading configuration. ] [ May 8 13:59:20 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 8 13:59:20 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.08 13:59:21.778755 [ 1 ] {} Application: Will watch for the process with pid 25023 2026.05.08 13:59:21.779152 [ 1 ] {} Application: Forked a child process to watch 2026.05.08 13:59:21.961934 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25023 2026.05.08 13:59:21.962629 [ 1 ] {} Application: starting up 2026.05.08 13:59:21.962769 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.08 13:59:22.058402 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.05.08 13:59:22.099383 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.08 13:59:22.099434 [ 1 ] {} Application: Initializing DateLUT. 2026.05.08 13:59:22.099452 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.08 13:59:22.099508 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.08 13:59:22.099864 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.08 13:59:22.101950 [ 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.08 13:59:22.102778 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.08 13:59:22.103591 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.05.08 13:59:22.103612 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.05.08 13:59:22.103625 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.05.08 13:59:22.104286 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.08 13:59:22.105279 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.08 13:59:22.111436 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.08 13:59:22.112192 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.08 13:59:22.113467 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.08 13:59:22.113532 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.08 13:59:22.114563 [ 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.08 13:59:22.115069 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.08 13:59:22.118962 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.08 13:59:22.119656 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.08 13:59:22.122766 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.08 13:59:22.123182 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.08 13:59:22.123534 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.08 13:59:22.123869 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.08 13:59:22.125156 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.08 13:59:22.125181 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.08 13:59:22.125271 [ 152 ] {} DNSResolver: Updating DNS cache 2026.05.08 13:59:22.125354 [ 152 ] {} DNSResolver: Updated DNS cache 2026.05.08 13:59:22.137338 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.08 13:59:22.137368 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000162033 sec 2026.05.08 13:59:22.137389 [ 1 ] {} ReferentialDeps: No tables 2026.05.08 13:59:22.137404 [ 1 ] {} LoadingDeps: No tables 2026.05.08 13:59:22.138181 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.08 13:59:22.138736 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.08 13:59:22.146015 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.08 13:59:22.146058 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.08 13:59:22.146078 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.08 13:59:22.146089 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.08 13:59:22.146121 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.08 13:59:22.146141 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.08 13:59:22.148472 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.08 13:59:22.148518 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.08 13:59:22.148538 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.08 13:59:22.148670 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.08 13:59:22.148711 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.08 13:59:22.148724 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.08 13:59:22.148740 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.08 13:59:22.148752 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.08 13:59:22.148780 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.08 13:59:22.148796 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.08 13:59:22.170085 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.08 13:59:22.171431 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.08 13:59:22.171459 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.5381e-05 sec 2026.05.08 13:59:22.171471 [ 1 ] {} ReferentialDeps: No tables 2026.05.08 13:59:22.171481 [ 1 ] {} LoadingDeps: No tables 2026.05.08 13:59:22.171503 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.08 13:59:22.171677 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.08 13:59:22.171718 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.08 13:59:22.171730 [ 1 ] {} Application: Loaded metadata. 2026.05.08 13:59:22.171741 [ 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.08 13:59:22.171751 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.08 13:59:22.180849 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.08 13:59:22.181070 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.65 MiB (RSS), difference: 91.87 MiB 2026.05.08 13:59:22.182450 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.419e-05 sec. 2026.05.08 13:59:22.182993 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.08 13:59:22.183758 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.08 13:59:22.183775 [ 1 ] {} Application: Ready for connections. 2026.05.08 13:59:22.387168 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51369 2026.05.08 13:59:22.388152 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.388216 [ 3 ] {} TCP-Session: bb2e0575-ca94-4031-bb34-3948a3d2923c Authenticating user 'default' from [fd00:1122:3344:101::e]:51369 2026.05.08 13:59:22.388247 [ 3 ] {} TCP-Session: bb2e0575-ca94-4031-bb34-3948a3d2923c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.388271 [ 3 ] {} TCP-Session: bb2e0575-ca94-4031-bb34-3948a3d2923c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.388366 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.08 13:59:22.388392 [ 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.08 13:59:22.388419 [ 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.08 13:59:22.388851 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55487 2026.05.08 13:59:22.388868 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43806 2026.05.08 13:59:22.389011 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.389056 [ 4 ] {} TCP-Session: 88f94f27-b5db-4014-afbe-9297667f8c82 Authenticating user 'default' from [fd00:1122:3344:101::e]:55487 2026.05.08 13:59:22.389109 [ 4 ] {} TCP-Session: 88f94f27-b5db-4014-afbe-9297667f8c82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.389128 [ 4 ] {} TCP-Session: 88f94f27-b5db-4014-afbe-9297667f8c82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.389192 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.389267 [ 5 ] {} TCP-Session: 7051a765-2245-48e4-9bed-f4a16190768c Authenticating user 'default' from [fd00:1122:3344:101::e]:43806 2026.05.08 13:59:22.389291 [ 5 ] {} TCP-Session: 7051a765-2245-48e4-9bed-f4a16190768c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.389304 [ 5 ] {} TCP-Session: 7051a765-2245-48e4-9bed-f4a16190768c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.389669 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46586 2026.05.08 13:59:22.389966 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.389995 [ 253 ] {} TCP-Session: b9546761-6097-4458-bcc9-7761e2458275 Authenticating user 'default' from [fd00:1122:3344:101::e]:46586 2026.05.08 13:59:22.389999 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45199 2026.05.08 13:59:22.390013 [ 253 ] {} TCP-Session: b9546761-6097-4458-bcc9-7761e2458275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.390051 [ 253 ] {} TCP-Session: b9546761-6097-4458-bcc9-7761e2458275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.390688 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45632 2026.05.08 13:59:22.391387 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43852 2026.05.08 13:59:22.391571 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.391592 [ 3 ] {} TCP-Session: bb2e0575-ca94-4031-bb34-3948a3d2923c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.391609 [ 254 ] {} TCP-Session: 31b77ad3-1761-4f9d-af1c-efe68d88600e Authenticating user 'default' from [fd00:1122:3344:101::e]:45199 2026.05.08 13:59:22.391621 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.391655 [ 254 ] {} TCP-Session: 31b77ad3-1761-4f9d-af1c-efe68d88600e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.391655 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46248 2026.05.08 13:59:22.391675 [ 254 ] {} TCP-Session: 31b77ad3-1761-4f9d-af1c-efe68d88600e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.391672 [ 255 ] {} TCP-Session: 47303739-a092-429d-94c4-526c365a42e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:45632 2026.05.08 13:59:22.391656 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58354 2026.05.08 13:59:22.391812 [ 255 ] {} TCP-Session: 47303739-a092-429d-94c4-526c365a42e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.391834 [ 255 ] {} TCP-Session: 47303739-a092-429d-94c4-526c365a42e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.391770 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.391980 [ 257 ] {} TCP-Session: 37e10744-85fb-4208-84ac-8bec67ddf9b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:43852 2026.05.08 13:59:22.392016 [ 257 ] {} TCP-Session: 37e10744-85fb-4208-84ac-8bec67ddf9b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.392034 [ 257 ] {} TCP-Session: 37e10744-85fb-4208-84ac-8bec67ddf9b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.392194 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.392237 [ 259 ] {} TCP-Session: f8dcd842-7fa8-4f2b-9a3c-a133127b6467 Authenticating user 'default' from [fd00:1122:3344:101::e]:58354 2026.05.08 13:59:22.392254 [ 259 ] {} TCP-Session: f8dcd842-7fa8-4f2b-9a3c-a133127b6467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.392266 [ 259 ] {} TCP-Session: f8dcd842-7fa8-4f2b-9a3c-a133127b6467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.392819 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.392869 [ 258 ] {} TCP-Session: 61b807b0-d0d3-4bd2-9de9-e652f17a0246 Authenticating user 'default' from [fd00:1122:3344:101::e]:46248 2026.05.08 13:59:22.392887 [ 258 ] {} TCP-Session: 61b807b0-d0d3-4bd2-9de9-e652f17a0246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.392911 [ 258 ] {} TCP-Session: 61b807b0-d0d3-4bd2-9de9-e652f17a0246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.394766 [ 3 ] {7264a7c7-69c9-4b75-86f8-3364ac2bd4c1} executeQuery: (from [fd00:1122:3344:101::e]:51369) 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 has_own_data (stage: Complete) 2026.05.08 13:59:22.399115 [ 3 ] {7264a7c7-69c9-4b75-86f8-3364ac2bd4c1} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.08 13:59:22.400628 [ 3 ] {7264a7c7-69c9-4b75-86f8-3364ac2bd4c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.08 13:59:22.403356 [ 260 ] {7264a7c7-69c9-4b75-86f8-3364ac2bd4c1} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.08 13:59:22.406568 [ 3 ] {7264a7c7-69c9-4b75-86f8-3364ac2bd4c1} executeQuery: Read 96 rows, 5.29 KiB in 0.011495 sec., 8351.457155284907 rows/sec., 460.37 KiB/sec. 2026.05.08 13:59:22.406648 [ 3 ] {7264a7c7-69c9-4b75-86f8-3364ac2bd4c1} TCPHandler: Processed in 0.017420099 sec. 2026.05.08 13:59:22.529821 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37888 2026.05.08 13:59:22.529982 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.530046 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:37888 2026.05.08 13:59:22.530073 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.530088 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.530165 [ 261 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.08 13:59:22.530192 [ 261 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.08 13:59:22.530219 [ 261 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.08 13:59:22.530684 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63811 2026.05.08 13:59:22.530762 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52738 2026.05.08 13:59:22.530832 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54571 2026.05.08 13:59:22.530966 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.530998 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60627 2026.05.08 13:59:22.531014 [ 262 ] {} TCP-Session: d7394aee-8954-4d24-b428-c96b2b0c6a84 Authenticating user 'default' from [fd00:1122:3344:101::d]:63811 2026.05.08 13:59:22.531015 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.531058 [ 262 ] {} TCP-Session: d7394aee-8954-4d24-b428-c96b2b0c6a84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531080 [ 263 ] {} TCP-Session: 26401a0e-b8f8-4dcc-972b-85490dadf18a Authenticating user 'default' from [fd00:1122:3344:101::d]:52738 2026.05.08 13:59:22.531107 [ 263 ] {} TCP-Session: 26401a0e-b8f8-4dcc-972b-85490dadf18a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531122 [ 263 ] {} TCP-Session: 26401a0e-b8f8-4dcc-972b-85490dadf18a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531137 [ 262 ] {} TCP-Session: d7394aee-8954-4d24-b428-c96b2b0c6a84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531119 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58245 2026.05.08 13:59:22.531148 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.531224 [ 264 ] {} TCP-Session: 12dbf847-938c-4d5c-b14e-69e18a9543ea Authenticating user 'default' from [fd00:1122:3344:101::d]:54571 2026.05.08 13:59:22.531249 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39773 2026.05.08 13:59:22.531258 [ 264 ] {} TCP-Session: 12dbf847-938c-4d5c-b14e-69e18a9543ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531289 [ 264 ] {} TCP-Session: 12dbf847-938c-4d5c-b14e-69e18a9543ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531309 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.531364 [ 265 ] {} TCP-Session: ef1d617b-9022-4767-9366-0e438a6b86dd Authenticating user 'default' from [fd00:1122:3344:101::d]:60627 2026.05.08 13:59:22.531371 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.531384 [ 265 ] {} TCP-Session: ef1d617b-9022-4767-9366-0e438a6b86dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531391 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43446 2026.05.08 13:59:22.531431 [ 266 ] {} TCP-Session: 55153f47-fe84-458c-9db0-9b8cd1dd48bd Authenticating user 'default' from [fd00:1122:3344:101::d]:58245 2026.05.08 13:59:22.531430 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.531466 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.531501 [ 267 ] {} TCP-Session: 97434c02-dbd5-4b96-bb36-9aa1c6a2d9a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39773 2026.05.08 13:59:22.531501 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44125 2026.05.08 13:59:22.531545 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.531528 [ 267 ] {} TCP-Session: 97434c02-dbd5-4b96-bb36-9aa1c6a2d9a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531598 [ 268 ] {} TCP-Session: a6cf1b33-0c13-4853-9cfe-d8a7a68c07bb Authenticating user 'default' from [fd00:1122:3344:101::d]:43446 2026.05.08 13:59:22.531616 [ 267 ] {} TCP-Session: 97434c02-dbd5-4b96-bb36-9aa1c6a2d9a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531464 [ 266 ] {} TCP-Session: 55153f47-fe84-458c-9db0-9b8cd1dd48bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531640 [ 268 ] {} TCP-Session: a6cf1b33-0c13-4853-9cfe-d8a7a68c07bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531668 [ 266 ] {} TCP-Session: 55153f47-fe84-458c-9db0-9b8cd1dd48bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531435 [ 265 ] {} TCP-Session: ef1d617b-9022-4767-9366-0e438a6b86dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531710 [ 268 ] {} TCP-Session: a6cf1b33-0c13-4853-9cfe-d8a7a68c07bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531726 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:22.531707 [ 261 ] {254cba2f-419d-4b64-b7ff-3ebeb50026a2} executeQuery: (from [fd00:1122:3344:101::d]:37888) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.08 13:59:22.531783 [ 269 ] {} TCP-Session: b07742cd-3730-4995-8e9e-21fb723eb963 Authenticating user 'default' from [fd00:1122:3344:101::d]:44125 2026.05.08 13:59:22.531819 [ 269 ] {} TCP-Session: b07742cd-3730-4995-8e9e-21fb723eb963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.531831 [ 269 ] {} TCP-Session: b07742cd-3730-4995-8e9e-21fb723eb963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:22.639547 [ 261 ] {254cba2f-419d-4b64-b7ff-3ebeb50026a2} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37888) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.08 13:59:22.640521 [ 261 ] {254cba2f-419d-4b64-b7ff-3ebeb50026a2} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.08 13:59:22.640623 [ 261 ] {254cba2f-419d-4b64-b7ff-3ebeb50026a2} TCPHandler: Processed in 0.109640527 sec. 2026.05.08 13:59:22.641021 [ 263 ] {} TCP-Session: 26401a0e-b8f8-4dcc-972b-85490dadf18a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.641235 [ 263 ] {657bea38-1735-4a8f-abfa-20716814934c} executeQuery: (from [fd00:1122:3344:101::d]:52738) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.08 13:59:22.641668 [ 263 ] {657bea38-1735-4a8f-abfa-20716814934c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52738) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.08 13:59:22.641808 [ 263 ] {657bea38-1735-4a8f-abfa-20716814934c} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.08 13:59:22.641881 [ 263 ] {657bea38-1735-4a8f-abfa-20716814934c} TCPHandler: Processed in 0.001006529 sec. 2026.05.08 13:59:22.642182 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.642998 [ 261 ] {ad30d604-11d4-4307-a672-79bd02f38df6} executeQuery: (from [fd00:1122:3344:101::d]:37888) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.08 13:59:22.643078 [ 261 ] {ad30d604-11d4-4307-a672-79bd02f38df6} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.08 13:59:22.645762 [ 261 ] {ad30d604-11d4-4307-a672-79bd02f38df6} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.08 13:59:22.645840 [ 261 ] {ad30d604-11d4-4307-a672-79bd02f38df6} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000111722 sec 2026.05.08 13:59:22.645856 [ 261 ] {ad30d604-11d4-4307-a672-79bd02f38df6} ReferentialDeps: No tables 2026.05.08 13:59:22.645868 [ 261 ] {ad30d604-11d4-4307-a672-79bd02f38df6} LoadingDeps: No tables 2026.05.08 13:59:22.645906 [ 261 ] {ad30d604-11d4-4307-a672-79bd02f38df6} DatabaseAtomic (oximeter): Starting up tables. 2026.05.08 13:59:22.645971 [ 261 ] {ad30d604-11d4-4307-a672-79bd02f38df6} TCPHandler: Processed in 0.003910524 sec. 2026.05.08 13:59:22.646123 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.646289 [ 261 ] {687e484c-9348-4a41-9201-116f3e593e4e} executeQuery: (from [fd00:1122:3344:101::d]:37888) /* 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.08 13:59:22.646332 [ 261 ] {687e484c-9348-4a41-9201-116f3e593e4e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.08 13:59:22.650190 [ 261 ] {687e484c-9348-4a41-9201-116f3e593e4e} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.08 13:59:22.651520 [ 261 ] {687e484c-9348-4a41-9201-116f3e593e4e} oximeter.version (33bc1bf6-1517-4739-92fe-7b332ba25337): Loading data parts 2026.05.08 13:59:22.652569 [ 261 ] {687e484c-9348-4a41-9201-116f3e593e4e} oximeter.version (33bc1bf6-1517-4739-92fe-7b332ba25337): There are no data parts 2026.05.08 13:59:22.656694 [ 261 ] {687e484c-9348-4a41-9201-116f3e593e4e} TCPHandler: Processed in 0.010618961 sec. 2026.05.08 13:59:22.656953 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.657165 [ 261 ] {baa5ef17-b660-42f3-b861-fb5b54014aea} executeQuery: (from [fd00:1122:3344:101::d]:37888) /* 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.08 13:59:22.657246 [ 261 ] {baa5ef17-b660-42f3-b861-fb5b54014aea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.08 13:59:22.668795 [ 261 ] {baa5ef17-b660-42f3-b861-fb5b54014aea} oximeter.measurements_bool (beeae7da-8a2e-4129-bd8a-5b5a36fcd6a6): Loading data parts 2026.05.08 13:59:22.669079 [ 261 ] {baa5ef17-b660-42f3-b861-fb5b54014aea} oximeter.measurements_bool (beeae7da-8a2e-4129-bd8a-5b5a36fcd6a6): There are no data parts 2026.05.08 13:59:22.670971 [ 261 ] {baa5ef17-b660-42f3-b861-fb5b54014aea} TCPHandler: Processed in 0.014100657 sec. 2026.05.08 13:59:22.671181 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.671388 [ 261 ] {b6b231db-a8b8-48cc-b9fc-27d830203033} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.671451 [ 261 ] {b6b231db-a8b8-48cc-b9fc-27d830203033} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.08 13:59:22.673272 [ 261 ] {b6b231db-a8b8-48cc-b9fc-27d830203033} oximeter.measurements_i8 (f308d84b-2689-4839-9264-36d3cdc9923d): Loading data parts 2026.05.08 13:59:22.673427 [ 261 ] {b6b231db-a8b8-48cc-b9fc-27d830203033} oximeter.measurements_i8 (f308d84b-2689-4839-9264-36d3cdc9923d): There are no data parts 2026.05.08 13:59:22.676864 [ 261 ] {b6b231db-a8b8-48cc-b9fc-27d830203033} TCPHandler: Processed in 0.005771269 sec. 2026.05.08 13:59:22.677047 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.677231 [ 261 ] {3c7b2805-f46c-4f8d-8868-d1b555bfdac5} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.677295 [ 261 ] {3c7b2805-f46c-4f8d-8868-d1b555bfdac5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.08 13:59:22.679567 [ 261 ] {3c7b2805-f46c-4f8d-8868-d1b555bfdac5} oximeter.measurements_u8 (aa5dc142-cc7d-4e69-80b5-906c28333a23): Loading data parts 2026.05.08 13:59:22.679767 [ 261 ] {3c7b2805-f46c-4f8d-8868-d1b555bfdac5} oximeter.measurements_u8 (aa5dc142-cc7d-4e69-80b5-906c28333a23): There are no data parts 2026.05.08 13:59:22.681470 [ 261 ] {3c7b2805-f46c-4f8d-8868-d1b555bfdac5} TCPHandler: Processed in 0.004480925 sec. 2026.05.08 13:59:22.681622 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.681818 [ 261 ] {d47cb59a-0e38-458f-b6ba-e9c7e90738e9} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.681861 [ 261 ] {d47cb59a-0e38-458f-b6ba-e9c7e90738e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.08 13:59:22.683605 [ 261 ] {d47cb59a-0e38-458f-b6ba-e9c7e90738e9} oximeter.measurements_i16 (8ccc05b9-290b-4448-8aee-ccb2c586c098): Loading data parts 2026.05.08 13:59:22.683738 [ 261 ] {d47cb59a-0e38-458f-b6ba-e9c7e90738e9} oximeter.measurements_i16 (8ccc05b9-290b-4448-8aee-ccb2c586c098): There are no data parts 2026.05.08 13:59:22.687277 [ 261 ] {d47cb59a-0e38-458f-b6ba-e9c7e90738e9} TCPHandler: Processed in 0.005703208 sec. 2026.05.08 13:59:22.687469 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.687655 [ 261 ] {5d158063-2e34-481e-8baf-e2ba31be8bd9} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.687719 [ 261 ] {5d158063-2e34-481e-8baf-e2ba31be8bd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.08 13:59:22.689620 [ 261 ] {5d158063-2e34-481e-8baf-e2ba31be8bd9} oximeter.measurements_u16 (cd6f83f4-bc81-4eeb-9dce-611f804487da): Loading data parts 2026.05.08 13:59:22.689816 [ 261 ] {5d158063-2e34-481e-8baf-e2ba31be8bd9} oximeter.measurements_u16 (cd6f83f4-bc81-4eeb-9dce-611f804487da): There are no data parts 2026.05.08 13:59:22.691501 [ 261 ] {5d158063-2e34-481e-8baf-e2ba31be8bd9} TCPHandler: Processed in 0.004091447 sec. 2026.05.08 13:59:22.691650 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.691846 [ 261 ] {e4c0cdea-546f-40a9-9450-515b8ff646af} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.691890 [ 261 ] {e4c0cdea-546f-40a9-9450-515b8ff646af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.08 13:59:22.693615 [ 261 ] {e4c0cdea-546f-40a9-9450-515b8ff646af} oximeter.measurements_i32 (b6bd736a-b0f0-45c7-96f6-3fc989452139): Loading data parts 2026.05.08 13:59:22.693772 [ 261 ] {e4c0cdea-546f-40a9-9450-515b8ff646af} oximeter.measurements_i32 (b6bd736a-b0f0-45c7-96f6-3fc989452139): There are no data parts 2026.05.08 13:59:22.697155 [ 261 ] {e4c0cdea-546f-40a9-9450-515b8ff646af} TCPHandler: Processed in 0.005555405 sec. 2026.05.08 13:59:22.697334 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.697486 [ 261 ] {d9ede4b2-a94c-4748-a09c-d6a0060fc188} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.697548 [ 261 ] {d9ede4b2-a94c-4748-a09c-d6a0060fc188} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.08 13:59:22.699405 [ 261 ] {d9ede4b2-a94c-4748-a09c-d6a0060fc188} oximeter.measurements_u32 (99d9abd4-0702-4105-b098-a1d2819184ca): Loading data parts 2026.05.08 13:59:22.699558 [ 261 ] {d9ede4b2-a94c-4748-a09c-d6a0060fc188} oximeter.measurements_u32 (99d9abd4-0702-4105-b098-a1d2819184ca): There are no data parts 2026.05.08 13:59:22.701190 [ 261 ] {d9ede4b2-a94c-4748-a09c-d6a0060fc188} TCPHandler: Processed in 0.003916204 sec. 2026.05.08 13:59:22.701336 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.701540 [ 261 ] {e75b6e35-6b37-44c9-90a9-c603e45c7f2e} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.701593 [ 261 ] {e75b6e35-6b37-44c9-90a9-c603e45c7f2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.08 13:59:22.703400 [ 261 ] {e75b6e35-6b37-44c9-90a9-c603e45c7f2e} oximeter.measurements_i64 (cd0ad238-8da2-4cf5-8415-ff1be38badd6): Loading data parts 2026.05.08 13:59:22.703546 [ 261 ] {e75b6e35-6b37-44c9-90a9-c603e45c7f2e} oximeter.measurements_i64 (cd0ad238-8da2-4cf5-8415-ff1be38badd6): There are no data parts 2026.05.08 13:59:22.707079 [ 261 ] {e75b6e35-6b37-44c9-90a9-c603e45c7f2e} TCPHandler: Processed in 0.005798489 sec. 2026.05.08 13:59:22.707243 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.707396 [ 261 ] {7dee728a-c5a2-44d1-ac4b-7418f853bdf9} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.707454 [ 261 ] {7dee728a-c5a2-44d1-ac4b-7418f853bdf9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.08 13:59:22.709310 [ 261 ] {7dee728a-c5a2-44d1-ac4b-7418f853bdf9} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): Loading data parts 2026.05.08 13:59:22.709463 [ 261 ] {7dee728a-c5a2-44d1-ac4b-7418f853bdf9} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): There are no data parts 2026.05.08 13:59:22.711077 [ 261 ] {7dee728a-c5a2-44d1-ac4b-7418f853bdf9} TCPHandler: Processed in 0.003885044 sec. 2026.05.08 13:59:22.711217 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.711383 [ 261 ] {8a82e028-2d00-4b69-88da-b47c9a3e2dfe} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.711429 [ 261 ] {8a82e028-2d00-4b69-88da-b47c9a3e2dfe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.08 13:59:22.713103 [ 261 ] {8a82e028-2d00-4b69-88da-b47c9a3e2dfe} oximeter.measurements_f32 (bd4a9465-63ac-42d2-ba0f-1fa84d7ada7e): Loading data parts 2026.05.08 13:59:22.713257 [ 261 ] {8a82e028-2d00-4b69-88da-b47c9a3e2dfe} oximeter.measurements_f32 (bd4a9465-63ac-42d2-ba0f-1fa84d7ada7e): There are no data parts 2026.05.08 13:59:22.716588 [ 261 ] {8a82e028-2d00-4b69-88da-b47c9a3e2dfe} TCPHandler: Processed in 0.005419753 sec. 2026.05.08 13:59:22.716768 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.716954 [ 261 ] {25bbd180-688f-48b5-af74-a9d8f83d2d94} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.717020 [ 261 ] {25bbd180-688f-48b5-af74-a9d8f83d2d94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.08 13:59:22.719083 [ 261 ] {25bbd180-688f-48b5-af74-a9d8f83d2d94} oximeter.measurements_f64 (ced898fc-3971-48e2-8279-68d2fe3af011): Loading data parts 2026.05.08 13:59:22.719278 [ 261 ] {25bbd180-688f-48b5-af74-a9d8f83d2d94} oximeter.measurements_f64 (ced898fc-3971-48e2-8279-68d2fe3af011): There are no data parts 2026.05.08 13:59:22.721007 [ 261 ] {25bbd180-688f-48b5-af74-a9d8f83d2d94} TCPHandler: Processed in 0.004300341 sec. 2026.05.08 13:59:22.721150 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.721337 [ 261 ] {63b518f7-df9e-4340-aec5-56e19eb43393} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.721380 [ 261 ] {63b518f7-df9e-4340-aec5-56e19eb43393} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.08 13:59:22.723059 [ 261 ] {63b518f7-df9e-4340-aec5-56e19eb43393} oximeter.measurements_string (826afb9e-cc2e-453d-881e-c209f9505fe5): Loading data parts 2026.05.08 13:59:22.723218 [ 261 ] {63b518f7-df9e-4340-aec5-56e19eb43393} oximeter.measurements_string (826afb9e-cc2e-453d-881e-c209f9505fe5): There are no data parts 2026.05.08 13:59:22.726630 [ 261 ] {63b518f7-df9e-4340-aec5-56e19eb43393} TCPHandler: Processed in 0.005537985 sec. 2026.05.08 13:59:22.726832 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.726982 [ 261 ] {47347f9b-d6f8-490f-87e7-6bdb3dc77945} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.727045 [ 261 ] {47347f9b-d6f8-490f-87e7-6bdb3dc77945} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.08 13:59:22.731081 [ 261 ] {47347f9b-d6f8-490f-87e7-6bdb3dc77945} oximeter.measurements_bytes (8acbd837-947f-4573-9f74-856c0279e3d3): Loading data parts 2026.05.08 13:59:22.731246 [ 261 ] {47347f9b-d6f8-490f-87e7-6bdb3dc77945} oximeter.measurements_bytes (8acbd837-947f-4573-9f74-856c0279e3d3): There are no data parts 2026.05.08 13:59:22.733177 [ 261 ] {47347f9b-d6f8-490f-87e7-6bdb3dc77945} TCPHandler: Processed in 0.006375541 sec. 2026.05.08 13:59:22.733360 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.733524 [ 261 ] {12cd6c70-3f7e-44d2-8fc2-eb1407be200b} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.733591 [ 261 ] {12cd6c70-3f7e-44d2-8fc2-eb1407be200b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.08 13:59:22.736379 [ 261 ] {12cd6c70-3f7e-44d2-8fc2-eb1407be200b} oximeter.measurements_cumulativei64 (fd5b484a-55a7-47d3-8c5c-84e523d50dbd): Loading data parts 2026.05.08 13:59:22.736601 [ 261 ] {12cd6c70-3f7e-44d2-8fc2-eb1407be200b} oximeter.measurements_cumulativei64 (fd5b484a-55a7-47d3-8c5c-84e523d50dbd): There are no data parts 2026.05.08 13:59:22.738428 [ 261 ] {12cd6c70-3f7e-44d2-8fc2-eb1407be200b} TCPHandler: Processed in 0.005129007 sec. 2026.05.08 13:59:22.738580 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.738797 [ 261 ] {488e61bc-1604-4671-b510-1e1e507139a9} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.738870 [ 261 ] {488e61bc-1604-4671-b510-1e1e507139a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.08 13:59:22.741022 [ 261 ] {488e61bc-1604-4671-b510-1e1e507139a9} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): Loading data parts 2026.05.08 13:59:22.741179 [ 261 ] {488e61bc-1604-4671-b510-1e1e507139a9} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): There are no data parts 2026.05.08 13:59:22.744868 [ 261 ] {488e61bc-1604-4671-b510-1e1e507139a9} TCPHandler: Processed in 0.00633852 sec. 2026.05.08 13:59:22.745053 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.745231 [ 261 ] {5e973c17-6eb4-4ee2-9476-cadb8fddbb87} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.745314 [ 261 ] {5e973c17-6eb4-4ee2-9476-cadb8fddbb87} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.08 13:59:22.747523 [ 261 ] {5e973c17-6eb4-4ee2-9476-cadb8fddbb87} oximeter.measurements_cumulativef32 (66d4a214-9bc8-46cf-8831-b8494a9f0969): Loading data parts 2026.05.08 13:59:22.747683 [ 261 ] {5e973c17-6eb4-4ee2-9476-cadb8fddbb87} oximeter.measurements_cumulativef32 (66d4a214-9bc8-46cf-8831-b8494a9f0969): There are no data parts 2026.05.08 13:59:22.749497 [ 261 ] {5e973c17-6eb4-4ee2-9476-cadb8fddbb87} TCPHandler: Processed in 0.004520486 sec. 2026.05.08 13:59:22.749682 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.749867 [ 261 ] {5eecb93f-6093-4df6-8619-64b3779de3bb} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.749923 [ 261 ] {5eecb93f-6093-4df6-8619-64b3779de3bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.08 13:59:22.751950 [ 261 ] {5eecb93f-6093-4df6-8619-64b3779de3bb} oximeter.measurements_cumulativef64 (48cde139-081a-46a7-832f-e9fc6c6da758): Loading data parts 2026.05.08 13:59:22.752135 [ 261 ] {5eecb93f-6093-4df6-8619-64b3779de3bb} oximeter.measurements_cumulativef64 (48cde139-081a-46a7-832f-e9fc6c6da758): There are no data parts 2026.05.08 13:59:22.755467 [ 261 ] {5eecb93f-6093-4df6-8619-64b3779de3bb} TCPHandler: Processed in 0.00584012 sec. 2026.05.08 13:59:22.755633 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.755889 [ 261 ] {46ec3baa-9fbb-413c-9ea8-5d265394e250} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.755962 [ 261 ] {46ec3baa-9fbb-413c-9ea8-5d265394e250} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.08 13:59:22.760195 [ 261 ] {46ec3baa-9fbb-413c-9ea8-5d265394e250} oximeter.measurements_histogrami8 (0aa6a37b-bae5-489a-9e77-7df0f617a57d): Loading data parts 2026.05.08 13:59:22.760346 [ 261 ] {46ec3baa-9fbb-413c-9ea8-5d265394e250} oximeter.measurements_histogrami8 (0aa6a37b-bae5-489a-9e77-7df0f617a57d): There are no data parts 2026.05.08 13:59:22.761987 [ 261 ] {46ec3baa-9fbb-413c-9ea8-5d265394e250} TCPHandler: Processed in 0.006407542 sec. 2026.05.08 13:59:22.762152 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.762377 [ 261 ] {41c4b89a-ca9d-4ac1-ba29-f6bd2008f064} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.762444 [ 261 ] {41c4b89a-ca9d-4ac1-ba29-f6bd2008f064} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.08 13:59:22.766442 [ 261 ] {41c4b89a-ca9d-4ac1-ba29-f6bd2008f064} oximeter.measurements_histogramu8 (202c0d7a-990f-4555-99d1-e977286ec42e): Loading data parts 2026.05.08 13:59:22.766667 [ 261 ] {41c4b89a-ca9d-4ac1-ba29-f6bd2008f064} oximeter.measurements_histogramu8 (202c0d7a-990f-4555-99d1-e977286ec42e): There are no data parts 2026.05.08 13:59:22.771056 [ 261 ] {41c4b89a-ca9d-4ac1-ba29-f6bd2008f064} TCPHandler: Processed in 0.00896176 sec. 2026.05.08 13:59:22.771229 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.771486 [ 261 ] {1fc5a022-e716-4798-bd20-6514cf502408} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.771559 [ 261 ] {1fc5a022-e716-4798-bd20-6514cf502408} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.08 13:59:22.774875 [ 261 ] {1fc5a022-e716-4798-bd20-6514cf502408} oximeter.measurements_histogrami16 (501012c9-a269-402f-a18f-07e6dea26a72): Loading data parts 2026.05.08 13:59:22.775750 [ 261 ] {1fc5a022-e716-4798-bd20-6514cf502408} oximeter.measurements_histogrami16 (501012c9-a269-402f-a18f-07e6dea26a72): There are no data parts 2026.05.08 13:59:22.777647 [ 261 ] {1fc5a022-e716-4798-bd20-6514cf502408} TCPHandler: Processed in 0.006485773 sec. 2026.05.08 13:59:22.777875 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.778093 [ 261 ] {8c6a3308-8a67-416d-99e1-642595f2c00d} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.778171 [ 261 ] {8c6a3308-8a67-416d-99e1-642595f2c00d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.08 13:59:22.782154 [ 261 ] {8c6a3308-8a67-416d-99e1-642595f2c00d} oximeter.measurements_histogramu16 (b1580fb1-ec37-4d0d-97c9-ef78c75e2bdf): Loading data parts 2026.05.08 13:59:22.782728 [ 261 ] {8c6a3308-8a67-416d-99e1-642595f2c00d} oximeter.measurements_histogramu16 (b1580fb1-ec37-4d0d-97c9-ef78c75e2bdf): There are no data parts 2026.05.08 13:59:22.787272 [ 261 ] {8c6a3308-8a67-416d-99e1-642595f2c00d} TCPHandler: Processed in 0.009455499 sec. 2026.05.08 13:59:22.787462 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.787739 [ 261 ] {10467ba7-bc88-40d2-9ff7-aaf8249e7dfd} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.787819 [ 261 ] {10467ba7-bc88-40d2-9ff7-aaf8249e7dfd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.08 13:59:22.791680 [ 261 ] {10467ba7-bc88-40d2-9ff7-aaf8249e7dfd} oximeter.measurements_histogrami32 (bdca5c21-1dd8-4292-a3d3-26f47ddb4934): Loading data parts 2026.05.08 13:59:22.791998 [ 261 ] {10467ba7-bc88-40d2-9ff7-aaf8249e7dfd} oximeter.measurements_histogrami32 (bdca5c21-1dd8-4292-a3d3-26f47ddb4934): There are no data parts 2026.05.08 13:59:22.794173 [ 261 ] {10467ba7-bc88-40d2-9ff7-aaf8249e7dfd} TCPHandler: Processed in 0.006786699 sec. 2026.05.08 13:59:22.794368 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.794596 [ 261 ] {110ccd9c-9c79-4129-be9b-76771eb0013d} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.794673 [ 261 ] {110ccd9c-9c79-4129-be9b-76771eb0013d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.08 13:59:22.798197 [ 261 ] {110ccd9c-9c79-4129-be9b-76771eb0013d} oximeter.measurements_histogramu32 (6913698d-5e95-4e85-9205-2351e8d4c1bd): Loading data parts 2026.05.08 13:59:22.798420 [ 261 ] {110ccd9c-9c79-4129-be9b-76771eb0013d} oximeter.measurements_histogramu32 (6913698d-5e95-4e85-9205-2351e8d4c1bd): There are no data parts 2026.05.08 13:59:22.802754 [ 261 ] {110ccd9c-9c79-4129-be9b-76771eb0013d} TCPHandler: Processed in 0.00844513 sec. 2026.05.08 13:59:22.802915 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.803173 [ 261 ] {cccd065c-7341-4797-9b68-537f28bb5fb3} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.803240 [ 261 ] {cccd065c-7341-4797-9b68-537f28bb5fb3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.08 13:59:22.810292 [ 261 ] {cccd065c-7341-4797-9b68-537f28bb5fb3} oximeter.measurements_histogrami64 (5cbfe9a7-a714-499b-af67-f3f7e2ea2ade): Loading data parts 2026.05.08 13:59:22.810453 [ 261 ] {cccd065c-7341-4797-9b68-537f28bb5fb3} oximeter.measurements_histogrami64 (5cbfe9a7-a714-499b-af67-f3f7e2ea2ade): There are no data parts 2026.05.08 13:59:22.815912 [ 261 ] {cccd065c-7341-4797-9b68-537f28bb5fb3} TCPHandler: Processed in 0.013050607 sec. 2026.05.08 13:59:22.816140 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.816407 [ 261 ] {ff92a99a-ce94-4a81-8893-cc617ab9ee40} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.816492 [ 261 ] {ff92a99a-ce94-4a81-8893-cc617ab9ee40} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.08 13:59:22.821160 [ 261 ] {ff92a99a-ce94-4a81-8893-cc617ab9ee40} oximeter.measurements_histogramu64 (521cfb0f-b0a9-4324-b02b-572cbb6aaf42): Loading data parts 2026.05.08 13:59:22.821380 [ 261 ] {ff92a99a-ce94-4a81-8893-cc617ab9ee40} oximeter.measurements_histogramu64 (521cfb0f-b0a9-4324-b02b-572cbb6aaf42): There are no data parts 2026.05.08 13:59:22.822853 [ 261 ] {ff92a99a-ce94-4a81-8893-cc617ab9ee40} TCPHandler: Processed in 0.006800879 sec. 2026.05.08 13:59:22.823014 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.823265 [ 261 ] {0a0e01f3-6967-405c-b75f-c652fbb3a8b4} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.823338 [ 261 ] {0a0e01f3-6967-405c-b75f-c652fbb3a8b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.08 13:59:22.828767 [ 261 ] {0a0e01f3-6967-405c-b75f-c652fbb3a8b4} oximeter.measurements_histogramf32 (6e77098a-b2f0-4bb3-aee8-705125e778b2): Loading data parts 2026.05.08 13:59:22.828917 [ 261 ] {0a0e01f3-6967-405c-b75f-c652fbb3a8b4} oximeter.measurements_histogramf32 (6e77098a-b2f0-4bb3-aee8-705125e778b2): There are no data parts 2026.05.08 13:59:22.832244 [ 261 ] {0a0e01f3-6967-405c-b75f-c652fbb3a8b4} TCPHandler: Processed in 0.009283446 sec. 2026.05.08 13:59:22.832461 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.832740 [ 261 ] {550d0b81-9ade-4822-aae4-12340116fa25} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.832823 [ 261 ] {550d0b81-9ade-4822-aae4-12340116fa25} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.08 13:59:22.837501 [ 261 ] {550d0b81-9ade-4822-aae4-12340116fa25} oximeter.measurements_histogramf64 (1a09b855-5ae3-4b33-8b21-567cf5f0a0a8): Loading data parts 2026.05.08 13:59:22.837658 [ 261 ] {550d0b81-9ade-4822-aae4-12340116fa25} oximeter.measurements_histogramf64 (1a09b855-5ae3-4b33-8b21-567cf5f0a0a8): There are no data parts 2026.05.08 13:59:22.840793 [ 261 ] {550d0b81-9ade-4822-aae4-12340116fa25} TCPHandler: Processed in 0.008405129 sec. 2026.05.08 13:59:22.840966 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.841163 [ 261 ] {af97666e-cb60-4a5f-863e-c7801250c054} executeQuery: (from [fd00:1122:3344:101::d]:37888) /* 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.08 13:59:22.841231 [ 261 ] {af97666e-cb60-4a5f-863e-c7801250c054} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.08 13:59:22.843176 [ 261 ] {af97666e-cb60-4a5f-863e-c7801250c054} oximeter.fields_bool (06045224-e242-45e8-bece-b0badc0bce32): Loading data parts 2026.05.08 13:59:22.843348 [ 261 ] {af97666e-cb60-4a5f-863e-c7801250c054} oximeter.fields_bool (06045224-e242-45e8-bece-b0badc0bce32): There are no data parts 2026.05.08 13:59:22.846549 [ 261 ] {af97666e-cb60-4a5f-863e-c7801250c054} TCPHandler: Processed in 0.005637407 sec. 2026.05.08 13:59:22.846725 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.846890 [ 261 ] {45470c46-3036-4152-94a4-74d0f9e7763f} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.846953 [ 261 ] {45470c46-3036-4152-94a4-74d0f9e7763f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.08 13:59:22.848931 [ 261 ] {45470c46-3036-4152-94a4-74d0f9e7763f} oximeter.fields_i8 (f5f2ca59-3d81-4ce2-9f3f-0b3144c2cebc): Loading data parts 2026.05.08 13:59:22.849170 [ 261 ] {45470c46-3036-4152-94a4-74d0f9e7763f} oximeter.fields_i8 (f5f2ca59-3d81-4ce2-9f3f-0b3144c2cebc): There are no data parts 2026.05.08 13:59:22.852415 [ 261 ] {45470c46-3036-4152-94a4-74d0f9e7763f} TCPHandler: Processed in 0.005745959 sec. 2026.05.08 13:59:22.852571 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.852786 [ 261 ] {149ff0d6-805a-47d8-bfc0-cd45217056ac} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.852871 [ 261 ] {149ff0d6-805a-47d8-bfc0-cd45217056ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.08 13:59:22.857745 [ 261 ] {149ff0d6-805a-47d8-bfc0-cd45217056ac} oximeter.fields_u8 (474d1243-1a4a-4a45-86a3-814489e12a4c): Loading data parts 2026.05.08 13:59:22.857902 [ 261 ] {149ff0d6-805a-47d8-bfc0-cd45217056ac} oximeter.fields_u8 (474d1243-1a4a-4a45-86a3-814489e12a4c): There are no data parts 2026.05.08 13:59:22.861785 [ 261 ] {149ff0d6-805a-47d8-bfc0-cd45217056ac} TCPHandler: Processed in 0.009265616 sec. 2026.05.08 13:59:22.861987 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.862193 [ 261 ] {eb071eb0-9041-44df-bf97-d69ae6384c06} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.862262 [ 261 ] {eb071eb0-9041-44df-bf97-d69ae6384c06} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.08 13:59:22.867625 [ 261 ] {eb071eb0-9041-44df-bf97-d69ae6384c06} oximeter.fields_i16 (90d07d82-f21b-4472-b84a-b6df26bba897): Loading data parts 2026.05.08 13:59:22.867805 [ 261 ] {eb071eb0-9041-44df-bf97-d69ae6384c06} oximeter.fields_i16 (90d07d82-f21b-4472-b84a-b6df26bba897): There are no data parts 2026.05.08 13:59:22.869569 [ 261 ] {eb071eb0-9041-44df-bf97-d69ae6384c06} TCPHandler: Processed in 0.007648594 sec. 2026.05.08 13:59:22.869795 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.870063 [ 261 ] {1baafce6-d093-48b2-8c73-5385be3a240c} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.870144 [ 261 ] {1baafce6-d093-48b2-8c73-5385be3a240c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.08 13:59:22.873987 [ 261 ] {1baafce6-d093-48b2-8c73-5385be3a240c} oximeter.fields_u16 (b061b315-3a4a-44aa-8714-5acbb91a387b): Loading data parts 2026.05.08 13:59:22.874139 [ 261 ] {1baafce6-d093-48b2-8c73-5385be3a240c} oximeter.fields_u16 (b061b315-3a4a-44aa-8714-5acbb91a387b): There are no data parts 2026.05.08 13:59:22.878932 [ 261 ] {1baafce6-d093-48b2-8c73-5385be3a240c} TCPHandler: Processed in 0.009232125 sec. 2026.05.08 13:59:22.879156 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.879335 [ 261 ] {95776a30-0c56-488c-92c4-d1dad5fd36bf} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.879410 [ 261 ] {95776a30-0c56-488c-92c4-d1dad5fd36bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.08 13:59:22.883085 [ 261 ] {95776a30-0c56-488c-92c4-d1dad5fd36bf} oximeter.fields_i32 (c8534074-9403-47c3-87e3-ffba73a2b7cd): Loading data parts 2026.05.08 13:59:22.883302 [ 261 ] {95776a30-0c56-488c-92c4-d1dad5fd36bf} oximeter.fields_i32 (c8534074-9403-47c3-87e3-ffba73a2b7cd): There are no data parts 2026.05.08 13:59:22.887523 [ 261 ] {95776a30-0c56-488c-92c4-d1dad5fd36bf} TCPHandler: Processed in 0.00843991 sec. 2026.05.08 13:59:22.887709 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.887941 [ 261 ] {ac8d594d-411b-4b9d-9d67-d395ecf216fc} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.888000 [ 261 ] {ac8d594d-411b-4b9d-9d67-d395ecf216fc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.08 13:59:22.891145 [ 261 ] {ac8d594d-411b-4b9d-9d67-d395ecf216fc} oximeter.fields_u32 (f2c80f6b-d432-4c1f-a7fe-8657e504a9f0): Loading data parts 2026.05.08 13:59:22.891359 [ 261 ] {ac8d594d-411b-4b9d-9d67-d395ecf216fc} oximeter.fields_u32 (f2c80f6b-d432-4c1f-a7fe-8657e504a9f0): There are no data parts 2026.05.08 13:59:22.893056 [ 261 ] {ac8d594d-411b-4b9d-9d67-d395ecf216fc} TCPHandler: Processed in 0.005411403 sec. 2026.05.08 13:59:22.893239 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.893412 [ 261 ] {97ee5187-48b3-4908-a91f-6a9195e53190} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.893484 [ 261 ] {97ee5187-48b3-4908-a91f-6a9195e53190} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.08 13:59:22.897206 [ 261 ] {97ee5187-48b3-4908-a91f-6a9195e53190} oximeter.fields_i64 (ba31fc03-705c-45eb-a525-6da10293cdb2): Loading data parts 2026.05.08 13:59:22.897390 [ 261 ] {97ee5187-48b3-4908-a91f-6a9195e53190} oximeter.fields_i64 (ba31fc03-705c-45eb-a525-6da10293cdb2): There are no data parts 2026.05.08 13:59:22.900932 [ 261 ] {97ee5187-48b3-4908-a91f-6a9195e53190} TCPHandler: Processed in 0.007746707 sec. 2026.05.08 13:59:22.901121 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.901826 [ 261 ] {6022bc8f-d98e-41e3-bd1b-c12b1e7e4ef8} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.901893 [ 261 ] {6022bc8f-d98e-41e3-bd1b-c12b1e7e4ef8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.08 13:59:22.909362 [ 261 ] {6022bc8f-d98e-41e3-bd1b-c12b1e7e4ef8} oximeter.fields_u64 (028729c0-6432-4667-ac93-665215b5e986): Loading data parts 2026.05.08 13:59:22.909522 [ 261 ] {6022bc8f-d98e-41e3-bd1b-c12b1e7e4ef8} oximeter.fields_u64 (028729c0-6432-4667-ac93-665215b5e986): There are no data parts 2026.05.08 13:59:22.911791 [ 261 ] {6022bc8f-d98e-41e3-bd1b-c12b1e7e4ef8} TCPHandler: Processed in 0.010742044 sec. 2026.05.08 13:59:22.912016 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.912229 [ 261 ] {b941ec44-e6c1-41ea-b848-d557ef1c0fdf} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.912300 [ 261 ] {b941ec44-e6c1-41ea-b848-d557ef1c0fdf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.08 13:59:22.916360 [ 261 ] {b941ec44-e6c1-41ea-b848-d557ef1c0fdf} oximeter.fields_ipaddr (31a0fdc7-79be-4a9a-964a-683e0786bf51): Loading data parts 2026.05.08 13:59:22.916544 [ 261 ] {b941ec44-e6c1-41ea-b848-d557ef1c0fdf} oximeter.fields_ipaddr (31a0fdc7-79be-4a9a-964a-683e0786bf51): There are no data parts 2026.05.08 13:59:22.918024 [ 261 ] {b941ec44-e6c1-41ea-b848-d557ef1c0fdf} TCPHandler: Processed in 0.006089556 sec. 2026.05.08 13:59:22.918175 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.918351 [ 261 ] {9a203280-15de-42fc-85f2-6db37ef166c5} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.918408 [ 261 ] {9a203280-15de-42fc-85f2-6db37ef166c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.08 13:59:22.920586 [ 261 ] {9a203280-15de-42fc-85f2-6db37ef166c5} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): Loading data parts 2026.05.08 13:59:22.920737 [ 261 ] {9a203280-15de-42fc-85f2-6db37ef166c5} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): There are no data parts 2026.05.08 13:59:22.922027 [ 261 ] {9a203280-15de-42fc-85f2-6db37ef166c5} TCPHandler: Processed in 0.003903145 sec. 2026.05.08 13:59:22.922170 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.922325 [ 261 ] {79664f15-cb9f-46bc-b8b4-03974bb8ad9d} executeQuery: (from [fd00:1122:3344:101::d]:37888) 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.08 13:59:22.922441 [ 261 ] {79664f15-cb9f-46bc-b8b4-03974bb8ad9d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.08 13:59:22.926540 [ 261 ] {79664f15-cb9f-46bc-b8b4-03974bb8ad9d} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): Loading data parts 2026.05.08 13:59:22.926780 [ 261 ] {79664f15-cb9f-46bc-b8b4-03974bb8ad9d} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): There are no data parts 2026.05.08 13:59:22.928641 [ 261 ] {79664f15-cb9f-46bc-b8b4-03974bb8ad9d} TCPHandler: Processed in 0.006520644 sec. 2026.05.08 13:59:22.928813 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.929156 [ 261 ] {a809c68c-b900-4bfa-97a3-73594c7ec2f2} executeQuery: (from [fd00:1122:3344:101::d]:37888) /* 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.08 13:59:22.929302 [ 261 ] {a809c68c-b900-4bfa-97a3-73594c7ec2f2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.08 13:59:22.933631 [ 261 ] {a809c68c-b900-4bfa-97a3-73594c7ec2f2} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811): Loading data parts 2026.05.08 13:59:22.933854 [ 261 ] {a809c68c-b900-4bfa-97a3-73594c7ec2f2} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811): There are no data parts 2026.05.08 13:59:22.935841 [ 261 ] {a809c68c-b900-4bfa-97a3-73594c7ec2f2} TCPHandler: Processed in 0.007078834 sec. 2026.05.08 13:59:22.936158 [ 263 ] {} TCP-Session: 26401a0e-b8f8-4dcc-972b-85490dadf18a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:22.936591 [ 263 ] {f27e70ad-d841-4cc5-847a-810af644f105} executeQuery: (from [fd00:1122:3344:101::d]:52738) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.08 13:59:22.937928 [ 263 ] {f27e70ad-d841-4cc5-847a-810af644f105} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.08 13:59:22.952931 [ 260 ] {f27e70ad-d841-4cc5-847a-810af644f105} oximeter.version (33bc1bf6-1517-4739-92fe-7b332ba25337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:22.953099 [ 260 ] {f27e70ad-d841-4cc5-847a-810af644f105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.80 GiB. 2026.05.08 13:59:22.957103 [ 260 ] {f27e70ad-d841-4cc5-847a-810af644f105} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:22.957634 [ 260 ] {f27e70ad-d841-4cc5-847a-810af644f105} oximeter.version (33bc1bf6-1517-4739-92fe-7b332ba25337): 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.08 13:59:22.957984 [ 263 ] {f27e70ad-d841-4cc5-847a-810af644f105} executeQuery: Read 1 rows, 16.00 B in 0.021567 sec., 46.367134974729915 rows/sec., 741.87 B/sec. 2026.05.08 13:59:22.958184 [ 263 ] {f27e70ad-d841-4cc5-847a-810af644f105} TCPHandler: Processed in 0.02216101 sec. 2026.05.08 13:59:23.000231 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 126.14 MiB, peak 126.14 MiB, free memory in arenas 0.00 B, will set to 139.81 MiB (RSS), difference: 13.67 MiB 2026.05.08 13:59:23.221808 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51741 2026.05.08 13:59:23.221959 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.221994 [ 271 ] {} TCP-Session: ad51613a-48ba-4947-9c82-5130950d9d51 Authenticating user 'default' from [fd00:1122:3344:101::e]:51741 2026.05.08 13:59:23.222129 [ 271 ] {} TCP-Session: ad51613a-48ba-4947-9c82-5130950d9d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.222146 [ 271 ] {} TCP-Session: ad51613a-48ba-4947-9c82-5130950d9d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.222505 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56365 2026.05.08 13:59:23.222583 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54508 2026.05.08 13:59:23.222692 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65166 2026.05.08 13:59:23.222781 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51502 2026.05.08 13:59:23.222934 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.222954 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48727 2026.05.08 13:59:23.223029 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.223113 [ 272 ] {} TCP-Session: 26f7a7e1-8dc1-44dd-b42f-0fcf08e8ee47 Authenticating user 'default' from [fd00:1122:3344:101::e]:56365 2026.05.08 13:59:23.223133 [ 273 ] {} TCP-Session: 2389e5a8-0071-4a38-b46d-a06fe5e4b93a Authenticating user 'default' from [fd00:1122:3344:101::e]:54508 2026.05.08 13:59:23.223150 [ 272 ] {} TCP-Session: 26f7a7e1-8dc1-44dd-b42f-0fcf08e8ee47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223144 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42856 2026.05.08 13:59:23.223254 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.223305 [ 272 ] {} TCP-Session: 26f7a7e1-8dc1-44dd-b42f-0fcf08e8ee47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223293 [ 273 ] {} TCP-Session: 2389e5a8-0071-4a38-b46d-a06fe5e4b93a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223330 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.223410 [ 274 ] {} TCP-Session: 3bad3652-6bb4-4d85-a397-89b944000f2a Authenticating user 'default' from [fd00:1122:3344:101::e]:65166 2026.05.08 13:59:23.223432 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60135 2026.05.08 13:59:23.223477 [ 275 ] {} TCP-Session: b2cbff08-d5fb-472b-9bcc-ccaec92afb88 Authenticating user 'default' from [fd00:1122:3344:101::e]:51502 2026.05.08 13:59:23.223491 [ 273 ] {} TCP-Session: 2389e5a8-0071-4a38-b46d-a06fe5e4b93a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223578 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.223592 [ 274 ] {} TCP-Session: 3bad3652-6bb4-4d85-a397-89b944000f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223606 [ 275 ] {} TCP-Session: b2cbff08-d5fb-472b-9bcc-ccaec92afb88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223663 [ 274 ] {} TCP-Session: 3bad3652-6bb4-4d85-a397-89b944000f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223693 [ 275 ] {} TCP-Session: b2cbff08-d5fb-472b-9bcc-ccaec92afb88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223621 [ 277 ] {} TCP-Session: c008a71a-2ae3-44d9-982c-0177f5d3c896 Authenticating user 'default' from [fd00:1122:3344:101::e]:42856 2026.05.08 13:59:23.223546 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.223840 [ 277 ] {} TCP-Session: c008a71a-2ae3-44d9-982c-0177f5d3c896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223870 [ 277 ] {} TCP-Session: c008a71a-2ae3-44d9-982c-0177f5d3c896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223905 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.223875 [ 276 ] {} TCP-Session: ab61ec06-7e7d-4461-9721-882f23ffa597 Authenticating user 'default' from [fd00:1122:3344:101::e]:48727 2026.05.08 13:59:23.223974 [ 276 ] {} TCP-Session: ab61ec06-7e7d-4461-9721-882f23ffa597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.223996 [ 278 ] {} TCP-Session: cc60dc09-1853-4c61-be57-7b7f5aff4f54 Authenticating user 'default' from [fd00:1122:3344:101::e]:60135 2026.05.08 13:59:23.224044 [ 276 ] {} TCP-Session: ab61ec06-7e7d-4461-9721-882f23ffa597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.224121 [ 278 ] {} TCP-Session: cc60dc09-1853-4c61-be57-7b7f5aff4f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.224198 [ 278 ] {} TCP-Session: cc60dc09-1853-4c61-be57-7b7f5aff4f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.357642 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36805 2026.05.08 13:59:23.357838 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.357881 [ 279 ] {} TCP-Session: 33d891f0-0028-45c9-911b-372850183ad3 Authenticating user 'default' from [fd00:1122:3344:101::b]:36805 2026.05.08 13:59:23.358071 [ 279 ] {} TCP-Session: 33d891f0-0028-45c9-911b-372850183ad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.358090 [ 279 ] {} TCP-Session: 33d891f0-0028-45c9-911b-372850183ad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.358170 [ 279 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.08 13:59:23.358337 [ 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.08 13:59:23.358364 [ 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.08 13:59:23.360144 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53165 2026.05.08 13:59:23.360223 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52673 2026.05.08 13:59:23.360357 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.360429 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48025 2026.05.08 13:59:23.360327 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58573 2026.05.08 13:59:23.360511 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50024 2026.05.08 13:59:23.360706 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35945 2026.05.08 13:59:23.360615 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58711 2026.05.08 13:59:23.360524 [ 280 ] {} TCP-Session: 2c422fcb-b668-446f-82d8-470fce7d6c20 Authenticating user 'default' from [fd00:1122:3344:101::b]:53165 2026.05.08 13:59:23.360781 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.360818 [ 280 ] {} TCP-Session: 2c422fcb-b668-446f-82d8-470fce7d6c20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.360910 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.360945 [ 280 ] {} TCP-Session: 2c422fcb-b668-446f-82d8-470fce7d6c20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.360971 [ 283 ] {} TCP-Session: 96174a73-e088-4488-b445-8f036158a051 Authenticating user 'default' from [fd00:1122:3344:101::b]:48025 2026.05.08 13:59:23.360949 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.360951 [ 281 ] {} TCP-Session: 9c0d2068-27bc-462e-b14e-e63e9592feb5 Authenticating user 'default' from [fd00:1122:3344:101::b]:52673 2026.05.08 13:59:23.361138 [ 282 ] {} TCP-Session: f8f9ac46-19ea-4185-ba00-c5e18db254cb Authenticating user 'default' from [fd00:1122:3344:101::b]:58573 2026.05.08 13:59:23.361212 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.361223 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.361143 [ 281 ] {} TCP-Session: 9c0d2068-27bc-462e-b14e-e63e9592feb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361332 [ 285 ] {} TCP-Session: 76a01ad9-27e6-425d-8af7-6b946c53c7f5 Authenticating user 'default' from [fd00:1122:3344:101::b]:58711 2026.05.08 13:59:23.361330 [ 286 ] {} TCP-Session: c4f31713-daff-4f6c-b5fa-db5aef6cbad5 Authenticating user 'default' from [fd00:1122:3344:101::b]:35945 2026.05.08 13:59:23.361307 [ 282 ] {} TCP-Session: f8f9ac46-19ea-4185-ba00-c5e18db254cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361421 [ 286 ] {} TCP-Session: c4f31713-daff-4f6c-b5fa-db5aef6cbad5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361446 [ 285 ] {} TCP-Session: 76a01ad9-27e6-425d-8af7-6b946c53c7f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361402 [ 281 ] {} TCP-Session: 9c0d2068-27bc-462e-b14e-e63e9592feb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361517 [ 285 ] {} TCP-Session: 76a01ad9-27e6-425d-8af7-6b946c53c7f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361534 [ 286 ] {} TCP-Session: c4f31713-daff-4f6c-b5fa-db5aef6cbad5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361503 [ 282 ] {} TCP-Session: f8f9ac46-19ea-4185-ba00-c5e18db254cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361274 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:23.361152 [ 283 ] {} TCP-Session: 96174a73-e088-4488-b445-8f036158a051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361693 [ 283 ] {} TCP-Session: 96174a73-e088-4488-b445-8f036158a051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361714 [ 284 ] {} TCP-Session: cfdd4479-3f0e-4b75-b32b-d52d1b8d6ddc Authenticating user 'default' from [fd00:1122:3344:101::b]:50024 2026.05.08 13:59:23.361910 [ 284 ] {} TCP-Session: cfdd4479-3f0e-4b75-b32b-d52d1b8d6ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:23.361925 [ 284 ] {} TCP-Session: cfdd4479-3f0e-4b75-b32b-d52d1b8d6ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 139.90 MiB, peak 139.90 MiB, free memory in arenas 0.00 B, will set to 140.92 MiB (RSS), difference: 1.02 MiB 2026.05.08 13:59:24.328371 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43709 2026.05.08 13:59:24.328557 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.328725 [ 287 ] {} TCP-Session: 0f6a5411-90a1-448c-aa97-cfe8b5e8334d Authenticating user 'default' from [fd00:1122:3344:101::c]:43709 2026.05.08 13:59:24.328791 [ 287 ] {} TCP-Session: 0f6a5411-90a1-448c-aa97-cfe8b5e8334d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.328806 [ 287 ] {} TCP-Session: 0f6a5411-90a1-448c-aa97-cfe8b5e8334d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.328908 [ 287 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.08 13:59:24.328969 [ 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.08 13:59:24.329061 [ 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.08 13:59:24.333726 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33302 2026.05.08 13:59:24.333829 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49393 2026.05.08 13:59:24.333925 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36680 2026.05.08 13:59:24.334007 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.334016 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36087 2026.05.08 13:59:24.334052 [ 288 ] {} TCP-Session: ae1ee6c8-07a6-4039-9786-43fbdef64e6f Authenticating user 'default' from [fd00:1122:3344:101::c]:33302 2026.05.08 13:59:24.334133 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46091 2026.05.08 13:59:24.334176 [ 288 ] {} TCP-Session: ae1ee6c8-07a6-4039-9786-43fbdef64e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.334199 [ 288 ] {} TCP-Session: ae1ee6c8-07a6-4039-9786-43fbdef64e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.334273 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.334298 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36178 2026.05.08 13:59:24.334367 [ 289 ] {} TCP-Session: cbba4efa-f517-4963-a740-f1f6aaa5dd54 Authenticating user 'default' from [fd00:1122:3344:101::c]:49393 2026.05.08 13:59:24.334405 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.334461 [ 289 ] {} TCP-Session: cbba4efa-f517-4963-a740-f1f6aaa5dd54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.334364 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.334526 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36984 2026.05.08 13:59:24.334567 [ 291 ] {} TCP-Session: 3054eb21-f549-45d9-a2d6-69ee6c53d59a Authenticating user 'default' from [fd00:1122:3344:101::c]:36087 2026.05.08 13:59:24.334586 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.334663 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.334865 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.334739 [ 291 ] {} TCP-Session: 3054eb21-f549-45d9-a2d6-69ee6c53d59a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.334728 [ 292 ] {} TCP-Session: 62960ddc-a484-43d7-a9d9-b3c299686183 Authenticating user 'default' from [fd00:1122:3344:101::c]:46091 2026.05.08 13:59:24.334564 [ 290 ] {} TCP-Session: c3423c99-22b3-4311-be92-9bcf48189e86 Authenticating user 'default' from [fd00:1122:3344:101::c]:36680 2026.05.08 13:59:24.335000 [ 294 ] {} TCP-Session: 6ae12ce8-3c6b-4c17-ab17-87b1c3669f97 Authenticating user 'default' from [fd00:1122:3344:101::c]:36984 2026.05.08 13:59:24.334983 [ 292 ] {} TCP-Session: 62960ddc-a484-43d7-a9d9-b3c299686183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.334956 [ 291 ] {} TCP-Session: 3054eb21-f549-45d9-a2d6-69ee6c53d59a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.334953 [ 293 ] {} TCP-Session: e1ca5435-2d4c-44f2-90fb-3c490614b200 Authenticating user 'default' from [fd00:1122:3344:101::c]:36178 2026.05.08 13:59:24.334556 [ 289 ] {} TCP-Session: cbba4efa-f517-4963-a740-f1f6aaa5dd54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.335178 [ 290 ] {} TCP-Session: c3423c99-22b3-4311-be92-9bcf48189e86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.335200 [ 293 ] {} TCP-Session: e1ca5435-2d4c-44f2-90fb-3c490614b200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.335254 [ 290 ] {} TCP-Session: c3423c99-22b3-4311-be92-9bcf48189e86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.335273 [ 293 ] {} TCP-Session: e1ca5435-2d4c-44f2-90fb-3c490614b200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.335298 [ 292 ] {} TCP-Session: 62960ddc-a484-43d7-a9d9-b3c299686183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.335464 [ 294 ] {} TCP-Session: 6ae12ce8-3c6b-4c17-ab17-87b1c3669f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.335488 [ 294 ] {} TCP-Session: 6ae12ce8-3c6b-4c17-ab17-87b1c3669f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.866268 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40835 2026.05.08 13:59:24.866472 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.866505 [ 295 ] {} TCP-Session: 8a14b6a8-38fa-44e8-bc7c-33aff721226e Authenticating user 'default' from [fd00:1122:3344:101::a]:40835 2026.05.08 13:59:24.866526 [ 295 ] {} TCP-Session: 8a14b6a8-38fa-44e8-bc7c-33aff721226e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.866540 [ 295 ] {} TCP-Session: 8a14b6a8-38fa-44e8-bc7c-33aff721226e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.866626 [ 295 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.08 13:59:24.866654 [ 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.08 13:59:24.866671 [ 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.08 13:59:24.873355 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:32987 2026.05.08 13:59:24.873456 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53897 2026.05.08 13:59:24.873605 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.873616 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38702 2026.05.08 13:59:24.873653 [ 296 ] {} TCP-Session: e5d045b2-8bb2-4b16-94c2-ba68e56a683c Authenticating user 'default' from [fd00:1122:3344:101::a]:32987 2026.05.08 13:59:24.873695 [ 296 ] {} TCP-Session: e5d045b2-8bb2-4b16-94c2-ba68e56a683c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.873708 [ 296 ] {} TCP-Session: e5d045b2-8bb2-4b16-94c2-ba68e56a683c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.873747 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.873767 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43654 2026.05.08 13:59:24.873789 [ 297 ] {} TCP-Session: c9d7963a-5f6c-42c3-85f5-2a9cf581d8b7 Authenticating user 'default' from [fd00:1122:3344:101::a]:53897 2026.05.08 13:59:24.873823 [ 297 ] {} TCP-Session: c9d7963a-5f6c-42c3-85f5-2a9cf581d8b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.873837 [ 297 ] {} TCP-Session: c9d7963a-5f6c-42c3-85f5-2a9cf581d8b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.873860 [ 300 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48751 2026.05.08 13:59:24.873953 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.874003 [ 298 ] {} TCP-Session: 27005d8c-e360-4c29-8f46-592db18ff7a1 Authenticating user 'default' from [fd00:1122:3344:101::a]:38702 2026.05.08 13:59:24.874030 [ 298 ] {} TCP-Session: 27005d8c-e360-4c29-8f46-592db18ff7a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.874046 [ 298 ] {} TCP-Session: 27005d8c-e360-4c29-8f46-592db18ff7a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.874316 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.874397 [ 300 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.874416 [ 299 ] {} TCP-Session: 64e42041-8b29-4cc0-a36e-ce8098f99133 Authenticating user 'default' from [fd00:1122:3344:101::a]:43654 2026.05.08 13:59:24.874422 [ 301 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45757 2026.05.08 13:59:24.874471 [ 299 ] {} TCP-Session: 64e42041-8b29-4cc0-a36e-ce8098f99133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.874445 [ 300 ] {} TCP-Session: a311839e-6835-4a3a-86ce-e96f62bd1bcb Authenticating user 'default' from [fd00:1122:3344:101::a]:48751 2026.05.08 13:59:24.874514 [ 299 ] {} TCP-Session: 64e42041-8b29-4cc0-a36e-ce8098f99133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.874519 [ 302 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36728 2026.05.08 13:59:24.874535 [ 300 ] {} TCP-Session: a311839e-6835-4a3a-86ce-e96f62bd1bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.874576 [ 300 ] {} TCP-Session: a311839e-6835-4a3a-86ce-e96f62bd1bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.874699 [ 301 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.874736 [ 301 ] {} TCP-Session: e94d50d0-2cb7-40ac-b486-415a12220fc9 Authenticating user 'default' from [fd00:1122:3344:101::a]:45757 2026.05.08 13:59:24.874754 [ 301 ] {} TCP-Session: e94d50d0-2cb7-40ac-b486-415a12220fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.874766 [ 301 ] {} TCP-Session: e94d50d0-2cb7-40ac-b486-415a12220fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.874784 [ 302 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.08 13:59:24.874821 [ 302 ] {} TCP-Session: 731ae1fb-8115-46d3-a9ad-2d13d8111919 Authenticating user 'default' from [fd00:1122:3344:101::a]:36728 2026.05.08 13:59:24.874839 [ 302 ] {} TCP-Session: 731ae1fb-8115-46d3-a9ad-2d13d8111919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:24.874852 [ 302 ] {} TCP-Session: 731ae1fb-8115-46d3-a9ad-2d13d8111919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.08 13:59:25.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 141.02 MiB, peak 141.02 MiB, free memory in arenas 0.00 B, will set to 142.10 MiB (RSS), difference: 1.09 MiB 2026.05.08 13:59:29.649108 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.08 13:59:29.649158 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.05.08 13:59:29.649221 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.08 13:59:29.649247 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.08 13:59:29.654544 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): Loading data parts 2026.05.08 13:59:29.654859 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): There are no data parts 2026.05.08 13:59:29.658791 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:29.658869 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2026.05.08 13:59:29.664123 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:29.664944 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): 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.08 13:59:29.665103 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.05.08 13:59:29.668951 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): Loading data parts 2026.05.08 13:59:29.669117 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): There are no data parts 2026.05.08 13:59:29.695193 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:29.695247 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2026.05.08 13:59:29.701609 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:29.702756 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): 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.08 13:59:29.705930 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.08 13:59:30.001177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 147.18 MiB, peak 151.18 MiB, free memory in arenas 0.00 B, will set to 156.29 MiB (RSS), difference: 9.12 MiB 2026.05.08 13:59:32.149034 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 2026.05.08 13:59:32.149131 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.08 13:59:32.159773 [ 242 ] {} system.query_log (56fed0b0-7737-46de-ac8a-afe62d73ce04): Loading data parts 2026.05.08 13:59:32.159971 [ 242 ] {} system.query_log (56fed0b0-7737-46de-ac8a-afe62d73ce04): There are no data parts 2026.05.08 13:59:32.165606 [ 242 ] {} system.query_log (56fed0b0-7737-46de-ac8a-afe62d73ce04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:32.165647 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2026.05.08 13:59:32.167345 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:32.167937 [ 242 ] {} system.query_log (56fed0b0-7737-46de-ac8a-afe62d73ce04): 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.08 13:59:32.168225 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.05.08 13:59:33.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.52 MiB, peak 160.52 MiB, free memory in arenas 0.00 B, will set to 157.41 MiB (RSS), difference: -3.11 MiB 2026.05.08 13:59:37.125452 [ 58 ] {} DNSResolver: Updating DNS cache 2026.05.08 13:59:37.125531 [ 58 ] {} DNSResolver: Updated DNS cache 2026.05.08 13:59:37.166143 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.05.08 13:59:37.170745 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:37.170806 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2026.05.08 13:59:37.171562 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:37.172120 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): 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.08 13:59:37.172283 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.05.08 13:59:37.206967 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.08 13:59:37.225104 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:37.225169 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.79 GiB. 2026.05.08 13:59:37.231703 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:37.232810 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): 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.08 13:59:37.235708 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.08 13:59:38.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.08 MiB, peak 162.08 MiB, free memory in arenas 0.00 B, will set to 159.95 MiB (RSS), difference: 1.87 MiB 2026.05.08 13:59:42.973040 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:42.973311 [ 261 ] {ab449ee0-5c31-4a42-99bf-c5b3d2716b84} executeQuery: (from [fd00:1122:3344:101::d]:37888) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.08 13:59:42.988067 [ 261 ] {ab449ee0-5c31-4a42-99bf-c5b3d2716b84} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.08 13:59:42.990377 [ 261 ] {ab449ee0-5c31-4a42-99bf-c5b3d2716b84} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.08 13:59:42.990883 [ 261 ] {ab449ee0-5c31-4a42-99bf-c5b3d2716b84} TCPHandler: Processed in 0.017984511 sec. 2026.05.08 13:59:43.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 156.00 MiB, peak 162.08 MiB, free memory in arenas 0.00 B, will set to 160.30 MiB (RSS), difference: 4.31 MiB 2026.05.08 13:59:43.001077 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.001207 [ 261 ] {5ff6fa0d-3b2d-4e98-b32e-9929045baf04} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.08 13:59:43.001255 [ 261 ] {5ff6fa0d-3b2d-4e98-b32e-9929045baf04} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.08 13:59:43.004712 [ 261 ] {5ff6fa0d-3b2d-4e98-b32e-9929045baf04} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.004760 [ 261 ] {5ff6fa0d-3b2d-4e98-b32e-9929045baf04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.007445 [ 261 ] {5ff6fa0d-3b2d-4e98-b32e-9929045baf04} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.007841 [ 261 ] {5ff6fa0d-3b2d-4e98-b32e-9929045baf04} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811): 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.08 13:59:43.007995 [ 261 ] {5ff6fa0d-3b2d-4e98-b32e-9929045baf04} executeQuery: Read 27 rows, 6.61 KiB in 0.006825 sec., 3956.043956043956 rows/sec., 967.98 KiB/sec. 2026.05.08 13:59:43.008037 [ 261 ] {5ff6fa0d-3b2d-4e98-b32e-9929045baf04} TCPHandler: Processed in 0.007028183 sec. 2026.05.08 13:59:43.008195 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.008305 [ 261 ] {c4bf2eb5-2092-4d0d-b65f-d86673031316} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.08 13:59:43.008349 [ 261 ] {c4bf2eb5-2092-4d0d-b65f-d86673031316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.08 13:59:43.015472 [ 261 ] {c4bf2eb5-2092-4d0d-b65f-d86673031316} oximeter.fields_i16 (90d07d82-f21b-4472-b84a-b6df26bba897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.015509 [ 261 ] {c4bf2eb5-2092-4d0d-b65f-d86673031316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.018140 [ 261 ] {c4bf2eb5-2092-4d0d-b65f-d86673031316} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.018665 [ 261 ] {c4bf2eb5-2092-4d0d-b65f-d86673031316} oximeter.fields_i16 (90d07d82-f21b-4472-b84a-b6df26bba897): 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.08 13:59:43.018799 [ 261 ] {c4bf2eb5-2092-4d0d-b65f-d86673031316} executeQuery: Read 284 rows, 18.47 KiB in 0.010523 sec., 26988.50137793405 rows/sec., 1.71 MiB/sec. 2026.05.08 13:59:43.018838 [ 261 ] {c4bf2eb5-2092-4d0d-b65f-d86673031316} TCPHandler: Processed in 0.010695323 sec. 2026.05.08 13:59:43.018990 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.019093 [ 261 ] {bf42fb67-47bc-4437-8770-1251cbb1c080} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.08 13:59:43.019136 [ 261 ] {bf42fb67-47bc-4437-8770-1251cbb1c080} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.08 13:59:43.019564 [ 261 ] {bf42fb67-47bc-4437-8770-1251cbb1c080} oximeter.fields_ipaddr (31a0fdc7-79be-4a9a-964a-683e0786bf51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.019602 [ 261 ] {bf42fb67-47bc-4437-8770-1251cbb1c080} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.020029 [ 261 ] {bf42fb67-47bc-4437-8770-1251cbb1c080} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.020501 [ 261 ] {bf42fb67-47bc-4437-8770-1251cbb1c080} oximeter.fields_ipaddr (31a0fdc7-79be-4a9a-964a-683e0786bf51): 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.08 13:59:43.020631 [ 261 ] {bf42fb67-47bc-4437-8770-1251cbb1c080} executeQuery: Read 4 rows, 334.00 B in 0.00156 sec., 2564.102564102564 rows/sec., 209.08 KiB/sec. 2026.05.08 13:59:43.020668 [ 261 ] {bf42fb67-47bc-4437-8770-1251cbb1c080} TCPHandler: Processed in 0.001730453 sec. 2026.05.08 13:59:43.020785 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.020881 [ 261 ] {817b55bd-271c-4e00-9e6d-9cee957f645c} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.08 13:59:43.020921 [ 261 ] {817b55bd-271c-4e00-9e6d-9cee957f645c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.08 13:59:43.021737 [ 261 ] {817b55bd-271c-4e00-9e6d-9cee957f645c} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.021775 [ 261 ] {817b55bd-271c-4e00-9e6d-9cee957f645c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.022309 [ 261 ] {817b55bd-271c-4e00-9e6d-9cee957f645c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.022845 [ 261 ] {817b55bd-271c-4e00-9e6d-9cee957f645c} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): 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.08 13:59:43.022969 [ 261 ] {817b55bd-271c-4e00-9e6d-9cee957f645c} executeQuery: Read 769 rows, 60.58 KiB in 0.002108 sec., 364800.7590132827 rows/sec., 28.07 MiB/sec. 2026.05.08 13:59:43.023006 [ 261 ] {817b55bd-271c-4e00-9e6d-9cee957f645c} TCPHandler: Processed in 0.002270093 sec. 2026.05.08 13:59:43.023128 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.023224 [ 261 ] {fda99e5e-5922-4c1b-93b8-9e087b779f08} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.08 13:59:43.023263 [ 261 ] {fda99e5e-5922-4c1b-93b8-9e087b779f08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.08 13:59:43.023750 [ 261 ] {fda99e5e-5922-4c1b-93b8-9e087b779f08} oximeter.fields_u16 (b061b315-3a4a-44aa-8714-5acbb91a387b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.023783 [ 261 ] {fda99e5e-5922-4c1b-93b8-9e087b779f08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.024276 [ 261 ] {fda99e5e-5922-4c1b-93b8-9e087b779f08} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.024691 [ 261 ] {fda99e5e-5922-4c1b-93b8-9e087b779f08} oximeter.fields_u16 (b061b315-3a4a-44aa-8714-5acbb91a387b): 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.08 13:59:43.024816 [ 261 ] {fda99e5e-5922-4c1b-93b8-9e087b779f08} executeQuery: Read 146 rows, 8.82 KiB in 0.001611 sec., 90626.93978895096 rows/sec., 5.35 MiB/sec. 2026.05.08 13:59:43.024853 [ 261 ] {fda99e5e-5922-4c1b-93b8-9e087b779f08} TCPHandler: Processed in 0.001773564 sec. 2026.05.08 13:59:43.024974 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.025069 [ 261 ] {d6017fb0-05d8-4bc9-8d8e-1d2506ac3c75} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.08 13:59:43.025109 [ 261 ] {d6017fb0-05d8-4bc9-8d8e-1d2506ac3c75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.08 13:59:43.025551 [ 261 ] {d6017fb0-05d8-4bc9-8d8e-1d2506ac3c75} oximeter.fields_u32 (f2c80f6b-d432-4c1f-a7fe-8657e504a9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.025589 [ 261 ] {d6017fb0-05d8-4bc9-8d8e-1d2506ac3c75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.025982 [ 261 ] {d6017fb0-05d8-4bc9-8d8e-1d2506ac3c75} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.026391 [ 261 ] {d6017fb0-05d8-4bc9-8d8e-1d2506ac3c75} oximeter.fields_u32 (f2c80f6b-d432-4c1f-a7fe-8657e504a9f0): 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.08 13:59:43.026517 [ 261 ] {d6017fb0-05d8-4bc9-8d8e-1d2506ac3c75} executeQuery: Read 149 rows, 9.86 KiB in 0.001465 sec., 101706.48464163824 rows/sec., 6.57 MiB/sec. 2026.05.08 13:59:43.026553 [ 261 ] {d6017fb0-05d8-4bc9-8d8e-1d2506ac3c75} TCPHandler: Processed in 0.001626661 sec. 2026.05.08 13:59:43.026672 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.026767 [ 261 ] {c1147224-ff29-4b6b-b5e0-967adf53e9a4} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.08 13:59:43.026808 [ 261 ] {c1147224-ff29-4b6b-b5e0-967adf53e9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.08 13:59:43.027261 [ 261 ] {c1147224-ff29-4b6b-b5e0-967adf53e9a4} oximeter.fields_u8 (474d1243-1a4a-4a45-86a3-814489e12a4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.027297 [ 261 ] {c1147224-ff29-4b6b-b5e0-967adf53e9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.027701 [ 261 ] {c1147224-ff29-4b6b-b5e0-967adf53e9a4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.028206 [ 261 ] {c1147224-ff29-4b6b-b5e0-967adf53e9a4} oximeter.fields_u8 (474d1243-1a4a-4a45-86a3-814489e12a4c): 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.08 13:59:43.028328 [ 261 ] {c1147224-ff29-4b6b-b5e0-967adf53e9a4} executeQuery: Read 148 rows, 8.62 KiB in 0.001579 sec., 93730.20899303356 rows/sec., 5.33 MiB/sec. 2026.05.08 13:59:43.028365 [ 261 ] {c1147224-ff29-4b6b-b5e0-967adf53e9a4} TCPHandler: Processed in 0.001743813 sec. 2026.05.08 13:59:43.028493 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.028586 [ 261 ] {26b7acfd-fc40-4de9-92c6-1077ab1626ee} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.08 13:59:43.028626 [ 261 ] {26b7acfd-fc40-4de9-92c6-1077ab1626ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.08 13:59:43.029169 [ 261 ] {26b7acfd-fc40-4de9-92c6-1077ab1626ee} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.029205 [ 261 ] {26b7acfd-fc40-4de9-92c6-1077ab1626ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.029650 [ 261 ] {26b7acfd-fc40-4de9-92c6-1077ab1626ee} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.030089 [ 261 ] {26b7acfd-fc40-4de9-92c6-1077ab1626ee} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): 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.08 13:59:43.030212 [ 261 ] {26b7acfd-fc40-4de9-92c6-1077ab1626ee} executeQuery: Read 458 rows, 32.63 KiB in 0.001643 sec., 278758.3688374924 rows/sec., 19.39 MiB/sec. 2026.05.08 13:59:43.030249 [ 261 ] {26b7acfd-fc40-4de9-92c6-1077ab1626ee} TCPHandler: Processed in 0.001805454 sec. 2026.05.08 13:59:43.030371 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.030466 [ 261 ] {03d087a9-05a3-4cf5-818d-7922afd8cf4a} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.08 13:59:43.030508 [ 261 ] {03d087a9-05a3-4cf5-818d-7922afd8cf4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.08 13:59:43.030846 [ 261 ] {03d087a9-05a3-4cf5-818d-7922afd8cf4a} oximeter.measurements_bool (beeae7da-8a2e-4129-bd8a-5b5a36fcd6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.030882 [ 261 ] {03d087a9-05a3-4cf5-818d-7922afd8cf4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.031302 [ 261 ] {03d087a9-05a3-4cf5-818d-7922afd8cf4a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.031709 [ 261 ] {03d087a9-05a3-4cf5-818d-7922afd8cf4a} oximeter.measurements_bool (beeae7da-8a2e-4129-bd8a-5b5a36fcd6a6): 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.08 13:59:43.031837 [ 261 ] {03d087a9-05a3-4cf5-818d-7922afd8cf4a} executeQuery: Read 6 rows, 321.00 B in 0.001388 sec., 4322.766570605188 rows/sec., 225.85 KiB/sec. 2026.05.08 13:59:43.031873 [ 261 ] {03d087a9-05a3-4cf5-818d-7922afd8cf4a} TCPHandler: Processed in 0.00155157 sec. 2026.05.08 13:59:43.031997 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.032092 [ 261 ] {d505b794-30b9-4b4b-9b5d-3542bfc8f8eb} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.08 13:59:43.032134 [ 261 ] {d505b794-30b9-4b4b-9b5d-3542bfc8f8eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.08 13:59:43.032523 [ 261 ] {d505b794-30b9-4b4b-9b5d-3542bfc8f8eb} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.032557 [ 261 ] {d505b794-30b9-4b4b-9b5d-3542bfc8f8eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.032969 [ 261 ] {d505b794-30b9-4b4b-9b5d-3542bfc8f8eb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.033471 [ 261 ] {d505b794-30b9-4b4b-9b5d-3542bfc8f8eb} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): 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.08 13:59:43.033597 [ 261 ] {d505b794-30b9-4b4b-9b5d-3542bfc8f8eb} executeQuery: Read 127 rows, 8.18 KiB in 0.001524 sec., 83333.33333333333 rows/sec., 5.24 MiB/sec. 2026.05.08 13:59:43.033634 [ 261 ] {d505b794-30b9-4b4b-9b5d-3542bfc8f8eb} TCPHandler: Processed in 0.001685462 sec. 2026.05.08 13:59:43.033754 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.033848 [ 261 ] {bad495f5-68e6-4aa6-b6d3-8bbdb55aedf3} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.08 13:59:43.033890 [ 261 ] {bad495f5-68e6-4aa6-b6d3-8bbdb55aedf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.08 13:59:43.034200 [ 261 ] {bad495f5-68e6-4aa6-b6d3-8bbdb55aedf3} oximeter.measurements_f64 (ced898fc-3971-48e2-8279-68d2fe3af011): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.034235 [ 261 ] {bad495f5-68e6-4aa6-b6d3-8bbdb55aedf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.034636 [ 261 ] {bad495f5-68e6-4aa6-b6d3-8bbdb55aedf3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.035142 [ 261 ] {bad495f5-68e6-4aa6-b6d3-8bbdb55aedf3} oximeter.measurements_f64 (ced898fc-3971-48e2-8279-68d2fe3af011): 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.08 13:59:43.035268 [ 261 ] {bad495f5-68e6-4aa6-b6d3-8bbdb55aedf3} executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec. 2026.05.08 13:59:43.035303 [ 261 ] {bad495f5-68e6-4aa6-b6d3-8bbdb55aedf3} TCPHandler: Processed in 0.001596621 sec. 2026.05.08 13:59:43.035420 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:43.035513 [ 261 ] {de6a68e4-6b82-44b5-b846-6ab97da2e960} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.08 13:59:43.035554 [ 261 ] {de6a68e4-6b82-44b5-b846-6ab97da2e960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.08 13:59:43.035874 [ 261 ] {de6a68e4-6b82-44b5-b846-6ab97da2e960} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:43.035911 [ 261 ] {de6a68e4-6b82-44b5-b846-6ab97da2e960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:43.036309 [ 261 ] {de6a68e4-6b82-44b5-b846-6ab97da2e960} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:43.036732 [ 261 ] {de6a68e4-6b82-44b5-b846-6ab97da2e960} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): 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.08 13:59:43.036859 [ 261 ] {de6a68e4-6b82-44b5-b846-6ab97da2e960} executeQuery: Read 36 rows, 2.05 KiB in 0.001364 sec., 26392.961876832844 rows/sec., 1.47 MiB/sec. 2026.05.08 13:59:43.036894 [ 261 ] {de6a68e4-6b82-44b5-b846-6ab97da2e960} TCPHandler: Processed in 0.001522259 sec. 2026.05.08 13:59:44.672412 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2026.05.08 13:59:44.672870 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:44.672920 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:44.673604 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.08 13:59:44.674109 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): 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.08 13:59:44.674245 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.05.08 13:59:44.735840 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.08 13:59:44.754021 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:44.754085 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:44.760385 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.08 13:59:44.761537 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): 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.08 13:59:44.764943 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.08 13:59:45.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.20 MiB, peak 165.20 MiB, free memory in arenas 0.00 B, will set to 162.46 MiB (RSS), difference: 1.26 MiB 2026.05.08 13:59:47.969324 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:47.969567 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} executeQuery: (from [fd00:1122:3344:101::d]:37888) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native (stage: Complete) 2026.05.08 13:59:47.971934 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.08 13:59:47.977422 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE 2026.05.08 13:59:47.977907 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.08 13:59:47.980858 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.08 13:59:47.985380 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (SelectExecutor): Key condition: (column 0 in 14-element set) 2026.05.08 13:59:47.987588 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.08 13:59:47.987639 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (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.08 13:59:47.987656 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.08 13:59:47.989657 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" 2026.05.08 13:59:47.989688 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.05.08 13:59:48.009778 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} executeQuery: Read 27 rows, 6.61 KiB in 0.040295 sec., 670.0583198908054 rows/sec., 163.95 KiB/sec. 2026.05.08 13:59:48.009886 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} MemoryTracker: Peak memory usage (for query): 134.88 KiB. 2026.05.08 13:59:48.009902 [ 261 ] {819d1538-71b1-408b-a8a5-66c1a2b9cd63} TCPHandler: Processed in 0.040705992 sec. 2026.05.08 13:59:48.011212 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:48.011326 [ 261 ] {285a7f8c-6bc4-4198-a241-8f71c20d04a1} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.08 13:59:48.011374 [ 261 ] {285a7f8c-6bc4-4198-a241-8f71c20d04a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.08 13:59:48.011849 [ 261 ] {285a7f8c-6bc4-4198-a241-8f71c20d04a1} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:48.011891 [ 261 ] {285a7f8c-6bc4-4198-a241-8f71c20d04a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:48.012466 [ 261 ] {285a7f8c-6bc4-4198-a241-8f71c20d04a1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:48.012907 [ 261 ] {285a7f8c-6bc4-4198-a241-8f71c20d04a1} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): 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.08 13:59:48.013053 [ 261 ] {285a7f8c-6bc4-4198-a241-8f71c20d04a1} executeQuery: Read 26 rows, 2.01 KiB in 0.001762 sec., 14755.959137343929 rows/sec., 1.11 MiB/sec. 2026.05.08 13:59:48.013090 [ 261 ] {285a7f8c-6bc4-4198-a241-8f71c20d04a1} TCPHandler: Processed in 0.001935136 sec. 2026.05.08 13:59:48.013218 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:48.013313 [ 261 ] {61c2cb55-2fe4-44a8-84a3-6830fe4ac6f8} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.08 13:59:48.013353 [ 261 ] {61c2cb55-2fe4-44a8-84a3-6830fe4ac6f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.08 13:59:48.013770 [ 261 ] {61c2cb55-2fe4-44a8-84a3-6830fe4ac6f8} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:48.013806 [ 261 ] {61c2cb55-2fe4-44a8-84a3-6830fe4ac6f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:48.014223 [ 261 ] {61c2cb55-2fe4-44a8-84a3-6830fe4ac6f8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:48.014632 [ 261 ] {61c2cb55-2fe4-44a8-84a3-6830fe4ac6f8} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): 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.08 13:59:48.014758 [ 261 ] {61c2cb55-2fe4-44a8-84a3-6830fe4ac6f8} executeQuery: Read 28 rows, 2.24 KiB in 0.001466 sec., 19099.590723055935 rows/sec., 1.49 MiB/sec. 2026.05.08 13:59:48.014792 [ 261 ] {61c2cb55-2fe4-44a8-84a3-6830fe4ac6f8} TCPHandler: Processed in 0.0016233 sec. 2026.05.08 13:59:48.014910 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:48.015001 [ 261 ] {23895000-02d4-4115-bd79-d440510d6abe} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.08 13:59:48.015042 [ 261 ] {23895000-02d4-4115-bd79-d440510d6abe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.08 13:59:48.015408 [ 261 ] {23895000-02d4-4115-bd79-d440510d6abe} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:48.015442 [ 261 ] {23895000-02d4-4115-bd79-d440510d6abe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:48.015875 [ 261 ] {23895000-02d4-4115-bd79-d440510d6abe} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:48.016303 [ 261 ] {23895000-02d4-4115-bd79-d440510d6abe} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): 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.08 13:59:48.016426 [ 261 ] {23895000-02d4-4115-bd79-d440510d6abe} executeQuery: Read 100 rows, 7.10 KiB in 0.001443 sec., 69300.0693000693 rows/sec., 4.80 MiB/sec. 2026.05.08 13:59:48.016460 [ 261 ] {23895000-02d4-4115-bd79-d440510d6abe} TCPHandler: Processed in 0.0015963 sec. 2026.05.08 13:59:48.016582 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:48.016672 [ 261 ] {a1510bfc-ee19-4fef-861f-555c73e46334} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.08 13:59:48.016711 [ 261 ] {a1510bfc-ee19-4fef-861f-555c73e46334} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.08 13:59:48.017019 [ 261 ] {a1510bfc-ee19-4fef-861f-555c73e46334} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:48.017052 [ 261 ] {a1510bfc-ee19-4fef-861f-555c73e46334} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:48.017461 [ 261 ] {a1510bfc-ee19-4fef-861f-555c73e46334} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:48.017878 [ 261 ] {a1510bfc-ee19-4fef-861f-555c73e46334} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): 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.08 13:59:48.018001 [ 261 ] {a1510bfc-ee19-4fef-861f-555c73e46334} executeQuery: Read 30 rows, 2.10 KiB in 0.001346 sec., 22288.261515601782 rows/sec., 1.53 MiB/sec. 2026.05.08 13:59:48.018033 [ 261 ] {a1510bfc-ee19-4fef-861f-555c73e46334} TCPHandler: Processed in 0.001498588 sec. 2026.05.08 13:59:52.125780 [ 108 ] {} DNSResolver: Updating DNS cache 2026.05.08 13:59:52.125859 [ 108 ] {} DNSResolver: Updated DNS cache 2026.05.08 13:59:52.168635 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 126 2026.05.08 13:59:52.171621 [ 242 ] {} system.query_log (56fed0b0-7737-46de-ac8a-afe62d73ce04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.171664 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.172877 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:52.173372 [ 242 ] {} system.query_log (56fed0b0-7737-46de-ac8a-afe62d73ce04): 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.08 13:59:52.173599 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 126 2026.05.08 13:59:52.174363 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2026.05.08 13:59:52.174822 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.174859 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.175520 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.08 13:59:52.176008 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): 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.08 13:59:52.176132 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.05.08 13:59:52.265069 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.08 13:59:52.282122 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.282176 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.288387 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.08 13:59:52.289504 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): 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.08 13:59:52.292310 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.08 13:59:52.973276 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.973574 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} executeQuery: (from [fd00:1122:3344:101::d]:37888) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native (stage: Complete) 2026.05.08 13:59:52.974085 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.08 13:59:52.974150 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.05.08 13:59:52.974485 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.08 13:59:52.974554 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.08 13:59:52.974698 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.08 13:59:52.974735 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.08 13:59:52.974757 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (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.08 13:59:52.974773 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.08 13:59:52.974810 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.05.08 13:59:52.974830 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.05.08 13:59:52.975943 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} executeQuery: Read 27 rows, 6.61 KiB in 0.002514 sec., 10739.856801909307 rows/sec., 2.57 MiB/sec. 2026.05.08 13:59:52.976045 [ 261 ] {40f2d165-edfd-4586-b850-c02457cdbc85} TCPHandler: Processed in 0.002910065 sec. 2026.05.08 13:59:52.983188 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.983321 [ 261 ] {67948209-c55f-4c80-a6e4-ed760a98e7f2} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.08 13:59:52.983372 [ 261 ] {67948209-c55f-4c80-a6e4-ed760a98e7f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.08 13:59:52.983973 [ 261 ] {67948209-c55f-4c80-a6e4-ed760a98e7f2} oximeter.fields_i16 (90d07d82-f21b-4472-b84a-b6df26bba897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.984021 [ 261 ] {67948209-c55f-4c80-a6e4-ed760a98e7f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.984579 [ 261 ] {67948209-c55f-4c80-a6e4-ed760a98e7f2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:52.985064 [ 261 ] {67948209-c55f-4c80-a6e4-ed760a98e7f2} oximeter.fields_i16 (90d07d82-f21b-4472-b84a-b6df26bba897): 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.08 13:59:52.985210 [ 261 ] {67948209-c55f-4c80-a6e4-ed760a98e7f2} executeQuery: Read 284 rows, 18.47 KiB in 0.001927 sec., 147379.34613388687 rows/sec., 9.36 MiB/sec. 2026.05.08 13:59:52.985247 [ 261 ] {67948209-c55f-4c80-a6e4-ed760a98e7f2} TCPHandler: Processed in 0.00212241 sec. 2026.05.08 13:59:52.985381 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.985476 [ 261 ] {ba24f79d-ffd0-4297-a27d-e5573bd11444} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.08 13:59:52.985515 [ 261 ] {ba24f79d-ffd0-4297-a27d-e5573bd11444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.08 13:59:52.986240 [ 261 ] {ba24f79d-ffd0-4297-a27d-e5573bd11444} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.986276 [ 261 ] {ba24f79d-ffd0-4297-a27d-e5573bd11444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.986734 [ 261 ] {ba24f79d-ffd0-4297-a27d-e5573bd11444} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.08 13:59:52.987226 [ 261 ] {ba24f79d-ffd0-4297-a27d-e5573bd11444} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): 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.08 13:59:52.987355 [ 261 ] {ba24f79d-ffd0-4297-a27d-e5573bd11444} executeQuery: Read 767 rows, 60.44 KiB in 0.001897 sec., 404322.61465471797 rows/sec., 31.11 MiB/sec. 2026.05.08 13:59:52.987392 [ 261 ] {ba24f79d-ffd0-4297-a27d-e5573bd11444} TCPHandler: Processed in 0.002060369 sec. 2026.05.08 13:59:52.987545 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.987638 [ 261 ] {df6f028d-4b7a-4b2a-98b3-542b10b1a0f7} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.08 13:59:52.987678 [ 261 ] {df6f028d-4b7a-4b2a-98b3-542b10b1a0f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.08 13:59:52.988120 [ 261 ] {df6f028d-4b7a-4b2a-98b3-542b10b1a0f7} oximeter.fields_u16 (b061b315-3a4a-44aa-8714-5acbb91a387b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.988157 [ 261 ] {df6f028d-4b7a-4b2a-98b3-542b10b1a0f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.988568 [ 261 ] {df6f028d-4b7a-4b2a-98b3-542b10b1a0f7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:52.989040 [ 261 ] {df6f028d-4b7a-4b2a-98b3-542b10b1a0f7} oximeter.fields_u16 (b061b315-3a4a-44aa-8714-5acbb91a387b): 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.08 13:59:52.989165 [ 261 ] {df6f028d-4b7a-4b2a-98b3-542b10b1a0f7} executeQuery: Read 142 rows, 8.54 KiB in 0.001544 sec., 91968.91191709845 rows/sec., 5.40 MiB/sec. 2026.05.08 13:59:52.989202 [ 261 ] {df6f028d-4b7a-4b2a-98b3-542b10b1a0f7} TCPHandler: Processed in 0.001706922 sec. 2026.05.08 13:59:52.989329 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.989421 [ 261 ] {47ead440-2f72-4435-bbb1-e597728b4007} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.08 13:59:52.989461 [ 261 ] {47ead440-2f72-4435-bbb1-e597728b4007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.08 13:59:52.989926 [ 261 ] {47ead440-2f72-4435-bbb1-e597728b4007} oximeter.fields_u32 (f2c80f6b-d432-4c1f-a7fe-8657e504a9f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.989963 [ 261 ] {47ead440-2f72-4435-bbb1-e597728b4007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.990367 [ 261 ] {47ead440-2f72-4435-bbb1-e597728b4007} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:52.990817 [ 261 ] {47ead440-2f72-4435-bbb1-e597728b4007} oximeter.fields_u32 (f2c80f6b-d432-4c1f-a7fe-8657e504a9f0): 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.08 13:59:52.990945 [ 261 ] {47ead440-2f72-4435-bbb1-e597728b4007} executeQuery: Read 149 rows, 9.86 KiB in 0.00154 sec., 96753.24675324676 rows/sec., 6.25 MiB/sec. 2026.05.08 13:59:52.990981 [ 261 ] {47ead440-2f72-4435-bbb1-e597728b4007} TCPHandler: Processed in 0.001701602 sec. 2026.05.08 13:59:52.991114 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.991207 [ 261 ] {d793b145-7221-41b2-a25d-5da6b129b628} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.08 13:59:52.991246 [ 261 ] {d793b145-7221-41b2-a25d-5da6b129b628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.08 13:59:52.991692 [ 261 ] {d793b145-7221-41b2-a25d-5da6b129b628} oximeter.fields_u8 (474d1243-1a4a-4a45-86a3-814489e12a4c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.991727 [ 261 ] {d793b145-7221-41b2-a25d-5da6b129b628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.992129 [ 261 ] {d793b145-7221-41b2-a25d-5da6b129b628} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:52.992545 [ 261 ] {d793b145-7221-41b2-a25d-5da6b129b628} oximeter.fields_u8 (474d1243-1a4a-4a45-86a3-814489e12a4c): 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.08 13:59:52.992670 [ 261 ] {d793b145-7221-41b2-a25d-5da6b129b628} executeQuery: Read 148 rows, 8.62 KiB in 0.001481 sec., 99932.478055368 rows/sec., 5.68 MiB/sec. 2026.05.08 13:59:52.992707 [ 261 ] {d793b145-7221-41b2-a25d-5da6b129b628} TCPHandler: Processed in 0.001642141 sec. 2026.05.08 13:59:52.992836 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.992927 [ 261 ] {a7d5cbf4-2f6a-4d4a-b266-afc006edfc95} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.08 13:59:52.992966 [ 261 ] {a7d5cbf4-2f6a-4d4a-b266-afc006edfc95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.08 13:59:52.993491 [ 261 ] {a7d5cbf4-2f6a-4d4a-b266-afc006edfc95} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.993527 [ 261 ] {a7d5cbf4-2f6a-4d4a-b266-afc006edfc95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.993947 [ 261 ] {a7d5cbf4-2f6a-4d4a-b266-afc006edfc95} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.08 13:59:52.994367 [ 261 ] {a7d5cbf4-2f6a-4d4a-b266-afc006edfc95} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): 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.08 13:59:52.994493 [ 261 ] {a7d5cbf4-2f6a-4d4a-b266-afc006edfc95} executeQuery: Read 454 rows, 32.30 KiB in 0.001583 sec., 286797.22046746686 rows/sec., 19.93 MiB/sec. 2026.05.08 13:59:52.994537 [ 261 ] {a7d5cbf4-2f6a-4d4a-b266-afc006edfc95} TCPHandler: Processed in 0.001750163 sec. 2026.05.08 13:59:52.994660 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.994754 [ 261 ] {e37d6d99-d3a1-4e13-b2d6-426c7176d201} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.05.08 13:59:52.994794 [ 261 ] {e37d6d99-d3a1-4e13-b2d6-426c7176d201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.05.08 13:59:52.995119 [ 261 ] {e37d6d99-d3a1-4e13-b2d6-426c7176d201} oximeter.measurements_bool (beeae7da-8a2e-4129-bd8a-5b5a36fcd6a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.995154 [ 261 ] {e37d6d99-d3a1-4e13-b2d6-426c7176d201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.995555 [ 261 ] {e37d6d99-d3a1-4e13-b2d6-426c7176d201} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:52.996068 [ 261 ] {e37d6d99-d3a1-4e13-b2d6-426c7176d201} oximeter.measurements_bool (beeae7da-8a2e-4129-bd8a-5b5a36fcd6a6): 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.08 13:59:52.996195 [ 261 ] {e37d6d99-d3a1-4e13-b2d6-426c7176d201} executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec. 2026.05.08 13:59:52.996237 [ 261 ] {e37d6d99-d3a1-4e13-b2d6-426c7176d201} TCPHandler: Processed in 0.001626501 sec. 2026.05.08 13:59:52.996356 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.996450 [ 261 ] {939b5747-9767-480c-b12c-1cd820d195f4} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.08 13:59:52.996492 [ 261 ] {939b5747-9767-480c-b12c-1cd820d195f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.08 13:59:52.996934 [ 261 ] {939b5747-9767-480c-b12c-1cd820d195f4} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.996970 [ 261 ] {939b5747-9767-480c-b12c-1cd820d195f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.997399 [ 261 ] {939b5747-9767-480c-b12c-1cd820d195f4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.08 13:59:52.997811 [ 261 ] {939b5747-9767-480c-b12c-1cd820d195f4} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): 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.08 13:59:52.997939 [ 261 ] {939b5747-9767-480c-b12c-1cd820d195f4} executeQuery: Read 205 rows, 13.72 KiB in 0.001507 sec., 136031.8513603185 rows/sec., 8.89 MiB/sec. 2026.05.08 13:59:52.997974 [ 261 ] {939b5747-9767-480c-b12c-1cd820d195f4} TCPHandler: Processed in 0.001666922 sec. 2026.05.08 13:59:52.998092 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.998185 [ 261 ] {e90194e1-dcde-466a-8c6b-cf7707ebd586} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.08 13:59:52.998227 [ 261 ] {e90194e1-dcde-466a-8c6b-cf7707ebd586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.08 13:59:52.998540 [ 261 ] {e90194e1-dcde-466a-8c6b-cf7707ebd586} oximeter.measurements_f64 (ced898fc-3971-48e2-8279-68d2fe3af011): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:52.998575 [ 261 ] {e90194e1-dcde-466a-8c6b-cf7707ebd586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:52.998962 [ 261 ] {e90194e1-dcde-466a-8c6b-cf7707ebd586} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:52.999364 [ 261 ] {e90194e1-dcde-466a-8c6b-cf7707ebd586} oximeter.measurements_f64 (ced898fc-3971-48e2-8279-68d2fe3af011): 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.08 13:59:52.999489 [ 261 ] {e90194e1-dcde-466a-8c6b-cf7707ebd586} executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. 2026.05.08 13:59:52.999524 [ 261 ] {e90194e1-dcde-466a-8c6b-cf7707ebd586} TCPHandler: Processed in 0.001481548 sec. 2026.05.08 13:59:52.999643 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:52.999736 [ 261 ] {85f640db-6fb8-4fe9-8238-ff8982053c69} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.08 13:59:52.999775 [ 261 ] {85f640db-6fb8-4fe9-8238-ff8982053c69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.08 13:59:53.000099 [ 261 ] {85f640db-6fb8-4fe9-8238-ff8982053c69} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:53.000180 [ 261 ] {85f640db-6fb8-4fe9-8238-ff8982053c69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:53.000575 [ 261 ] {85f640db-6fb8-4fe9-8238-ff8982053c69} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.08 13:59:53.001017 [ 261 ] {85f640db-6fb8-4fe9-8238-ff8982053c69} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): 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.08 13:59:53.001145 [ 261 ] {85f640db-6fb8-4fe9-8238-ff8982053c69} executeQuery: Read 60 rows, 3.73 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.55 MiB/sec. 2026.05.08 13:59:53.001179 [ 261 ] {85f640db-6fb8-4fe9-8238-ff8982053c69} TCPHandler: Processed in 0.00158449 sec. 2026.05.08 13:59:57.969805 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:57.970025 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} executeQuery: (from [fd00:1122:3344:101::d]:37888) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native (stage: Complete) 2026.05.08 13:59:57.970319 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.08 13:59:57.970351 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2026.05.08 13:59:57.970560 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.08 13:59:57.970625 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.08 13:59:57.970831 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (SelectExecutor): Key condition: (column 0 in 16-element set) 2026.05.08 13:59:57.970870 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.08 13:59:57.970892 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (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.08 13:59:57.970909 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.08 13:59:57.970949 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2026.05.08 13:59:57.970969 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.05.08 13:59:57.972049 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} executeQuery: Read 27 rows, 6.61 KiB in 0.002095 sec., 12887.828162291169 rows/sec., 3.08 MiB/sec. 2026.05.08 13:59:57.972147 [ 261 ] {af4085ed-e678-4916-8be5-7decea605dea} TCPHandler: Processed in 0.002482167 sec. 2026.05.08 13:59:57.973760 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:57.973872 [ 261 ] {e6cf4771-0227-4bde-a1e0-726a297c3db6} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.08 13:59:57.973916 [ 261 ] {e6cf4771-0227-4bde-a1e0-726a297c3db6} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.08 13:59:57.974428 [ 261 ] {e6cf4771-0227-4bde-a1e0-726a297c3db6} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:57.974475 [ 261 ] {e6cf4771-0227-4bde-a1e0-726a297c3db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:57.974999 [ 261 ] {e6cf4771-0227-4bde-a1e0-726a297c3db6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:57.975366 [ 261 ] {e6cf4771-0227-4bde-a1e0-726a297c3db6} oximeter.timeseries_schema (878ef9d3-e4e8-4fe2-a161-05f41b195811): 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.08 13:59:57.975511 [ 261 ] {e6cf4771-0227-4bde-a1e0-726a297c3db6} executeQuery: Read 1 rows, 153.00 B in 0.001671 sec., 598.4440454817475 rows/sec., 89.42 KiB/sec. 2026.05.08 13:59:57.975551 [ 261 ] {e6cf4771-0227-4bde-a1e0-726a297c3db6} TCPHandler: Processed in 0.001842165 sec. 2026.05.08 13:59:57.975676 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:57.975770 [ 261 ] {d23c5d9b-16bd-4708-9a3e-681e9dca28a7} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.08 13:59:57.975811 [ 261 ] {d23c5d9b-16bd-4708-9a3e-681e9dca28a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.08 13:59:57.976222 [ 261 ] {d23c5d9b-16bd-4708-9a3e-681e9dca28a7} oximeter.fields_ipaddr (31a0fdc7-79be-4a9a-964a-683e0786bf51): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:57.976258 [ 261 ] {d23c5d9b-16bd-4708-9a3e-681e9dca28a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:57.976647 [ 261 ] {d23c5d9b-16bd-4708-9a3e-681e9dca28a7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.08 13:59:57.977114 [ 261 ] {d23c5d9b-16bd-4708-9a3e-681e9dca28a7} oximeter.fields_ipaddr (31a0fdc7-79be-4a9a-964a-683e0786bf51): 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.08 13:59:57.977244 [ 261 ] {d23c5d9b-16bd-4708-9a3e-681e9dca28a7} executeQuery: Read 4 rows, 334.00 B in 0.001492 sec., 2680.965147453083 rows/sec., 218.61 KiB/sec. 2026.05.08 13:59:57.977281 [ 261 ] {d23c5d9b-16bd-4708-9a3e-681e9dca28a7} TCPHandler: Processed in 0.001654351 sec. 2026.05.08 13:59:57.977400 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:57.977493 [ 261 ] {de5e923d-7b9e-431a-924b-46afcf4f4ef0} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.08 13:59:57.977532 [ 261 ] {de5e923d-7b9e-431a-924b-46afcf4f4ef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.08 13:59:57.977949 [ 261 ] {de5e923d-7b9e-431a-924b-46afcf4f4ef0} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:57.977985 [ 261 ] {de5e923d-7b9e-431a-924b-46afcf4f4ef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:57.978388 [ 261 ] {de5e923d-7b9e-431a-924b-46afcf4f4ef0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.08 13:59:57.978794 [ 261 ] {de5e923d-7b9e-431a-924b-46afcf4f4ef0} oximeter.fields_string (d2df74a5-3549-474f-8bd6-c70a983b4dd2): 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.08 13:59:57.978922 [ 261 ] {de5e923d-7b9e-431a-924b-46afcf4f4ef0} executeQuery: Read 76 rows, 6.42 KiB in 0.001446 sec., 52558.78284923928 rows/sec., 4.34 MiB/sec. 2026.05.08 13:59:57.978958 [ 261 ] {de5e923d-7b9e-431a-924b-46afcf4f4ef0} TCPHandler: Processed in 0.001606641 sec. 2026.05.08 13:59:57.979080 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:57.979172 [ 261 ] {c8976699-4e55-44a4-a77f-d1f40d0ecd89} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.08 13:59:57.979212 [ 261 ] {c8976699-4e55-44a4-a77f-d1f40d0ecd89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.08 13:59:57.979603 [ 261 ] {c8976699-4e55-44a4-a77f-d1f40d0ecd89} oximeter.fields_u16 (b061b315-3a4a-44aa-8714-5acbb91a387b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:57.979639 [ 261 ] {c8976699-4e55-44a4-a77f-d1f40d0ecd89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:57.980071 [ 261 ] {c8976699-4e55-44a4-a77f-d1f40d0ecd89} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.08 13:59:57.980474 [ 261 ] {c8976699-4e55-44a4-a77f-d1f40d0ecd89} oximeter.fields_u16 (b061b315-3a4a-44aa-8714-5acbb91a387b): 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.08 13:59:57.980601 [ 261 ] {c8976699-4e55-44a4-a77f-d1f40d0ecd89} executeQuery: Read 15 rows, 1.11 KiB in 0.001447 sec., 10366.275051831375 rows/sec., 764.65 KiB/sec. 2026.05.08 13:59:57.980639 [ 261 ] {c8976699-4e55-44a4-a77f-d1f40d0ecd89} TCPHandler: Processed in 0.001608561 sec. 2026.05.08 13:59:57.980755 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:57.980849 [ 261 ] {079eb83b-71d3-4ba7-bffd-2220a2090f09} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.08 13:59:57.980887 [ 261 ] {079eb83b-71d3-4ba7-bffd-2220a2090f09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.08 13:59:57.981450 [ 261 ] {079eb83b-71d3-4ba7-bffd-2220a2090f09} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:57.981486 [ 261 ] {079eb83b-71d3-4ba7-bffd-2220a2090f09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:57.981878 [ 261 ] {079eb83b-71d3-4ba7-bffd-2220a2090f09} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.08 13:59:57.982350 [ 261 ] {079eb83b-71d3-4ba7-bffd-2220a2090f09} oximeter.fields_uuid (0136b8c1-7d29-4fca-9baa-a72c17eb9fff): 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.08 13:59:57.982478 [ 261 ] {079eb83b-71d3-4ba7-bffd-2220a2090f09} executeQuery: Read 71 rows, 5.68 KiB in 0.001647 sec., 43108.68245294475 rows/sec., 3.37 MiB/sec. 2026.05.08 13:59:57.982513 [ 261 ] {079eb83b-71d3-4ba7-bffd-2220a2090f09} TCPHandler: Processed in 0.001808434 sec. 2026.05.08 13:59:57.982632 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:57.982726 [ 261 ] {698b220f-87e6-413a-ac09-29be9dc21108} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.08 13:59:57.982768 [ 261 ] {698b220f-87e6-413a-ac09-29be9dc21108} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.08 13:59:57.983141 [ 261 ] {698b220f-87e6-413a-ac09-29be9dc21108} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:57.983177 [ 261 ] {698b220f-87e6-413a-ac09-29be9dc21108} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:57.983605 [ 261 ] {698b220f-87e6-413a-ac09-29be9dc21108} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.08 13:59:57.984021 [ 261 ] {698b220f-87e6-413a-ac09-29be9dc21108} oximeter.measurements_cumulativeu64 (e82622bf-6131-489b-b736-45dcb63a42b1): 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.08 13:59:57.984147 [ 261 ] {698b220f-87e6-413a-ac09-29be9dc21108} executeQuery: Read 112 rows, 7.95 KiB in 0.001439 sec., 77831.8276580959 rows/sec., 5.40 MiB/sec. 2026.05.08 13:59:57.984183 [ 261 ] {698b220f-87e6-413a-ac09-29be9dc21108} TCPHandler: Processed in 0.00159978 sec. 2026.05.08 13:59:57.984303 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:57.984396 [ 261 ] {d80ee267-c536-4139-b8fb-5cc3038374be} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.08 13:59:57.984449 [ 261 ] {d80ee267-c536-4139-b8fb-5cc3038374be} 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.08 13:59:57.985207 [ 261 ] {d80ee267-c536-4139-b8fb-5cc3038374be} oximeter.measurements_histogramu64 (521cfb0f-b0a9-4324-b02b-572cbb6aaf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:57.985242 [ 261 ] {d80ee267-c536-4139-b8fb-5cc3038374be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:57.989067 [ 261 ] {d80ee267-c536-4139-b8fb-5cc3038374be} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.08 13:59:57.989521 [ 261 ] {d80ee267-c536-4139-b8fb-5cc3038374be} oximeter.measurements_histogramu64 (521cfb0f-b0a9-4324-b02b-572cbb6aaf42): 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.08 13:59:57.989657 [ 261 ] {d80ee267-c536-4139-b8fb-5cc3038374be} executeQuery: Read 11 rows, 20.18 KiB in 0.005279 sec., 2083.7279787838606 rows/sec., 3.73 MiB/sec. 2026.05.08 13:59:57.989708 [ 261 ] {d80ee267-c536-4139-b8fb-5cc3038374be} TCPHandler: Processed in 0.005454424 sec. 2026.05.08 13:59:57.989832 [ 261 ] {} TCP-Session: eae9a3dc-3bc3-4080-bfa8-bad628178ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.08 13:59:57.989926 [ 261 ] {e4a12749-e5e0-4ca2-8096-98827c35a3dd} executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.08 13:59:57.989968 [ 261 ] {e4a12749-e5e0-4ca2-8096-98827c35a3dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.08 13:59:57.990303 [ 261 ] {e4a12749-e5e0-4ca2-8096-98827c35a3dd} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:57.990338 [ 261 ] {e4a12749-e5e0-4ca2-8096-98827c35a3dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:57.990740 [ 261 ] {e4a12749-e5e0-4ca2-8096-98827c35a3dd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.08 13:59:57.991158 [ 261 ] {e4a12749-e5e0-4ca2-8096-98827c35a3dd} oximeter.measurements_u64 (2874d711-9e6c-4a88-b26c-b3351130aaa3): 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.08 13:59:57.991285 [ 261 ] {e4a12749-e5e0-4ca2-8096-98827c35a3dd} executeQuery: Read 34 rows, 2.39 KiB in 0.001377 sec., 24691.35802469136 rows/sec., 1.69 MiB/sec. 2026.05.08 13:59:57.991327 [ 261 ] {e4a12749-e5e0-4ca2-8096-98827c35a3dd} TCPHandler: Processed in 0.001544559 sec. 2026.05.08 13:59:59.676308 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2026.05.08 13:59:59.676751 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:59.676785 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:59.677501 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.08 13:59:59.678039 [ 244 ] {} system.asynchronous_metric_log (12064ac0-b811-4791-9307-2dd1db6801f0): 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.08 13:59:59.678192 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2026.05.08 13:59:59.792482 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.08 13:59:59.809643 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.08 13:59:59.809687 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2026.05.08 13:59:59.815775 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.08 13:59:59.816918 [ 243 ] {} system.metric_log (02ac89ea-de38-4ffd-bf43-0991d0c28ca8): 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.08 13:59:59.819853 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.08 14:00:00.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.93 MiB, peak 169.93 MiB, free memory in arenas 0.00 B, will set to 167.11 MiB (RSS), difference: 1.18 MiB