[ Mar 18 23:13:48 Enabled. ] [ Mar 18 23:13:48 Rereading configuration. ] [ Mar 18 23:13:49 Rereading configuration. ] [ Mar 18 23:13:51 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 [ Mar 18 23:13:51 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.03.18 23:13:56.542572 [ 1 ] {} Application: Will watch for the process with pid 24428 2026.03.18 23:13:56.542979 [ 1 ] {} Application: Forked a child process to watch 2026.03.18 23:13:56.940911 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24428 2026.03.18 23:13:56.950158 [ 1 ] {} Application: starting up 2026.03.18 23:13:56.950367 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.18 23:13:57.661208 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.18 23:13:57.752709 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.18 23:13:57.752798 [ 1 ] {} Application: Initializing DateLUT. 2026.03.18 23:13:57.752821 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.18 23:13:57.752904 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.18 23:13:57.753413 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.18 23:13:57.764814 [ 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.03.18 23:13:57.765886 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.18 23:13:57.769149 [ 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.03.18 23:13:57.769185 [ 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.03.18 23:13:57.769202 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.18 23:13:57.771813 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 23:13:57.773340 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.18 23:13:57.780022 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 23:13:57.780892 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 23:13:57.787144 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.18 23:13:57.787266 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.18 23:13:57.788658 [ 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.03.18 23:13:57.789177 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.18 23:13:57.808666 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.18 23:13:57.809488 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.18 23:13:57.823025 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.18 23:13:57.823550 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.18 23:13:57.824089 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.18 23:13:57.824609 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.18 23:13:57.827881 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.18 23:13:57.827912 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.18 23:13:57.828003 [ 88 ] {} DNSResolver: Updating DNS cache 2026.03.18 23:13:57.828078 [ 88 ] {} DNSResolver: Updated DNS cache 2026.03.18 23:13:57.871859 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.18 23:13:57.871900 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000224426 sec 2026.03.18 23:13:57.871969 [ 1 ] {} ReferentialDeps: No tables 2026.03.18 23:13:57.872012 [ 1 ] {} LoadingDeps: No tables 2026.03.18 23:13:57.874802 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.18 23:13:57.882823 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.18 23:13:57.912885 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.18 23:13:57.912959 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.18 23:13:57.913081 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.18 23:13:57.913097 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.18 23:13:57.913142 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.18 23:13:57.913239 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.18 23:13:57.918149 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.18 23:13:57.918209 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.18 23:13:57.918263 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.18 23:13:57.918470 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.18 23:13:57.918530 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.18 23:13:57.918552 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.18 23:13:57.918637 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.18 23:13:57.918652 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.18 23:13:57.918691 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.18 23:13:57.918773 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.18 23:13:57.995090 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.18 23:13:58.001364 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.18 23:13:58.001491 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000159154 sec 2026.03.18 23:13:58.001510 [ 1 ] {} ReferentialDeps: No tables 2026.03.18 23:13:58.001527 [ 1 ] {} LoadingDeps: No tables 2026.03.18 23:13:58.001566 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.18 23:13:58.001880 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.18 23:13:58.002024 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.18 23:13:58.002043 [ 1 ] {} Application: Loaded metadata. 2026.03.18 23:13:58.002056 [ 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.03.18 23:13:58.002070 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.18 23:13:58.008314 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.18 23:13:58.008546 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.79 MiB, peak 24.79 MiB, free memory in arenas 0.00 B, will set to 116.73 MiB (RSS), difference: 91.94 MiB 2026.03.18 23:13:58.014291 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.699e-05 sec. 2026.03.18 23:13:58.014793 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.18 23:13:58.014858 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.18 23:13:58.014874 [ 1 ] {} Application: Ready for connections. 2026.03.18 23:13:58.075838 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59198 2026.03.18 23:13:58.078494 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.078584 [ 3 ] {} TCP-Session: 4fe5a274-3afb-428c-ac56-2c04ae9848de Authenticating user 'default' from [fd00:1122:3344:101::c]:59198 2026.03.18 23:13:58.078617 [ 3 ] {} TCP-Session: 4fe5a274-3afb-428c-ac56-2c04ae9848de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.078714 [ 3 ] {} TCP-Session: 4fe5a274-3afb-428c-ac56-2c04ae9848de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.078833 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 23:13:58.078862 [ 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.03.18 23:13:58.078960 [ 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.03.18 23:13:58.079563 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41897 2026.03.18 23:13:58.079769 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.079811 [ 4 ] {} TCP-Session: 5b2fc24e-7360-44a3-a8a2-88c749fa150a Authenticating user 'default' from [fd00:1122:3344:101::c]:41897 2026.03.18 23:13:58.079837 [ 4 ] {} TCP-Session: 5b2fc24e-7360-44a3-a8a2-88c749fa150a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.079964 [ 4 ] {} TCP-Session: 5b2fc24e-7360-44a3-a8a2-88c749fa150a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.080483 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61739 2026.03.18 23:13:58.080500 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43424 2026.03.18 23:13:58.080595 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38316 2026.03.18 23:13:58.080735 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.080783 [ 253 ] {} TCP-Session: 88cbfa0b-742c-41f4-84b1-9cb8e9af1ee9 Authenticating user 'default' from [fd00:1122:3344:101::c]:61739 2026.03.18 23:13:58.080804 [ 253 ] {} TCP-Session: 88cbfa0b-742c-41f4-84b1-9cb8e9af1ee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.080843 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34820 2026.03.18 23:13:58.080895 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.080901 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.080977 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37879 2026.03.18 23:13:58.080946 [ 254 ] {} TCP-Session: fd649a3f-45b7-4a91-92f7-3170a8876d0a Authenticating user 'default' from [fd00:1122:3344:101::c]:38316 2026.03.18 23:13:58.081109 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.081140 [ 5 ] {} TCP-Session: 088ece45-53ed-424a-8c9f-beb0aec6d78c Authenticating user 'default' from [fd00:1122:3344:101::c]:43424 2026.03.18 23:13:58.081185 [ 255 ] {} TCP-Session: e97ac9a8-d4db-4500-bdc5-5eca0a81beff Authenticating user 'default' from [fd00:1122:3344:101::c]:34820 2026.03.18 23:13:58.081147 [ 254 ] {} TCP-Session: fd649a3f-45b7-4a91-92f7-3170a8876d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.081118 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45843 2026.03.18 23:13:58.081271 [ 5 ] {} TCP-Session: 088ece45-53ed-424a-8c9f-beb0aec6d78c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.081297 [ 255 ] {} TCP-Session: e97ac9a8-d4db-4500-bdc5-5eca0a81beff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.081285 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.081421 [ 255 ] {} TCP-Session: e97ac9a8-d4db-4500-bdc5-5eca0a81beff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.081407 [ 5 ] {} TCP-Session: 088ece45-53ed-424a-8c9f-beb0aec6d78c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.081474 [ 256 ] {} TCP-Session: c83f5f93-6ab6-418c-80ce-3da6f536178e Authenticating user 'default' from [fd00:1122:3344:101::c]:37879 2026.03.18 23:13:58.081489 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.081562 [ 256 ] {} TCP-Session: c83f5f93-6ab6-418c-80ce-3da6f536178e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.081272 [ 254 ] {} TCP-Session: fd649a3f-45b7-4a91-92f7-3170a8876d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.080923 [ 253 ] {} TCP-Session: 88cbfa0b-742c-41f4-84b1-9cb8e9af1ee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.081671 [ 256 ] {} TCP-Session: c83f5f93-6ab6-418c-80ce-3da6f536178e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.081648 [ 257 ] {} TCP-Session: 627c3171-8bde-4d80-827b-3f042e416f65 Authenticating user 'default' from [fd00:1122:3344:101::c]:45843 2026.03.18 23:13:58.081752 [ 257 ] {} TCP-Session: 627c3171-8bde-4d80-827b-3f042e416f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.081853 [ 257 ] {} TCP-Session: 627c3171-8bde-4d80-827b-3f042e416f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.267995 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55245 2026.03.18 23:13:58.268179 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.268298 [ 258 ] {} TCP-Session: 86ff4985-5e48-408f-a392-89bf6b6904df Authenticating user 'default' from [fd00:1122:3344:101::a]:55245 2026.03.18 23:13:58.268325 [ 258 ] {} TCP-Session: 86ff4985-5e48-408f-a392-89bf6b6904df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.268340 [ 258 ] {} TCP-Session: 86ff4985-5e48-408f-a392-89bf6b6904df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.268489 [ 258 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 23:13:58.268522 [ 258 ] {} 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.03.18 23:13:58.268605 [ 258 ] {} 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.03.18 23:13:58.269061 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64932 2026.03.18 23:13:58.269173 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51789 2026.03.18 23:13:58.269274 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57935 2026.03.18 23:13:58.269410 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47687 2026.03.18 23:13:58.269512 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.269603 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.269656 [ 259 ] {} TCP-Session: 01add689-5b7b-4af4-b0a5-e9fc2eb3b92e Authenticating user 'default' from [fd00:1122:3344:101::a]:64932 2026.03.18 23:13:58.269661 [ 260 ] {} TCP-Session: 0b6f93a9-a240-4409-9015-ef8544580e3e Authenticating user 'default' from [fd00:1122:3344:101::a]:51789 2026.03.18 23:13:58.269726 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.269762 [ 260 ] {} TCP-Session: 0b6f93a9-a240-4409-9015-ef8544580e3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.269721 [ 259 ] {} TCP-Session: 01add689-5b7b-4af4-b0a5-e9fc2eb3b92e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.269722 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.269908 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45814 2026.03.18 23:13:58.269919 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60256 2026.03.18 23:13:58.269854 [ 259 ] {} TCP-Session: 01add689-5b7b-4af4-b0a5-e9fc2eb3b92e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.269996 [ 261 ] {} TCP-Session: 21b9b538-7d36-48b9-8622-ff8ffb8e243e Authenticating user 'default' from [fd00:1122:3344:101::a]:57935 2026.03.18 23:13:58.269838 [ 260 ] {} TCP-Session: 0b6f93a9-a240-4409-9015-ef8544580e3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.269661 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46433 2026.03.18 23:13:58.269831 [ 262 ] {} TCP-Session: 8633f0f9-6eef-4bd2-9664-29afac1ae709 Authenticating user 'default' from [fd00:1122:3344:101::a]:47687 2026.03.18 23:13:58.270116 [ 261 ] {} TCP-Session: 21b9b538-7d36-48b9-8622-ff8ffb8e243e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.270217 [ 262 ] {} TCP-Session: 8633f0f9-6eef-4bd2-9664-29afac1ae709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.270228 [ 261 ] {} TCP-Session: 21b9b538-7d36-48b9-8622-ff8ffb8e243e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.270271 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.270286 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.270239 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.270363 [ 264 ] {} TCP-Session: 6fccced6-2543-46b9-8415-c7edddeeb2f0 Authenticating user 'default' from [fd00:1122:3344:101::a]:60256 2026.03.18 23:13:58.270349 [ 263 ] {} TCP-Session: ed00cee8-0c61-4caf-a858-f71d22e447f9 Authenticating user 'default' from [fd00:1122:3344:101::a]:46433 2026.03.18 23:13:58.270241 [ 262 ] {} TCP-Session: 8633f0f9-6eef-4bd2-9664-29afac1ae709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.270444 [ 264 ] {} TCP-Session: 6fccced6-2543-46b9-8415-c7edddeeb2f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.270439 [ 265 ] {} TCP-Session: b2066234-075c-4b01-ba1e-8a3fe473f5fc Authenticating user 'default' from [fd00:1122:3344:101::a]:45814 2026.03.18 23:13:58.270425 [ 263 ] {} TCP-Session: ed00cee8-0c61-4caf-a858-f71d22e447f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.270550 [ 264 ] {} TCP-Session: 6fccced6-2543-46b9-8415-c7edddeeb2f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.270535 [ 265 ] {} TCP-Session: b2066234-075c-4b01-ba1e-8a3fe473f5fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.270625 [ 263 ] {} TCP-Session: ed00cee8-0c61-4caf-a858-f71d22e447f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.270627 [ 265 ] {} TCP-Session: b2066234-075c-4b01-ba1e-8a3fe473f5fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.495089 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36555 2026.03.18 23:13:58.495281 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.495326 [ 266 ] {} TCP-Session: 3ee237fa-563c-4687-8682-2b2ab4ed1b12 Authenticating user 'default' from [fd00:1122:3344:101::b]:36555 2026.03.18 23:13:58.495432 [ 266 ] {} TCP-Session: 3ee237fa-563c-4687-8682-2b2ab4ed1b12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.495448 [ 266 ] {} TCP-Session: 3ee237fa-563c-4687-8682-2b2ab4ed1b12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.495519 [ 266 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 23:13:58.495640 [ 266 ] {} 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.03.18 23:13:58.495659 [ 266 ] {} 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.03.18 23:13:58.496139 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56551 2026.03.18 23:13:58.496349 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.496395 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53373 2026.03.18 23:13:58.496391 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34485 2026.03.18 23:13:58.496468 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35203 2026.03.18 23:13:58.496481 [ 267 ] {} TCP-Session: 4a7b457e-7e00-44fb-8a4e-82b21b31b2e6 Authenticating user 'default' from [fd00:1122:3344:101::b]:56551 2026.03.18 23:13:58.496554 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64500 2026.03.18 23:13:58.496610 [ 267 ] {} TCP-Session: 4a7b457e-7e00-44fb-8a4e-82b21b31b2e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.496680 [ 267 ] {} TCP-Session: 4a7b457e-7e00-44fb-8a4e-82b21b31b2e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.496833 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39457 2026.03.18 23:13:58.496869 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57396 2026.03.18 23:13:58.496893 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.497017 [ 271 ] {} TCP-Session: b5382fdc-5fbe-4fde-99a7-dc5bab655701 Authenticating user 'default' from [fd00:1122:3344:101::b]:64500 2026.03.18 23:13:58.497091 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.497121 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.497136 [ 271 ] {} TCP-Session: b5382fdc-5fbe-4fde-99a7-dc5bab655701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497173 [ 269 ] {} TCP-Session: 12b8485c-d116-43c5-9ca8-6c34cbd99f96 Authenticating user 'default' from [fd00:1122:3344:101::b]:34485 2026.03.18 23:13:58.497153 [ 268 ] {} TCP-Session: d0a29d7f-3ba2-4efd-8a87-5cd926995bf3 Authenticating user 'default' from [fd00:1122:3344:101::b]:53373 2026.03.18 23:13:58.497257 [ 271 ] {} TCP-Session: b5382fdc-5fbe-4fde-99a7-dc5bab655701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497302 [ 268 ] {} TCP-Session: d0a29d7f-3ba2-4efd-8a87-5cd926995bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497308 [ 269 ] {} TCP-Session: 12b8485c-d116-43c5-9ca8-6c34cbd99f96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497390 [ 268 ] {} TCP-Session: d0a29d7f-3ba2-4efd-8a87-5cd926995bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497408 [ 269 ] {} TCP-Session: 12b8485c-d116-43c5-9ca8-6c34cbd99f96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497449 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.497464 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.497490 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:13:58.497557 [ 270 ] {} TCP-Session: af48ea93-ff1a-47d8-90c5-37eecca469df Authenticating user 'default' from [fd00:1122:3344:101::b]:35203 2026.03.18 23:13:58.497532 [ 273 ] {} TCP-Session: b5b2f683-68d5-4c18-8095-63f6e3e1d090 Authenticating user 'default' from [fd00:1122:3344:101::b]:39457 2026.03.18 23:13:58.497626 [ 273 ] {} TCP-Session: b5b2f683-68d5-4c18-8095-63f6e3e1d090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497648 [ 270 ] {} TCP-Session: af48ea93-ff1a-47d8-90c5-37eecca469df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497635 [ 272 ] {} TCP-Session: 0770fc21-257c-4050-bacd-1564e768281b Authenticating user 'default' from [fd00:1122:3344:101::b]:57396 2026.03.18 23:13:58.497732 [ 273 ] {} TCP-Session: b5b2f683-68d5-4c18-8095-63f6e3e1d090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497763 [ 272 ] {} TCP-Session: 0770fc21-257c-4050-bacd-1564e768281b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497750 [ 270 ] {} TCP-Session: af48ea93-ff1a-47d8-90c5-37eecca469df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:58.497859 [ 272 ] {} TCP-Session: 0770fc21-257c-4050-bacd-1564e768281b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:13:59.001211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.88 MiB, peak 116.88 MiB, free memory in arenas 0.00 B, will set to 119.90 MiB (RSS), difference: 3.02 MiB 2026.03.18 23:14:00.564623 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56609 2026.03.18 23:14:00.575088 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:00.575253 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Authenticating user 'default' from [fd00:1122:3344:101::d]:56609 2026.03.18 23:14:00.575278 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.575290 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.575444 [ 274 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 23:14:00.575484 [ 274 ] {} 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.03.18 23:14:00.575622 [ 274 ] {} 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.03.18 23:14:00.579939 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38029 2026.03.18 23:14:00.580065 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44068 2026.03.18 23:14:00.580231 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52364 2026.03.18 23:14:00.580391 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42506 2026.03.18 23:14:00.580394 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:00.580513 [ 275 ] {} TCP-Session: ff49c880-5f0b-4e76-984a-0b5783e7d01c Authenticating user 'default' from [fd00:1122:3344:101::d]:38029 2026.03.18 23:14:00.580577 [ 275 ] {} TCP-Session: ff49c880-5f0b-4e76-984a-0b5783e7d01c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.580597 [ 275 ] {} TCP-Session: ff49c880-5f0b-4e76-984a-0b5783e7d01c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.580647 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36920 2026.03.18 23:14:00.580887 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46946 2026.03.18 23:14:00.582810 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:00.582813 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:00.582871 [ 280 ] {} TCP-Session: 8792fc1b-f44e-4c35-8afe-0b0393911121 Authenticating user 'default' from [fd00:1122:3344:101::d]:46946 2026.03.18 23:14:00.582945 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34192 2026.03.18 23:14:00.582922 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:00.582988 [ 279 ] {} TCP-Session: 2eb801b5-8147-4001-8eb9-0ab6feceed44 Authenticating user 'default' from [fd00:1122:3344:101::d]:36920 2026.03.18 23:14:00.582865 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:00.583084 [ 278 ] {} TCP-Session: 2923e301-1d0f-4ea9-b081-f0d6a06d9b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:42506 2026.03.18 23:14:00.582821 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:00.583209 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49550 2026.03.18 23:14:00.583227 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:00.583181 [ 276 ] {} TCP-Session: 624e124d-1fd5-4206-a9e8-d748c8359cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:44068 2026.03.18 23:14:00.583163 [ 278 ] {} TCP-Session: 2923e301-1d0f-4ea9-b081-f0d6a06d9b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.583556 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:00.583370 [ 276 ] {} TCP-Session: 624e124d-1fd5-4206-a9e8-d748c8359cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.583639 [ 278 ] {} TCP-Session: 2923e301-1d0f-4ea9-b081-f0d6a06d9b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.583660 [ 282 ] {} TCP-Session: 6137c315-e3ad-4983-9ee2-696cc5f4e0c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49550 2026.03.18 23:14:00.583657 [ 276 ] {} TCP-Session: 624e124d-1fd5-4206-a9e8-d748c8359cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.583358 [ 277 ] {} TCP-Session: e3414045-fddd-4246-8ccd-9d61505505c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52364 2026.03.18 23:14:00.583790 [ 282 ] {} TCP-Session: 6137c315-e3ad-4983-9ee2-696cc5f4e0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.583357 [ 281 ] {} TCP-Session: dedd72f7-67d4-4010-9cec-936a246d36b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34192 2026.03.18 23:14:00.583144 [ 279 ] {} TCP-Session: 2eb801b5-8147-4001-8eb9-0ab6feceed44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.584077 [ 281 ] {} TCP-Session: dedd72f7-67d4-4010-9cec-936a246d36b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.584064 [ 277 ] {} TCP-Session: e3414045-fddd-4246-8ccd-9d61505505c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.583026 [ 280 ] {} TCP-Session: 8792fc1b-f44e-4c35-8afe-0b0393911121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.584251 [ 281 ] {} TCP-Session: dedd72f7-67d4-4010-9cec-936a246d36b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.584221 [ 277 ] {} TCP-Session: e3414045-fddd-4246-8ccd-9d61505505c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.584197 [ 279 ] {} TCP-Session: 2eb801b5-8147-4001-8eb9-0ab6feceed44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.584433 [ 280 ] {} TCP-Session: 8792fc1b-f44e-4c35-8afe-0b0393911121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.584086 [ 282 ] {} TCP-Session: 6137c315-e3ad-4983-9ee2-696cc5f4e0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:00.595458 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.609765 [ 274 ] {9e4ff61e-8947-4047-875c-317c0ebc1f58} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 23:14:00.864892 [ 274 ] {9e4ff61e-8947-4047-875c-317c0ebc1f58} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56609) (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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.18 23:14:00.867364 [ 274 ] {9e4ff61e-8947-4047-875c-317c0ebc1f58} 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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.18 23:14:00.867607 [ 274 ] {9e4ff61e-8947-4047-875c-317c0ebc1f58} TCPHandler: Processed in 0.279529013 sec. 2026.03.18 23:14:00.868124 [ 275 ] {} TCP-Session: ff49c880-5f0b-4e76-984a-0b5783e7d01c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.868372 [ 275 ] {384b3c1e-5b7b-40e0-8f1a-ad82e399cb29} executeQuery: (from [fd00:1122:3344:101::d]:38029) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 23:14:00.868874 [ 275 ] {384b3c1e-5b7b-40e0-8f1a-ad82e399cb29} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38029) (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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.18 23:14:00.870007 [ 275 ] {384b3c1e-5b7b-40e0-8f1a-ad82e399cb29} 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 @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.18 23:14:00.870280 [ 275 ] {384b3c1e-5b7b-40e0-8f1a-ad82e399cb29} TCPHandler: Processed in 0.002357641 sec. 2026.03.18 23:14:00.870702 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.873360 [ 274 ] {5a284cb6-36c9-4433-96d0-7b82baf99e84} executeQuery: (from [fd00:1122:3344:101::d]:56609) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.18 23:14:00.875534 [ 274 ] {5a284cb6-36c9-4433-96d0-7b82baf99e84} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.18 23:14:00.877262 [ 274 ] {5a284cb6-36c9-4433-96d0-7b82baf99e84} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.18 23:14:00.877419 [ 274 ] {5a284cb6-36c9-4433-96d0-7b82baf99e84} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000191195 sec 2026.03.18 23:14:00.877443 [ 274 ] {5a284cb6-36c9-4433-96d0-7b82baf99e84} ReferentialDeps: No tables 2026.03.18 23:14:00.877455 [ 274 ] {5a284cb6-36c9-4433-96d0-7b82baf99e84} LoadingDeps: No tables 2026.03.18 23:14:00.877522 [ 274 ] {5a284cb6-36c9-4433-96d0-7b82baf99e84} DatabaseAtomic (oximeter): Starting up tables. 2026.03.18 23:14:00.880291 [ 274 ] {5a284cb6-36c9-4433-96d0-7b82baf99e84} TCPHandler: Processed in 0.009718332 sec. 2026.03.18 23:14:00.880489 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.880654 [ 274 ] {332d17f2-e238-4177-8d83-815b8d6df27b} executeQuery: (from [fd00:1122:3344:101::d]:56609) /* 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.03.18 23:14:00.880787 [ 274 ] {332d17f2-e238-4177-8d83-815b8d6df27b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.18 23:14:00.897886 [ 274 ] {332d17f2-e238-4177-8d83-815b8d6df27b} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.18 23:14:00.899459 [ 274 ] {332d17f2-e238-4177-8d83-815b8d6df27b} oximeter.version (f47295ea-9a12-4a86-82c3-5591ef112eed): Loading data parts 2026.03.18 23:14:00.901987 [ 274 ] {332d17f2-e238-4177-8d83-815b8d6df27b} oximeter.version (f47295ea-9a12-4a86-82c3-5591ef112eed): There are no data parts 2026.03.18 23:14:00.909503 [ 274 ] {332d17f2-e238-4177-8d83-815b8d6df27b} TCPHandler: Processed in 0.029076831 sec. 2026.03.18 23:14:00.909933 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.910193 [ 274 ] {a7e39b74-190e-4d5d-9a79-effdfbfb919e} executeQuery: (from [fd00:1122:3344:101::d]:56609) /* 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.03.18 23:14:00.910355 [ 274 ] {a7e39b74-190e-4d5d-9a79-effdfbfb919e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.18 23:14:00.947052 [ 274 ] {a7e39b74-190e-4d5d-9a79-effdfbfb919e} oximeter.measurements_bool (1e0dc732-a35e-4a68-a653-171822ad45da): Loading data parts 2026.03.18 23:14:00.947564 [ 274 ] {a7e39b74-190e-4d5d-9a79-effdfbfb919e} oximeter.measurements_bool (1e0dc732-a35e-4a68-a653-171822ad45da): There are no data parts 2026.03.18 23:14:00.949003 [ 274 ] {a7e39b74-190e-4d5d-9a79-effdfbfb919e} TCPHandler: Processed in 0.039219993 sec. 2026.03.18 23:14:00.949321 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.949632 [ 274 ] {e0438e0e-bf39-498d-9eac-f40564d720c2} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.949695 [ 274 ] {e0438e0e-bf39-498d-9eac-f40564d720c2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.18 23:14:00.952548 [ 274 ] {e0438e0e-bf39-498d-9eac-f40564d720c2} oximeter.measurements_i8 (f44dd024-5e6a-4046-9595-90cdfe12aa91): Loading data parts 2026.03.18 23:14:00.952881 [ 274 ] {e0438e0e-bf39-498d-9eac-f40564d720c2} oximeter.measurements_i8 (f44dd024-5e6a-4046-9595-90cdfe12aa91): There are no data parts 2026.03.18 23:14:00.955223 [ 274 ] {e0438e0e-bf39-498d-9eac-f40564d720c2} TCPHandler: Processed in 0.006016096 sec. 2026.03.18 23:14:00.955673 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.955892 [ 274 ] {1e6f5305-f5f1-4c5d-90ef-6ada607b4b34} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.956117 [ 274 ] {1e6f5305-f5f1-4c5d-90ef-6ada607b4b34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.18 23:14:00.958340 [ 274 ] {1e6f5305-f5f1-4c5d-90ef-6ada607b4b34} oximeter.measurements_u8 (b2d11438-ecdf-4535-b7f7-c604028704bb): Loading data parts 2026.03.18 23:14:00.958603 [ 274 ] {1e6f5305-f5f1-4c5d-90ef-6ada607b4b34} oximeter.measurements_u8 (b2d11438-ecdf-4535-b7f7-c604028704bb): There are no data parts 2026.03.18 23:14:00.959879 [ 274 ] {1e6f5305-f5f1-4c5d-90ef-6ada607b4b34} TCPHandler: Processed in 0.00427133 sec. 2026.03.18 23:14:00.960085 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.960315 [ 274 ] {a7e72e66-abae-41fe-aaf3-3ca9be8eedaa} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.960420 [ 274 ] {a7e72e66-abae-41fe-aaf3-3ca9be8eedaa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.18 23:14:00.962522 [ 274 ] {a7e72e66-abae-41fe-aaf3-3ca9be8eedaa} oximeter.measurements_i16 (f8bd25d2-dccc-4ed1-8348-c5bcd0831d76): Loading data parts 2026.03.18 23:14:00.962787 [ 274 ] {a7e72e66-abae-41fe-aaf3-3ca9be8eedaa} oximeter.measurements_i16 (f8bd25d2-dccc-4ed1-8348-c5bcd0831d76): There are no data parts 2026.03.18 23:14:00.964274 [ 274 ] {a7e72e66-abae-41fe-aaf3-3ca9be8eedaa} TCPHandler: Processed in 0.00424612 sec. 2026.03.18 23:14:00.964580 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.964757 [ 274 ] {8acbd19d-5d66-44dc-8bcf-9d885ba2419e} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.964927 [ 274 ] {8acbd19d-5d66-44dc-8bcf-9d885ba2419e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.18 23:14:00.966719 [ 274 ] {8acbd19d-5d66-44dc-8bcf-9d885ba2419e} oximeter.measurements_u16 (7ec0f098-4c07-4904-886c-64bdb02816b0): Loading data parts 2026.03.18 23:14:00.966999 [ 274 ] {8acbd19d-5d66-44dc-8bcf-9d885ba2419e} oximeter.measurements_u16 (7ec0f098-4c07-4904-886c-64bdb02816b0): There are no data parts 2026.03.18 23:14:00.968357 [ 274 ] {8acbd19d-5d66-44dc-8bcf-9d885ba2419e} TCPHandler: Processed in 0.00383596 sec. 2026.03.18 23:14:00.968553 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.968854 [ 274 ] {9b992d9a-589b-44fb-ad3f-05f49050a060} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.968949 [ 274 ] {9b992d9a-589b-44fb-ad3f-05f49050a060} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.18 23:14:00.970792 [ 274 ] {9b992d9a-589b-44fb-ad3f-05f49050a060} oximeter.measurements_i32 (9dc37474-c740-4067-b628-c44a5944626c): Loading data parts 2026.03.18 23:14:00.970971 [ 274 ] {9b992d9a-589b-44fb-ad3f-05f49050a060} oximeter.measurements_i32 (9dc37474-c740-4067-b628-c44a5944626c): There are no data parts 2026.03.18 23:14:00.972628 [ 274 ] {9b992d9a-589b-44fb-ad3f-05f49050a060} TCPHandler: Processed in 0.004130397 sec. 2026.03.18 23:14:00.972893 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.973057 [ 274 ] {42e460bd-6e63-4b06-bb0c-4d25b53a1e61} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.973203 [ 274 ] {42e460bd-6e63-4b06-bb0c-4d25b53a1e61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.18 23:14:00.975346 [ 274 ] {42e460bd-6e63-4b06-bb0c-4d25b53a1e61} oximeter.measurements_u32 (216b9559-081c-43e4-a174-ac977fa0a88d): Loading data parts 2026.03.18 23:14:00.975592 [ 274 ] {42e460bd-6e63-4b06-bb0c-4d25b53a1e61} oximeter.measurements_u32 (216b9559-081c-43e4-a174-ac977fa0a88d): There are no data parts 2026.03.18 23:14:00.977044 [ 274 ] {42e460bd-6e63-4b06-bb0c-4d25b53a1e61} TCPHandler: Processed in 0.004202938 sec. 2026.03.18 23:14:00.977212 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.977372 [ 274 ] {5bb426c9-b9b8-4296-b237-b221c3f8540d} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.977518 [ 274 ] {5bb426c9-b9b8-4296-b237-b221c3f8540d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.18 23:14:00.979504 [ 274 ] {5bb426c9-b9b8-4296-b237-b221c3f8540d} oximeter.measurements_i64 (8ce8bb8d-29ea-423c-a346-32d4cb7bec7d): Loading data parts 2026.03.18 23:14:00.979673 [ 274 ] {5bb426c9-b9b8-4296-b237-b221c3f8540d} oximeter.measurements_i64 (8ce8bb8d-29ea-423c-a346-32d4cb7bec7d): There are no data parts 2026.03.18 23:14:00.980887 [ 274 ] {5bb426c9-b9b8-4296-b237-b221c3f8540d} TCPHandler: Processed in 0.003725257 sec. 2026.03.18 23:14:00.981227 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.981386 [ 274 ] {61fb6677-acb0-4f00-9707-e23e4b019830} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.981556 [ 274 ] {61fb6677-acb0-4f00-9707-e23e4b019830} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.18 23:14:00.983525 [ 274 ] {61fb6677-acb0-4f00-9707-e23e4b019830} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Loading data parts 2026.03.18 23:14:00.983810 [ 274 ] {61fb6677-acb0-4f00-9707-e23e4b019830} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): There are no data parts 2026.03.18 23:14:00.985177 [ 274 ] {61fb6677-acb0-4f00-9707-e23e4b019830} TCPHandler: Processed in 0.004002663 sec. 2026.03.18 23:14:00.985347 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.985516 [ 274 ] {32150c55-515b-4a20-aac5-ae035abd131f} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.985701 [ 274 ] {32150c55-515b-4a20-aac5-ae035abd131f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.18 23:14:00.988509 [ 274 ] {32150c55-515b-4a20-aac5-ae035abd131f} oximeter.measurements_f32 (449d3afa-16ea-43d9-a5da-7a2ba37e76c0): Loading data parts 2026.03.18 23:14:00.988664 [ 274 ] {32150c55-515b-4a20-aac5-ae035abd131f} oximeter.measurements_f32 (449d3afa-16ea-43d9-a5da-7a2ba37e76c0): There are no data parts 2026.03.18 23:14:00.990032 [ 274 ] {32150c55-515b-4a20-aac5-ae035abd131f} TCPHandler: Processed in 0.004736813 sec. 2026.03.18 23:14:00.990262 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.990475 [ 274 ] {28906722-b978-4b0b-8825-37d5a6578319} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.990624 [ 274 ] {28906722-b978-4b0b-8825-37d5a6578319} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.18 23:14:00.992358 [ 274 ] {28906722-b978-4b0b-8825-37d5a6578319} oximeter.measurements_f64 (73a8c3ac-fed3-4699-adfc-106dac51ad90): Loading data parts 2026.03.18 23:14:00.992543 [ 274 ] {28906722-b978-4b0b-8825-37d5a6578319} oximeter.measurements_f64 (73a8c3ac-fed3-4699-adfc-106dac51ad90): There are no data parts 2026.03.18 23:14:00.993955 [ 274 ] {28906722-b978-4b0b-8825-37d5a6578319} TCPHandler: Processed in 0.003744867 sec. 2026.03.18 23:14:00.994135 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.994313 [ 274 ] {e231c325-7b2d-49df-8d95-4f6161309fab} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.994457 [ 274 ] {e231c325-7b2d-49df-8d95-4f6161309fab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.18 23:14:00.996464 [ 274 ] {e231c325-7b2d-49df-8d95-4f6161309fab} oximeter.measurements_string (ff273c08-94bf-4cd1-a49e-b5e75a753f88): Loading data parts 2026.03.18 23:14:00.996720 [ 274 ] {e231c325-7b2d-49df-8d95-4f6161309fab} oximeter.measurements_string (ff273c08-94bf-4cd1-a49e-b5e75a753f88): There are no data parts 2026.03.18 23:14:00.999163 [ 274 ] {e231c325-7b2d-49df-8d95-4f6161309fab} TCPHandler: Processed in 0.005083082 sec. 2026.03.18 23:14:00.999428 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:00.999591 [ 274 ] {2fcfa79a-f8fd-4c6a-af10-80fc5af5309a} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:00.999721 [ 274 ] {2fcfa79a-f8fd-4c6a-af10-80fc5af5309a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.18 23:14:01.001141 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.02 MiB, peak 125.02 MiB, free memory in arenas 0.00 B, will set to 133.25 MiB (RSS), difference: 8.24 MiB 2026.03.18 23:14:01.002665 [ 274 ] {2fcfa79a-f8fd-4c6a-af10-80fc5af5309a} oximeter.measurements_bytes (6e3f28d9-95c4-4605-a779-2508291aec23): Loading data parts 2026.03.18 23:14:01.002838 [ 274 ] {2fcfa79a-f8fd-4c6a-af10-80fc5af5309a} oximeter.measurements_bytes (6e3f28d9-95c4-4605-a779-2508291aec23): There are no data parts 2026.03.18 23:14:01.004517 [ 274 ] {2fcfa79a-f8fd-4c6a-af10-80fc5af5309a} TCPHandler: Processed in 0.005139923 sec. 2026.03.18 23:14:01.004714 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.004916 [ 274 ] {2a7bcd4c-7982-42e7-8a86-9d960322a856} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.005182 [ 274 ] {2a7bcd4c-7982-42e7-8a86-9d960322a856} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.18 23:14:01.007819 [ 274 ] {2a7bcd4c-7982-42e7-8a86-9d960322a856} oximeter.measurements_cumulativei64 (bc7dc2db-45fe-40b9-8228-df7fe8650d6d): Loading data parts 2026.03.18 23:14:01.008060 [ 274 ] {2a7bcd4c-7982-42e7-8a86-9d960322a856} oximeter.measurements_cumulativei64 (bc7dc2db-45fe-40b9-8228-df7fe8650d6d): There are no data parts 2026.03.18 23:14:01.011670 [ 274 ] {2a7bcd4c-7982-42e7-8a86-9d960322a856} TCPHandler: Processed in 0.007020102 sec. 2026.03.18 23:14:01.011945 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.012125 [ 274 ] {c0c8e3a3-abe8-4162-bd8c-43c27167798c} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.012284 [ 274 ] {c0c8e3a3-abe8-4162-bd8c-43c27167798c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.18 23:14:01.015598 [ 274 ] {c0c8e3a3-abe8-4162-bd8c-43c27167798c} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Loading data parts 2026.03.18 23:14:01.016009 [ 274 ] {c0c8e3a3-abe8-4162-bd8c-43c27167798c} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): There are no data parts 2026.03.18 23:14:01.018729 [ 274 ] {c0c8e3a3-abe8-4162-bd8c-43c27167798c} TCPHandler: Processed in 0.006844377 sec. 2026.03.18 23:14:01.018915 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.019219 [ 274 ] {4c703871-2d17-45f9-b3f3-f2b5fefbfeef} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.019410 [ 274 ] {4c703871-2d17-45f9-b3f3-f2b5fefbfeef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.18 23:14:01.021499 [ 274 ] {4c703871-2d17-45f9-b3f3-f2b5fefbfeef} oximeter.measurements_cumulativef32 (0c98795f-beea-412c-89a4-dea149fdb0e1): Loading data parts 2026.03.18 23:14:01.021669 [ 274 ] {4c703871-2d17-45f9-b3f3-f2b5fefbfeef} oximeter.measurements_cumulativef32 (0c98795f-beea-412c-89a4-dea149fdb0e1): There are no data parts 2026.03.18 23:14:01.023472 [ 274 ] {4c703871-2d17-45f9-b3f3-f2b5fefbfeef} TCPHandler: Processed in 0.004620479 sec. 2026.03.18 23:14:01.023656 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.023881 [ 274 ] {92b0f79b-aaaa-4c6c-a97e-ff0790e4b8ec} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.024120 [ 274 ] {92b0f79b-aaaa-4c6c-a97e-ff0790e4b8ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.18 23:14:01.026925 [ 274 ] {92b0f79b-aaaa-4c6c-a97e-ff0790e4b8ec} oximeter.measurements_cumulativef64 (91828ca8-acfa-44e7-918b-f121c99b0c70): Loading data parts 2026.03.18 23:14:01.027081 [ 274 ] {92b0f79b-aaaa-4c6c-a97e-ff0790e4b8ec} oximeter.measurements_cumulativef64 (91828ca8-acfa-44e7-918b-f121c99b0c70): There are no data parts 2026.03.18 23:14:01.029421 [ 274 ] {92b0f79b-aaaa-4c6c-a97e-ff0790e4b8ec} TCPHandler: Processed in 0.005832411 sec. 2026.03.18 23:14:01.029706 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.029986 [ 274 ] {ec55f023-6934-479f-bf76-e493d75d936a} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.030156 [ 274 ] {ec55f023-6934-479f-bf76-e493d75d936a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.18 23:14:01.032303 [ 274 ] {ec55f023-6934-479f-bf76-e493d75d936a} oximeter.measurements_histogrami8 (510ff84f-84de-4391-819f-e099922f5be2): Loading data parts 2026.03.18 23:14:01.032480 [ 274 ] {ec55f023-6934-479f-bf76-e493d75d936a} oximeter.measurements_histogrami8 (510ff84f-84de-4391-819f-e099922f5be2): There are no data parts 2026.03.18 23:14:01.034082 [ 274 ] {ec55f023-6934-479f-bf76-e493d75d936a} TCPHandler: Processed in 0.004437605 sec. 2026.03.18 23:14:01.034275 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.034511 [ 274 ] {becb1e25-8c3e-4907-a271-185cdd981aeb} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.034709 [ 274 ] {becb1e25-8c3e-4907-a271-185cdd981aeb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.18 23:14:01.036838 [ 274 ] {becb1e25-8c3e-4907-a271-185cdd981aeb} oximeter.measurements_histogramu8 (2eb6abd1-1353-4bdd-89c0-12650dc76838): Loading data parts 2026.03.18 23:14:01.036990 [ 274 ] {becb1e25-8c3e-4907-a271-185cdd981aeb} oximeter.measurements_histogramu8 (2eb6abd1-1353-4bdd-89c0-12650dc76838): There are no data parts 2026.03.18 23:14:01.038460 [ 274 ] {becb1e25-8c3e-4907-a271-185cdd981aeb} TCPHandler: Processed in 0.004245029 sec. 2026.03.18 23:14:01.038693 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.038995 [ 274 ] {d04b4467-ce27-4f66-9beb-23a84d1860b8} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.039147 [ 274 ] {d04b4467-ce27-4f66-9beb-23a84d1860b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.18 23:14:01.042022 [ 274 ] {d04b4467-ce27-4f66-9beb-23a84d1860b8} oximeter.measurements_histogrami16 (ab1313c8-8c71-4f12-8fc9-f9826c18e312): Loading data parts 2026.03.18 23:14:01.042190 [ 274 ] {d04b4467-ce27-4f66-9beb-23a84d1860b8} oximeter.measurements_histogrami16 (ab1313c8-8c71-4f12-8fc9-f9826c18e312): There are no data parts 2026.03.18 23:14:01.044461 [ 274 ] {d04b4467-ce27-4f66-9beb-23a84d1860b8} TCPHandler: Processed in 0.00582648 sec. 2026.03.18 23:14:01.044727 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.045036 [ 274 ] {3a3014c1-4cd4-45b6-8429-fd54b5494fc3} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.045407 [ 274 ] {3a3014c1-4cd4-45b6-8429-fd54b5494fc3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.18 23:14:01.048466 [ 274 ] {3a3014c1-4cd4-45b6-8429-fd54b5494fc3} oximeter.measurements_histogramu16 (483b1385-9880-4917-8e7d-c1ee08c8f8e0): Loading data parts 2026.03.18 23:14:01.048629 [ 274 ] {3a3014c1-4cd4-45b6-8429-fd54b5494fc3} oximeter.measurements_histogramu16 (483b1385-9880-4917-8e7d-c1ee08c8f8e0): There are no data parts 2026.03.18 23:14:01.050580 [ 274 ] {3a3014c1-4cd4-45b6-8429-fd54b5494fc3} TCPHandler: Processed in 0.005914883 sec. 2026.03.18 23:14:01.050843 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.051128 [ 274 ] {1dc626b9-2104-4a43-a2dd-5b36168d492b} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.051278 [ 274 ] {1dc626b9-2104-4a43-a2dd-5b36168d492b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.18 23:14:01.054492 [ 274 ] {1dc626b9-2104-4a43-a2dd-5b36168d492b} oximeter.measurements_histogrami32 (79248b36-22c1-4654-ad33-438a612afcfe): Loading data parts 2026.03.18 23:14:01.054638 [ 274 ] {1dc626b9-2104-4a43-a2dd-5b36168d492b} oximeter.measurements_histogrami32 (79248b36-22c1-4654-ad33-438a612afcfe): There are no data parts 2026.03.18 23:14:01.056190 [ 274 ] {1dc626b9-2104-4a43-a2dd-5b36168d492b} TCPHandler: Processed in 0.005403999 sec. 2026.03.18 23:14:01.056360 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.056586 [ 274 ] {cab47621-dd86-4a8b-8c3e-ec2807b7d2fe} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.056745 [ 274 ] {cab47621-dd86-4a8b-8c3e-ec2807b7d2fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.18 23:14:01.060172 [ 274 ] {cab47621-dd86-4a8b-8c3e-ec2807b7d2fe} oximeter.measurements_histogramu32 (48cfe2cf-94e7-4e26-9673-41a6fb9163ce): Loading data parts 2026.03.18 23:14:01.060314 [ 274 ] {cab47621-dd86-4a8b-8c3e-ec2807b7d2fe} oximeter.measurements_histogramu32 (48cfe2cf-94e7-4e26-9673-41a6fb9163ce): There are no data parts 2026.03.18 23:14:01.062094 [ 274 ] {cab47621-dd86-4a8b-8c3e-ec2807b7d2fe} TCPHandler: Processed in 0.00578393 sec. 2026.03.18 23:14:01.062276 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.062602 [ 274 ] {de8f68fb-c06e-480e-95cb-51526881e1a5} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.062745 [ 274 ] {de8f68fb-c06e-480e-95cb-51526881e1a5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.18 23:14:01.065688 [ 274 ] {de8f68fb-c06e-480e-95cb-51526881e1a5} oximeter.measurements_histogrami64 (363333ec-e810-403e-bb18-de1e03058356): Loading data parts 2026.03.18 23:14:01.065872 [ 274 ] {de8f68fb-c06e-480e-95cb-51526881e1a5} oximeter.measurements_histogrami64 (363333ec-e810-403e-bb18-de1e03058356): There are no data parts 2026.03.18 23:14:01.067438 [ 274 ] {de8f68fb-c06e-480e-95cb-51526881e1a5} TCPHandler: Processed in 0.005215535 sec. 2026.03.18 23:14:01.067601 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.067831 [ 274 ] {0cec9b4f-8b51-4415-bb2c-325a679d5443} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.067997 [ 274 ] {0cec9b4f-8b51-4415-bb2c-325a679d5443} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.18 23:14:01.069933 [ 274 ] {0cec9b4f-8b51-4415-bb2c-325a679d5443} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): Loading data parts 2026.03.18 23:14:01.070208 [ 274 ] {0cec9b4f-8b51-4415-bb2c-325a679d5443} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): There are no data parts 2026.03.18 23:14:01.071462 [ 274 ] {0cec9b4f-8b51-4415-bb2c-325a679d5443} TCPHandler: Processed in 0.003911981 sec. 2026.03.18 23:14:01.071619 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.071937 [ 274 ] {0f757223-fdef-4514-b4f6-671d3ef29fe6} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.072084 [ 274 ] {0f757223-fdef-4514-b4f6-671d3ef29fe6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.18 23:14:01.074260 [ 274 ] {0f757223-fdef-4514-b4f6-671d3ef29fe6} oximeter.measurements_histogramf32 (4fc8e79e-c1e3-4e64-869e-715377e3f488): Loading data parts 2026.03.18 23:14:01.074412 [ 274 ] {0f757223-fdef-4514-b4f6-671d3ef29fe6} oximeter.measurements_histogramf32 (4fc8e79e-c1e3-4e64-869e-715377e3f488): There are no data parts 2026.03.18 23:14:01.075894 [ 274 ] {0f757223-fdef-4514-b4f6-671d3ef29fe6} TCPHandler: Processed in 0.004323902 sec. 2026.03.18 23:14:01.076056 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.076297 [ 274 ] {60ddd8d2-d553-4d92-af79-0fdac60e3ca9} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.076535 [ 274 ] {60ddd8d2-d553-4d92-af79-0fdac60e3ca9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.18 23:14:01.078715 [ 274 ] {60ddd8d2-d553-4d92-af79-0fdac60e3ca9} oximeter.measurements_histogramf64 (7366c7cc-38c6-4787-889d-e2e2dfb38699): Loading data parts 2026.03.18 23:14:01.078869 [ 274 ] {60ddd8d2-d553-4d92-af79-0fdac60e3ca9} oximeter.measurements_histogramf64 (7366c7cc-38c6-4787-889d-e2e2dfb38699): There are no data parts 2026.03.18 23:14:01.080294 [ 274 ] {60ddd8d2-d553-4d92-af79-0fdac60e3ca9} TCPHandler: Processed in 0.004288491 sec. 2026.03.18 23:14:01.080465 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.080908 [ 274 ] {57cb446a-8fa3-4b7b-a763-6bfd8219633f} executeQuery: (from [fd00:1122:3344:101::d]:56609) /* 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.03.18 23:14:01.081161 [ 274 ] {57cb446a-8fa3-4b7b-a763-6bfd8219633f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.18 23:14:01.083424 [ 274 ] {57cb446a-8fa3-4b7b-a763-6bfd8219633f} oximeter.fields_bool (dd84e374-5324-4090-9517-34c6add22494): Loading data parts 2026.03.18 23:14:01.083598 [ 274 ] {57cb446a-8fa3-4b7b-a763-6bfd8219633f} oximeter.fields_bool (dd84e374-5324-4090-9517-34c6add22494): There are no data parts 2026.03.18 23:14:01.084845 [ 274 ] {57cb446a-8fa3-4b7b-a763-6bfd8219633f} TCPHandler: Processed in 0.004439135 sec. 2026.03.18 23:14:01.085001 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.085159 [ 274 ] {c0c2d1ed-3dfb-4ade-83af-3a933c905a08} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.085312 [ 274 ] {c0c2d1ed-3dfb-4ade-83af-3a933c905a08} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.18 23:14:01.087469 [ 274 ] {c0c2d1ed-3dfb-4ade-83af-3a933c905a08} oximeter.fields_i8 (d5bcff94-6c27-4af3-8008-e664646a1f19): Loading data parts 2026.03.18 23:14:01.087788 [ 274 ] {c0c2d1ed-3dfb-4ade-83af-3a933c905a08} oximeter.fields_i8 (d5bcff94-6c27-4af3-8008-e664646a1f19): There are no data parts 2026.03.18 23:14:01.089008 [ 274 ] {c0c2d1ed-3dfb-4ade-83af-3a933c905a08} TCPHandler: Processed in 0.004059494 sec. 2026.03.18 23:14:01.089200 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.089468 [ 274 ] {bdf87a7b-8ff7-45d6-b55b-71a0a68e14f8} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.089626 [ 274 ] {bdf87a7b-8ff7-45d6-b55b-71a0a68e14f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.18 23:14:01.092447 [ 274 ] {bdf87a7b-8ff7-45d6-b55b-71a0a68e14f8} oximeter.fields_u8 (5b6b1539-8f7d-4128-a8f2-cf64933715a7): Loading data parts 2026.03.18 23:14:01.092638 [ 274 ] {bdf87a7b-8ff7-45d6-b55b-71a0a68e14f8} oximeter.fields_u8 (5b6b1539-8f7d-4128-a8f2-cf64933715a7): There are no data parts 2026.03.18 23:14:01.094343 [ 274 ] {bdf87a7b-8ff7-45d6-b55b-71a0a68e14f8} TCPHandler: Processed in 0.005206164 sec. 2026.03.18 23:14:01.094538 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.094726 [ 274 ] {3ce50076-65df-4ff6-b412-4a61074ff6a8} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.094948 [ 274 ] {3ce50076-65df-4ff6-b412-4a61074ff6a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.18 23:14:01.097522 [ 274 ] {3ce50076-65df-4ff6-b412-4a61074ff6a8} oximeter.fields_i16 (a5aa2b6a-9234-4d91-8bca-543579327e54): Loading data parts 2026.03.18 23:14:01.097876 [ 274 ] {3ce50076-65df-4ff6-b412-4a61074ff6a8} oximeter.fields_i16 (a5aa2b6a-9234-4d91-8bca-543579327e54): There are no data parts 2026.03.18 23:14:01.099376 [ 274 ] {3ce50076-65df-4ff6-b412-4a61074ff6a8} TCPHandler: Processed in 0.004899486 sec. 2026.03.18 23:14:01.099539 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.099836 [ 274 ] {7a881431-741b-43c3-bc3e-c382d0c38cc9} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.100449 [ 274 ] {7a881431-741b-43c3-bc3e-c382d0c38cc9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.18 23:14:01.102500 [ 274 ] {7a881431-741b-43c3-bc3e-c382d0c38cc9} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Loading data parts 2026.03.18 23:14:01.102675 [ 274 ] {7a881431-741b-43c3-bc3e-c382d0c38cc9} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): There are no data parts 2026.03.18 23:14:01.104449 [ 274 ] {7a881431-741b-43c3-bc3e-c382d0c38cc9} TCPHandler: Processed in 0.004963728 sec. 2026.03.18 23:14:01.104618 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.104782 [ 274 ] {c03ab629-c4e5-44a3-882c-1038d657eecd} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.104945 [ 274 ] {c03ab629-c4e5-44a3-882c-1038d657eecd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.18 23:14:01.106974 [ 274 ] {c03ab629-c4e5-44a3-882c-1038d657eecd} oximeter.fields_i32 (d2e31925-a095-4950-a105-52b036292df3): Loading data parts 2026.03.18 23:14:01.107303 [ 274 ] {c03ab629-c4e5-44a3-882c-1038d657eecd} oximeter.fields_i32 (d2e31925-a095-4950-a105-52b036292df3): There are no data parts 2026.03.18 23:14:01.108767 [ 274 ] {c03ab629-c4e5-44a3-882c-1038d657eecd} TCPHandler: Processed in 0.004204299 sec. 2026.03.18 23:14:01.108929 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.109277 [ 274 ] {ca88b430-01df-4aed-ac89-7d72708b6154} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.109492 [ 274 ] {ca88b430-01df-4aed-ac89-7d72708b6154} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.18 23:14:01.111889 [ 274 ] {ca88b430-01df-4aed-ac89-7d72708b6154} oximeter.fields_u32 (3d04f49b-11e9-4d4b-9106-61f43a46548d): Loading data parts 2026.03.18 23:14:01.112050 [ 274 ] {ca88b430-01df-4aed-ac89-7d72708b6154} oximeter.fields_u32 (3d04f49b-11e9-4d4b-9106-61f43a46548d): There are no data parts 2026.03.18 23:14:01.113753 [ 274 ] {ca88b430-01df-4aed-ac89-7d72708b6154} TCPHandler: Processed in 0.004874246 sec. 2026.03.18 23:14:01.113910 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.114069 [ 274 ] {4ebc8131-2f81-42e1-bb5f-775404dafc10} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.114224 [ 274 ] {4ebc8131-2f81-42e1-bb5f-775404dafc10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.18 23:14:01.116579 [ 274 ] {4ebc8131-2f81-42e1-bb5f-775404dafc10} oximeter.fields_i64 (b64adf3a-900e-41c9-85c8-60cb11ce4d2a): Loading data parts 2026.03.18 23:14:01.116813 [ 274 ] {4ebc8131-2f81-42e1-bb5f-775404dafc10} oximeter.fields_i64 (b64adf3a-900e-41c9-85c8-60cb11ce4d2a): There are no data parts 2026.03.18 23:14:01.118029 [ 274 ] {4ebc8131-2f81-42e1-bb5f-775404dafc10} TCPHandler: Processed in 0.004171478 sec. 2026.03.18 23:14:01.118212 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.118550 [ 274 ] {5bb93a05-290e-4d9b-b69a-4e6369776cab} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.118754 [ 274 ] {5bb93a05-290e-4d9b-b69a-4e6369776cab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.18 23:14:01.120988 [ 274 ] {5bb93a05-290e-4d9b-b69a-4e6369776cab} oximeter.fields_u64 (b4931877-4585-405d-9fe9-22907da58b04): Loading data parts 2026.03.18 23:14:01.121219 [ 274 ] {5bb93a05-290e-4d9b-b69a-4e6369776cab} oximeter.fields_u64 (b4931877-4585-405d-9fe9-22907da58b04): There are no data parts 2026.03.18 23:14:01.122703 [ 274 ] {5bb93a05-290e-4d9b-b69a-4e6369776cab} TCPHandler: Processed in 0.004550878 sec. 2026.03.18 23:14:01.122860 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.123065 [ 274 ] {6e62fd47-3032-4e43-b908-1e4298d856ad} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.123342 [ 274 ] {6e62fd47-3032-4e43-b908-1e4298d856ad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.18 23:14:01.125235 [ 274 ] {6e62fd47-3032-4e43-b908-1e4298d856ad} oximeter.fields_ipaddr (80d219dc-a051-48c8-979d-987127453bcc): Loading data parts 2026.03.18 23:14:01.125470 [ 274 ] {6e62fd47-3032-4e43-b908-1e4298d856ad} oximeter.fields_ipaddr (80d219dc-a051-48c8-979d-987127453bcc): There are no data parts 2026.03.18 23:14:01.127017 [ 274 ] {6e62fd47-3032-4e43-b908-1e4298d856ad} TCPHandler: Processed in 0.004207768 sec. 2026.03.18 23:14:01.127382 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.127541 [ 274 ] {dd2eb582-4b45-4554-a72d-75526301fc94} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.127832 [ 274 ] {dd2eb582-4b45-4554-a72d-75526301fc94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.18 23:14:01.130098 [ 274 ] {dd2eb582-4b45-4554-a72d-75526301fc94} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Loading data parts 2026.03.18 23:14:01.130400 [ 274 ] {dd2eb582-4b45-4554-a72d-75526301fc94} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): There are no data parts 2026.03.18 23:14:01.131824 [ 274 ] {dd2eb582-4b45-4554-a72d-75526301fc94} TCPHandler: Processed in 0.004497576 sec. 2026.03.18 23:14:01.131982 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.132286 [ 274 ] {88425e63-94ae-4c7a-9250-de63f4901fb9} executeQuery: (from [fd00:1122:3344:101::d]:56609) 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.03.18 23:14:01.132336 [ 274 ] {88425e63-94ae-4c7a-9250-de63f4901fb9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.18 23:14:01.135273 [ 274 ] {88425e63-94ae-4c7a-9250-de63f4901fb9} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Loading data parts 2026.03.18 23:14:01.135423 [ 274 ] {88425e63-94ae-4c7a-9250-de63f4901fb9} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): There are no data parts 2026.03.18 23:14:01.136863 [ 274 ] {88425e63-94ae-4c7a-9250-de63f4901fb9} TCPHandler: Processed in 0.004931308 sec. 2026.03.18 23:14:01.137139 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.137423 [ 274 ] {923fb484-5b92-4b1c-82bc-5a1841a68e68} executeQuery: (from [fd00:1122:3344:101::d]:56609) /* 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.03.18 23:14:01.137629 [ 274 ] {923fb484-5b92-4b1c-82bc-5a1841a68e68} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.18 23:14:01.139623 [ 274 ] {923fb484-5b92-4b1c-82bc-5a1841a68e68} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a): Loading data parts 2026.03.18 23:14:01.139786 [ 274 ] {923fb484-5b92-4b1c-82bc-5a1841a68e68} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a): There are no data parts 2026.03.18 23:14:01.141668 [ 274 ] {923fb484-5b92-4b1c-82bc-5a1841a68e68} TCPHandler: Processed in 0.004589409 sec. 2026.03.18 23:14:01.141998 [ 275 ] {} TCP-Session: ff49c880-5f0b-4e76-984a-0b5783e7d01c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:01.142504 [ 275 ] {cdd33513-7aa1-4927-9556-3b27a0472120} executeQuery: (from [fd00:1122:3344:101::d]:38029) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.18 23:14:01.147990 [ 275 ] {cdd33513-7aa1-4927-9556-3b27a0472120} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.18 23:14:01.176633 [ 283 ] {cdd33513-7aa1-4927-9556-3b27a0472120} oximeter.version (f47295ea-9a12-4a86-82c3-5591ef112eed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:01.176697 [ 283 ] {cdd33513-7aa1-4927-9556-3b27a0472120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB. 2026.03.18 23:14:01.192913 [ 283 ] {cdd33513-7aa1-4927-9556-3b27a0472120} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:01.193967 [ 283 ] {cdd33513-7aa1-4927-9556-3b27a0472120} oximeter.version (f47295ea-9a12-4a86-82c3-5591ef112eed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:01.194283 [ 275 ] {cdd33513-7aa1-4927-9556-3b27a0472120} executeQuery: Read 1 rows, 16.00 B in 0.051952 sec., 19.24853711117955 rows/sec., 307.98 B/sec. 2026.03.18 23:14:01.194820 [ 275 ] {cdd33513-7aa1-4927-9556-3b27a0472120} TCPHandler: Processed in 0.052963668 sec. 2026.03.18 23:14:02.000290 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.51 MiB, peak 135.51 MiB, free memory in arenas 0.00 B, will set to 139.56 MiB (RSS), difference: 4.05 MiB 2026.03.18 23:14:05.420042 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.18 23:14:05.420079 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.03.18 23:14:05.420156 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.18 23:14:05.420389 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.18 23:14:05.426144 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Loading data parts 2026.03.18 23:14:05.426466 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): There are no data parts 2026.03.18 23:14:05.431241 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:05.431326 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. 2026.03.18 23:14:05.438111 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Loading data parts 2026.03.18 23:14:05.438461 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): There are no data parts 2026.03.18 23:14:05.444319 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:05.445211 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:05.445617 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.03.18 23:14:05.469828 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:05.469900 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. 2026.03.18 23:14:05.478457 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:05.480067 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:05.485224 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.18 23:14:05.684547 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52506 2026.03.18 23:14:05.687042 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:05.687168 [ 285 ] {} TCP-Session: 087b8212-dda5-400a-8b88-0bacd4d74149 Authenticating user 'default' from [fd00:1122:3344:101::e]:52506 2026.03.18 23:14:05.687195 [ 285 ] {} TCP-Session: 087b8212-dda5-400a-8b88-0bacd4d74149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.687208 [ 285 ] {} TCP-Session: 087b8212-dda5-400a-8b88-0bacd4d74149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.687354 [ 285 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 23:14:05.687382 [ 285 ] {} 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.03.18 23:14:05.687491 [ 285 ] {} 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.03.18 23:14:05.687921 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36123 2026.03.18 23:14:05.688083 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64649 2026.03.18 23:14:05.688102 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65135 2026.03.18 23:14:05.688170 [ 285 ] {} TCP-Session: 087b8212-dda5-400a-8b88-0bacd4d74149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:05.688216 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56668 2026.03.18 23:14:05.688485 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:05.688519 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53685 2026.03.18 23:14:05.688528 [ 288 ] {} TCP-Session: 908cabbd-3ed7-474a-bf8e-96e9b9af84df Authenticating user 'default' from [fd00:1122:3344:101::e]:64649 2026.03.18 23:14:05.688574 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:05.688621 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:05.688562 [ 285 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} executeQuery: (from [fd00:1122:3344:101::e]:52506) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 23:14:05.688719 [ 287 ] {} TCP-Session: ce5f8473-5dd7-4386-9c52-7d76705ff93f Authenticating user 'default' from [fd00:1122:3344:101::e]:65135 2026.03.18 23:14:05.688703 [ 286 ] {} TCP-Session: 733536fc-9a13-4d66-9502-47b327d02299 Authenticating user 'default' from [fd00:1122:3344:101::e]:36123 2026.03.18 23:14:05.688671 [ 288 ] {} TCP-Session: 908cabbd-3ed7-474a-bf8e-96e9b9af84df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.688824 [ 288 ] {} TCP-Session: 908cabbd-3ed7-474a-bf8e-96e9b9af84df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.688840 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51484 2026.03.18 23:14:05.688850 [ 286 ] {} TCP-Session: 733536fc-9a13-4d66-9502-47b327d02299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.688901 [ 286 ] {} TCP-Session: 733536fc-9a13-4d66-9502-47b327d02299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.688986 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51392 2026.03.18 23:14:05.689015 [ 287 ] {} TCP-Session: ce5f8473-5dd7-4386-9c52-7d76705ff93f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.689037 [ 287 ] {} TCP-Session: ce5f8473-5dd7-4386-9c52-7d76705ff93f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.689088 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43374 2026.03.18 23:14:05.689714 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:05.689756 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:05.689774 [ 289 ] {} TCP-Session: c0a47e8c-13bf-4c74-8d10-f5986bf895e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:56668 2026.03.18 23:14:05.689822 [ 289 ] {} TCP-Session: c0a47e8c-13bf-4c74-8d10-f5986bf895e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.689841 [ 289 ] {} TCP-Session: c0a47e8c-13bf-4c74-8d10-f5986bf895e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.690497 [ 291 ] {} TCP-Session: b024c0b7-84e8-4a1d-99d1-483b091ed483 Authenticating user 'default' from [fd00:1122:3344:101::e]:53685 2026.03.18 23:14:05.690600 [ 291 ] {} TCP-Session: b024c0b7-84e8-4a1d-99d1-483b091ed483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.690627 [ 291 ] {} TCP-Session: b024c0b7-84e8-4a1d-99d1-483b091ed483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.690653 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:05.690697 [ 294 ] {} TCP-Session: 2020a707-9314-45d8-8bd6-19290dd078ee Authenticating user 'default' from [fd00:1122:3344:101::e]:43374 2026.03.18 23:14:05.690718 [ 294 ] {} TCP-Session: 2020a707-9314-45d8-8bd6-19290dd078ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.690732 [ 294 ] {} TCP-Session: 2020a707-9314-45d8-8bd6-19290dd078ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.690849 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:05.690891 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:05.690896 [ 293 ] {} TCP-Session: a71c147c-1a91-4838-8bb3-a61c4d2d24b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51392 2026.03.18 23:14:05.690935 [ 292 ] {} TCP-Session: 6f7201b6-60e9-4b87-ae06-8cd35b4ddcee Authenticating user 'default' from [fd00:1122:3344:101::e]:51484 2026.03.18 23:14:05.690943 [ 293 ] {} TCP-Session: a71c147c-1a91-4838-8bb3-a61c4d2d24b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.690962 [ 292 ] {} TCP-Session: 6f7201b6-60e9-4b87-ae06-8cd35b4ddcee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.690976 [ 293 ] {} TCP-Session: a71c147c-1a91-4838-8bb3-a61c4d2d24b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.690984 [ 292 ] {} TCP-Session: 6f7201b6-60e9-4b87-ae06-8cd35b4ddcee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.692000 [ 285 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 23:14:05.692412 [ 285 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:05.693335 [ 285 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} oximeter.version (f47295ea-9a12-4a86-82c3-5591ef112eed) (SelectExecutor): Key condition: unknown 2026.03.18 23:14:05.705279 [ 296 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} AggregatingTransform: Aggregating 2026.03.18 23:14:05.705444 [ 296 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} Aggregator: Aggregation method: without_key 2026.03.18 23:14:05.708209 [ 296 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006394845 sec. (156.376 rows/sec., 6.11 KiB/sec.) 2026.03.18 23:14:05.708236 [ 296 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} Aggregator: Merging aggregated data 2026.03.18 23:14:05.708266 [ 296 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.18 23:14:05.709457 [ 285 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} executeQuery: Read 1 rows, 40.00 B in 0.020956 sec., 47.7190303493033 rows/sec., 1.86 KiB/sec. 2026.03.18 23:14:05.709622 [ 285 ] {76cfd020-002d-49bd-9b85-122cb7abbf70} TCPHandler: Processed in 0.021611248 sec. 2026.03.18 23:14:05.723035 [ 285 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:05.723081 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:05.723087 [ 285 ] {} TCP-Session: 087b8212-dda5-400a-8b88-0bacd4d74149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.723110 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:05.723143 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:05.723159 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:05.723181 [ 286 ] {} TCP-Session: 733536fc-9a13-4d66-9502-47b327d02299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.723182 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:05.723193 [ 289 ] {} TCP-Session: c0a47e8c-13bf-4c74-8d10-f5986bf895e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.723217 [ 288 ] {} TCP-Session: 908cabbd-3ed7-474a-bf8e-96e9b9af84df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.723220 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:05.723234 [ 294 ] {} TCP-Session: 2020a707-9314-45d8-8bd6-19290dd078ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.723204 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:05.723300 [ 291 ] {} TCP-Session: b024c0b7-84e8-4a1d-99d1-483b091ed483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.723139 [ 293 ] {} TCP-Session: a71c147c-1a91-4838-8bb3-a61c4d2d24b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.723337 [ 287 ] {} TCP-Session: ce5f8473-5dd7-4386-9c52-7d76705ff93f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:05.723124 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:05.723400 [ 292 ] {} TCP-Session: 6f7201b6-60e9-4b87-ae06-8cd35b4ddcee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:06.001178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.91 MiB, peak 154.00 MiB, free memory in arenas 0.00 B, will set to 158.16 MiB (RSS), difference: 13.25 MiB 2026.03.18 23:14:07.919941 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 2026.03.18 23:14:07.920040 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.18 23:14:07.926229 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Loading data parts 2026.03.18 23:14:07.926465 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): There are no data parts 2026.03.18 23:14:07.934529 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:07.934570 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB. 2026.03.18 23:14:07.936790 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:07.937443 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:07.937770 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.03.18 23:14:08.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.37 MiB, peak 162.37 MiB, free memory in arenas 0.00 B, will set to 159.24 MiB (RSS), difference: -3.13 MiB 2026.03.18 23:14:10.952125 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36002 2026.03.18 23:14:10.952253 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:10.952290 [ 285 ] {} TCP-Session: 1aebea32-903b-4ed6-bec0-71671180dbe0 Authenticating user 'default' from [fd00:1122:3344:101::e]:36002 2026.03.18 23:14:10.952319 [ 285 ] {} TCP-Session: 1aebea32-903b-4ed6-bec0-71671180dbe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952339 [ 285 ] {} TCP-Session: 1aebea32-903b-4ed6-bec0-71671180dbe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952540 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33098 2026.03.18 23:14:10.952572 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57150 2026.03.18 23:14:10.952580 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51944 2026.03.18 23:14:10.952619 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44740 2026.03.18 23:14:10.952656 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52842 2026.03.18 23:14:10.952662 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:10.952665 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34853 2026.03.18 23:14:10.952716 [ 286 ] {} TCP-Session: d6b29d03-0e8c-4f64-9cb8-ba528046446b Authenticating user 'default' from [fd00:1122:3344:101::e]:33098 2026.03.18 23:14:10.952704 [ 285 ] {} TCP-Session: 1aebea32-903b-4ed6-bec0-71671180dbe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:10.952749 [ 286 ] {} TCP-Session: d6b29d03-0e8c-4f64-9cb8-ba528046446b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952752 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:10.952772 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:10.952786 [ 286 ] {} TCP-Session: d6b29d03-0e8c-4f64-9cb8-ba528046446b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952804 [ 293 ] {} TCP-Session: 4c3d8714-8576-48ab-acaf-07f3032bd599 Authenticating user 'default' from [fd00:1122:3344:101::e]:52842 2026.03.18 23:14:10.952812 [ 294 ] {} TCP-Session: 94a9e016-d28d-4755-b5bc-3b663fb331f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:34853 2026.03.18 23:14:10.952752 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:10.952837 [ 293 ] {} TCP-Session: 4c3d8714-8576-48ab-acaf-07f3032bd599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952846 [ 294 ] {} TCP-Session: 94a9e016-d28d-4755-b5bc-3b663fb331f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952873 [ 293 ] {} TCP-Session: 4c3d8714-8576-48ab-acaf-07f3032bd599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952885 [ 294 ] {} TCP-Session: 94a9e016-d28d-4755-b5bc-3b663fb331f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952875 [ 289 ] {} TCP-Session: f78fdaaf-bf5a-405b-83ad-a58c0ad1851d Authenticating user 'default' from [fd00:1122:3344:101::e]:44740 2026.03.18 23:14:10.952906 [ 285 ] {095a0ec4-05fd-423c-866f-9e1de2211192} executeQuery: (from [fd00:1122:3344:101::e]:36002) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 23:14:10.952943 [ 289 ] {} TCP-Session: f78fdaaf-bf5a-405b-83ad-a58c0ad1851d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952703 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:10.952970 [ 289 ] {} TCP-Session: f78fdaaf-bf5a-405b-83ad-a58c0ad1851d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.952648 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:10.953003 [ 287 ] {} TCP-Session: de2255c2-c393-4134-adb2-d57ddd7cf190 Authenticating user 'default' from [fd00:1122:3344:101::e]:51944 2026.03.18 23:14:10.952642 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55592 2026.03.18 23:14:10.953042 [ 288 ] {} TCP-Session: 735637ff-6e3d-40fb-8ab1-2133e6979096 Authenticating user 'default' from [fd00:1122:3344:101::e]:57150 2026.03.18 23:14:10.953054 [ 287 ] {} TCP-Session: de2255c2-c393-4134-adb2-d57ddd7cf190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.953083 [ 288 ] {} TCP-Session: 735637ff-6e3d-40fb-8ab1-2133e6979096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.953098 [ 287 ] {} TCP-Session: de2255c2-c393-4134-adb2-d57ddd7cf190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.953114 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:10.953115 [ 288 ] {} TCP-Session: 735637ff-6e3d-40fb-8ab1-2133e6979096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.953144 [ 292 ] {} TCP-Session: 7309b1e0-0695-4870-8f56-38456c509e73 Authenticating user 'default' from [fd00:1122:3344:101::e]:55592 2026.03.18 23:14:10.952629 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41157 2026.03.18 23:14:10.953164 [ 292 ] {} TCP-Session: 7309b1e0-0695-4870-8f56-38456c509e73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.953196 [ 285 ] {095a0ec4-05fd-423c-866f-9e1de2211192} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 23:14:10.953199 [ 292 ] {} TCP-Session: 7309b1e0-0695-4870-8f56-38456c509e73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.953254 [ 285 ] {095a0ec4-05fd-423c-866f-9e1de2211192} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:10.953305 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:10.953335 [ 291 ] {} TCP-Session: 8323e2ce-04e2-4f6b-ade9-fe869555c38e Authenticating user 'default' from [fd00:1122:3344:101::e]:41157 2026.03.18 23:14:10.953351 [ 291 ] {} TCP-Session: 8323e2ce-04e2-4f6b-ade9-fe869555c38e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.953364 [ 291 ] {} TCP-Session: 8323e2ce-04e2-4f6b-ade9-fe869555c38e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.953580 [ 285 ] {095a0ec4-05fd-423c-866f-9e1de2211192} oximeter.version (f47295ea-9a12-4a86-82c3-5591ef112eed) (SelectExecutor): Key condition: unknown 2026.03.18 23:14:10.954491 [ 334 ] {095a0ec4-05fd-423c-866f-9e1de2211192} AggregatingTransform: Aggregating 2026.03.18 23:14:10.954540 [ 334 ] {095a0ec4-05fd-423c-866f-9e1de2211192} Aggregator: Aggregation method: without_key 2026.03.18 23:14:10.954577 [ 334 ] {095a0ec4-05fd-423c-866f-9e1de2211192} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000893843 sec. (1118.765 rows/sec., 43.70 KiB/sec.) 2026.03.18 23:14:10.954597 [ 334 ] {095a0ec4-05fd-423c-866f-9e1de2211192} Aggregator: Merging aggregated data 2026.03.18 23:14:10.956271 [ 285 ] {095a0ec4-05fd-423c-866f-9e1de2211192} executeQuery: Read 1 rows, 40.00 B in 0.003419 sec., 292.4831822170225 rows/sec., 11.43 KiB/sec. 2026.03.18 23:14:10.956405 [ 285 ] {095a0ec4-05fd-423c-866f-9e1de2211192} TCPHandler: Processed in 0.003820419 sec. 2026.03.18 23:14:10.956530 [ 285 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:10.956557 [ 285 ] {} TCP-Session: 1aebea32-903b-4ed6-bec0-71671180dbe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.956561 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:10.956602 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:10.956603 [ 294 ] {} TCP-Session: 94a9e016-d28d-4755-b5bc-3b663fb331f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.956639 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:10.956648 [ 291 ] {} TCP-Session: 8323e2ce-04e2-4f6b-ade9-fe869555c38e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.956656 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:10.956678 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:10.956709 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:10.956725 [ 289 ] {} TCP-Session: f78fdaaf-bf5a-405b-83ad-a58c0ad1851d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.956739 [ 293 ] {} TCP-Session: 4c3d8714-8576-48ab-acaf-07f3032bd599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.956757 [ 292 ] {} TCP-Session: 7309b1e0-0695-4870-8f56-38456c509e73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.956689 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:10.956681 [ 287 ] {} TCP-Session: de2255c2-c393-4134-adb2-d57ddd7cf190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.956806 [ 288 ] {} TCP-Session: 735637ff-6e3d-40fb-8ab1-2133e6979096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:10.956622 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:10.956874 [ 286 ] {} TCP-Session: d6b29d03-0e8c-4f64-9cb8-ba528046446b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.188932 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45501 2026.03.18 23:14:12.189041 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:12.189070 [ 285 ] {} TCP-Session: b4cfc2ee-d713-4a28-83f8-bff3f36568b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:45501 2026.03.18 23:14:12.189095 [ 285 ] {} TCP-Session: b4cfc2ee-d713-4a28-83f8-bff3f36568b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189110 [ 285 ] {} TCP-Session: b4cfc2ee-d713-4a28-83f8-bff3f36568b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189322 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62725 2026.03.18 23:14:12.189345 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60464 2026.03.18 23:14:12.189370 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42999 2026.03.18 23:14:12.189403 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52512 2026.03.18 23:14:12.189432 [ 285 ] {} TCP-Session: b4cfc2ee-d713-4a28-83f8-bff3f36568b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:12.189443 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:12.189451 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:12.189481 [ 288 ] {} TCP-Session: bea1e176-19bf-4ab3-97c0-2cf1c8eb6682 Authenticating user 'default' from [fd00:1122:3344:101::e]:60464 2026.03.18 23:14:12.189411 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45915 2026.03.18 23:14:12.189506 [ 286 ] {} TCP-Session: 1a0b99c8-b8cd-48a6-9d67-2eefa2a3497d Authenticating user 'default' from [fd00:1122:3344:101::e]:62725 2026.03.18 23:14:12.189513 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:12.189551 [ 286 ] {} TCP-Session: 1a0b99c8-b8cd-48a6-9d67-2eefa2a3497d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189388 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46098 2026.03.18 23:14:12.189579 [ 293 ] {} TCP-Session: d5cda118-1735-4931-b554-8e3502fc63af Authenticating user 'default' from [fd00:1122:3344:101::e]:52512 2026.03.18 23:14:12.189603 [ 285 ] {31083bec-ce06-44fe-baea-da3250cfe241} executeQuery: (from [fd00:1122:3344:101::e]:45501) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 23:14:12.189628 [ 293 ] {} TCP-Session: d5cda118-1735-4931-b554-8e3502fc63af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189648 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:12.189655 [ 293 ] {} TCP-Session: d5cda118-1735-4931-b554-8e3502fc63af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189675 [ 292 ] {} TCP-Session: 547a7916-244e-4d66-8337-c4cd0bd88834 Authenticating user 'default' from [fd00:1122:3344:101::e]:46098 2026.03.18 23:14:12.189581 [ 286 ] {} TCP-Session: 1a0b99c8-b8cd-48a6-9d67-2eefa2a3497d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189703 [ 292 ] {} TCP-Session: 547a7916-244e-4d66-8337-c4cd0bd88834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189369 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55762 2026.03.18 23:14:12.189731 [ 292 ] {} TCP-Session: 547a7916-244e-4d66-8337-c4cd0bd88834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189578 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:12.189511 [ 288 ] {} TCP-Session: bea1e176-19bf-4ab3-97c0-2cf1c8eb6682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189825 [ 294 ] {} TCP-Session: d60f97cf-1f9f-4882-ba37-161f9de02666 Authenticating user 'default' from [fd00:1122:3344:101::e]:45915 2026.03.18 23:14:12.189839 [ 288 ] {} TCP-Session: bea1e176-19bf-4ab3-97c0-2cf1c8eb6682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189846 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:12.189854 [ 294 ] {} TCP-Session: d60f97cf-1f9f-4882-ba37-161f9de02666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189505 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:12.189884 [ 285 ] {31083bec-ce06-44fe-baea-da3250cfe241} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 23:14:12.189915 [ 289 ] {} TCP-Session: d8b51d0d-3356-4a23-b33a-e1c8cc06f739 Authenticating user 'default' from [fd00:1122:3344:101::e]:42999 2026.03.18 23:14:12.189889 [ 294 ] {} TCP-Session: d60f97cf-1f9f-4882-ba37-161f9de02666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189947 [ 289 ] {} TCP-Session: d8b51d0d-3356-4a23-b33a-e1c8cc06f739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189956 [ 285 ] {31083bec-ce06-44fe-baea-da3250cfe241} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:12.189973 [ 289 ] {} TCP-Session: d8b51d0d-3356-4a23-b33a-e1c8cc06f739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.189888 [ 291 ] {} TCP-Session: b3b117c7-fedc-4562-ac1d-913d2e718207 Authenticating user 'default' from [fd00:1122:3344:101::e]:55762 2026.03.18 23:14:12.189363 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55392 2026.03.18 23:14:12.190030 [ 291 ] {} TCP-Session: b3b117c7-fedc-4562-ac1d-913d2e718207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.190046 [ 291 ] {} TCP-Session: b3b117c7-fedc-4562-ac1d-913d2e718207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.190140 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 23:14:12.190164 [ 287 ] {} TCP-Session: 274d65cc-163b-469f-969a-c2f5ae007b9d Authenticating user 'default' from [fd00:1122:3344:101::e]:55392 2026.03.18 23:14:12.190179 [ 287 ] {} TCP-Session: 274d65cc-163b-469f-969a-c2f5ae007b9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.190191 [ 287 ] {} TCP-Session: 274d65cc-163b-469f-969a-c2f5ae007b9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.190243 [ 285 ] {31083bec-ce06-44fe-baea-da3250cfe241} oximeter.version (f47295ea-9a12-4a86-82c3-5591ef112eed) (SelectExecutor): Key condition: unknown 2026.03.18 23:14:12.191122 [ 299 ] {31083bec-ce06-44fe-baea-da3250cfe241} AggregatingTransform: Aggregating 2026.03.18 23:14:12.191164 [ 299 ] {31083bec-ce06-44fe-baea-da3250cfe241} Aggregator: Aggregation method: without_key 2026.03.18 23:14:12.191194 [ 299 ] {31083bec-ce06-44fe-baea-da3250cfe241} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000853482 sec. (1171.671 rows/sec., 45.77 KiB/sec.) 2026.03.18 23:14:12.191212 [ 299 ] {31083bec-ce06-44fe-baea-da3250cfe241} Aggregator: Merging aggregated data 2026.03.18 23:14:12.192355 [ 285 ] {31083bec-ce06-44fe-baea-da3250cfe241} executeQuery: Read 1 rows, 40.00 B in 0.002809 sec., 355.998576005696 rows/sec., 13.91 KiB/sec. 2026.03.18 23:14:12.192494 [ 285 ] {31083bec-ce06-44fe-baea-da3250cfe241} TCPHandler: Processed in 0.003192953 sec. 2026.03.18 23:14:12.192616 [ 285 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:12.192641 [ 285 ] {} TCP-Session: b4cfc2ee-d713-4a28-83f8-bff3f36568b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.192647 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:12.192670 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:12.192687 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:12.192707 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:12.192724 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:12.192732 [ 288 ] {} TCP-Session: bea1e176-19bf-4ab3-97c0-2cf1c8eb6682 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.192739 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:12.192758 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:12.192776 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 23:14:12.192819 [ 291 ] {} TCP-Session: b3b117c7-fedc-4562-ac1d-913d2e718207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.192786 [ 292 ] {} TCP-Session: 547a7916-244e-4d66-8337-c4cd0bd88834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.192842 [ 293 ] {} TCP-Session: d5cda118-1735-4931-b554-8e3502fc63af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.192700 [ 294 ] {} TCP-Session: d60f97cf-1f9f-4882-ba37-161f9de02666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.192688 [ 286 ] {} TCP-Session: 1a0b99c8-b8cd-48a6-9d67-2eefa2a3497d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.192770 [ 289 ] {} TCP-Session: d8b51d0d-3356-4a23-b33a-e1c8cc06f739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.192749 [ 287 ] {} TCP-Session: 274d65cc-163b-469f-969a-c2f5ae007b9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 23:14:12.828319 [ 121 ] {} DNSResolver: Updating DNS cache 2026.03.18 23:14:12.828369 [ 121 ] {} DNSResolver: Updated DNS cache 2026.03.18 23:14:12.946788 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 936 2026.03.18 23:14:12.949871 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:12.949927 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. 2026.03.18 23:14:12.950437 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:12.950680 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:12.950845 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 936 2026.03.18 23:14:12.986188 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.18 23:14:13.004240 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:13.004312 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. 2026.03.18 23:14:13.010640 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:13.011432 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:13.015563 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.18 23:14:14.001149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.15 MiB, peak 169.65 MiB, free memory in arenas 0.00 B, will set to 162.51 MiB (RSS), difference: 1.36 MiB 2026.03.18 23:14:17.938813 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 94 2026.03.18 23:14:17.940881 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:17.940931 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB. 2026.03.18 23:14:17.942010 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:17.942267 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:17.942558 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.03.18 23:14:18.001174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.54 MiB, peak 169.65 MiB, free memory in arenas 0.00 B, will set to 162.56 MiB (RSS), difference: 4.02 MiB 2026.03.18 23:14:20.451779 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1448 2026.03.18 23:14:20.452304 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:20.452355 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:20.452884 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:20.453130 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:20.453276 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1448 2026.03.18 23:14:20.516504 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.18 23:14:20.532950 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:20.533010 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:20.539034 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:20.539752 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:20.542665 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.18 23:14:21.223165 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.223459 [ 274 ] {b996ab64-e8c9-4cb1-9fdc-4faa6839ed96} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.223820 [ 274 ] {b996ab64-e8c9-4cb1-9fdc-4faa6839ed96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.223881 [ 274 ] {b996ab64-e8c9-4cb1-9fdc-4faa6839ed96} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.224294 [ 274 ] {b996ab64-e8c9-4cb1-9fdc-4faa6839ed96} TCPHandler: Processed in 0.001300724 sec. 2026.03.18 23:14:21.245080 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.245243 [ 274 ] {128ae908-7e3e-4076-a2eb-72b9174a00be} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.258093 [ 274 ] {128ae908-7e3e-4076-a2eb-72b9174a00be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.258162 [ 274 ] {128ae908-7e3e-4076-a2eb-72b9174a00be} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.261374 [ 274 ] {128ae908-7e3e-4076-a2eb-72b9174a00be} TCPHandler: Processed in 0.016358993 sec. 2026.03.18 23:14:21.261624 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.261753 [ 274 ] {c447b9df-dbba-4d84-a01c-1858a25ed7bc} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.264266 [ 274 ] {c447b9df-dbba-4d84-a01c-1858a25ed7bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.264320 [ 274 ] {c447b9df-dbba-4d84-a01c-1858a25ed7bc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.264664 [ 274 ] {c447b9df-dbba-4d84-a01c-1858a25ed7bc} TCPHandler: Processed in 0.00308989 sec. 2026.03.18 23:14:21.264881 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.264996 [ 274 ] {ed6ae6fc-5fec-417a-b57b-13141aea66dd} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.265243 [ 274 ] {ed6ae6fc-5fec-417a-b57b-13141aea66dd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.265286 [ 274 ] {ed6ae6fc-5fec-417a-b57b-13141aea66dd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.265578 [ 274 ] {ed6ae6fc-5fec-417a-b57b-13141aea66dd} TCPHandler: Processed in 0.000743689 sec. 2026.03.18 23:14:21.265769 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.265882 [ 274 ] {c62f0590-2c8c-43c6-8fd1-c8ba55837864} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.266114 [ 274 ] {c62f0590-2c8c-43c6-8fd1-c8ba55837864} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.266156 [ 274 ] {c62f0590-2c8c-43c6-8fd1-c8ba55837864} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.266457 [ 274 ] {c62f0590-2c8c-43c6-8fd1-c8ba55837864} TCPHandler: Processed in 0.000733509 sec. 2026.03.18 23:14:21.266646 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.266757 [ 274 ] {31e2b3f2-794f-49e3-9ec7-043168175ac0} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.266984 [ 274 ] {31e2b3f2-794f-49e3-9ec7-043168175ac0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.267026 [ 274 ] {31e2b3f2-794f-49e3-9ec7-043168175ac0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.267332 [ 274 ] {31e2b3f2-794f-49e3-9ec7-043168175ac0} TCPHandler: Processed in 0.000731829 sec. 2026.03.18 23:14:21.267550 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.267661 [ 274 ] {41ac94c4-5166-4f22-b82d-67aa9d4d5331} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.267900 [ 274 ] {41ac94c4-5166-4f22-b82d-67aa9d4d5331} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.267941 [ 274 ] {41ac94c4-5166-4f22-b82d-67aa9d4d5331} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.268226 [ 274 ] {41ac94c4-5166-4f22-b82d-67aa9d4d5331} TCPHandler: Processed in 0.000722179 sec. 2026.03.18 23:14:21.268428 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.268538 [ 274 ] {7ad7f27f-cac1-43f1-9978-a8aa529d082a} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.268766 [ 274 ] {7ad7f27f-cac1-43f1-9978-a8aa529d082a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.268806 [ 274 ] {7ad7f27f-cac1-43f1-9978-a8aa529d082a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.269080 [ 274 ] {7ad7f27f-cac1-43f1-9978-a8aa529d082a} TCPHandler: Processed in 0.000697538 sec. 2026.03.18 23:14:21.269277 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.269386 [ 274 ] {de658875-b290-4256-878e-5661d316fc5c} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.269613 [ 274 ] {de658875-b290-4256-878e-5661d316fc5c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.269654 [ 274 ] {de658875-b290-4256-878e-5661d316fc5c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.269931 [ 274 ] {de658875-b290-4256-878e-5661d316fc5c} TCPHandler: Processed in 0.000699028 sec. 2026.03.18 23:14:21.270144 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.270256 [ 274 ] {ec0db6df-0900-4c88-b1ca-70640b229bf8} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.270487 [ 274 ] {ec0db6df-0900-4c88-b1ca-70640b229bf8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.270526 [ 274 ] {ec0db6df-0900-4c88-b1ca-70640b229bf8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.270799 [ 274 ] {ec0db6df-0900-4c88-b1ca-70640b229bf8} TCPHandler: Processed in 0.000699649 sec. 2026.03.18 23:14:21.271006 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.271116 [ 274 ] {00b75174-edfe-4ee9-87a7-71d9c322cb5c} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.271345 [ 274 ] {00b75174-edfe-4ee9-87a7-71d9c322cb5c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.271384 [ 274 ] {00b75174-edfe-4ee9-87a7-71d9c322cb5c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.271674 [ 274 ] {00b75174-edfe-4ee9-87a7-71d9c322cb5c} TCPHandler: Processed in 0.000713918 sec. 2026.03.18 23:14:21.271867 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.271978 [ 274 ] {8e5e6ee2-dcbc-4dac-a175-8cd8ee1bedab} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.272212 [ 274 ] {8e5e6ee2-dcbc-4dac-a175-8cd8ee1bedab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.272257 [ 274 ] {8e5e6ee2-dcbc-4dac-a175-8cd8ee1bedab} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.272550 [ 274 ] {8e5e6ee2-dcbc-4dac-a175-8cd8ee1bedab} TCPHandler: Processed in 0.000728149 sec. 2026.03.18 23:14:21.272741 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.272852 [ 274 ] {9f85c2a4-7c5b-4abc-a15e-4c24dddbb8c4} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.273085 [ 274 ] {9f85c2a4-7c5b-4abc-a15e-4c24dddbb8c4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.273126 [ 274 ] {9f85c2a4-7c5b-4abc-a15e-4c24dddbb8c4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.273407 [ 274 ] {9f85c2a4-7c5b-4abc-a15e-4c24dddbb8c4} TCPHandler: Processed in 0.000710348 sec. 2026.03.18 23:14:21.273596 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.273708 [ 274 ] {fdbca12c-9526-426a-a886-6336df795223} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.273949 [ 274 ] {fdbca12c-9526-426a-a886-6336df795223} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.273991 [ 274 ] {fdbca12c-9526-426a-a886-6336df795223} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.274276 [ 274 ] {fdbca12c-9526-426a-a886-6336df795223} TCPHandler: Processed in 0.000724929 sec. 2026.03.18 23:14:21.274461 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.274573 [ 274 ] {65263dce-d81a-47dd-88a9-b37ebd90d8f2} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.274815 [ 274 ] {65263dce-d81a-47dd-88a9-b37ebd90d8f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.274855 [ 274 ] {65263dce-d81a-47dd-88a9-b37ebd90d8f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.275140 [ 274 ] {65263dce-d81a-47dd-88a9-b37ebd90d8f2} TCPHandler: Processed in 0.000724979 sec. 2026.03.18 23:14:21.275329 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.275443 [ 274 ] {1a9d196d-2e1a-4fda-8ad5-c9db599aa9ce} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.275684 [ 274 ] {1a9d196d-2e1a-4fda-8ad5-c9db599aa9ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.275724 [ 274 ] {1a9d196d-2e1a-4fda-8ad5-c9db599aa9ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.276016 [ 274 ] {1a9d196d-2e1a-4fda-8ad5-c9db599aa9ce} TCPHandler: Processed in 0.000732019 sec. 2026.03.18 23:14:21.276202 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.276316 [ 274 ] {2e0fcb99-de40-4816-8783-b5718bfaf01a} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.276560 [ 274 ] {2e0fcb99-de40-4816-8783-b5718bfaf01a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.276600 [ 274 ] {2e0fcb99-de40-4816-8783-b5718bfaf01a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.276893 [ 274 ] {2e0fcb99-de40-4816-8783-b5718bfaf01a} TCPHandler: Processed in 0.000736049 sec. 2026.03.18 23:14:21.277080 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.277193 [ 274 ] {9d961690-3516-4f1a-9846-6ab00c1df7b7} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.277449 [ 274 ] {9d961690-3516-4f1a-9846-6ab00c1df7b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.277490 [ 274 ] {9d961690-3516-4f1a-9846-6ab00c1df7b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.277814 [ 274 ] {9d961690-3516-4f1a-9846-6ab00c1df7b7} TCPHandler: Processed in 0.000779381 sec. 2026.03.18 23:14:21.278002 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.278117 [ 274 ] {60d21625-3ff2-4da1-88c0-2a6fe35fc32f} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.278363 [ 274 ] {60d21625-3ff2-4da1-88c0-2a6fe35fc32f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.278403 [ 274 ] {60d21625-3ff2-4da1-88c0-2a6fe35fc32f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.278685 [ 274 ] {60d21625-3ff2-4da1-88c0-2a6fe35fc32f} TCPHandler: Processed in 0.000728489 sec. 2026.03.18 23:14:21.279303 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.279418 [ 274 ] {bd56d6e5-6736-4768-bb3d-5220ade79309} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.279665 [ 274 ] {bd56d6e5-6736-4768-bb3d-5220ade79309} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.279706 [ 274 ] {bd56d6e5-6736-4768-bb3d-5220ade79309} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.279983 [ 274 ] {bd56d6e5-6736-4768-bb3d-5220ade79309} TCPHandler: Processed in 0.000725589 sec. 2026.03.18 23:14:21.281433 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.281554 [ 274 ] {4d215bb9-6a8f-4f3a-96ea-72baed92406a} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.281815 [ 274 ] {4d215bb9-6a8f-4f3a-96ea-72baed92406a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.281857 [ 274 ] {4d215bb9-6a8f-4f3a-96ea-72baed92406a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.282151 [ 274 ] {4d215bb9-6a8f-4f3a-96ea-72baed92406a} TCPHandler: Processed in 0.00076752 sec. 2026.03.18 23:14:21.282342 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.282462 [ 274 ] {b5ba54a0-8637-46ce-9fd9-faf723f50ce2} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.282725 [ 274 ] {b5ba54a0-8637-46ce-9fd9-faf723f50ce2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.282766 [ 274 ] {b5ba54a0-8637-46ce-9fd9-faf723f50ce2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.283063 [ 274 ] {b5ba54a0-8637-46ce-9fd9-faf723f50ce2} TCPHandler: Processed in 0.00077018 sec. 2026.03.18 23:14:21.283253 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.283373 [ 274 ] {ed401612-a482-452d-a7eb-134f5906e983} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.283635 [ 274 ] {ed401612-a482-452d-a7eb-134f5906e983} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.283677 [ 274 ] {ed401612-a482-452d-a7eb-134f5906e983} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.283973 [ 274 ] {ed401612-a482-452d-a7eb-134f5906e983} TCPHandler: Processed in 0.00076905 sec. 2026.03.18 23:14:21.284685 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.284806 [ 274 ] {452b853c-4373-4109-9c27-15e0fe675eeb} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.285082 [ 274 ] {452b853c-4373-4109-9c27-15e0fe675eeb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.285125 [ 274 ] {452b853c-4373-4109-9c27-15e0fe675eeb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.285434 [ 274 ] {452b853c-4373-4109-9c27-15e0fe675eeb} TCPHandler: Processed in 0.000798351 sec. 2026.03.18 23:14:21.287866 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.287988 [ 274 ] {c2d3217f-59e8-451a-a61c-e4dfe9c15322} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.288252 [ 274 ] {c2d3217f-59e8-451a-a61c-e4dfe9c15322} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.288294 [ 274 ] {c2d3217f-59e8-451a-a61c-e4dfe9c15322} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.288600 [ 274 ] {c2d3217f-59e8-451a-a61c-e4dfe9c15322} TCPHandler: Processed in 0.00078281 sec. 2026.03.18 23:14:21.289088 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.289210 [ 274 ] {8acd6007-af4d-44bc-ad17-0382698258b0} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.289476 [ 274 ] {8acd6007-af4d-44bc-ad17-0382698258b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.289519 [ 274 ] {8acd6007-af4d-44bc-ad17-0382698258b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.289830 [ 274 ] {8acd6007-af4d-44bc-ad17-0382698258b0} TCPHandler: Processed in 0.00079085 sec. 2026.03.18 23:14:21.290040 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.290163 [ 274 ] {2bb691ad-609c-48ff-933b-c8239fe70af4} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.290431 [ 274 ] {2bb691ad-609c-48ff-933b-c8239fe70af4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.290473 [ 274 ] {2bb691ad-609c-48ff-933b-c8239fe70af4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.290784 [ 274 ] {2bb691ad-609c-48ff-933b-c8239fe70af4} TCPHandler: Processed in 0.000791301 sec. 2026.03.18 23:14:21.290992 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.291116 [ 274 ] {a2c100a7-9a6c-49d1-bcab-0441e85bec64} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.291387 [ 274 ] {a2c100a7-9a6c-49d1-bcab-0441e85bec64} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.291430 [ 274 ] {a2c100a7-9a6c-49d1-bcab-0441e85bec64} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.291734 [ 274 ] {a2c100a7-9a6c-49d1-bcab-0441e85bec64} TCPHandler: Processed in 0.00079019 sec. 2026.03.18 23:14:21.291942 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.292064 [ 274 ] {2876caa7-8946-4c7a-ad2f-f55b9ef23367} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.292335 [ 274 ] {2876caa7-8946-4c7a-ad2f-f55b9ef23367} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.292377 [ 274 ] {2876caa7-8946-4c7a-ad2f-f55b9ef23367} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.292677 [ 274 ] {2876caa7-8946-4c7a-ad2f-f55b9ef23367} TCPHandler: Processed in 0.00078274 sec. 2026.03.18 23:14:21.292905 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.293028 [ 274 ] {8141545b-8649-4cfa-aac9-1ed44047158d} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.293303 [ 274 ] {8141545b-8649-4cfa-aac9-1ed44047158d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.293345 [ 274 ] {8141545b-8649-4cfa-aac9-1ed44047158d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.293661 [ 274 ] {8141545b-8649-4cfa-aac9-1ed44047158d} TCPHandler: Processed in 0.000804491 sec. 2026.03.18 23:14:21.293894 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.294018 [ 274 ] {0e2c4c02-23ca-4e67-99da-d26aa882e175} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.294291 [ 274 ] {0e2c4c02-23ca-4e67-99da-d26aa882e175} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.294334 [ 274 ] {0e2c4c02-23ca-4e67-99da-d26aa882e175} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.294648 [ 274 ] {0e2c4c02-23ca-4e67-99da-d26aa882e175} TCPHandler: Processed in 0.000801831 sec. 2026.03.18 23:14:21.294870 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.294993 [ 274 ] {e539cd6b-9c5b-4884-8ada-4cf3334de2e2} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.295268 [ 274 ] {e539cd6b-9c5b-4884-8ada-4cf3334de2e2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.295310 [ 274 ] {e539cd6b-9c5b-4884-8ada-4cf3334de2e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.295624 [ 274 ] {e539cd6b-9c5b-4884-8ada-4cf3334de2e2} TCPHandler: Processed in 0.000802751 sec. 2026.03.18 23:14:21.295853 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.295976 [ 274 ] {f9302aeb-6bf6-4e5c-b521-8dd09796f244} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.296274 [ 274 ] {f9302aeb-6bf6-4e5c-b521-8dd09796f244} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.296316 [ 274 ] {f9302aeb-6bf6-4e5c-b521-8dd09796f244} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.296629 [ 274 ] {f9302aeb-6bf6-4e5c-b521-8dd09796f244} TCPHandler: Processed in 0.000823732 sec. 2026.03.18 23:14:21.296859 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.296984 [ 274 ] {e650712a-e59f-48be-b339-269d10863c2d} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.297278 [ 274 ] {e650712a-e59f-48be-b339-269d10863c2d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.297321 [ 274 ] {e650712a-e59f-48be-b339-269d10863c2d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.297737 [ 274 ] {e650712a-e59f-48be-b339-269d10863c2d} TCPHandler: Processed in 0.000926324 sec. 2026.03.18 23:14:21.305135 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.305393 [ 274 ] {57f7dc29-5bd6-4aad-9518-101027c67355} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:21.305770 [ 274 ] {57f7dc29-5bd6-4aad-9518-101027c67355} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.305814 [ 274 ] {57f7dc29-5bd6-4aad-9518-101027c67355} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:21.306175 [ 274 ] {57f7dc29-5bd6-4aad-9518-101027c67355} TCPHandler: Processed in 0.001133319 sec. 2026.03.18 23:14:21.310641 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.310750 [ 274 ] {ad0f72ae-9dcf-4964-aca2-369e49d476e2} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 23:14:21.310791 [ 274 ] {ad0f72ae-9dcf-4964-aca2-369e49d476e2} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:21.313655 [ 274 ] {ad0f72ae-9dcf-4964-aca2-369e49d476e2} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.313704 [ 274 ] {ad0f72ae-9dcf-4964-aca2-369e49d476e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.314346 [ 274 ] {ad0f72ae-9dcf-4964-aca2-369e49d476e2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.314565 [ 274 ] {ad0f72ae-9dcf-4964-aca2-369e49d476e2} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.314708 [ 274 ] {ad0f72ae-9dcf-4964-aca2-369e49d476e2} executeQuery: Read 35 rows, 7.54 KiB in 0.003989 sec., 8774.128854349461 rows/sec., 1.85 MiB/sec. 2026.03.18 23:14:21.314746 [ 274 ] {ad0f72ae-9dcf-4964-aca2-369e49d476e2} TCPHandler: Processed in 0.004155137 sec. 2026.03.18 23:14:21.314860 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.314953 [ 274 ] {7a191ade-f089-4ee5-abec-ea87a31abe38} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 23:14:21.314991 [ 274 ] {7a191ade-f089-4ee5-abec-ea87a31abe38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 23:14:21.321796 [ 274 ] {7a191ade-f089-4ee5-abec-ea87a31abe38} oximeter.fields_i16 (a5aa2b6a-9234-4d91-8bca-543579327e54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.321855 [ 274 ] {7a191ade-f089-4ee5-abec-ea87a31abe38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.324467 [ 274 ] {7a191ade-f089-4ee5-abec-ea87a31abe38} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.324710 [ 274 ] {7a191ade-f089-4ee5-abec-ea87a31abe38} oximeter.fields_i16 (a5aa2b6a-9234-4d91-8bca-543579327e54): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.324871 [ 274 ] {7a191ade-f089-4ee5-abec-ea87a31abe38} executeQuery: Read 284 rows, 18.47 KiB in 0.009934 sec., 28588.685323132675 rows/sec., 1.82 MiB/sec. 2026.03.18 23:14:21.324914 [ 274 ] {7a191ade-f089-4ee5-abec-ea87a31abe38} TCPHandler: Processed in 0.010100621 sec. 2026.03.18 23:14:21.325062 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.325173 [ 274 ] {054232a0-3586-4b99-97ab-ebbf5a14a518} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 23:14:21.325224 [ 274 ] {054232a0-3586-4b99-97ab-ebbf5a14a518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 23:14:21.325661 [ 274 ] {054232a0-3586-4b99-97ab-ebbf5a14a518} oximeter.fields_ipaddr (80d219dc-a051-48c8-979d-987127453bcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.325698 [ 274 ] {054232a0-3586-4b99-97ab-ebbf5a14a518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.325979 [ 274 ] {054232a0-3586-4b99-97ab-ebbf5a14a518} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.326178 [ 274 ] {054232a0-3586-4b99-97ab-ebbf5a14a518} oximeter.fields_ipaddr (80d219dc-a051-48c8-979d-987127453bcc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.326310 [ 274 ] {054232a0-3586-4b99-97ab-ebbf5a14a518} executeQuery: Read 10 rows, 835.00 B in 0.001159 sec., 8628.127696289905 rows/sec., 703.56 KiB/sec. 2026.03.18 23:14:21.326346 [ 274 ] {054232a0-3586-4b99-97ab-ebbf5a14a518} TCPHandler: Processed in 0.001341485 sec. 2026.03.18 23:14:21.326454 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.326546 [ 274 ] {c8e38fa0-5ea4-4953-893f-b516d4323c6f} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 23:14:21.326584 [ 274 ] {c8e38fa0-5ea4-4953-893f-b516d4323c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 23:14:21.327397 [ 274 ] {c8e38fa0-5ea4-4953-893f-b516d4323c6f} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.327434 [ 274 ] {c8e38fa0-5ea4-4953-893f-b516d4323c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.327792 [ 274 ] {c8e38fa0-5ea4-4953-893f-b516d4323c6f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.327992 [ 274 ] {c8e38fa0-5ea4-4953-893f-b516d4323c6f} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.328113 [ 274 ] {c8e38fa0-5ea4-4953-893f-b516d4323c6f} executeQuery: Read 826 rows, 66.61 KiB in 0.001585 sec., 521135.64668769715 rows/sec., 41.04 MiB/sec. 2026.03.18 23:14:21.328148 [ 274 ] {c8e38fa0-5ea4-4953-893f-b516d4323c6f} TCPHandler: Processed in 0.001741885 sec. 2026.03.18 23:14:21.328254 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.328346 [ 274 ] {1c4cfb3c-877d-41e4-8a29-ec9bcf2225e2} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 23:14:21.328385 [ 274 ] {1c4cfb3c-877d-41e4-8a29-ec9bcf2225e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 23:14:21.328865 [ 274 ] {1c4cfb3c-877d-41e4-8a29-ec9bcf2225e2} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.328903 [ 274 ] {1c4cfb3c-877d-41e4-8a29-ec9bcf2225e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.329193 [ 274 ] {1c4cfb3c-877d-41e4-8a29-ec9bcf2225e2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.329391 [ 274 ] {1c4cfb3c-877d-41e4-8a29-ec9bcf2225e2} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.329513 [ 274 ] {1c4cfb3c-877d-41e4-8a29-ec9bcf2225e2} executeQuery: Read 177 rows, 11.12 KiB in 0.001185 sec., 149367.08860759492 rows/sec., 9.16 MiB/sec. 2026.03.18 23:14:21.329550 [ 274 ] {1c4cfb3c-877d-41e4-8a29-ec9bcf2225e2} TCPHandler: Processed in 0.001343445 sec. 2026.03.18 23:14:21.329663 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.329756 [ 274 ] {9605cd96-70fd-4c06-b0df-39eed17364b7} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 23:14:21.329793 [ 274 ] {9605cd96-70fd-4c06-b0df-39eed17364b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 23:14:21.330255 [ 274 ] {9605cd96-70fd-4c06-b0df-39eed17364b7} oximeter.fields_u32 (3d04f49b-11e9-4d4b-9106-61f43a46548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.330288 [ 274 ] {9605cd96-70fd-4c06-b0df-39eed17364b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.330569 [ 274 ] {9605cd96-70fd-4c06-b0df-39eed17364b7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.330764 [ 274 ] {9605cd96-70fd-4c06-b0df-39eed17364b7} oximeter.fields_u32 (3d04f49b-11e9-4d4b-9106-61f43a46548d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.330882 [ 274 ] {9605cd96-70fd-4c06-b0df-39eed17364b7} executeQuery: Read 149 rows, 9.86 KiB in 0.001145 sec., 130131.00436681224 rows/sec., 8.41 MiB/sec. 2026.03.18 23:14:21.330918 [ 274 ] {9605cd96-70fd-4c06-b0df-39eed17364b7} TCPHandler: Processed in 0.001302204 sec. 2026.03.18 23:14:21.331034 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.331124 [ 274 ] {2d19f3b1-c242-4e35-bf54-bd959e090f07} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 23:14:21.331161 [ 274 ] {2d19f3b1-c242-4e35-bf54-bd959e090f07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 23:14:21.331583 [ 274 ] {2d19f3b1-c242-4e35-bf54-bd959e090f07} oximeter.fields_u8 (5b6b1539-8f7d-4128-a8f2-cf64933715a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.331618 [ 274 ] {2d19f3b1-c242-4e35-bf54-bd959e090f07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.331906 [ 274 ] {2d19f3b1-c242-4e35-bf54-bd959e090f07} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.332110 [ 274 ] {2d19f3b1-c242-4e35-bf54-bd959e090f07} oximeter.fields_u8 (5b6b1539-8f7d-4128-a8f2-cf64933715a7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.332232 [ 274 ] {2d19f3b1-c242-4e35-bf54-bd959e090f07} executeQuery: Read 148 rows, 8.62 KiB in 0.001126 sec., 131438.7211367673 rows/sec., 7.48 MiB/sec. 2026.03.18 23:14:21.332268 [ 274 ] {2d19f3b1-c242-4e35-bf54-bd959e090f07} TCPHandler: Processed in 0.001282293 sec. 2026.03.18 23:14:21.332377 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.332468 [ 274 ] {500e8cc4-b07e-4c3a-bdee-5d1977377cb6} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 23:14:21.332506 [ 274 ] {500e8cc4-b07e-4c3a-bdee-5d1977377cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 23:14:21.333061 [ 274 ] {500e8cc4-b07e-4c3a-bdee-5d1977377cb6} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.333097 [ 274 ] {500e8cc4-b07e-4c3a-bdee-5d1977377cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.333464 [ 274 ] {500e8cc4-b07e-4c3a-bdee-5d1977377cb6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.333740 [ 274 ] {500e8cc4-b07e-4c3a-bdee-5d1977377cb6} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.333875 [ 274 ] {500e8cc4-b07e-4c3a-bdee-5d1977377cb6} executeQuery: Read 509 rows, 36.72 KiB in 0.001424 sec., 357443.8202247191 rows/sec., 25.19 MiB/sec. 2026.03.18 23:14:21.333915 [ 274 ] {500e8cc4-b07e-4c3a-bdee-5d1977377cb6} TCPHandler: Processed in 0.001584301 sec. 2026.03.18 23:14:21.334038 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.334132 [ 274 ] {5288f182-2d8f-45bf-8f93-35e4f57a5a31} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 23:14:21.334173 [ 274 ] {5288f182-2d8f-45bf-8f93-35e4f57a5a31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 23:14:21.334554 [ 274 ] {5288f182-2d8f-45bf-8f93-35e4f57a5a31} oximeter.measurements_bool (1e0dc732-a35e-4a68-a653-171822ad45da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.334590 [ 274 ] {5288f182-2d8f-45bf-8f93-35e4f57a5a31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.337328 [ 274 ] {5288f182-2d8f-45bf-8f93-35e4f57a5a31} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.337639 [ 274 ] {5288f182-2d8f-45bf-8f93-35e4f57a5a31} oximeter.measurements_bool (1e0dc732-a35e-4a68-a653-171822ad45da): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.337805 [ 274 ] {5288f182-2d8f-45bf-8f93-35e4f57a5a31} executeQuery: Read 6 rows, 321.00 B in 0.003692 sec., 1625.1354279523293 rows/sec., 84.91 KiB/sec. 2026.03.18 23:14:21.337845 [ 274 ] {5288f182-2d8f-45bf-8f93-35e4f57a5a31} TCPHandler: Processed in 0.00385754 sec. 2026.03.18 23:14:21.337966 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.338059 [ 274 ] {e1f3dcf2-14c2-4d80-a8fc-30bbd6703de7} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:21.338100 [ 274 ] {e1f3dcf2-14c2-4d80-a8fc-30bbd6703de7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 23:14:21.338551 [ 274 ] {e1f3dcf2-14c2-4d80-a8fc-30bbd6703de7} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.338584 [ 274 ] {e1f3dcf2-14c2-4d80-a8fc-30bbd6703de7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.338918 [ 274 ] {e1f3dcf2-14c2-4d80-a8fc-30bbd6703de7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.339127 [ 274 ] {e1f3dcf2-14c2-4d80-a8fc-30bbd6703de7} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.339249 [ 274 ] {e1f3dcf2-14c2-4d80-a8fc-30bbd6703de7} executeQuery: Read 220 rows, 14.83 KiB in 0.001208 sec., 182119.20529801323 rows/sec., 11.99 MiB/sec. 2026.03.18 23:14:21.339283 [ 274 ] {e1f3dcf2-14c2-4d80-a8fc-30bbd6703de7} TCPHandler: Processed in 0.001365005 sec. 2026.03.18 23:14:21.339402 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.339494 [ 274 ] {86818296-0817-4dd2-a03a-ea8b0fab288a} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 23:14:21.339534 [ 274 ] {86818296-0817-4dd2-a03a-ea8b0fab288a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 23:14:21.339906 [ 274 ] {86818296-0817-4dd2-a03a-ea8b0fab288a} oximeter.measurements_f64 (73a8c3ac-fed3-4699-adfc-106dac51ad90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.339947 [ 274 ] {86818296-0817-4dd2-a03a-ea8b0fab288a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.340250 [ 274 ] {86818296-0817-4dd2-a03a-ea8b0fab288a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.340459 [ 274 ] {86818296-0817-4dd2-a03a-ea8b0fab288a} oximeter.measurements_f64 (73a8c3ac-fed3-4699-adfc-106dac51ad90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.340587 [ 274 ] {86818296-0817-4dd2-a03a-ea8b0fab288a} executeQuery: Read 1 rows, 69.00 B in 0.00111 sec., 900.9009009009009 rows/sec., 60.71 KiB/sec. 2026.03.18 23:14:21.340629 [ 274 ] {86818296-0817-4dd2-a03a-ea8b0fab288a} TCPHandler: Processed in 0.001274273 sec. 2026.03.18 23:14:21.340750 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.340844 [ 274 ] {61fe3f80-64c2-4f39-9f9a-023d277e4221} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:21.340903 [ 274 ] {61fe3f80-64c2-4f39-9f9a-023d277e4221} 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.03.18 23:14:21.341692 [ 274 ] {61fe3f80-64c2-4f39-9f9a-023d277e4221} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.341729 [ 274 ] {61fe3f80-64c2-4f39-9f9a-023d277e4221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.344549 [ 274 ] {61fe3f80-64c2-4f39-9f9a-023d277e4221} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.344924 [ 274 ] {61fe3f80-64c2-4f39-9f9a-023d277e4221} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.345161 [ 274 ] {61fe3f80-64c2-4f39-9f9a-023d277e4221} executeQuery: Read 25 rows, 45.87 KiB in 0.004329 sec., 5775.005775005775 rows/sec., 10.35 MiB/sec. 2026.03.18 23:14:21.345271 [ 274 ] {61fe3f80-64c2-4f39-9f9a-023d277e4221} TCPHandler: Processed in 0.004571858 sec. 2026.03.18 23:14:21.345468 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.345599 [ 274 ] {fe0eab58-a72d-4389-9476-2eb753848a14} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 23:14:21.345639 [ 274 ] {fe0eab58-a72d-4389-9476-2eb753848a14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 23:14:21.345963 [ 274 ] {fe0eab58-a72d-4389-9476-2eb753848a14} oximeter.measurements_i64 (8ce8bb8d-29ea-423c-a346-32d4cb7bec7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.345999 [ 274 ] {fe0eab58-a72d-4389-9476-2eb753848a14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.346357 [ 274 ] {fe0eab58-a72d-4389-9476-2eb753848a14} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.346556 [ 274 ] {fe0eab58-a72d-4389-9476-2eb753848a14} oximeter.measurements_i64 (8ce8bb8d-29ea-423c-a346-32d4cb7bec7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.346683 [ 274 ] {fe0eab58-a72d-4389-9476-2eb753848a14} executeQuery: Read 18 rows, 1.33 KiB in 0.001103 sec., 16319.129646418858 rows/sec., 1.18 MiB/sec. 2026.03.18 23:14:21.346724 [ 274 ] {fe0eab58-a72d-4389-9476-2eb753848a14} TCPHandler: Processed in 0.001349405 sec. 2026.03.18 23:14:21.346836 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:21.346930 [ 274 ] {f0c22afd-3540-481f-940b-7e1429a99307} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 23:14:21.346970 [ 274 ] {f0c22afd-3540-481f-940b-7e1429a99307} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 23:14:21.347300 [ 274 ] {f0c22afd-3540-481f-940b-7e1429a99307} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:21.347335 [ 274 ] {f0c22afd-3540-481f-940b-7e1429a99307} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:21.347622 [ 274 ] {f0c22afd-3540-481f-940b-7e1429a99307} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 23:14:21.347829 [ 274 ] {f0c22afd-3540-481f-940b-7e1429a99307} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:21.347953 [ 274 ] {f0c22afd-3540-481f-940b-7e1429a99307} executeQuery: Read 70 rows, 4.36 KiB in 0.001041 sec., 67243.03554274736 rows/sec., 4.09 MiB/sec. 2026.03.18 23:14:21.347993 [ 274 ] {f0c22afd-3540-481f-940b-7e1429a99307} TCPHandler: Processed in 0.001206751 sec. 2026.03.18 23:14:22.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.97 MiB, peak 169.65 MiB, free memory in arenas 0.00 B, will set to 164.64 MiB (RSS), difference: -1.33 MiB 2026.03.18 23:14:26.227774 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:26.227999 [ 274 ] {e69716c8-7167-4174-a306-db1acfbeb3ac} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 23:14:26.228076 [ 274 ] {e69716c8-7167-4174-a306-db1acfbeb3ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 23:14:26.228768 [ 274 ] {e69716c8-7167-4174-a306-db1acfbeb3ac} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:26.228818 [ 274 ] {e69716c8-7167-4174-a306-db1acfbeb3ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:26.229203 [ 274 ] {e69716c8-7167-4174-a306-db1acfbeb3ac} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:26.229429 [ 274 ] {e69716c8-7167-4174-a306-db1acfbeb3ac} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:26.229591 [ 274 ] {e69716c8-7167-4174-a306-db1acfbeb3ac} executeQuery: Read 30 rows, 2.32 KiB in 0.001647 sec., 18214.936247723133 rows/sec., 1.37 MiB/sec. 2026.03.18 23:14:26.229649 [ 274 ] {e69716c8-7167-4174-a306-db1acfbeb3ac} TCPHandler: Processed in 0.002012442 sec. 2026.03.18 23:14:26.229784 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:26.229890 [ 274 ] {61b66bc1-503d-4c45-850d-8eaf92a282ea} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 23:14:26.229933 [ 274 ] {61b66bc1-503d-4c45-850d-8eaf92a282ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 23:14:26.230401 [ 274 ] {61b66bc1-503d-4c45-850d-8eaf92a282ea} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:26.230451 [ 274 ] {61b66bc1-503d-4c45-850d-8eaf92a282ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:26.230804 [ 274 ] {61b66bc1-503d-4c45-850d-8eaf92a282ea} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:26.231026 [ 274 ] {61b66bc1-503d-4c45-850d-8eaf92a282ea} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:26.231167 [ 274 ] {61b66bc1-503d-4c45-850d-8eaf92a282ea} executeQuery: Read 36 rows, 2.88 KiB in 0.001303 sec., 27628.549501151192 rows/sec., 2.16 MiB/sec. 2026.03.18 23:14:26.231216 [ 274 ] {61b66bc1-503d-4c45-850d-8eaf92a282ea} TCPHandler: Processed in 0.001486068 sec. 2026.03.18 23:14:26.231326 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:26.231424 [ 274 ] {280be1ad-845e-4f05-a45c-4e6de268226f} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:26.231469 [ 274 ] {280be1ad-845e-4f05-a45c-4e6de268226f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 23:14:26.231858 [ 274 ] {280be1ad-845e-4f05-a45c-4e6de268226f} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:26.231895 [ 274 ] {280be1ad-845e-4f05-a45c-4e6de268226f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:26.232221 [ 274 ] {280be1ad-845e-4f05-a45c-4e6de268226f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:26.232435 [ 274 ] {280be1ad-845e-4f05-a45c-4e6de268226f} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:26.232565 [ 274 ] {280be1ad-845e-4f05-a45c-4e6de268226f} executeQuery: Read 110 rows, 7.86 KiB in 0.001162 sec., 94664.3717728055 rows/sec., 6.61 MiB/sec. 2026.03.18 23:14:26.232600 [ 274 ] {280be1ad-845e-4f05-a45c-4e6de268226f} TCPHandler: Processed in 0.001325465 sec. 2026.03.18 23:14:26.232714 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:26.232807 [ 274 ] {8c03f53e-0b79-4ce9-8d90-9e7aaf4ce527} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 23:14:26.232851 [ 274 ] {8c03f53e-0b79-4ce9-8d90-9e7aaf4ce527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 23:14:26.233186 [ 274 ] {8c03f53e-0b79-4ce9-8d90-9e7aaf4ce527} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:26.233223 [ 274 ] {8c03f53e-0b79-4ce9-8d90-9e7aaf4ce527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:26.233519 [ 274 ] {8c03f53e-0b79-4ce9-8d90-9e7aaf4ce527} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:26.233733 [ 274 ] {8c03f53e-0b79-4ce9-8d90-9e7aaf4ce527} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:26.233862 [ 274 ] {8c03f53e-0b79-4ce9-8d90-9e7aaf4ce527} executeQuery: Read 40 rows, 2.73 KiB in 0.001074 sec., 37243.947858472995 rows/sec., 2.49 MiB/sec. 2026.03.18 23:14:26.233898 [ 274 ] {8c03f53e-0b79-4ce9-8d90-9e7aaf4ce527} TCPHandler: Processed in 0.001234992 sec. 2026.03.18 23:14:27.828408 [ 109 ] {} DNSResolver: Updating DNS cache 2026.03.18 23:14:27.828456 [ 109 ] {} DNSResolver: Updated DNS cache 2026.03.18 23:14:27.943518 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 106 entries to flush up to offset 200 2026.03.18 23:14:27.947179 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:27.947235 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:27.948509 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:27.948772 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:27.949065 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 200 2026.03.18 23:14:27.954267 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1896 2026.03.18 23:14:27.954783 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:27.954833 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:27.955341 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 23:14:27.955579 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:27.955724 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1896 2026.03.18 23:14:28.043652 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.18 23:14:28.060451 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:28.060509 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:28.066872 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 23:14:28.067596 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:28.070495 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.18 23:14:29.001180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.37 MiB, peak 169.65 MiB, free memory in arenas 0.00 B, will set to 167.03 MiB (RSS), difference: 1.66 MiB 2026.03.18 23:14:31.237362 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.237563 [ 274 ] {3b36c17b-13ba-4af0-98d3-5b0164a77367} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 23:14:31.237637 [ 274 ] {3b36c17b-13ba-4af0-98d3-5b0164a77367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 23:14:31.238526 [ 274 ] {3b36c17b-13ba-4af0-98d3-5b0164a77367} oximeter.fields_i16 (a5aa2b6a-9234-4d91-8bca-543579327e54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.238583 [ 274 ] {3b36c17b-13ba-4af0-98d3-5b0164a77367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.238994 [ 274 ] {3b36c17b-13ba-4af0-98d3-5b0164a77367} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:31.239215 [ 274 ] {3b36c17b-13ba-4af0-98d3-5b0164a77367} oximeter.fields_i16 (a5aa2b6a-9234-4d91-8bca-543579327e54): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.239380 [ 274 ] {3b36c17b-13ba-4af0-98d3-5b0164a77367} executeQuery: Read 284 rows, 18.47 KiB in 0.001871 sec., 151790.48637092463 rows/sec., 9.64 MiB/sec. 2026.03.18 23:14:31.239429 [ 274 ] {3b36c17b-13ba-4af0-98d3-5b0164a77367} TCPHandler: Processed in 0.002201727 sec. 2026.03.18 23:14:31.239564 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.239667 [ 274 ] {2619b61e-fbcb-44f9-bc6d-4f7c864243be} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 23:14:31.239710 [ 274 ] {2619b61e-fbcb-44f9-bc6d-4f7c864243be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 23:14:31.240567 [ 274 ] {2619b61e-fbcb-44f9-bc6d-4f7c864243be} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.240605 [ 274 ] {2619b61e-fbcb-44f9-bc6d-4f7c864243be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.240970 [ 274 ] {2619b61e-fbcb-44f9-bc6d-4f7c864243be} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:31.241175 [ 274 ] {2619b61e-fbcb-44f9-bc6d-4f7c864243be} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.241298 [ 274 ] {2619b61e-fbcb-44f9-bc6d-4f7c864243be} executeQuery: Read 845 rows, 68.49 KiB in 0.001655 sec., 510574.0181268882 rows/sec., 40.42 MiB/sec. 2026.03.18 23:14:31.241336 [ 274 ] {2619b61e-fbcb-44f9-bc6d-4f7c864243be} TCPHandler: Processed in 0.001822537 sec. 2026.03.18 23:14:31.241452 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.241548 [ 274 ] {6d931d05-1c23-4e64-ad98-5a9cdf4898e0} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 23:14:31.241587 [ 274 ] {6d931d05-1c23-4e64-ad98-5a9cdf4898e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 23:14:31.242059 [ 274 ] {6d931d05-1c23-4e64-ad98-5a9cdf4898e0} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.242096 [ 274 ] {6d931d05-1c23-4e64-ad98-5a9cdf4898e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.242413 [ 274 ] {6d931d05-1c23-4e64-ad98-5a9cdf4898e0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:31.242620 [ 274 ] {6d931d05-1c23-4e64-ad98-5a9cdf4898e0} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.242754 [ 274 ] {6d931d05-1c23-4e64-ad98-5a9cdf4898e0} executeQuery: Read 179 rows, 11.32 KiB in 0.001227 sec., 145884.27057864712 rows/sec., 9.01 MiB/sec. 2026.03.18 23:14:31.242793 [ 274 ] {6d931d05-1c23-4e64-ad98-5a9cdf4898e0} TCPHandler: Processed in 0.001389636 sec. 2026.03.18 23:14:31.242911 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.243004 [ 274 ] {9920a7e9-c8bb-40d6-90df-c05d7ae20dec} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 23:14:31.243042 [ 274 ] {9920a7e9-c8bb-40d6-90df-c05d7ae20dec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 23:14:31.243489 [ 274 ] {9920a7e9-c8bb-40d6-90df-c05d7ae20dec} oximeter.fields_u32 (3d04f49b-11e9-4d4b-9106-61f43a46548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.243548 [ 274 ] {9920a7e9-c8bb-40d6-90df-c05d7ae20dec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.243845 [ 274 ] {9920a7e9-c8bb-40d6-90df-c05d7ae20dec} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:31.244048 [ 274 ] {9920a7e9-c8bb-40d6-90df-c05d7ae20dec} oximeter.fields_u32 (3d04f49b-11e9-4d4b-9106-61f43a46548d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.244178 [ 274 ] {9920a7e9-c8bb-40d6-90df-c05d7ae20dec} executeQuery: Read 149 rows, 9.86 KiB in 0.001192 sec., 125000.00000000001 rows/sec., 8.08 MiB/sec. 2026.03.18 23:14:31.244214 [ 274 ] {9920a7e9-c8bb-40d6-90df-c05d7ae20dec} TCPHandler: Processed in 0.001350975 sec. 2026.03.18 23:14:31.244325 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.244417 [ 274 ] {051f8e1c-4b77-4921-a3d1-f318b1b60c21} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 23:14:31.244455 [ 274 ] {051f8e1c-4b77-4921-a3d1-f318b1b60c21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 23:14:31.244934 [ 274 ] {051f8e1c-4b77-4921-a3d1-f318b1b60c21} oximeter.fields_u8 (5b6b1539-8f7d-4128-a8f2-cf64933715a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.244970 [ 274 ] {051f8e1c-4b77-4921-a3d1-f318b1b60c21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.245267 [ 274 ] {051f8e1c-4b77-4921-a3d1-f318b1b60c21} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:31.245470 [ 274 ] {051f8e1c-4b77-4921-a3d1-f318b1b60c21} oximeter.fields_u8 (5b6b1539-8f7d-4128-a8f2-cf64933715a7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.245600 [ 274 ] {051f8e1c-4b77-4921-a3d1-f318b1b60c21} executeQuery: Read 148 rows, 8.62 KiB in 0.001201 sec., 123230.64113238968 rows/sec., 7.01 MiB/sec. 2026.03.18 23:14:31.245636 [ 274 ] {051f8e1c-4b77-4921-a3d1-f318b1b60c21} TCPHandler: Processed in 0.001358045 sec. 2026.03.18 23:14:31.245748 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.245841 [ 274 ] {0dc43fce-f00c-425f-a531-9a7760b1bac3} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 23:14:31.245879 [ 274 ] {0dc43fce-f00c-425f-a531-9a7760b1bac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 23:14:31.246477 [ 274 ] {0dc43fce-f00c-425f-a531-9a7760b1bac3} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.246514 [ 274 ] {0dc43fce-f00c-425f-a531-9a7760b1bac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.246821 [ 274 ] {0dc43fce-f00c-425f-a531-9a7760b1bac3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:31.247029 [ 274 ] {0dc43fce-f00c-425f-a531-9a7760b1bac3} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.247163 [ 274 ] {0dc43fce-f00c-425f-a531-9a7760b1bac3} executeQuery: Read 504 rows, 36.33 KiB in 0.00134 sec., 376119.4029850746 rows/sec., 26.47 MiB/sec. 2026.03.18 23:14:31.247201 [ 274 ] {0dc43fce-f00c-425f-a531-9a7760b1bac3} TCPHandler: Processed in 0.001500438 sec. 2026.03.18 23:14:31.247303 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.247394 [ 274 ] {222bfa79-e8bc-423f-ba2a-5bf956b90ce5} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 23:14:31.247433 [ 274 ] {222bfa79-e8bc-423f-ba2a-5bf956b90ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 23:14:31.247774 [ 274 ] {222bfa79-e8bc-423f-ba2a-5bf956b90ce5} oximeter.measurements_bool (1e0dc732-a35e-4a68-a653-171822ad45da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.247809 [ 274 ] {222bfa79-e8bc-423f-ba2a-5bf956b90ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.248106 [ 274 ] {222bfa79-e8bc-423f-ba2a-5bf956b90ce5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:31.248309 [ 274 ] {222bfa79-e8bc-423f-ba2a-5bf956b90ce5} oximeter.measurements_bool (1e0dc732-a35e-4a68-a653-171822ad45da): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.248441 [ 274 ] {222bfa79-e8bc-423f-ba2a-5bf956b90ce5} executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. 2026.03.18 23:14:31.248481 [ 274 ] {222bfa79-e8bc-423f-ba2a-5bf956b90ce5} TCPHandler: Processed in 0.001224951 sec. 2026.03.18 23:14:31.248593 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.248685 [ 274 ] {854b8c5f-de5f-4d4a-ba5d-bf0faf115cc7} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:31.248726 [ 274 ] {854b8c5f-de5f-4d4a-ba5d-bf0faf115cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 23:14:31.249135 [ 274 ] {854b8c5f-de5f-4d4a-ba5d-bf0faf115cc7} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.249170 [ 274 ] {854b8c5f-de5f-4d4a-ba5d-bf0faf115cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.249493 [ 274 ] {854b8c5f-de5f-4d4a-ba5d-bf0faf115cc7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:31.249689 [ 274 ] {854b8c5f-de5f-4d4a-ba5d-bf0faf115cc7} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.249820 [ 274 ] {854b8c5f-de5f-4d4a-ba5d-bf0faf115cc7} executeQuery: Read 215 rows, 14.48 KiB in 0.001153 sec., 186470.07805724198 rows/sec., 12.27 MiB/sec. 2026.03.18 23:14:31.249860 [ 274 ] {854b8c5f-de5f-4d4a-ba5d-bf0faf115cc7} TCPHandler: Processed in 0.001313954 sec. 2026.03.18 23:14:31.249975 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.250066 [ 274 ] {14dd9382-9d49-4c80-8826-c97b08ff9b49} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 23:14:31.250105 [ 274 ] {14dd9382-9d49-4c80-8826-c97b08ff9b49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 23:14:31.250456 [ 274 ] {14dd9382-9d49-4c80-8826-c97b08ff9b49} oximeter.measurements_f64 (73a8c3ac-fed3-4699-adfc-106dac51ad90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.250492 [ 274 ] {14dd9382-9d49-4c80-8826-c97b08ff9b49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.250767 [ 274 ] {14dd9382-9d49-4c80-8826-c97b08ff9b49} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:31.250970 [ 274 ] {14dd9382-9d49-4c80-8826-c97b08ff9b49} oximeter.measurements_f64 (73a8c3ac-fed3-4699-adfc-106dac51ad90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.251102 [ 274 ] {14dd9382-9d49-4c80-8826-c97b08ff9b49} executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. 2026.03.18 23:14:31.251139 [ 274 ] {14dd9382-9d49-4c80-8826-c97b08ff9b49} TCPHandler: Processed in 0.001212931 sec. 2026.03.18 23:14:31.251248 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.251339 [ 274 ] {5c2c37d9-c0f7-4723-b1ce-c6e8b98bf071} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:31.251389 [ 274 ] {5c2c37d9-c0f7-4723-b1ce-c6e8b98bf071} 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.03.18 23:14:31.252226 [ 274 ] {5c2c37d9-c0f7-4723-b1ce-c6e8b98bf071} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.252262 [ 274 ] {5c2c37d9-c0f7-4723-b1ce-c6e8b98bf071} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.252836 [ 274 ] {5c2c37d9-c0f7-4723-b1ce-c6e8b98bf071} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:31.253045 [ 274 ] {5c2c37d9-c0f7-4723-b1ce-c6e8b98bf071} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.253182 [ 274 ] {5c2c37d9-c0f7-4723-b1ce-c6e8b98bf071} executeQuery: Read 37 rows, 67.89 KiB in 0.00186 sec., 19892.47311827957 rows/sec., 35.65 MiB/sec. 2026.03.18 23:14:31.253235 [ 274 ] {5c2c37d9-c0f7-4723-b1ce-c6e8b98bf071} TCPHandler: Processed in 0.002034002 sec. 2026.03.18 23:14:31.253353 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.253446 [ 274 ] {cd8d3815-4586-43ba-83f4-8a8c932b9902} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 23:14:31.253487 [ 274 ] {cd8d3815-4586-43ba-83f4-8a8c932b9902} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 23:14:31.253809 [ 274 ] {cd8d3815-4586-43ba-83f4-8a8c932b9902} oximeter.measurements_i64 (8ce8bb8d-29ea-423c-a346-32d4cb7bec7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.253845 [ 274 ] {cd8d3815-4586-43ba-83f4-8a8c932b9902} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.254130 [ 274 ] {cd8d3815-4586-43ba-83f4-8a8c932b9902} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:31.254329 [ 274 ] {cd8d3815-4586-43ba-83f4-8a8c932b9902} oximeter.measurements_i64 (8ce8bb8d-29ea-423c-a346-32d4cb7bec7d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.254453 [ 274 ] {cd8d3815-4586-43ba-83f4-8a8c932b9902} executeQuery: Read 6 rows, 463.00 B in 0.001025 sec., 5853.658536585365 rows/sec., 441.12 KiB/sec. 2026.03.18 23:14:31.254487 [ 274 ] {cd8d3815-4586-43ba-83f4-8a8c932b9902} TCPHandler: Processed in 0.001188881 sec. 2026.03.18 23:14:31.254587 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:31.254677 [ 274 ] {b8d4560a-2db7-4369-9d0e-d3b4de1f70f8} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 23:14:31.254716 [ 274 ] {b8d4560a-2db7-4369-9d0e-d3b4de1f70f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 23:14:31.255050 [ 274 ] {b8d4560a-2db7-4369-9d0e-d3b4de1f70f8} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:31.255085 [ 274 ] {b8d4560a-2db7-4369-9d0e-d3b4de1f70f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:31.255369 [ 274 ] {b8d4560a-2db7-4369-9d0e-d3b4de1f70f8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:31.255568 [ 274 ] {b8d4560a-2db7-4369-9d0e-d3b4de1f70f8} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:31.255700 [ 274 ] {b8d4560a-2db7-4369-9d0e-d3b4de1f70f8} executeQuery: Read 70 rows, 4.36 KiB in 0.00104 sec., 67307.69230769231 rows/sec., 4.09 MiB/sec. 2026.03.18 23:14:31.255735 [ 274 ] {b8d4560a-2db7-4369-9d0e-d3b4de1f70f8} TCPHandler: Processed in 0.001194351 sec. 2026.03.18 23:14:35.456750 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2408 2026.03.18 23:14:35.457274 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:35.457319 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:35.457816 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 23:14:35.458040 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:35.458169 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2408 2026.03.18 23:14:35.571520 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.18 23:14:35.589176 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:35.589233 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:35.595516 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 23:14:35.596281 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:35.599439 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.18 23:14:36.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 167.91 MiB, peak 171.91 MiB, free memory in arenas 0.00 B, will set to 169.02 MiB (RSS), difference: 1.11 MiB 2026.03.18 23:14:36.224201 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.224597 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:36.225083 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 23:14:36.230344 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 23:14:36.230829 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:36.230951 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:36.231147 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.18 23:14:36.231233 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 23:14:36.231288 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (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.03.18 23:14:36.231305 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 23:14:36.235841 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 23:14:36.235868 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.03.18 23:14:36.260713 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} executeQuery: Read 35 rows, 1.35 KiB in 0.036281 sec., 964.6922631680494 rows/sec., 37.12 KiB/sec. 2026.03.18 23:14:36.260872 [ 274 ] {80009ee8-94e2-48fe-8c65-cf7408e597da} TCPHandler: Processed in 0.036850382 sec. 2026.03.18 23:14:36.261276 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.261417 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:36.261634 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 23:14:36.261670 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 23:14:36.261880 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:36.261933 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:36.262032 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.18 23:14:36.262060 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 23:14:36.262078 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (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.03.18 23:14:36.262092 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 23:14:36.262125 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 23:14:36.262143 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.03.18 23:14:36.262762 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} executeQuery: Read 35 rows, 1.35 KiB in 0.001405 sec., 24911.032028469752 rows/sec., 958.49 KiB/sec. 2026.03.18 23:14:36.262847 [ 274 ] {0ea24335-56f1-439b-923f-5364148f2494} TCPHandler: Processed in 0.001622562 sec. 2026.03.18 23:14:36.263150 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.263284 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:36.263508 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 23:14:36.263543 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 23:14:36.263739 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:36.263797 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:36.263894 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.18 23:14:36.263922 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 23:14:36.263939 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (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.03.18 23:14:36.263953 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 23:14:36.263985 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 23:14:36.264003 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.03.18 23:14:36.264398 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} executeQuery: Read 35 rows, 1.35 KiB in 0.00117 sec., 29914.529914529914 rows/sec., 1.12 MiB/sec. 2026.03.18 23:14:36.264478 [ 274 ] {3a4b0e37-1234-4cc9-81c8-59806769f682} TCPHandler: Processed in 0.001376366 sec. 2026.03.18 23:14:36.264712 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.264844 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:36.265069 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 23:14:36.265105 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 23:14:36.265319 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:36.265372 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:36.265467 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.18 23:14:36.265494 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 23:14:36.265512 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (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.03.18 23:14:36.265525 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 23:14:36.265557 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 23:14:36.265574 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.03.18 23:14:36.265964 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} executeQuery: Read 35 rows, 1.35 KiB in 0.001176 sec., 29761.904761904763 rows/sec., 1.12 MiB/sec. 2026.03.18 23:14:36.266045 [ 274 ] {3d2bb707-083a-4a26-bba8-9b970751d6ef} TCPHandler: Processed in 0.001381235 sec. 2026.03.18 23:14:36.266272 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.266404 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:36.266626 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 23:14:36.266662 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 23:14:36.266861 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:36.266912 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:36.267006 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.18 23:14:36.267033 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 23:14:36.267051 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (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.03.18 23:14:36.267064 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 23:14:36.267096 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 23:14:36.267115 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.03.18 23:14:36.267600 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} executeQuery: Read 35 rows, 1.35 KiB in 0.001251 sec., 27977.617905675463 rows/sec., 1.05 MiB/sec. 2026.03.18 23:14:36.267682 [ 274 ] {c6aadc47-d317-4b6e-92b0-4312f60212ea} TCPHandler: Processed in 0.001457448 sec. 2026.03.18 23:14:36.267903 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.268037 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} executeQuery: (from [fd00:1122:3344:101::d]:56609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 23:14:36.268265 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 23:14:36.268300 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 23:14:36.268500 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:36.268551 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 23:14:36.268647 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.18 23:14:36.268674 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 23:14:36.268691 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (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.03.18 23:14:36.268705 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 23:14:36.268737 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 23:14:36.268754 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 35 rows starting from 0 2026.03.18 23:14:36.269148 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} executeQuery: Read 35 rows, 1.35 KiB in 0.001168 sec., 29965.753424657534 rows/sec., 1.13 MiB/sec. 2026.03.18 23:14:36.269229 [ 274 ] {63817c17-f1a1-4771-a49f-c5eea7d9b2a6} TCPHandler: Processed in 0.001373196 sec. 2026.03.18 23:14:36.281528 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.281652 [ 274 ] {8a149847-c5f5-48d0-b2d3-bffb928991fa} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 23:14:36.281701 [ 274 ] {8a149847-c5f5-48d0-b2d3-bffb928991fa} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 23:14:36.282307 [ 274 ] {8a149847-c5f5-48d0-b2d3-bffb928991fa} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:36.282353 [ 274 ] {8a149847-c5f5-48d0-b2d3-bffb928991fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:36.282785 [ 274 ] {8a149847-c5f5-48d0-b2d3-bffb928991fa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:36.282977 [ 274 ] {8a149847-c5f5-48d0-b2d3-bffb928991fa} oximeter.timeseries_schema (41fd1226-72cd-4d57-bda3-0f791eac018a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:36.283123 [ 274 ] {8a149847-c5f5-48d0-b2d3-bffb928991fa} executeQuery: Read 6 rows, 2.84 KiB in 0.001506 sec., 3984.0637450199206 rows/sec., 1.84 MiB/sec. 2026.03.18 23:14:36.283161 [ 274 ] {8a149847-c5f5-48d0-b2d3-bffb928991fa} TCPHandler: Processed in 0.001691734 sec. 2026.03.18 23:14:36.283287 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.283378 [ 274 ] {cecc0a8c-a721-4010-a6c6-249dd12c9424} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 23:14:36.283417 [ 274 ] {cecc0a8c-a721-4010-a6c6-249dd12c9424} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 23:14:36.283849 [ 274 ] {cecc0a8c-a721-4010-a6c6-249dd12c9424} oximeter.fields_i16 (a5aa2b6a-9234-4d91-8bca-543579327e54): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:36.283885 [ 274 ] {cecc0a8c-a721-4010-a6c6-249dd12c9424} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:36.284166 [ 274 ] {cecc0a8c-a721-4010-a6c6-249dd12c9424} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:36.284364 [ 274 ] {cecc0a8c-a721-4010-a6c6-249dd12c9424} oximeter.fields_i16 (a5aa2b6a-9234-4d91-8bca-543579327e54): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:36.284489 [ 274 ] {cecc0a8c-a721-4010-a6c6-249dd12c9424} executeQuery: Read 24 rows, 2.04 KiB in 0.001128 sec., 21276.59574468085 rows/sec., 1.77 MiB/sec. 2026.03.18 23:14:36.284525 [ 274 ] {cecc0a8c-a721-4010-a6c6-249dd12c9424} TCPHandler: Processed in 0.001285443 sec. 2026.03.18 23:14:36.284636 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.284727 [ 274 ] {4cfc474b-e84c-4272-ba23-b2dd342249e3} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 23:14:36.284765 [ 274 ] {4cfc474b-e84c-4272-ba23-b2dd342249e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 23:14:36.285241 [ 274 ] {4cfc474b-e84c-4272-ba23-b2dd342249e3} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:36.285277 [ 274 ] {4cfc474b-e84c-4272-ba23-b2dd342249e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:36.285568 [ 274 ] {4cfc474b-e84c-4272-ba23-b2dd342249e3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 23:14:36.285774 [ 274 ] {4cfc474b-e84c-4272-ba23-b2dd342249e3} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:36.285899 [ 274 ] {4cfc474b-e84c-4272-ba23-b2dd342249e3} executeQuery: Read 150 rows, 13.75 KiB in 0.001189 sec., 126156.43397813289 rows/sec., 11.30 MiB/sec. 2026.03.18 23:14:36.285934 [ 274 ] {4cfc474b-e84c-4272-ba23-b2dd342249e3} TCPHandler: Processed in 0.001345844 sec. 2026.03.18 23:14:36.286042 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.286133 [ 274 ] {bc6038cf-d437-4383-a2c7-dd9ae88b2499} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 23:14:36.286171 [ 274 ] {bc6038cf-d437-4383-a2c7-dd9ae88b2499} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 23:14:36.286565 [ 274 ] {bc6038cf-d437-4383-a2c7-dd9ae88b2499} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:36.286601 [ 274 ] {bc6038cf-d437-4383-a2c7-dd9ae88b2499} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:36.286875 [ 274 ] {bc6038cf-d437-4383-a2c7-dd9ae88b2499} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:36.287081 [ 274 ] {bc6038cf-d437-4383-a2c7-dd9ae88b2499} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:36.287212 [ 274 ] {bc6038cf-d437-4383-a2c7-dd9ae88b2499} executeQuery: Read 12 rows, 984.00 B in 0.001095 sec., 10958.90410958904 rows/sec., 877.57 KiB/sec. 2026.03.18 23:14:36.287247 [ 274 ] {bc6038cf-d437-4383-a2c7-dd9ae88b2499} TCPHandler: Processed in 0.001252493 sec. 2026.03.18 23:14:36.287355 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.287446 [ 274 ] {978a446f-05f2-4aec-af74-53c2ddb1e132} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 23:14:36.287483 [ 274 ] {978a446f-05f2-4aec-af74-53c2ddb1e132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 23:14:36.287862 [ 274 ] {978a446f-05f2-4aec-af74-53c2ddb1e132} oximeter.fields_u32 (3d04f49b-11e9-4d4b-9106-61f43a46548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:36.287898 [ 274 ] {978a446f-05f2-4aec-af74-53c2ddb1e132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:36.288173 [ 274 ] {978a446f-05f2-4aec-af74-53c2ddb1e132} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:36.288376 [ 274 ] {978a446f-05f2-4aec-af74-53c2ddb1e132} oximeter.fields_u32 (3d04f49b-11e9-4d4b-9106-61f43a46548d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:36.288505 [ 274 ] {978a446f-05f2-4aec-af74-53c2ddb1e132} executeQuery: Read 24 rows, 2.04 KiB in 0.001076 sec., 22304.832713754648 rows/sec., 1.85 MiB/sec. 2026.03.18 23:14:36.288541 [ 274 ] {978a446f-05f2-4aec-af74-53c2ddb1e132} TCPHandler: Processed in 0.001233812 sec. 2026.03.18 23:14:36.288650 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.288739 [ 274 ] {72db7ed6-9906-4159-a4f2-2b2c6733d1e5} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 23:14:36.288776 [ 274 ] {72db7ed6-9906-4159-a4f2-2b2c6733d1e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 23:14:36.289153 [ 274 ] {72db7ed6-9906-4159-a4f2-2b2c6733d1e5} oximeter.fields_u8 (5b6b1539-8f7d-4128-a8f2-cf64933715a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:36.289189 [ 274 ] {72db7ed6-9906-4159-a4f2-2b2c6733d1e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:36.289463 [ 274 ] {72db7ed6-9906-4159-a4f2-2b2c6733d1e5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:36.289660 [ 274 ] {72db7ed6-9906-4159-a4f2-2b2c6733d1e5} oximeter.fields_u8 (5b6b1539-8f7d-4128-a8f2-cf64933715a7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:36.289784 [ 274 ] {72db7ed6-9906-4159-a4f2-2b2c6733d1e5} executeQuery: Read 12 rows, 960.00 B in 0.001061 sec., 11310.084825636191 rows/sec., 883.60 KiB/sec. 2026.03.18 23:14:36.289818 [ 274 ] {72db7ed6-9906-4159-a4f2-2b2c6733d1e5} TCPHandler: Processed in 0.001216872 sec. 2026.03.18 23:14:36.289931 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.290021 [ 274 ] {76b909f4-64fa-4f34-a6fe-819f26446e12} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 23:14:36.290058 [ 274 ] {76b909f4-64fa-4f34-a6fe-819f26446e12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 23:14:36.290464 [ 274 ] {76b909f4-64fa-4f34-a6fe-819f26446e12} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:36.290498 [ 274 ] {76b909f4-64fa-4f34-a6fe-819f26446e12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:36.290779 [ 274 ] {76b909f4-64fa-4f34-a6fe-819f26446e12} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 23:14:36.290988 [ 274 ] {76b909f4-64fa-4f34-a6fe-819f26446e12} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:36.291112 [ 274 ] {76b909f4-64fa-4f34-a6fe-819f26446e12} executeQuery: Read 72 rows, 6.14 KiB in 0.001108 sec., 64981.94945848375 rows/sec., 5.41 MiB/sec. 2026.03.18 23:14:36.291147 [ 274 ] {76b909f4-64fa-4f34-a6fe-819f26446e12} TCPHandler: Processed in 0.001264452 sec. 2026.03.18 23:14:36.291258 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.291349 [ 274 ] {7d1df96d-0b68-4820-a00a-a4ceb738d212} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:36.291389 [ 274 ] {7d1df96d-0b68-4820-a00a-a4ceb738d212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 23:14:36.291793 [ 274 ] {7d1df96d-0b68-4820-a00a-a4ceb738d212} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:36.291826 [ 274 ] {7d1df96d-0b68-4820-a00a-a4ceb738d212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:36.292134 [ 274 ] {7d1df96d-0b68-4820-a00a-a4ceb738d212} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 23:14:36.292335 [ 274 ] {7d1df96d-0b68-4820-a00a-a4ceb738d212} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:36.292457 [ 274 ] {7d1df96d-0b68-4820-a00a-a4ceb738d212} executeQuery: Read 314 rows, 24.79 KiB in 0.001126 sec., 278863.2326820604 rows/sec., 21.50 MiB/sec. 2026.03.18 23:14:36.292491 [ 274 ] {7d1df96d-0b68-4820-a00a-a4ceb738d212} TCPHandler: Processed in 0.001282053 sec. 2026.03.18 23:14:36.292605 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:36.292695 [ 274 ] {0c9fa350-690a-47d7-abed-6394e3ba6422} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 23:14:36.292734 [ 274 ] {0c9fa350-690a-47d7-abed-6394e3ba6422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 23:14:36.293051 [ 274 ] {0c9fa350-690a-47d7-abed-6394e3ba6422} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:36.293085 [ 274 ] {0c9fa350-690a-47d7-abed-6394e3ba6422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:36.293369 [ 274 ] {0c9fa350-690a-47d7-abed-6394e3ba6422} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 23:14:36.293568 [ 274 ] {0c9fa350-690a-47d7-abed-6394e3ba6422} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:36.293691 [ 274 ] {0c9fa350-690a-47d7-abed-6394e3ba6422} executeQuery: Read 40 rows, 2.73 KiB in 0.001014 sec., 39447.731755424065 rows/sec., 2.63 MiB/sec. 2026.03.18 23:14:36.293726 [ 274 ] {0c9fa350-690a-47d7-abed-6394e3ba6422} TCPHandler: Processed in 0.00116852 sec. 2026.03.18 23:14:37.950322 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 254 2026.03.18 23:14:37.952898 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:37.952946 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:37.954216 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 23:14:37.954490 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:37.954814 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 254 2026.03.18 23:14:41.229767 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:41.229985 [ 274 ] {3153d77f-0ad4-43ca-8193-a5cc8691e961} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 23:14:41.230059 [ 274 ] {3153d77f-0ad4-43ca-8193-a5cc8691e961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 23:14:41.230782 [ 274 ] {3153d77f-0ad4-43ca-8193-a5cc8691e961} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:41.230835 [ 274 ] {3153d77f-0ad4-43ca-8193-a5cc8691e961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:41.231253 [ 274 ] {3153d77f-0ad4-43ca-8193-a5cc8691e961} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 23:14:41.231498 [ 274 ] {3153d77f-0ad4-43ca-8193-a5cc8691e961} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:41.231661 [ 274 ] {3153d77f-0ad4-43ca-8193-a5cc8691e961} executeQuery: Read 104 rows, 9.42 KiB in 0.001729 sec., 60150.37593984962 rows/sec., 5.32 MiB/sec. 2026.03.18 23:14:41.231709 [ 274 ] {3153d77f-0ad4-43ca-8193-a5cc8691e961} TCPHandler: Processed in 0.002081343 sec. 2026.03.18 23:14:41.231860 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:41.231965 [ 274 ] {f8605fae-7695-4032-94fe-80f353e3490c} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 23:14:41.232009 [ 274 ] {f8605fae-7695-4032-94fe-80f353e3490c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 23:14:41.232447 [ 274 ] {f8605fae-7695-4032-94fe-80f353e3490c} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:41.232486 [ 274 ] {f8605fae-7695-4032-94fe-80f353e3490c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:41.232786 [ 274 ] {f8605fae-7695-4032-94fe-80f353e3490c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 23:14:41.232987 [ 274 ] {f8605fae-7695-4032-94fe-80f353e3490c} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:41.233119 [ 274 ] {f8605fae-7695-4032-94fe-80f353e3490c} executeQuery: Read 37 rows, 2.78 KiB in 0.00118 sec., 31355.932203389828 rows/sec., 2.30 MiB/sec. 2026.03.18 23:14:41.233156 [ 274 ] {f8605fae-7695-4032-94fe-80f353e3490c} TCPHandler: Processed in 0.001354325 sec. 2026.03.18 23:14:41.233274 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:41.233370 [ 274 ] {f7a49f80-d3f5-4c33-b86b-c6b0f41c4cca} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 23:14:41.233410 [ 274 ] {f7a49f80-d3f5-4c33-b86b-c6b0f41c4cca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 23:14:41.233827 [ 274 ] {f7a49f80-d3f5-4c33-b86b-c6b0f41c4cca} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:41.233865 [ 274 ] {f7a49f80-d3f5-4c33-b86b-c6b0f41c4cca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:41.234173 [ 274 ] {f7a49f80-d3f5-4c33-b86b-c6b0f41c4cca} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 23:14:41.234376 [ 274 ] {f7a49f80-d3f5-4c33-b86b-c6b0f41c4cca} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:41.234506 [ 274 ] {f7a49f80-d3f5-4c33-b86b-c6b0f41c4cca} executeQuery: Read 73 rows, 5.84 KiB in 0.001154 sec., 63258.2322357019 rows/sec., 4.94 MiB/sec. 2026.03.18 23:14:41.234543 [ 274 ] {f7a49f80-d3f5-4c33-b86b-c6b0f41c4cca} TCPHandler: Processed in 0.001320994 sec. 2026.03.18 23:14:41.234661 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:41.234755 [ 274 ] {d39682c4-a2ca-4e13-a2c6-96deef207718} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:41.234797 [ 274 ] {d39682c4-a2ca-4e13-a2c6-96deef207718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 23:14:41.235181 [ 274 ] {d39682c4-a2ca-4e13-a2c6-96deef207718} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:41.235218 [ 274 ] {d39682c4-a2ca-4e13-a2c6-96deef207718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:41.235546 [ 274 ] {d39682c4-a2ca-4e13-a2c6-96deef207718} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 23:14:41.235762 [ 274 ] {d39682c4-a2ca-4e13-a2c6-96deef207718} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:41.235893 [ 274 ] {d39682c4-a2ca-4e13-a2c6-96deef207718} executeQuery: Read 110 rows, 7.86 KiB in 0.001157 sec., 95073.46585998271 rows/sec., 6.64 MiB/sec. 2026.03.18 23:14:41.235930 [ 274 ] {d39682c4-a2ca-4e13-a2c6-96deef207718} TCPHandler: Processed in 0.001320775 sec. 2026.03.18 23:14:41.236053 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:41.236149 [ 274 ] {0d3a0588-8d36-40bc-a028-e846d5b561bd} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:41.236202 [ 274 ] {0d3a0588-8d36-40bc-a028-e846d5b561bd} 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.03.18 23:14:41.237064 [ 274 ] {0d3a0588-8d36-40bc-a028-e846d5b561bd} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:41.237102 [ 274 ] {0d3a0588-8d36-40bc-a028-e846d5b561bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:41.237684 [ 274 ] {0d3a0588-8d36-40bc-a028-e846d5b561bd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 23:14:41.237899 [ 274 ] {0d3a0588-8d36-40bc-a028-e846d5b561bd} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:41.238034 [ 274 ] {0d3a0588-8d36-40bc-a028-e846d5b561bd} executeQuery: Read 37 rows, 67.89 KiB in 0.001903 sec., 19442.984760903837 rows/sec., 34.84 MiB/sec. 2026.03.18 23:14:41.238093 [ 274 ] {0d3a0588-8d36-40bc-a028-e846d5b561bd} TCPHandler: Processed in 0.002096274 sec. 2026.03.18 23:14:41.238210 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:41.238305 [ 274 ] {7e96623b-ae1f-4406-9e15-a20c01362a5a} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 23:14:41.238347 [ 274 ] {7e96623b-ae1f-4406-9e15-a20c01362a5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 23:14:41.238674 [ 274 ] {7e96623b-ae1f-4406-9e15-a20c01362a5a} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:41.238712 [ 274 ] {7e96623b-ae1f-4406-9e15-a20c01362a5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:41.239015 [ 274 ] {7e96623b-ae1f-4406-9e15-a20c01362a5a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 23:14:41.239216 [ 274 ] {7e96623b-ae1f-4406-9e15-a20c01362a5a} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:41.239343 [ 274 ] {7e96623b-ae1f-4406-9e15-a20c01362a5a} executeQuery: Read 40 rows, 2.73 KiB in 0.001056 sec., 37878.78787878787 rows/sec., 2.53 MiB/sec. 2026.03.18 23:14:41.239379 [ 274 ] {7e96623b-ae1f-4406-9e15-a20c01362a5a} TCPHandler: Processed in 0.001220352 sec. 2026.03.18 23:14:42.828527 [ 72 ] {} DNSResolver: Updating DNS cache 2026.03.18 23:14:42.828604 [ 72 ] {} DNSResolver: Updated DNS cache 2026.03.18 23:14:42.959184 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2856 2026.03.18 23:14:42.959775 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:42.959808 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:42.960310 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 23:14:42.960551 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:42.960676 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2856 2026.03.18 23:14:42.960706 [ 69 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 23:14:42.960788 [ 69 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:42.960808 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:42.961100 [ 201 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.18 23:14:42.963571 [ 201 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 23:14:42.963662 [ 201 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.03.18 23:14:42.963781 [ 201 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 448 rows starting from the beginning of the part 2026.03.18 23:14:42.963837 [ 201 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2026.03.18 23:14:42.963893 [ 201 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.03.18 23:14:42.964032 [ 201 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.03.18 23:14:42.964081 [ 201 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.03.18 23:14:43.001161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 176.51 MiB, peak 176.51 MiB, free memory in arenas 0.00 B, will set to 171.09 MiB (RSS), difference: -5.42 MiB 2026.03.18 23:14:43.004445 [ 186 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2856 rows, containing 4 columns (4 merged, 0 gathered) in 0.043496594 sec., 65660.31354087174 rows/sec., 961.82 KiB/sec. 2026.03.18 23:14:43.005327 [ 196 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 23:14:43.005627 [ 196 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:43.005692 [ 196 ] {418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e::all_1_6_1} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 23:14:43.005797 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.03.18 23:14:43.100372 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.18 23:14:43.118447 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:43.118515 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:43.125194 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 23:14:43.126079 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:43.126362 [ 68 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 23:14:43.126413 [ 68 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:43.126432 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.45 GiB. 2026.03.18 23:14:43.126519 [ 196 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.18 23:14:43.129755 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.18 23:14:43.130778 [ 196 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 23:14:43.132207 [ 196 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.03.18 23:14:43.136613 [ 196 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.03.18 23:14:43.140810 [ 196 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.03.18 23:14:43.145036 [ 196 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.03.18 23:14:43.154539 [ 196 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.03.18 23:14:43.158708 [ 196 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.03.18 23:14:43.228245 [ 186 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.10175851 sec., 452.05064421639037 rows/sec., 2.34 MiB/sec. 2026.03.18 23:14:43.230651 [ 190 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 23:14:43.232837 [ 190 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:43.232957 [ 190 ] {4c1acaef-ce44-4b11-be49-50ea5785bc6e::all_1_6_1} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 23:14:43.234758 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.18 23:14:44.001167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.94 MiB, peak 176.51 MiB, free memory in arenas 0.00 B, will set to 181.11 MiB (RSS), difference: 15.17 MiB 2026.03.18 23:14:46.227540 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:46.227741 [ 274 ] {dcfd1afc-ac58-48d4-9be2-8eae62b5b1c8} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 23:14:46.227813 [ 274 ] {dcfd1afc-ac58-48d4-9be2-8eae62b5b1c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 23:14:46.228480 [ 274 ] {dcfd1afc-ac58-48d4-9be2-8eae62b5b1c8} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:46.228518 [ 274 ] {dcfd1afc-ac58-48d4-9be2-8eae62b5b1c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:46.228891 [ 274 ] {dcfd1afc-ac58-48d4-9be2-8eae62b5b1c8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 23:14:46.229108 [ 274 ] {dcfd1afc-ac58-48d4-9be2-8eae62b5b1c8} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:46.229246 [ 66 ] {} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 23:14:46.229258 [ 274 ] {dcfd1afc-ac58-48d4-9be2-8eae62b5b1c8} executeQuery: Read 30 rows, 2.32 KiB in 0.001569 sec., 19120.458891013383 rows/sec., 1.44 MiB/sec. 2026.03.18 23:14:46.229291 [ 66 ] {} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:46.229309 [ 274 ] {dcfd1afc-ac58-48d4-9be2-8eae62b5b1c8} TCPHandler: Processed in 0.00190033 sec. 2026.03.18 23:14:46.229314 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:46.229442 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:46.229468 [ 195 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.18 23:14:46.229538 [ 274 ] {a58cadd5-dc19-45ba-b9d5-191d2c90a846} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 23:14:46.229584 [ 274 ] {a58cadd5-dc19-45ba-b9d5-191d2c90a846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 23:14:46.229624 [ 195 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 23:14:46.229673 [ 195 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 826 rows starting from the beginning of the part 2026.03.18 23:14:46.229771 [ 195 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.03.18 23:14:46.229819 [ 195 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 845 rows starting from the beginning of the part 2026.03.18 23:14:46.229864 [ 195 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part 2026.03.18 23:14:46.229908 [ 195 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 104 rows starting from the beginning of the part 2026.03.18 23:14:46.229948 [ 195 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2026.03.18 23:14:46.230021 [ 274 ] {a58cadd5-dc19-45ba-b9d5-191d2c90a846} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:46.230061 [ 274 ] {a58cadd5-dc19-45ba-b9d5-191d2c90a846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:46.230466 [ 274 ] {a58cadd5-dc19-45ba-b9d5-191d2c90a846} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 23:14:46.230703 [ 274 ] {a58cadd5-dc19-45ba-b9d5-191d2c90a846} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:46.230823 [ 66 ] {} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 23:14:46.230843 [ 274 ] {a58cadd5-dc19-45ba-b9d5-191d2c90a846} executeQuery: Read 36 rows, 2.88 KiB in 0.001323 sec., 27210.884353741498 rows/sec., 2.13 MiB/sec. 2026.03.18 23:14:46.230857 [ 66 ] {} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:46.230878 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:46.230881 [ 274 ] {a58cadd5-dc19-45ba-b9d5-191d2c90a846} TCPHandler: Processed in 0.001491418 sec. 2026.03.18 23:14:46.230988 [ 186 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.18 23:14:46.231010 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:46.231099 [ 186 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 23:14:46.231115 [ 274 ] {f02768fa-8546-420a-a56f-2ef06178bb8a} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:46.231131 [ 186 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 509 rows starting from the beginning of the part 2026.03.18 23:14:46.231158 [ 274 ] {f02768fa-8546-420a-a56f-2ef06178bb8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 23:14:46.231222 [ 186 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.03.18 23:14:46.231233 [ 191 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1985 rows, containing 5 columns (5 merged, 0 gathered) in 0.001832917 sec., 1082973.2060971663 rows/sec., 90.93 MiB/sec. 2026.03.18 23:14:46.231277 [ 186 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 504 rows starting from the beginning of the part 2026.03.18 23:14:46.231345 [ 186 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part 2026.03.18 23:14:46.231410 [ 186 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 73 rows starting from the beginning of the part 2026.03.18 23:14:46.231466 [ 186 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2026.03.18 23:14:46.231568 [ 274 ] {f02768fa-8546-420a-a56f-2ef06178bb8a} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:46.231567 [ 197 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 23:14:46.231604 [ 274 ] {f02768fa-8546-420a-a56f-2ef06178bb8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:46.232024 [ 197 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:46.232050 [ 274 ] {f02768fa-8546-420a-a56f-2ef06178bb8a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 23:14:46.232129 [ 197 ] {02860b30-ef11-4e09-bf54-b1596980794b::all_1_6_1} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 23:14:46.232229 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.03.18 23:14:46.232284 [ 274 ] {f02768fa-8546-420a-a56f-2ef06178bb8a} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:46.232403 [ 66 ] {} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 23:14:46.232420 [ 274 ] {f02768fa-8546-420a-a56f-2ef06178bb8a} executeQuery: Read 110 rows, 7.86 KiB in 0.001325 sec., 83018.8679245283 rows/sec., 5.79 MiB/sec. 2026.03.18 23:14:46.232436 [ 66 ] {} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:46.232454 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:46.232457 [ 274 ] {f02768fa-8546-420a-a56f-2ef06178bb8a} TCPHandler: Processed in 0.001497649 sec. 2026.03.18 23:14:46.232529 [ 195 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.18 23:14:46.232578 [ 198 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1230 rows, containing 5 columns (5 merged, 0 gathered) in 0.001645343 sec., 747564.4895927475 rows/sec., 56.74 MiB/sec. 2026.03.18 23:14:46.232592 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:46.232632 [ 195 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 23:14:46.232664 [ 195 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 220 rows starting from the beginning of the part 2026.03.18 23:14:46.232708 [ 274 ] {f67db60c-05f7-4f87-bde4-6f908d3ed445} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 23:14:46.232710 [ 195 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2026.03.18 23:14:46.232759 [ 274 ] {f67db60c-05f7-4f87-bde4-6f908d3ed445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 23:14:46.232766 [ 195 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 215 rows starting from the beginning of the part 2026.03.18 23:14:46.232798 [ 198 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 23:14:46.232814 [ 195 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 314 rows starting from the beginning of the part 2026.03.18 23:14:46.232858 [ 195 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part 2026.03.18 23:14:46.232897 [ 195 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part 2026.03.18 23:14:46.233120 [ 274 ] {f67db60c-05f7-4f87-bde4-6f908d3ed445} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:46.233142 [ 198 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:46.233162 [ 274 ] {f67db60c-05f7-4f87-bde4-6f908d3ed445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:46.233207 [ 198 ] {c5d9bdc6-2051-4845-bf11-0f8a8d203dae::all_1_6_1} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 23:14:46.233273 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.03.18 23:14:46.233492 [ 274 ] {f67db60c-05f7-4f87-bde4-6f908d3ed445} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 23:14:46.233712 [ 274 ] {f67db60c-05f7-4f87-bde4-6f908d3ed445} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:46.233832 [ 63 ] {} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 23:14:46.233844 [ 274 ] {f67db60c-05f7-4f87-bde4-6f908d3ed445} executeQuery: Read 40 rows, 2.73 KiB in 0.001154 sec., 34662.04506065858 rows/sec., 2.31 MiB/sec. 2026.03.18 23:14:46.233880 [ 63 ] {} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:46.233886 [ 195 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390436 sec., 776015.5807243196 rows/sec., 54.57 MiB/sec. 2026.03.18 23:14:46.233896 [ 274 ] {f67db60c-05f7-4f87-bde4-6f908d3ed445} TCPHandler: Processed in 0.001354565 sec. 2026.03.18 23:14:46.233907 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:46.234066 [ 200 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.18 23:14:46.234107 [ 191 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 23:14:46.234228 [ 200 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 23:14:46.234276 [ 200 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 70 rows starting from the beginning of the part 2026.03.18 23:14:46.234366 [ 200 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2026.03.18 23:14:46.234392 [ 191 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:46.234417 [ 200 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 70 rows starting from the beginning of the part 2026.03.18 23:14:46.234466 [ 200 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2026.03.18 23:14:46.234468 [ 191 ] {ccb729ca-4bc2-4fc3-a066-24bf9daa8406::all_1_6_1} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 23:14:46.234510 [ 200 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2026.03.18 23:14:46.234554 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.03.18 23:14:46.234562 [ 200 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2026.03.18 23:14:46.235384 [ 191 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001383886 sec., 216780.8620074197 rows/sec., 13.87 MiB/sec. 2026.03.18 23:14:46.235505 [ 191 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 23:14:46.235740 [ 191 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:46.235800 [ 191 ] {75ff6a95-7e71-4710-a7c1-d976eddd0145::all_1_6_1} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 23:14:46.235862 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.18 23:14:47.955842 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 274 2026.03.18 23:14:47.957690 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:47.957730 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:47.958830 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 23:14:47.959080 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:47.959318 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 274 2026.03.18 23:14:50.461680 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3368 2026.03.18 23:14:50.462224 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:50.462268 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:50.462759 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 23:14:50.462990 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:50.463135 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3368 2026.03.18 23:14:50.630756 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.18 23:14:50.649196 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:50.649268 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:50.655164 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 23:14:50.655901 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:50.659833 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.18 23:14:51.232768 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:51.232963 [ 274 ] {c528e28d-bfcd-40b2-8dc7-902e95568b35} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 23:14:51.233037 [ 274 ] {c528e28d-bfcd-40b2-8dc7-902e95568b35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 23:14:51.233679 [ 274 ] {c528e28d-bfcd-40b2-8dc7-902e95568b35} oximeter.fields_ipaddr (80d219dc-a051-48c8-979d-987127453bcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:51.233726 [ 274 ] {c528e28d-bfcd-40b2-8dc7-902e95568b35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:51.234087 [ 274 ] {c528e28d-bfcd-40b2-8dc7-902e95568b35} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 23:14:51.234312 [ 274 ] {c528e28d-bfcd-40b2-8dc7-902e95568b35} oximeter.fields_ipaddr (80d219dc-a051-48c8-979d-987127453bcc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:51.234467 [ 274 ] {c528e28d-bfcd-40b2-8dc7-902e95568b35} executeQuery: Read 2 rows, 167.00 B in 0.001556 sec., 1285.3470437017995 rows/sec., 104.81 KiB/sec. 2026.03.18 23:14:51.234508 [ 274 ] {c528e28d-bfcd-40b2-8dc7-902e95568b35} TCPHandler: Processed in 0.001873579 sec. 2026.03.18 23:14:51.234635 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:51.234729 [ 274 ] {7ae97fb9-d8b1-4682-8b48-83bb1c15705a} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 23:14:51.234767 [ 274 ] {7ae97fb9-d8b1-4682-8b48-83bb1c15705a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 23:14:51.235234 [ 274 ] {7ae97fb9-d8b1-4682-8b48-83bb1c15705a} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:51.235271 [ 274 ] {7ae97fb9-d8b1-4682-8b48-83bb1c15705a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:51.235566 [ 274 ] {7ae97fb9-d8b1-4682-8b48-83bb1c15705a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 23:14:51.235772 [ 274 ] {7ae97fb9-d8b1-4682-8b48-83bb1c15705a} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:51.235897 [ 274 ] {7ae97fb9-d8b1-4682-8b48-83bb1c15705a} executeQuery: Read 131 rows, 11.55 KiB in 0.001186 sec., 110455.31197301856 rows/sec., 9.51 MiB/sec. 2026.03.18 23:14:51.235938 [ 274 ] {7ae97fb9-d8b1-4682-8b48-83bb1c15705a} TCPHandler: Processed in 0.001351234 sec. 2026.03.18 23:14:51.236058 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:51.236151 [ 274 ] {00393d20-b0f6-41cd-a46a-207dab066978} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 23:14:51.236190 [ 274 ] {00393d20-b0f6-41cd-a46a-207dab066978} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 23:14:51.236606 [ 274 ] {00393d20-b0f6-41cd-a46a-207dab066978} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:51.236641 [ 274 ] {00393d20-b0f6-41cd-a46a-207dab066978} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:51.236921 [ 274 ] {00393d20-b0f6-41cd-a46a-207dab066978} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 23:14:51.237122 [ 274 ] {00393d20-b0f6-41cd-a46a-207dab066978} oximeter.fields_u16 (3e06e2d6-9b12-4085-b61d-cfe406b0ee22): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:51.237251 [ 274 ] {00393d20-b0f6-41cd-a46a-207dab066978} executeQuery: Read 39 rows, 2.92 KiB in 0.001117 sec., 34914.95076096688 rows/sec., 2.55 MiB/sec. 2026.03.18 23:14:51.237286 [ 274 ] {00393d20-b0f6-41cd-a46a-207dab066978} TCPHandler: Processed in 0.001275913 sec. 2026.03.18 23:14:51.237400 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:51.237492 [ 274 ] {50a0290d-d02f-4ca5-a300-ee2e909097df} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 23:14:51.237530 [ 274 ] {50a0290d-d02f-4ca5-a300-ee2e909097df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 23:14:51.237946 [ 274 ] {50a0290d-d02f-4ca5-a300-ee2e909097df} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:51.237982 [ 274 ] {50a0290d-d02f-4ca5-a300-ee2e909097df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:51.238263 [ 274 ] {50a0290d-d02f-4ca5-a300-ee2e909097df} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 23:14:51.238473 [ 274 ] {50a0290d-d02f-4ca5-a300-ee2e909097df} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:51.238596 [ 274 ] {50a0290d-d02f-4ca5-a300-ee2e909097df} executeQuery: Read 103 rows, 8.24 KiB in 0.001122 sec., 91800.35650623887 rows/sec., 7.17 MiB/sec. 2026.03.18 23:14:51.238632 [ 274 ] {50a0290d-d02f-4ca5-a300-ee2e909097df} TCPHandler: Processed in 0.001278913 sec. 2026.03.18 23:14:51.238745 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:51.238837 [ 274 ] {7ad5a4ea-c0f9-42f0-accb-d07dd7946ec3} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:51.238878 [ 274 ] {7ad5a4ea-c0f9-42f0-accb-d07dd7946ec3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 23:14:51.239277 [ 274 ] {7ad5a4ea-c0f9-42f0-accb-d07dd7946ec3} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:51.239312 [ 274 ] {7ad5a4ea-c0f9-42f0-accb-d07dd7946ec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:51.239617 [ 274 ] {7ad5a4ea-c0f9-42f0-accb-d07dd7946ec3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 23:14:51.239819 [ 274 ] {7ad5a4ea-c0f9-42f0-accb-d07dd7946ec3} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:51.239947 [ 274 ] {7ad5a4ea-c0f9-42f0-accb-d07dd7946ec3} executeQuery: Read 161 rows, 11.48 KiB in 0.001128 sec., 142730.4964539007 rows/sec., 9.94 MiB/sec. 2026.03.18 23:14:51.239982 [ 274 ] {7ad5a4ea-c0f9-42f0-accb-d07dd7946ec3} TCPHandler: Processed in 0.001284503 sec. 2026.03.18 23:14:51.240094 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:51.240186 [ 274 ] {ecc4e5b7-617c-4e88-92fe-aa0cfd7046f6} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:51.240238 [ 274 ] {ecc4e5b7-617c-4e88-92fe-aa0cfd7046f6} 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.03.18 23:14:51.241057 [ 274 ] {ecc4e5b7-617c-4e88-92fe-aa0cfd7046f6} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:51.241093 [ 274 ] {ecc4e5b7-617c-4e88-92fe-aa0cfd7046f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:51.241622 [ 274 ] {ecc4e5b7-617c-4e88-92fe-aa0cfd7046f6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 23:14:51.241833 [ 274 ] {ecc4e5b7-617c-4e88-92fe-aa0cfd7046f6} oximeter.measurements_histogramu64 (59c946a1-5f59-4fd2-8364-f0bbd6468d58): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:51.241963 [ 274 ] {ecc4e5b7-617c-4e88-92fe-aa0cfd7046f6} executeQuery: Read 37 rows, 67.89 KiB in 0.001794 sec., 20624.303232998886 rows/sec., 36.96 MiB/sec. 2026.03.18 23:14:51.242011 [ 274 ] {ecc4e5b7-617c-4e88-92fe-aa0cfd7046f6} TCPHandler: Processed in 0.001966801 sec. 2026.03.18 23:14:51.242129 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:51.242221 [ 274 ] {175ff37b-87f0-4280-8b4d-3ae5408ade6b} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 23:14:51.242262 [ 274 ] {175ff37b-87f0-4280-8b4d-3ae5408ade6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 23:14:51.242597 [ 274 ] {175ff37b-87f0-4280-8b4d-3ae5408ade6b} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:51.242633 [ 274 ] {175ff37b-87f0-4280-8b4d-3ae5408ade6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:51.242921 [ 274 ] {175ff37b-87f0-4280-8b4d-3ae5408ade6b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 23:14:51.243126 [ 274 ] {175ff37b-87f0-4280-8b4d-3ae5408ade6b} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:51.243248 [ 274 ] {175ff37b-87f0-4280-8b4d-3ae5408ade6b} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2026.03.18 23:14:51.243282 [ 274 ] {175ff37b-87f0-4280-8b4d-3ae5408ade6b} TCPHandler: Processed in 0.001201221 sec. 2026.03.18 23:14:56.230150 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:56.230401 [ 274 ] {8572c4dd-d4be-4f57-98a7-67ea0235cf1a} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 23:14:56.230488 [ 274 ] {8572c4dd-d4be-4f57-98a7-67ea0235cf1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 23:14:56.231146 [ 274 ] {8572c4dd-d4be-4f57-98a7-67ea0235cf1a} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:56.231213 [ 274 ] {8572c4dd-d4be-4f57-98a7-67ea0235cf1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:56.231602 [ 274 ] {8572c4dd-d4be-4f57-98a7-67ea0235cf1a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 23:14:56.231828 [ 274 ] {8572c4dd-d4be-4f57-98a7-67ea0235cf1a} oximeter.fields_string (02860b30-ef11-4e09-bf54-b1596980794b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:56.232007 [ 274 ] {8572c4dd-d4be-4f57-98a7-67ea0235cf1a} executeQuery: Read 56 rows, 4.38 KiB in 0.001669 sec., 33553.0257639305 rows/sec., 2.56 MiB/sec. 2026.03.18 23:14:56.232056 [ 274 ] {8572c4dd-d4be-4f57-98a7-67ea0235cf1a} TCPHandler: Processed in 0.002065103 sec. 2026.03.18 23:14:56.232180 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:56.232284 [ 274 ] {5b86492d-6418-4b73-b3f4-c414366b65a5} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 23:14:56.232328 [ 274 ] {5b86492d-6418-4b73-b3f4-c414366b65a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 23:14:56.232750 [ 274 ] {5b86492d-6418-4b73-b3f4-c414366b65a5} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:56.232812 [ 274 ] {5b86492d-6418-4b73-b3f4-c414366b65a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:56.233113 [ 274 ] {5b86492d-6418-4b73-b3f4-c414366b65a5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 23:14:56.233322 [ 274 ] {5b86492d-6418-4b73-b3f4-c414366b65a5} oximeter.fields_uuid (c5d9bdc6-2051-4845-bf11-0f8a8d203dae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:56.233457 [ 274 ] {5b86492d-6418-4b73-b3f4-c414366b65a5} executeQuery: Read 64 rows, 5.12 KiB in 0.001197 sec., 53467.00083542189 rows/sec., 4.17 MiB/sec. 2026.03.18 23:14:56.233494 [ 274 ] {5b86492d-6418-4b73-b3f4-c414366b65a5} TCPHandler: Processed in 0.001368316 sec. 2026.03.18 23:14:56.233618 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:56.233712 [ 274 ] {c36e007e-d7af-4c62-866c-576c6f37d131} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 23:14:56.233757 [ 274 ] {c36e007e-d7af-4c62-866c-576c6f37d131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 23:14:56.234153 [ 274 ] {c36e007e-d7af-4c62-866c-576c6f37d131} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:56.234188 [ 274 ] {c36e007e-d7af-4c62-866c-576c6f37d131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:56.234509 [ 274 ] {c36e007e-d7af-4c62-866c-576c6f37d131} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 23:14:56.234717 [ 274 ] {c36e007e-d7af-4c62-866c-576c6f37d131} oximeter.measurements_cumulativeu64 (ccb729ca-4bc2-4fc3-a066-24bf9daa8406): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:56.234852 [ 274 ] {c36e007e-d7af-4c62-866c-576c6f37d131} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2026.03.18 23:14:56.234888 [ 274 ] {c36e007e-d7af-4c62-866c-576c6f37d131} TCPHandler: Processed in 0.001332315 sec. 2026.03.18 23:14:56.235005 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 23:14:56.235099 [ 274 ] {d3b44df3-2152-4929-8782-0c93b6a2dcd6} executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 23:14:56.235142 [ 274 ] {d3b44df3-2152-4929-8782-0c93b6a2dcd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 23:14:56.235463 [ 274 ] {d3b44df3-2152-4929-8782-0c93b6a2dcd6} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:56.235499 [ 274 ] {d3b44df3-2152-4929-8782-0c93b6a2dcd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:56.235807 [ 274 ] {d3b44df3-2152-4929-8782-0c93b6a2dcd6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 23:14:56.236010 [ 274 ] {d3b44df3-2152-4929-8782-0c93b6a2dcd6} oximeter.measurements_u64 (75ff6a95-7e71-4710-a7c1-d976eddd0145): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:56.236142 [ 274 ] {d3b44df3-2152-4929-8782-0c93b6a2dcd6} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.03.18 23:14:56.236177 [ 274 ] {d3b44df3-2152-4929-8782-0c93b6a2dcd6} TCPHandler: Processed in 0.001230422 sec. 2026.03.18 23:14:57.828857 [ 38 ] {} DNSResolver: Updating DNS cache 2026.03.18 23:14:57.828935 [ 38 ] {} DNSResolver: Updated DNS cache 2026.03.18 23:14:57.960383 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 296 2026.03.18 23:14:57.962354 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:57.962397 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:57.963380 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3816 2026.03.18 23:14:57.963529 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 23:14:57.963797 [ 242 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:57.963876 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:57.963936 [ 38 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 23:14:57.963941 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:57.963986 [ 38 ] {} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:57.964017 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:57.964129 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 296 2026.03.18 23:14:57.964143 [ 195 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.18 23:14:57.964481 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 23:14:57.964725 [ 195 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 23:14:57.964727 [ 244 ] {} system.asynchronous_metric_log (418ecbb3-1c9b-4159-95f0-49ea0fc6ac7e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:57.964915 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3816 2026.03.18 23:14:57.964934 [ 195 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.03.18 23:14:57.965370 [ 195 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.03.18 23:14:57.965760 [ 195 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 106 rows starting from the beginning of the part 2026.03.18 23:14:57.966125 [ 195 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part 2026.03.18 23:14:57.966476 [ 195 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2026.03.18 23:14:57.966831 [ 195 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2026.03.18 23:14:57.972625 [ 200 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 72 columns (72 merged, 0 gathered) in 0.008540191 sec., 34659.64637090669 rows/sec., 36.16 MiB/sec. 2026.03.18 23:14:57.973404 [ 186 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 23:14:57.974023 [ 186 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:57.974092 [ 186 ] {5783f5f2-0b21-4819-ae50-0c0bce512670::all_1_6_1} system.query_log (5783f5f2-0b21-4819-ae50-0c0bce512670) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 23:14:57.974297 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. 2026.03.18 23:14:58.160867 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.18 23:14:58.178784 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 23:14:58.178836 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.44 GiB. 2026.03.18 23:14:58.185077 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 23:14:58.185774 [ 243 ] {} system.metric_log (4c1acaef-ce44-4b11-be49-50ea5785bc6e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 23:14:58.188646 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.18 23:14:59.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.77 MiB, peak 187.77 MiB, free memory in arenas 0.00 B, will set to 184.96 MiB (RSS), difference: 2.18 MiB 2026.03.18 23:15:00.582716 [ 274 ] {} TCPHandler: Done processing connection. 2026.03.18 23:15:00.582778 [ 274 ] {} TCP-Session: 123b1a61-2dbe-4fcc-8721-fafa3c8c1694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db