[ Apr 17 23:28:26 Enabled. ] [ Apr 17 23:28:26 Rereading configuration. ] [ Apr 17 23:28:27 Rereading configuration. ] [ Apr 17 23:28:29 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 [ Apr 17 23:28:29 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.04.17 23:28:31.260978 [ 1 ] {} Application: Will watch for the process with pid 24477 2026.04.17 23:28:31.261398 [ 1 ] {} Application: Forked a child process to watch 2026.04.17 23:28:31.485208 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24477 2026.04.17 23:28:31.487349 [ 1 ] {} Application: starting up 2026.04.17 23:28:31.487565 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.04.17 23:28:31.697514 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.04.17 23:28:31.735215 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.04.17 23:28:31.735264 [ 1 ] {} Application: Initializing DateLUT. 2026.04.17 23:28:31.735283 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.04.17 23:28:31.735338 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.04.17 23:28:31.735714 [ 1 ] {} Application: Initializing interserver credentials. 2026.04.17 23:28:31.741591 [ 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.04.17 23:28:31.742462 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.17 23:28:31.743322 [ 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.04.17 23:28:31.743348 [ 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.04.17 23:28:31.743363 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.04.17 23:28:31.744096 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.17 23:28:31.745100 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.04.17 23:28:31.751267 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.17 23:28:31.752006 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.17 23:28:31.754902 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.17 23:28:31.754978 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.17 23:28:31.756050 [ 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.04.17 23:28:31.756445 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.17 23:28:31.760387 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.17 23:28:31.760728 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.04.17 23:28:31.765689 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.04.17 23:28:31.766255 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.04.17 23:28:31.766670 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.04.17 23:28:31.767171 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.04.17 23:28:31.768837 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.04.17 23:28:31.768862 [ 1 ] {} Application: Loading metadata from /data/ 2026.04.17 23:28:31.768968 [ 153 ] {} DNSResolver: Updating DNS cache 2026.04.17 23:28:31.769096 [ 153 ] {} DNSResolver: Updated DNS cache 2026.04.17 23:28:31.789384 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.04.17 23:28:31.789413 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000176491 sec 2026.04.17 23:28:31.789432 [ 1 ] {} ReferentialDeps: No tables 2026.04.17 23:28:31.789446 [ 1 ] {} LoadingDeps: No tables 2026.04.17 23:28:31.790116 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.04.17 23:28:31.790710 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.04.17 23:28:31.816250 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.04.17 23:28:31.816306 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.04.17 23:28:31.816332 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.04.17 23:28:31.816346 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.04.17 23:28:31.816386 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.04.17 23:28:31.816407 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.04.17 23:28:31.819088 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.04.17 23:28:31.819133 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.04.17 23:28:31.819152 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.04.17 23:28:31.819289 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.04.17 23:28:31.819330 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.04.17 23:28:31.819342 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.04.17 23:28:31.819361 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.04.17 23:28:31.819372 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.04.17 23:28:31.819401 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.04.17 23:28:31.819417 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.04.17 23:28:31.847614 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.04.17 23:28:31.849073 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.04.17 23:28:31.849101 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.485e-05 sec 2026.04.17 23:28:31.849114 [ 1 ] {} ReferentialDeps: No tables 2026.04.17 23:28:31.849124 [ 1 ] {} LoadingDeps: No tables 2026.04.17 23:28:31.849150 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.04.17 23:28:31.849331 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.04.17 23:28:31.849373 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.04.17 23:28:31.849386 [ 1 ] {} Application: Loaded metadata. 2026.04.17 23:28:31.849396 [ 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.04.17 23:28:31.849407 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.04.17 23:28:31.874060 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.17 23:28:31.874259 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.02 MiB 2026.04.17 23:28:31.875563 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.342e-05 sec. 2026.04.17 23:28:31.875910 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.04.17 23:28:31.877186 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.04.17 23:28:31.877207 [ 1 ] {} Application: Ready for connections. 2026.04.17 23:28:32.000216 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.80 MiB, peak 116.80 MiB, free memory in arenas 0.00 B, will set to 118.32 MiB (RSS), difference: 1.52 MiB 2026.04.17 23:28:33.721146 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49299 2026.04.17 23:28:33.721942 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:33.722503 [ 3 ] {} TCP-Session: 22794aa2-38b2-4b68-8982-136fd8374496 Authenticating user 'default' from [fd00:1122:3344:101::c]:49299 2026.04.17 23:28:33.722545 [ 3 ] {} TCP-Session: 22794aa2-38b2-4b68-8982-136fd8374496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.722558 [ 3 ] {} TCP-Session: 22794aa2-38b2-4b68-8982-136fd8374496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.722648 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.17 23:28:33.722680 [ 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.04.17 23:28:33.722695 [ 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.04.17 23:28:33.723628 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46320 2026.04.17 23:28:33.723724 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47402 2026.04.17 23:28:33.723832 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:33.723889 [ 4 ] {} TCP-Session: 3c4b0e92-d821-4575-85c9-fcd8ac86fc21 Authenticating user 'default' from [fd00:1122:3344:101::c]:46320 2026.04.17 23:28:33.723915 [ 4 ] {} TCP-Session: 3c4b0e92-d821-4575-85c9-fcd8ac86fc21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.723917 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47797 2026.04.17 23:28:33.723928 [ 4 ] {} TCP-Session: 3c4b0e92-d821-4575-85c9-fcd8ac86fc21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.723922 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58384 2026.04.17 23:28:33.723967 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:33.724019 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63981 2026.04.17 23:28:33.724056 [ 254 ] {} TCP-Session: 6de4fb3e-0389-4eef-b64d-e33a4ca89d22 Authenticating user 'default' from [fd00:1122:3344:101::c]:47402 2026.04.17 23:28:33.724097 [ 254 ] {} TCP-Session: 6de4fb3e-0389-4eef-b64d-e33a4ca89d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724119 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:33.724122 [ 254 ] {} TCP-Session: 6de4fb3e-0389-4eef-b64d-e33a4ca89d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724173 [ 255 ] {} TCP-Session: f2b80b22-2425-4a35-92e9-5afd2cef8bf0 Authenticating user 'default' from [fd00:1122:3344:101::c]:47797 2026.04.17 23:28:33.724196 [ 255 ] {} TCP-Session: f2b80b22-2425-4a35-92e9-5afd2cef8bf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724195 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61214 2026.04.17 23:28:33.724217 [ 255 ] {} TCP-Session: f2b80b22-2425-4a35-92e9-5afd2cef8bf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724265 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:33.724268 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:33.724341 [ 5 ] {} TCP-Session: aeaf374d-a265-4fbf-a192-d92b7ee61b30 Authenticating user 'default' from [fd00:1122:3344:101::c]:58384 2026.04.17 23:28:33.724358 [ 5 ] {} TCP-Session: aeaf374d-a265-4fbf-a192-d92b7ee61b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724370 [ 5 ] {} TCP-Session: aeaf374d-a265-4fbf-a192-d92b7ee61b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724305 [ 256 ] {} TCP-Session: cb29b8ec-750b-4313-ad33-b063f20c55d7 Authenticating user 'default' from [fd00:1122:3344:101::c]:63981 2026.04.17 23:28:33.724375 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43728 2026.04.17 23:28:33.724410 [ 256 ] {} TCP-Session: cb29b8ec-750b-4313-ad33-b063f20c55d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724377 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:33.724465 [ 256 ] {} TCP-Session: cb29b8ec-750b-4313-ad33-b063f20c55d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724502 [ 257 ] {} TCP-Session: fae51030-fe6a-4284-b261-4fa18c9e2a1b Authenticating user 'default' from [fd00:1122:3344:101::c]:61214 2026.04.17 23:28:33.724538 [ 257 ] {} TCP-Session: fae51030-fe6a-4284-b261-4fa18c9e2a1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724565 [ 257 ] {} TCP-Session: fae51030-fe6a-4284-b261-4fa18c9e2a1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724649 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:33.724709 [ 258 ] {} TCP-Session: 27db00ca-b4d0-49a7-910d-ba4c4cb63e98 Authenticating user 'default' from [fd00:1122:3344:101::c]:43728 2026.04.17 23:28:33.724738 [ 258 ] {} TCP-Session: 27db00ca-b4d0-49a7-910d-ba4c4cb63e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:33.724751 [ 258 ] {} TCP-Session: 27db00ca-b4d0-49a7-910d-ba4c4cb63e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.711684 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64789 2026.04.17 23:28:35.711891 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:35.711934 [ 259 ] {} TCP-Session: efd1484a-e0bc-4e84-be74-facced15e1e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:64789 2026.04.17 23:28:35.711956 [ 259 ] {} TCP-Session: efd1484a-e0bc-4e84-be74-facced15e1e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.712046 [ 259 ] {} TCP-Session: efd1484a-e0bc-4e84-be74-facced15e1e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.712119 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.17 23:28:35.712153 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.17 23:28:35.712246 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.17 23:28:35.713397 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50970 2026.04.17 23:28:35.713600 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:35.713641 [ 260 ] {} TCP-Session: 4c2c9d9c-08fa-48c8-9597-b84adbfed0e7 Authenticating user 'default' from [fd00:1122:3344:101::a]:50970 2026.04.17 23:28:35.713646 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54974 2026.04.17 23:28:35.713646 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40960 2026.04.17 23:28:35.713756 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58731 2026.04.17 23:28:35.713797 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41378 2026.04.17 23:28:35.713769 [ 260 ] {} TCP-Session: 4c2c9d9c-08fa-48c8-9597-b84adbfed0e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.713911 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60285 2026.04.17 23:28:35.713928 [ 260 ] {} TCP-Session: 4c2c9d9c-08fa-48c8-9597-b84adbfed0e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714082 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:35.714136 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:35.714167 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:35.714181 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50328 2026.04.17 23:28:35.714277 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:35.714303 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:35.714234 [ 262 ] {} TCP-Session: 07a57c9e-3fe4-4164-9564-353929b8be28 Authenticating user 'default' from [fd00:1122:3344:101::a]:40960 2026.04.17 23:28:35.714216 [ 263 ] {} TCP-Session: 7e8cadad-036b-433c-b168-96b9490bdc49 Authenticating user 'default' from [fd00:1122:3344:101::a]:58731 2026.04.17 23:28:35.714418 [ 265 ] {} TCP-Session: eef36ce6-9b8f-40d4-a672-5938d7eb2b29 Authenticating user 'default' from [fd00:1122:3344:101::a]:60285 2026.04.17 23:28:35.714430 [ 264 ] {} TCP-Session: 9cad09ff-1fd8-4e6f-b93a-5fba2821faf5 Authenticating user 'default' from [fd00:1122:3344:101::a]:41378 2026.04.17 23:28:35.714446 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:35.714513 [ 264 ] {} TCP-Session: 9cad09ff-1fd8-4e6f-b93a-5fba2821faf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714531 [ 265 ] {} TCP-Session: eef36ce6-9b8f-40d4-a672-5938d7eb2b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714497 [ 263 ] {} TCP-Session: 7e8cadad-036b-433c-b168-96b9490bdc49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714583 [ 265 ] {} TCP-Session: eef36ce6-9b8f-40d4-a672-5938d7eb2b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714599 [ 264 ] {} TCP-Session: 9cad09ff-1fd8-4e6f-b93a-5fba2821faf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714584 [ 266 ] {} TCP-Session: 5ba37d91-4088-4bd2-9b67-3d4e3d25aab2 Authenticating user 'default' from [fd00:1122:3344:101::a]:50328 2026.04.17 23:28:35.714634 [ 263 ] {} TCP-Session: 7e8cadad-036b-433c-b168-96b9490bdc49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714416 [ 262 ] {} TCP-Session: 07a57c9e-3fe4-4164-9564-353929b8be28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714207 [ 261 ] {} TCP-Session: 7c345663-9541-4e00-9b0b-a083657a6acd Authenticating user 'default' from [fd00:1122:3344:101::a]:54974 2026.04.17 23:28:35.714772 [ 262 ] {} TCP-Session: 07a57c9e-3fe4-4164-9564-353929b8be28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714744 [ 266 ] {} TCP-Session: 5ba37d91-4088-4bd2-9b67-3d4e3d25aab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714867 [ 261 ] {} TCP-Session: 7c345663-9541-4e00-9b0b-a083657a6acd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714877 [ 266 ] {} TCP-Session: 5ba37d91-4088-4bd2-9b67-3d4e3d25aab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:35.714962 [ 261 ] {} TCP-Session: 7c345663-9541-4e00-9b0b-a083657a6acd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.176120 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49837 2026.04.17 23:28:36.176387 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:36.176470 [ 267 ] {} TCP-Session: bab6a9a7-6616-4375-a2a7-ce995197c732 Authenticating user 'default' from [fd00:1122:3344:101::b]:49837 2026.04.17 23:28:36.176495 [ 267 ] {} TCP-Session: bab6a9a7-6616-4375-a2a7-ce995197c732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.176507 [ 267 ] {} TCP-Session: bab6a9a7-6616-4375-a2a7-ce995197c732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.176709 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.17 23:28:36.176741 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.17 23:28:36.176834 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.17 23:28:36.179846 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58579 2026.04.17 23:28:36.179856 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65054 2026.04.17 23:28:36.180059 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52456 2026.04.17 23:28:36.180078 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53923 2026.04.17 23:28:36.180150 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:36.180292 [ 268 ] {} TCP-Session: 3447812e-affa-484c-a177-33fb512ce07f Authenticating user 'default' from [fd00:1122:3344:101::b]:58579 2026.04.17 23:28:36.180280 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45658 2026.04.17 23:28:36.180328 [ 268 ] {} TCP-Session: 3447812e-affa-484c-a177-33fb512ce07f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.180373 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:36.180322 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:36.180437 [ 268 ] {} TCP-Session: 3447812e-affa-484c-a177-33fb512ce07f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.180469 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64282 2026.04.17 23:28:36.180511 [ 269 ] {} TCP-Session: 808105fd-5300-410b-8d66-c8b05911031c Authenticating user 'default' from [fd00:1122:3344:101::b]:65054 2026.04.17 23:28:36.180534 [ 271 ] {} TCP-Session: 398aeaba-f1d7-4018-8d1d-37bbc1a1aa3f Authenticating user 'default' from [fd00:1122:3344:101::b]:52456 2026.04.17 23:28:36.180554 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:36.180643 [ 269 ] {} TCP-Session: 808105fd-5300-410b-8d66-c8b05911031c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.180643 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33517 2026.04.17 23:28:36.180613 [ 271 ] {} TCP-Session: 398aeaba-f1d7-4018-8d1d-37bbc1a1aa3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.180724 [ 270 ] {} TCP-Session: e0903c27-467e-4330-8b69-c421280bab62 Authenticating user 'default' from [fd00:1122:3344:101::b]:53923 2026.04.17 23:28:36.180744 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:36.180744 [ 269 ] {} TCP-Session: 808105fd-5300-410b-8d66-c8b05911031c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.180822 [ 270 ] {} TCP-Session: e0903c27-467e-4330-8b69-c421280bab62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.180807 [ 273 ] {} TCP-Session: 6fec9768-4d1d-4df8-bff6-bf8ec73b9b52 Authenticating user 'default' from [fd00:1122:3344:101::b]:64282 2026.04.17 23:28:36.180789 [ 271 ] {} TCP-Session: 398aeaba-f1d7-4018-8d1d-37bbc1a1aa3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.180891 [ 270 ] {} TCP-Session: e0903c27-467e-4330-8b69-c421280bab62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.180911 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:36.180917 [ 273 ] {} TCP-Session: 6fec9768-4d1d-4df8-bff6-bf8ec73b9b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.180578 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:36.181023 [ 273 ] {} TCP-Session: 6fec9768-4d1d-4df8-bff6-bf8ec73b9b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.181024 [ 274 ] {} TCP-Session: 6f3c64d5-f88a-4e2a-98ad-98cb5c802ae4 Authenticating user 'default' from [fd00:1122:3344:101::b]:33517 2026.04.17 23:28:36.181129 [ 274 ] {} TCP-Session: 6f3c64d5-f88a-4e2a-98ad-98cb5c802ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.181131 [ 272 ] {} TCP-Session: 0db79726-7e93-4632-885b-32fa11c09b59 Authenticating user 'default' from [fd00:1122:3344:101::b]:45658 2026.04.17 23:28:36.181244 [ 274 ] {} TCP-Session: 6f3c64d5-f88a-4e2a-98ad-98cb5c802ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.181262 [ 272 ] {} TCP-Session: 0db79726-7e93-4632-885b-32fa11c09b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:36.181366 [ 272 ] {} TCP-Session: 0db79726-7e93-4632-885b-32fa11c09b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:37.995457 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56229 2026.04.17 23:28:37.998205 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:37.998366 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56229 2026.04.17 23:28:37.998400 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:37.998417 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:37.998614 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.17 23:28:37.998663 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.17 23:28:37.998776 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.17 23:28:37.999699 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51847 2026.04.17 23:28:37.999974 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43407 2026.04.17 23:28:38.000074 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37216 2026.04.17 23:28:37.999973 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44713 2026.04.17 23:28:38.000431 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59570 2026.04.17 23:28:38.000613 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34288 2026.04.17 23:28:38.000878 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:38.000929 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Authenticating user 'default' from [fd00:1122:3344:101::d]:51847 2026.04.17 23:28:38.000960 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.001111 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.001635 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36801 2026.04.17 23:28:38.001819 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34726 2026.04.17 23:28:38.007931 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:38.008012 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:38.008041 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:38.008049 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:38.008268 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:38.008228 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:38.008130 [ 278 ] {} TCP-Session: 959267f5-8063-41f6-9f93-19d35b8e74ce Authenticating user 'default' from [fd00:1122:3344:101::d]:44713 2026.04.17 23:28:38.008451 [ 283 ] {} TCP-Session: 24ca098f-5d36-41d4-a268-e267864f7cb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34726 2026.04.17 23:28:38.008527 [ 282 ] {} TCP-Session: 5200261f-f737-4757-bd5b-a4173af48365 Authenticating user 'default' from [fd00:1122:3344:101::d]:36801 2026.04.17 23:28:38.008516 [ 279 ] {} TCP-Session: ad18acf0-53d9-49c0-b452-ffed9a45d3c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:37216 2026.04.17 23:28:38.008627 [ 283 ] {} TCP-Session: 24ca098f-5d36-41d4-a268-e267864f7cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.008649 [ 279 ] {} TCP-Session: ad18acf0-53d9-49c0-b452-ffed9a45d3c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.008633 [ 282 ] {} TCP-Session: 5200261f-f737-4757-bd5b-a4173af48365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.008496 [ 278 ] {} TCP-Session: 959267f5-8063-41f6-9f93-19d35b8e74ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.008805 [ 279 ] {} TCP-Session: ad18acf0-53d9-49c0-b452-ffed9a45d3c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.008785 [ 282 ] {} TCP-Session: 5200261f-f737-4757-bd5b-a4173af48365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.008769 [ 283 ] {} TCP-Session: 24ca098f-5d36-41d4-a268-e267864f7cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.008148 [ 277 ] {} TCP-Session: 0bf9bf64-a1ed-4f71-9c60-532237710ffe Authenticating user 'default' from [fd00:1122:3344:101::d]:43407 2026.04.17 23:28:38.008118 [ 281 ] {} TCP-Session: ccaea5b3-3bd1-45cc-a282-47fd4b7df92e Authenticating user 'default' from [fd00:1122:3344:101::d]:59570 2026.04.17 23:28:38.008910 [ 278 ] {} TCP-Session: 959267f5-8063-41f6-9f93-19d35b8e74ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.009163 [ 281 ] {} TCP-Session: ccaea5b3-3bd1-45cc-a282-47fd4b7df92e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.009176 [ 277 ] {} TCP-Session: 0bf9bf64-a1ed-4f71-9c60-532237710ffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.008047 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:38.009307 [ 277 ] {} TCP-Session: 0bf9bf64-a1ed-4f71-9c60-532237710ffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.009325 [ 281 ] {} TCP-Session: ccaea5b3-3bd1-45cc-a282-47fd4b7df92e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.009447 [ 280 ] {} TCP-Session: 992dce98-318e-418b-9e3f-b8e57340ccfb Authenticating user 'default' from [fd00:1122:3344:101::d]:34288 2026.04.17 23:28:38.009608 [ 280 ] {} TCP-Session: 992dce98-318e-418b-9e3f-b8e57340ccfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.009632 [ 280 ] {} TCP-Session: 992dce98-318e-418b-9e3f-b8e57340ccfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:38.017210 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.025608 [ 275 ] {11ad44cb-becd-43b5-863c-88486677d631} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.17 23:28:38.232550 [ 275 ] {11ad44cb-becd-43b5-863c-88486677d631} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56229) (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.04.17 23:28:38.250357 [ 275 ] {11ad44cb-becd-43b5-863c-88486677d631} 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.04.17 23:28:38.254942 [ 275 ] {11ad44cb-becd-43b5-863c-88486677d631} TCPHandler: Processed in 0.246741829 sec. 2026.04.17 23:28:38.258035 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.258333 [ 276 ] {5f589f4f-669b-41e7-aed1-68bd0fe0f909} executeQuery: (from [fd00:1122:3344:101::d]:51847) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.17 23:28:38.259166 [ 276 ] {5f589f4f-669b-41e7-aed1-68bd0fe0f909} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51847) (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.04.17 23:28:38.259731 [ 276 ] {5f589f4f-669b-41e7-aed1-68bd0fe0f909} 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.04.17 23:28:38.260240 [ 276 ] {5f589f4f-669b-41e7-aed1-68bd0fe0f909} TCPHandler: Processed in 0.0025357 sec. 2026.04.17 23:28:38.260759 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.261918 [ 275 ] {0cb75933-885b-4890-8b75-c3067a3d1326} executeQuery: (from [fd00:1122:3344:101::d]:56229) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.04.17 23:28:38.264795 [ 275 ] {0cb75933-885b-4890-8b75-c3067a3d1326} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.04.17 23:28:38.267890 [ 275 ] {0cb75933-885b-4890-8b75-c3067a3d1326} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.04.17 23:28:38.268168 [ 275 ] {0cb75933-885b-4890-8b75-c3067a3d1326} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000323052 sec 2026.04.17 23:28:38.268192 [ 275 ] {0cb75933-885b-4890-8b75-c3067a3d1326} ReferentialDeps: No tables 2026.04.17 23:28:38.268209 [ 275 ] {0cb75933-885b-4890-8b75-c3067a3d1326} LoadingDeps: No tables 2026.04.17 23:28:38.268316 [ 275 ] {0cb75933-885b-4890-8b75-c3067a3d1326} DatabaseAtomic (oximeter): Starting up tables. 2026.04.17 23:28:38.269495 [ 275 ] {0cb75933-885b-4890-8b75-c3067a3d1326} TCPHandler: Processed in 0.008932599 sec. 2026.04.17 23:28:38.269914 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.270165 [ 275 ] {f0b3efef-c1e3-47eb-812f-0b0b651c480d} executeQuery: (from [fd00:1122:3344:101::d]:56229) /* 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.04.17 23:28:38.270506 [ 275 ] {f0b3efef-c1e3-47eb-812f-0b0b651c480d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.04.17 23:28:38.303886 [ 275 ] {f0b3efef-c1e3-47eb-812f-0b0b651c480d} StoragePolicy (default): Storage policy default created, total volumes 1 2026.04.17 23:28:38.306115 [ 275 ] {f0b3efef-c1e3-47eb-812f-0b0b651c480d} oximeter.version (49fc56d7-5aa3-4be5-ae69-dcdfadd463b2): Loading data parts 2026.04.17 23:28:38.309924 [ 275 ] {f0b3efef-c1e3-47eb-812f-0b0b651c480d} oximeter.version (49fc56d7-5aa3-4be5-ae69-dcdfadd463b2): There are no data parts 2026.04.17 23:28:38.321290 [ 275 ] {f0b3efef-c1e3-47eb-812f-0b0b651c480d} TCPHandler: Processed in 0.051553619 sec. 2026.04.17 23:28:38.321997 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.322348 [ 275 ] {b732fd8b-00cd-46e9-915b-26539a9830ff} executeQuery: (from [fd00:1122:3344:101::d]:56229) /* 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.04.17 23:28:38.322698 [ 275 ] {b732fd8b-00cd-46e9-915b-26539a9830ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.04.17 23:28:38.356354 [ 275 ] {b732fd8b-00cd-46e9-915b-26539a9830ff} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): Loading data parts 2026.04.17 23:28:38.357059 [ 275 ] {b732fd8b-00cd-46e9-915b-26539a9830ff} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): There are no data parts 2026.04.17 23:28:38.361192 [ 275 ] {b732fd8b-00cd-46e9-915b-26539a9830ff} TCPHandler: Processed in 0.039404295 sec. 2026.04.17 23:28:38.361765 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.362509 [ 275 ] {120f5d32-0c9c-4354-9c5a-b71a23bce41d} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.362610 [ 275 ] {120f5d32-0c9c-4354-9c5a-b71a23bce41d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.04.17 23:28:38.365655 [ 275 ] {120f5d32-0c9c-4354-9c5a-b71a23bce41d} oximeter.measurements_i8 (d027c25a-99c4-4513-b6e5-eb5039b4e2e0): Loading data parts 2026.04.17 23:28:38.365879 [ 275 ] {120f5d32-0c9c-4354-9c5a-b71a23bce41d} oximeter.measurements_i8 (d027c25a-99c4-4513-b6e5-eb5039b4e2e0): There are no data parts 2026.04.17 23:28:38.372756 [ 275 ] {120f5d32-0c9c-4354-9c5a-b71a23bce41d} TCPHandler: Processed in 0.011177486 sec. 2026.04.17 23:28:38.373354 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.373620 [ 275 ] {d98f61a5-c00f-4ea5-b8ac-cf836c34a045} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.373797 [ 275 ] {d98f61a5-c00f-4ea5-b8ac-cf836c34a045} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.04.17 23:28:38.377386 [ 275 ] {d98f61a5-c00f-4ea5-b8ac-cf836c34a045} oximeter.measurements_u8 (4d2d9b4c-916f-436d-a8c2-65260ff790e9): Loading data parts 2026.04.17 23:28:38.378922 [ 275 ] {d98f61a5-c00f-4ea5-b8ac-cf836c34a045} oximeter.measurements_u8 (4d2d9b4c-916f-436d-a8c2-65260ff790e9): There are no data parts 2026.04.17 23:28:38.382042 [ 275 ] {d98f61a5-c00f-4ea5-b8ac-cf836c34a045} TCPHandler: Processed in 0.008855438 sec. 2026.04.17 23:28:38.382792 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.383155 [ 275 ] {878000b5-6952-4fed-904b-7f393974dbb7} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.383261 [ 275 ] {878000b5-6952-4fed-904b-7f393974dbb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.04.17 23:28:38.387767 [ 275 ] {878000b5-6952-4fed-904b-7f393974dbb7} oximeter.measurements_i16 (1fdaf95e-99f5-48af-aa30-9a04addfaf0d): Loading data parts 2026.04.17 23:28:38.388112 [ 275 ] {878000b5-6952-4fed-904b-7f393974dbb7} oximeter.measurements_i16 (1fdaf95e-99f5-48af-aa30-9a04addfaf0d): There are no data parts 2026.04.17 23:28:38.394218 [ 275 ] {878000b5-6952-4fed-904b-7f393974dbb7} TCPHandler: Processed in 0.01168836 sec. 2026.04.17 23:28:38.396075 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.396448 [ 275 ] {31892018-2ffb-4557-9c58-aaddbb2a1ca0} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.397669 [ 275 ] {31892018-2ffb-4557-9c58-aaddbb2a1ca0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.04.17 23:28:38.402085 [ 275 ] {31892018-2ffb-4557-9c58-aaddbb2a1ca0} oximeter.measurements_u16 (3072c991-ea64-4c3b-8070-a147ed9c50e1): Loading data parts 2026.04.17 23:28:38.402553 [ 275 ] {31892018-2ffb-4557-9c58-aaddbb2a1ca0} oximeter.measurements_u16 (3072c991-ea64-4c3b-8070-a147ed9c50e1): There are no data parts 2026.04.17 23:28:38.404899 [ 275 ] {31892018-2ffb-4557-9c58-aaddbb2a1ca0} TCPHandler: Processed in 0.009176091 sec. 2026.04.17 23:28:38.405418 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.405908 [ 275 ] {2fd5f2d7-3b11-4fb7-bc4d-10a314271620} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.406083 [ 275 ] {2fd5f2d7-3b11-4fb7-bc4d-10a314271620} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.04.17 23:28:38.409140 [ 275 ] {2fd5f2d7-3b11-4fb7-bc4d-10a314271620} oximeter.measurements_i32 (64cb8943-78d0-4b2a-b206-5ea71fabd83a): Loading data parts 2026.04.17 23:28:38.409390 [ 275 ] {2fd5f2d7-3b11-4fb7-bc4d-10a314271620} oximeter.measurements_i32 (64cb8943-78d0-4b2a-b206-5ea71fabd83a): There are no data parts 2026.04.17 23:28:38.411248 [ 275 ] {2fd5f2d7-3b11-4fb7-bc4d-10a314271620} TCPHandler: Processed in 0.006101367 sec. 2026.04.17 23:28:38.411596 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.411788 [ 275 ] {745246d1-4337-4b50-92c9-53d263b3b475} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.411924 [ 275 ] {745246d1-4337-4b50-92c9-53d263b3b475} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.04.17 23:28:38.415136 [ 275 ] {745246d1-4337-4b50-92c9-53d263b3b475} oximeter.measurements_u32 (fc62ffcd-c87f-417e-82af-07014dd48dc9): Loading data parts 2026.04.17 23:28:38.417650 [ 275 ] {745246d1-4337-4b50-92c9-53d263b3b475} oximeter.measurements_u32 (fc62ffcd-c87f-417e-82af-07014dd48dc9): There are no data parts 2026.04.17 23:28:38.420116 [ 275 ] {745246d1-4337-4b50-92c9-53d263b3b475} TCPHandler: Processed in 0.008606476 sec. 2026.04.17 23:28:38.420490 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.420781 [ 275 ] {b66ce9d9-1197-4b06-89ba-359402db8ce1} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.420970 [ 275 ] {b66ce9d9-1197-4b06-89ba-359402db8ce1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.04.17 23:28:38.423404 [ 275 ] {b66ce9d9-1197-4b06-89ba-359402db8ce1} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): Loading data parts 2026.04.17 23:28:38.423596 [ 275 ] {b66ce9d9-1197-4b06-89ba-359402db8ce1} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): There are no data parts 2026.04.17 23:28:38.425278 [ 275 ] {b66ce9d9-1197-4b06-89ba-359402db8ce1} TCPHandler: Processed in 0.004938268 sec. 2026.04.17 23:28:38.425777 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.426008 [ 275 ] {049f1ca5-e614-463d-a51c-e2cbd79edd75} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.426245 [ 275 ] {049f1ca5-e614-463d-a51c-e2cbd79edd75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.04.17 23:28:38.429395 [ 275 ] {049f1ca5-e614-463d-a51c-e2cbd79edd75} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Loading data parts 2026.04.17 23:28:38.429630 [ 275 ] {049f1ca5-e614-463d-a51c-e2cbd79edd75} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): There are no data parts 2026.04.17 23:28:38.433482 [ 275 ] {049f1ca5-e614-463d-a51c-e2cbd79edd75} TCPHandler: Processed in 0.007793281 sec. 2026.04.17 23:28:38.433779 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.434025 [ 275 ] {67bbc92a-9739-4f89-a168-09d3dc81fdfe} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.434274 [ 275 ] {67bbc92a-9739-4f89-a168-09d3dc81fdfe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.04.17 23:28:38.437119 [ 275 ] {67bbc92a-9739-4f89-a168-09d3dc81fdfe} oximeter.measurements_f32 (2f55bd6d-cb0f-44a7-a093-2841b48567b1): Loading data parts 2026.04.17 23:28:38.437408 [ 275 ] {67bbc92a-9739-4f89-a168-09d3dc81fdfe} oximeter.measurements_f32 (2f55bd6d-cb0f-44a7-a093-2841b48567b1): There are no data parts 2026.04.17 23:28:38.439380 [ 275 ] {67bbc92a-9739-4f89-a168-09d3dc81fdfe} TCPHandler: Processed in 0.005707424 sec. 2026.04.17 23:28:38.439876 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.440180 [ 275 ] {a04082e7-3b95-47e2-af23-e790dbf471f2} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.440363 [ 275 ] {a04082e7-3b95-47e2-af23-e790dbf471f2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.04.17 23:28:38.442942 [ 275 ] {a04082e7-3b95-47e2-af23-e790dbf471f2} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Loading data parts 2026.04.17 23:28:38.443176 [ 275 ] {a04082e7-3b95-47e2-af23-e790dbf471f2} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): There are no data parts 2026.04.17 23:28:38.445668 [ 275 ] {a04082e7-3b95-47e2-af23-e790dbf471f2} TCPHandler: Processed in 0.005944016 sec. 2026.04.17 23:28:38.445957 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.446211 [ 275 ] {d984eab2-9830-49ce-a4f4-bfbabec052fe} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.446365 [ 275 ] {d984eab2-9830-49ce-a4f4-bfbabec052fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.04.17 23:28:38.450508 [ 275 ] {d984eab2-9830-49ce-a4f4-bfbabec052fe} oximeter.measurements_string (bf3d049a-437b-432b-925d-e61e37fe4f1d): Loading data parts 2026.04.17 23:28:38.450715 [ 275 ] {d984eab2-9830-49ce-a4f4-bfbabec052fe} oximeter.measurements_string (bf3d049a-437b-432b-925d-e61e37fe4f1d): There are no data parts 2026.04.17 23:28:38.452141 [ 275 ] {d984eab2-9830-49ce-a4f4-bfbabec052fe} TCPHandler: Processed in 0.006288468 sec. 2026.04.17 23:28:38.452653 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.452926 [ 275 ] {877f1cac-74c5-4779-9724-7d9f13ea86eb} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.453157 [ 275 ] {877f1cac-74c5-4779-9724-7d9f13ea86eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.04.17 23:28:38.456164 [ 275 ] {877f1cac-74c5-4779-9724-7d9f13ea86eb} oximeter.measurements_bytes (0a906241-0557-4b11-94d3-7bd93d3b82f5): Loading data parts 2026.04.17 23:28:38.456382 [ 275 ] {877f1cac-74c5-4779-9724-7d9f13ea86eb} oximeter.measurements_bytes (0a906241-0557-4b11-94d3-7bd93d3b82f5): There are no data parts 2026.04.17 23:28:38.457916 [ 275 ] {877f1cac-74c5-4779-9724-7d9f13ea86eb} TCPHandler: Processed in 0.005398232 sec. 2026.04.17 23:28:38.458647 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.458909 [ 275 ] {76f4c5c7-8a00-456e-88f1-47d159dac263} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.460476 [ 275 ] {76f4c5c7-8a00-456e-88f1-47d159dac263} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.04.17 23:28:38.463161 [ 275 ] {76f4c5c7-8a00-456e-88f1-47d159dac263} oximeter.measurements_cumulativei64 (b6f53f31-0c06-43bf-a414-6d02efeb85f9): Loading data parts 2026.04.17 23:28:38.463516 [ 275 ] {76f4c5c7-8a00-456e-88f1-47d159dac263} oximeter.measurements_cumulativei64 (b6f53f31-0c06-43bf-a414-6d02efeb85f9): There are no data parts 2026.04.17 23:28:38.465321 [ 275 ] {76f4c5c7-8a00-456e-88f1-47d159dac263} TCPHandler: Processed in 0.006932553 sec. 2026.04.17 23:28:38.465553 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.465881 [ 275 ] {c3847c64-007c-40e4-a183-91d677511772} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.466013 [ 275 ] {c3847c64-007c-40e4-a183-91d677511772} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.04.17 23:28:38.468233 [ 275 ] {c3847c64-007c-40e4-a183-91d677511772} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Loading data parts 2026.04.17 23:28:38.468463 [ 275 ] {c3847c64-007c-40e4-a183-91d677511772} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): There are no data parts 2026.04.17 23:28:38.474022 [ 275 ] {c3847c64-007c-40e4-a183-91d677511772} TCPHandler: Processed in 0.008534126 sec. 2026.04.17 23:28:38.474468 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.474779 [ 275 ] {8c8945bf-62fa-405e-b801-6350445a05b0} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.474961 [ 275 ] {8c8945bf-62fa-405e-b801-6350445a05b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.04.17 23:28:38.479292 [ 275 ] {8c8945bf-62fa-405e-b801-6350445a05b0} oximeter.measurements_cumulativef32 (11ec6fd2-0a67-4440-b4da-8ec3a215b246): Loading data parts 2026.04.17 23:28:38.479736 [ 275 ] {8c8945bf-62fa-405e-b801-6350445a05b0} oximeter.measurements_cumulativef32 (11ec6fd2-0a67-4440-b4da-8ec3a215b246): There are no data parts 2026.04.17 23:28:38.481702 [ 275 ] {8c8945bf-62fa-405e-b801-6350445a05b0} TCPHandler: Processed in 0.007489048 sec. 2026.04.17 23:28:38.482121 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.482308 [ 275 ] {3e8b043a-a780-408d-acff-8c0f87cf2164} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.482457 [ 275 ] {3e8b043a-a780-408d-acff-8c0f87cf2164} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.04.17 23:28:38.484151 [ 275 ] {3e8b043a-a780-408d-acff-8c0f87cf2164} oximeter.measurements_cumulativef64 (cae110ff-c9db-4859-bc0b-b31113136021): Loading data parts 2026.04.17 23:28:38.484389 [ 275 ] {3e8b043a-a780-408d-acff-8c0f87cf2164} oximeter.measurements_cumulativef64 (cae110ff-c9db-4859-bc0b-b31113136021): There are no data parts 2026.04.17 23:28:38.485831 [ 275 ] {3e8b043a-a780-408d-acff-8c0f87cf2164} TCPHandler: Processed in 0.003778819 sec. 2026.04.17 23:28:38.486051 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.486574 [ 275 ] {0cfbb8e5-59ef-40c2-8049-1edaf3c87f20} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.486749 [ 275 ] {0cfbb8e5-59ef-40c2-8049-1edaf3c87f20} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.04.17 23:28:38.489382 [ 275 ] {0cfbb8e5-59ef-40c2-8049-1edaf3c87f20} oximeter.measurements_histogrami8 (c9ee98ca-360a-488f-bf7b-1c3d3d70c594): Loading data parts 2026.04.17 23:28:38.489566 [ 275 ] {0cfbb8e5-59ef-40c2-8049-1edaf3c87f20} oximeter.measurements_histogrami8 (c9ee98ca-360a-488f-bf7b-1c3d3d70c594): There are no data parts 2026.04.17 23:28:38.491193 [ 275 ] {0cfbb8e5-59ef-40c2-8049-1edaf3c87f20} TCPHandler: Processed in 0.00520716 sec. 2026.04.17 23:28:38.491554 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.491902 [ 275 ] {231a4cd4-1824-445e-a82f-5de0d749dcad} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.492086 [ 275 ] {231a4cd4-1824-445e-a82f-5de0d749dcad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.04.17 23:28:38.494513 [ 275 ] {231a4cd4-1824-445e-a82f-5de0d749dcad} oximeter.measurements_histogramu8 (0f29c6ec-1919-4419-82e8-055951a7193f): Loading data parts 2026.04.17 23:28:38.494807 [ 275 ] {231a4cd4-1824-445e-a82f-5de0d749dcad} oximeter.measurements_histogramu8 (0f29c6ec-1919-4419-82e8-055951a7193f): There are no data parts 2026.04.17 23:28:38.496612 [ 275 ] {231a4cd4-1824-445e-a82f-5de0d749dcad} TCPHandler: Processed in 0.00512776 sec. 2026.04.17 23:28:38.496820 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.497397 [ 275 ] {4dbf2b39-3d0c-4dc2-8f0a-2405728e048e} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.497575 [ 275 ] {4dbf2b39-3d0c-4dc2-8f0a-2405728e048e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.04.17 23:28:38.500945 [ 275 ] {4dbf2b39-3d0c-4dc2-8f0a-2405728e048e} oximeter.measurements_histogrami16 (48c5ec21-4392-4f74-a387-8e10f01d8091): Loading data parts 2026.04.17 23:28:38.501222 [ 275 ] {4dbf2b39-3d0c-4dc2-8f0a-2405728e048e} oximeter.measurements_histogrami16 (48c5ec21-4392-4f74-a387-8e10f01d8091): There are no data parts 2026.04.17 23:28:38.503222 [ 275 ] {4dbf2b39-3d0c-4dc2-8f0a-2405728e048e} TCPHandler: Processed in 0.0064538 sec. 2026.04.17 23:28:38.503611 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.503905 [ 275 ] {4eaadd95-db95-4fc7-a8d4-b30e628a94fe} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.504060 [ 275 ] {4eaadd95-db95-4fc7-a8d4-b30e628a94fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.04.17 23:28:38.507224 [ 275 ] {4eaadd95-db95-4fc7-a8d4-b30e628a94fe} oximeter.measurements_histogramu16 (aed90293-bd8f-4ada-bd1a-0ea644fe69b9): Loading data parts 2026.04.17 23:28:38.507520 [ 275 ] {4eaadd95-db95-4fc7-a8d4-b30e628a94fe} oximeter.measurements_histogramu16 (aed90293-bd8f-4ada-bd1a-0ea644fe69b9): There are no data parts 2026.04.17 23:28:38.509554 [ 275 ] {4eaadd95-db95-4fc7-a8d4-b30e628a94fe} TCPHandler: Processed in 0.006021766 sec. 2026.04.17 23:28:38.509789 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.510119 [ 275 ] {07226ec6-ab5e-46fd-ba24-28f62687e669} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.510306 [ 275 ] {07226ec6-ab5e-46fd-ba24-28f62687e669} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.04.17 23:28:38.514135 [ 275 ] {07226ec6-ab5e-46fd-ba24-28f62687e669} oximeter.measurements_histogrami32 (7ccc0b74-19da-4338-bc35-20e0297855e7): Loading data parts 2026.04.17 23:28:38.514325 [ 275 ] {07226ec6-ab5e-46fd-ba24-28f62687e669} oximeter.measurements_histogrami32 (7ccc0b74-19da-4338-bc35-20e0297855e7): There are no data parts 2026.04.17 23:28:38.516452 [ 275 ] {07226ec6-ab5e-46fd-ba24-28f62687e669} TCPHandler: Processed in 0.006734141 sec. 2026.04.17 23:28:38.516807 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.517147 [ 275 ] {ab500e7f-96e2-471a-a648-7ead7e43c689} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.517500 [ 275 ] {ab500e7f-96e2-471a-a648-7ead7e43c689} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.04.17 23:28:38.526335 [ 275 ] {ab500e7f-96e2-471a-a648-7ead7e43c689} oximeter.measurements_histogramu32 (baf67b96-433f-43e6-92e2-f1f8ca4b76b6): Loading data parts 2026.04.17 23:28:38.526673 [ 275 ] {ab500e7f-96e2-471a-a648-7ead7e43c689} oximeter.measurements_histogramu32 (baf67b96-433f-43e6-92e2-f1f8ca4b76b6): There are no data parts 2026.04.17 23:28:38.529147 [ 275 ] {ab500e7f-96e2-471a-a648-7ead7e43c689} TCPHandler: Processed in 0.012437907 sec. 2026.04.17 23:28:38.529506 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.530003 [ 275 ] {aca2ddb1-85ab-40b9-ad0b-0b459d30dc09} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.530202 [ 275 ] {aca2ddb1-85ab-40b9-ad0b-0b459d30dc09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.04.17 23:28:38.532926 [ 275 ] {aca2ddb1-85ab-40b9-ad0b-0b459d30dc09} oximeter.measurements_histogrami64 (6edea96e-99ec-4e7e-a01f-1c48eedce53c): Loading data parts 2026.04.17 23:28:38.533105 [ 275 ] {aca2ddb1-85ab-40b9-ad0b-0b459d30dc09} oximeter.measurements_histogrami64 (6edea96e-99ec-4e7e-a01f-1c48eedce53c): There are no data parts 2026.04.17 23:28:38.534597 [ 275 ] {aca2ddb1-85ab-40b9-ad0b-0b459d30dc09} TCPHandler: Processed in 0.005245811 sec. 2026.04.17 23:28:38.534916 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.535196 [ 275 ] {4f4f2b93-6945-4884-a0cd-77c26fbc50bd} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.535465 [ 275 ] {4f4f2b93-6945-4884-a0cd-77c26fbc50bd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.04.17 23:28:38.538373 [ 275 ] {4f4f2b93-6945-4884-a0cd-77c26fbc50bd} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Loading data parts 2026.04.17 23:28:38.538993 [ 275 ] {4f4f2b93-6945-4884-a0cd-77c26fbc50bd} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): There are no data parts 2026.04.17 23:28:38.543166 [ 275 ] {4f4f2b93-6945-4884-a0cd-77c26fbc50bd} TCPHandler: Processed in 0.008318044 sec. 2026.04.17 23:28:38.543524 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.543952 [ 275 ] {f8821d6c-6ffe-466d-8c9f-36f9be32267b} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.544163 [ 275 ] {f8821d6c-6ffe-466d-8c9f-36f9be32267b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.04.17 23:28:38.548006 [ 275 ] {f8821d6c-6ffe-466d-8c9f-36f9be32267b} oximeter.measurements_histogramf32 (62fb0325-4f0b-43d5-b178-cb8c7f450e66): Loading data parts 2026.04.17 23:28:38.548202 [ 275 ] {f8821d6c-6ffe-466d-8c9f-36f9be32267b} oximeter.measurements_histogramf32 (62fb0325-4f0b-43d5-b178-cb8c7f450e66): There are no data parts 2026.04.17 23:28:38.549934 [ 275 ] {f8821d6c-6ffe-466d-8c9f-36f9be32267b} TCPHandler: Processed in 0.00655696 sec. 2026.04.17 23:28:38.550332 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.550686 [ 275 ] {16e9fa6d-fd49-4e41-a8c9-cec9219289a7} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.551031 [ 275 ] {16e9fa6d-fd49-4e41-a8c9-cec9219289a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.04.17 23:28:38.553616 [ 275 ] {16e9fa6d-fd49-4e41-a8c9-cec9219289a7} oximeter.measurements_histogramf64 (04870cf2-32d5-4ab7-b869-f8c6639b61fa): Loading data parts 2026.04.17 23:28:38.553870 [ 275 ] {16e9fa6d-fd49-4e41-a8c9-cec9219289a7} oximeter.measurements_histogramf64 (04870cf2-32d5-4ab7-b869-f8c6639b61fa): There are no data parts 2026.04.17 23:28:38.555570 [ 275 ] {16e9fa6d-fd49-4e41-a8c9-cec9219289a7} TCPHandler: Processed in 0.005336221 sec. 2026.04.17 23:28:38.555772 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.556160 [ 275 ] {43f0449b-4aab-46d5-9e57-15d90db3443b} executeQuery: (from [fd00:1122:3344:101::d]:56229) /* 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.04.17 23:28:38.556318 [ 275 ] {43f0449b-4aab-46d5-9e57-15d90db3443b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.04.17 23:28:38.559122 [ 275 ] {43f0449b-4aab-46d5-9e57-15d90db3443b} oximeter.fields_bool (f53f0553-652d-4a14-a027-b1341dddcf0f): Loading data parts 2026.04.17 23:28:38.559421 [ 275 ] {43f0449b-4aab-46d5-9e57-15d90db3443b} oximeter.fields_bool (f53f0553-652d-4a14-a027-b1341dddcf0f): There are no data parts 2026.04.17 23:28:38.564550 [ 275 ] {43f0449b-4aab-46d5-9e57-15d90db3443b} TCPHandler: Processed in 0.008831858 sec. 2026.04.17 23:28:38.565178 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.565501 [ 275 ] {14caec5e-7db8-44c5-835c-c3fd60d3e299} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.565662 [ 275 ] {14caec5e-7db8-44c5-835c-c3fd60d3e299} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.04.17 23:28:38.568227 [ 275 ] {14caec5e-7db8-44c5-835c-c3fd60d3e299} oximeter.fields_i8 (cb330a4d-3c67-415d-b7b2-70df25fdae78): Loading data parts 2026.04.17 23:28:38.568404 [ 275 ] {14caec5e-7db8-44c5-835c-c3fd60d3e299} oximeter.fields_i8 (cb330a4d-3c67-415d-b7b2-70df25fdae78): There are no data parts 2026.04.17 23:28:38.569886 [ 275 ] {14caec5e-7db8-44c5-835c-c3fd60d3e299} TCPHandler: Processed in 0.005035049 sec. 2026.04.17 23:28:38.570092 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.570302 [ 275 ] {7485f6e3-8a68-4e1c-8986-30734078a526} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.570561 [ 275 ] {7485f6e3-8a68-4e1c-8986-30734078a526} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.04.17 23:28:38.572844 [ 275 ] {7485f6e3-8a68-4e1c-8986-30734078a526} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Loading data parts 2026.04.17 23:28:38.572986 [ 275 ] {7485f6e3-8a68-4e1c-8986-30734078a526} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): There are no data parts 2026.04.17 23:28:38.574651 [ 275 ] {7485f6e3-8a68-4e1c-8986-30734078a526} TCPHandler: Processed in 0.004619676 sec. 2026.04.17 23:28:38.574837 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.575215 [ 275 ] {74446203-5916-4e41-9d16-409fce9f2295} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.575334 [ 275 ] {74446203-5916-4e41-9d16-409fce9f2295} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.04.17 23:28:38.577443 [ 275 ] {74446203-5916-4e41-9d16-409fce9f2295} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Loading data parts 2026.04.17 23:28:38.577581 [ 275 ] {74446203-5916-4e41-9d16-409fce9f2295} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): There are no data parts 2026.04.17 23:28:38.579273 [ 275 ] {74446203-5916-4e41-9d16-409fce9f2295} TCPHandler: Processed in 0.004489455 sec. 2026.04.17 23:28:38.579448 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.579608 [ 275 ] {7f5525cc-5d6a-4520-af10-8376183697eb} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.579748 [ 275 ] {7f5525cc-5d6a-4520-af10-8376183697eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.04.17 23:28:38.581795 [ 275 ] {7f5525cc-5d6a-4520-af10-8376183697eb} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Loading data parts 2026.04.17 23:28:38.581948 [ 275 ] {7f5525cc-5d6a-4520-af10-8376183697eb} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): There are no data parts 2026.04.17 23:28:38.583398 [ 275 ] {7f5525cc-5d6a-4520-af10-8376183697eb} TCPHandler: Processed in 0.00400111 sec. 2026.04.17 23:28:38.583653 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.583894 [ 275 ] {7577c0e3-c611-4481-b217-53627e56f02c} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.584052 [ 275 ] {7577c0e3-c611-4481-b217-53627e56f02c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.04.17 23:28:38.586331 [ 275 ] {7577c0e3-c611-4481-b217-53627e56f02c} oximeter.fields_i32 (1221a862-ff3d-4c14-b9a8-5a42cfa1943b): Loading data parts 2026.04.17 23:28:38.586465 [ 275 ] {7577c0e3-c611-4481-b217-53627e56f02c} oximeter.fields_i32 (1221a862-ff3d-4c14-b9a8-5a42cfa1943b): There are no data parts 2026.04.17 23:28:38.588042 [ 275 ] {7577c0e3-c611-4481-b217-53627e56f02c} TCPHandler: Processed in 0.004444994 sec. 2026.04.17 23:28:38.588229 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.588388 [ 275 ] {99de743d-c6f1-4b68-8f39-246baaac018a} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.588715 [ 275 ] {99de743d-c6f1-4b68-8f39-246baaac018a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.04.17 23:28:38.592488 [ 275 ] {99de743d-c6f1-4b68-8f39-246baaac018a} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Loading data parts 2026.04.17 23:28:38.592681 [ 275 ] {99de743d-c6f1-4b68-8f39-246baaac018a} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): There are no data parts 2026.04.17 23:28:38.594209 [ 275 ] {99de743d-c6f1-4b68-8f39-246baaac018a} TCPHandler: Processed in 0.006036957 sec. 2026.04.17 23:28:38.594654 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.594872 [ 275 ] {58506ec2-e04b-4edd-a536-350c03830326} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.595041 [ 275 ] {58506ec2-e04b-4edd-a536-350c03830326} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.04.17 23:28:38.596969 [ 275 ] {58506ec2-e04b-4edd-a536-350c03830326} oximeter.fields_i64 (fd72e38e-a79a-4165-8188-bf6ceec00185): Loading data parts 2026.04.17 23:28:38.597192 [ 275 ] {58506ec2-e04b-4edd-a536-350c03830326} oximeter.fields_i64 (fd72e38e-a79a-4165-8188-bf6ceec00185): There are no data parts 2026.04.17 23:28:38.599002 [ 275 ] {58506ec2-e04b-4edd-a536-350c03830326} TCPHandler: Processed in 0.004415404 sec. 2026.04.17 23:28:38.599202 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.599460 [ 275 ] {21bccc45-8f1b-4603-bb68-9d110dbc2ecc} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.599568 [ 275 ] {21bccc45-8f1b-4603-bb68-9d110dbc2ecc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.04.17 23:28:38.601787 [ 275 ] {21bccc45-8f1b-4603-bb68-9d110dbc2ecc} oximeter.fields_u64 (09409bd6-e92e-4f0d-9601-eddcc1b019b7): Loading data parts 2026.04.17 23:28:38.602004 [ 275 ] {21bccc45-8f1b-4603-bb68-9d110dbc2ecc} oximeter.fields_u64 (09409bd6-e92e-4f0d-9601-eddcc1b019b7): There are no data parts 2026.04.17 23:28:38.603552 [ 275 ] {21bccc45-8f1b-4603-bb68-9d110dbc2ecc} TCPHandler: Processed in 0.004411214 sec. 2026.04.17 23:28:38.603842 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.604003 [ 275 ] {e4ece0b8-9ab0-42a3-9072-318f52b7a2a0} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.604145 [ 275 ] {e4ece0b8-9ab0-42a3-9072-318f52b7a2a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.04.17 23:28:38.606164 [ 275 ] {e4ece0b8-9ab0-42a3-9072-318f52b7a2a0} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Loading data parts 2026.04.17 23:28:38.606717 [ 275 ] {e4ece0b8-9ab0-42a3-9072-318f52b7a2a0} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): There are no data parts 2026.04.17 23:28:38.608131 [ 275 ] {e4ece0b8-9ab0-42a3-9072-318f52b7a2a0} TCPHandler: Processed in 0.004342744 sec. 2026.04.17 23:28:38.608341 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.608709 [ 275 ] {62d39d3c-47ed-43af-bba3-c02adc835a0d} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.608803 [ 275 ] {62d39d3c-47ed-43af-bba3-c02adc835a0d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.04.17 23:28:38.610650 [ 275 ] {62d39d3c-47ed-43af-bba3-c02adc835a0d} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Loading data parts 2026.04.17 23:28:38.610801 [ 275 ] {62d39d3c-47ed-43af-bba3-c02adc835a0d} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): There are no data parts 2026.04.17 23:28:38.613126 [ 275 ] {62d39d3c-47ed-43af-bba3-c02adc835a0d} TCPHandler: Processed in 0.004846067 sec. 2026.04.17 23:28:38.613608 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.613782 [ 275 ] {0d008fab-e84f-44cd-8e16-e975b62b3413} executeQuery: (from [fd00:1122:3344:101::d]:56229) 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.04.17 23:28:38.613924 [ 275 ] {0d008fab-e84f-44cd-8e16-e975b62b3413} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.04.17 23:28:38.616909 [ 275 ] {0d008fab-e84f-44cd-8e16-e975b62b3413} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Loading data parts 2026.04.17 23:28:38.617221 [ 275 ] {0d008fab-e84f-44cd-8e16-e975b62b3413} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): There are no data parts 2026.04.17 23:28:38.619671 [ 275 ] {0d008fab-e84f-44cd-8e16-e975b62b3413} TCPHandler: Processed in 0.006106007 sec. 2026.04.17 23:28:38.619926 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.621066 [ 275 ] {52b54034-982c-4058-a0c4-7e1205417c11} executeQuery: (from [fd00:1122:3344:101::d]:56229) /* 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.04.17 23:28:38.621292 [ 275 ] {52b54034-982c-4058-a0c4-7e1205417c11} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.04.17 23:28:38.624454 [ 275 ] {52b54034-982c-4058-a0c4-7e1205417c11} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1): Loading data parts 2026.04.17 23:28:38.624790 [ 275 ] {52b54034-982c-4058-a0c4-7e1205417c11} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1): There are no data parts 2026.04.17 23:28:38.627044 [ 275 ] {52b54034-982c-4058-a0c4-7e1205417c11} TCPHandler: Processed in 0.007205856 sec. 2026.04.17 23:28:38.627378 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:38.628003 [ 276 ] {29aced13-12cf-4325-b468-e1281b15d5f3} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.04.17 23:28:38.629889 [ 276 ] {29aced13-12cf-4325-b468-e1281b15d5f3} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.04.17 23:28:38.657273 [ 284 ] {29aced13-12cf-4325-b468-e1281b15d5f3} oximeter.version (49fc56d7-5aa3-4be5-ae69-dcdfadd463b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:38.658334 [ 284 ] {29aced13-12cf-4325-b468-e1281b15d5f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.04.17 23:28:38.667726 [ 284 ] {29aced13-12cf-4325-b468-e1281b15d5f3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:38.670429 [ 284 ] {29aced13-12cf-4325-b468-e1281b15d5f3} oximeter.version (49fc56d7-5aa3-4be5-ae69-dcdfadd463b2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:38.670921 [ 276 ] {29aced13-12cf-4325-b468-e1281b15d5f3} executeQuery: Read 1 rows, 16.00 B in 0.043108 sec., 23.197550338684234 rows/sec., 371.16 B/sec. 2026.04.17 23:28:38.671433 [ 276 ] {29aced13-12cf-4325-b468-e1281b15d5f3} TCPHandler: Processed in 0.044197662 sec. 2026.04.17 23:28:39.000165 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 127.74 MiB, peak 127.74 MiB, free memory in arenas 0.00 B, will set to 139.71 MiB (RSS), difference: 11.97 MiB 2026.04.17 23:28:39.320645 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.04.17 23:28:39.320693 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.04.17 23:28:39.320742 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.04.17 23:28:39.320792 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.04.17 23:28:39.324205 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Loading data parts 2026.04.17 23:28:39.324458 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): There are no data parts 2026.04.17 23:28:39.328348 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:39.328513 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.04.17 23:28:39.336113 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:39.336582 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:39.336834 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.04.17 23:28:39.338872 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Loading data parts 2026.04.17 23:28:39.339107 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): There are no data parts 2026.04.17 23:28:39.364380 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:39.364554 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.04.17 23:28:39.370994 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:39.372280 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:39.375833 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.04.17 23:28:40.000177 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 144.58 MiB, peak 148.58 MiB, free memory in arenas 0.00 B, will set to 153.64 MiB (RSS), difference: 9.07 MiB 2026.04.17 23:28:41.819812 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.04.17 23:28:41.820018 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.04.17 23:28:41.824364 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Loading data parts 2026.04.17 23:28:41.824584 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): There are no data parts 2026.04.17 23:28:41.830101 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:41.830295 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.04.17 23:28:41.832057 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:41.832580 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:41.832915 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.04.17 23:28:42.000265 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 157.86 MiB, peak 157.86 MiB, free memory in arenas 0.00 B, will set to 154.68 MiB (RSS), difference: -3.17 MiB 2026.04.17 23:28:46.769164 [ 96 ] {} DNSResolver: Updating DNS cache 2026.04.17 23:28:46.769231 [ 96 ] {} DNSResolver: Updated DNS cache 2026.04.17 23:28:46.837836 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.04.17 23:28:46.838640 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:46.838688 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.04.17 23:28:46.839491 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:28:46.840031 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:46.840196 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.04.17 23:28:46.876836 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.04.17 23:28:46.895182 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:46.895301 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2026.04.17 23:28:46.901834 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:28:46.902986 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:46.906328 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.04.17 23:28:47.000251 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 155.43 MiB, peak 159.43 MiB, free memory in arenas 0.00 B, will set to 157.70 MiB (RSS), difference: 2.27 MiB 2026.04.17 23:28:48.965123 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59445 2026.04.17 23:28:48.965342 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:48.965382 [ 286 ] {} TCP-Session: adb699ca-cad5-4cc9-96e2-711ef38c4c9b Authenticating user 'default' from [fd00:1122:3344:101::e]:59445 2026.04.17 23:28:48.965405 [ 286 ] {} TCP-Session: adb699ca-cad5-4cc9-96e2-711ef38c4c9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.965418 [ 286 ] {} TCP-Session: adb699ca-cad5-4cc9-96e2-711ef38c4c9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.965519 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.17 23:28:48.965550 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.17 23:28:48.965606 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.17 23:28:48.968307 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33091 2026.04.17 23:28:48.968312 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52578 2026.04.17 23:28:48.968474 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60103 2026.04.17 23:28:48.968489 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44427 2026.04.17 23:28:48.968494 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:48.968584 [ 288 ] {} TCP-Session: 52c25769-9f6b-4a6d-b542-b1d269d5e891 Authenticating user 'default' from [fd00:1122:3344:101::e]:33091 2026.04.17 23:28:48.968608 [ 288 ] {} TCP-Session: 52c25769-9f6b-4a6d-b542-b1d269d5e891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.968620 [ 286 ] {} TCP-Session: adb699ca-cad5-4cc9-96e2-711ef38c4c9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:48.968623 [ 288 ] {} TCP-Session: 52c25769-9f6b-4a6d-b542-b1d269d5e891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.968670 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:48.968702 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46958 2026.04.17 23:28:48.968735 [ 287 ] {} TCP-Session: 9333068f-6e53-4dd8-b203-960901a42708 Authenticating user 'default' from [fd00:1122:3344:101::e]:52578 2026.04.17 23:28:48.968769 [ 287 ] {} TCP-Session: 9333068f-6e53-4dd8-b203-960901a42708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.968788 [ 287 ] {} TCP-Session: 9333068f-6e53-4dd8-b203-960901a42708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.968788 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51219 2026.04.17 23:28:48.968925 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:48.968968 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:48.969033 [ 289 ] {} TCP-Session: be30863e-4f3b-4f2b-a716-dee8ad873d7b Authenticating user 'default' from [fd00:1122:3344:101::e]:44427 2026.04.17 23:28:48.969038 [ 290 ] {} TCP-Session: 721df162-e32d-46e5-9a3b-531112f210fd Authenticating user 'default' from [fd00:1122:3344:101::e]:60103 2026.04.17 23:28:48.969061 [ 289 ] {} TCP-Session: be30863e-4f3b-4f2b-a716-dee8ad873d7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969064 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64634 2026.04.17 23:28:48.969091 [ 289 ] {} TCP-Session: be30863e-4f3b-4f2b-a716-dee8ad873d7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969085 [ 290 ] {} TCP-Session: 721df162-e32d-46e5-9a3b-531112f210fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969156 [ 290 ] {} TCP-Session: 721df162-e32d-46e5-9a3b-531112f210fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969231 [ 286 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} executeQuery: (from [fd00:1122:3344:101::e]:59445) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.17 23:28:48.969245 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:48.969284 [ 292 ] {} TCP-Session: e367c2aa-1f69-43da-8d75-570b9c0f1d23 Authenticating user 'default' from [fd00:1122:3344:101::e]:51219 2026.04.17 23:28:48.969288 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:48.969302 [ 292 ] {} TCP-Session: e367c2aa-1f69-43da-8d75-570b9c0f1d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969330 [ 292 ] {} TCP-Session: e367c2aa-1f69-43da-8d75-570b9c0f1d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969334 [ 291 ] {} TCP-Session: 4f616b6f-dc69-4b09-a0c4-48902b761980 Authenticating user 'default' from [fd00:1122:3344:101::e]:46958 2026.04.17 23:28:48.969368 [ 291 ] {} TCP-Session: 4f616b6f-dc69-4b09-a0c4-48902b761980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969389 [ 291 ] {} TCP-Session: 4f616b6f-dc69-4b09-a0c4-48902b761980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969417 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:48.969435 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55886 2026.04.17 23:28:48.969460 [ 293 ] {} TCP-Session: 69a229bb-cd8f-4b56-9a18-4bdba6e18469 Authenticating user 'default' from [fd00:1122:3344:101::e]:64634 2026.04.17 23:28:48.969492 [ 293 ] {} TCP-Session: 69a229bb-cd8f-4b56-9a18-4bdba6e18469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969508 [ 293 ] {} TCP-Session: 69a229bb-cd8f-4b56-9a18-4bdba6e18469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969656 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:48.969700 [ 294 ] {} TCP-Session: dd3b4792-8a17-4194-82f4-2cd6e09c0672 Authenticating user 'default' from [fd00:1122:3344:101::e]:55886 2026.04.17 23:28:48.969717 [ 294 ] {} TCP-Session: dd3b4792-8a17-4194-82f4-2cd6e09c0672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969734 [ 294 ] {} TCP-Session: dd3b4792-8a17-4194-82f4-2cd6e09c0672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.969957 [ 286 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.17 23:28:48.970276 [ 286 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:48.978666 [ 286 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} oximeter.version (49fc56d7-5aa3-4be5-ae69-dcdfadd463b2) (SelectExecutor): Key condition: unknown 2026.04.17 23:28:48.990833 [ 301 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} AggregatingTransform: Aggregating 2026.04.17 23:28:48.990952 [ 301 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} Aggregator: Aggregation method: without_key 2026.04.17 23:28:48.991768 [ 301 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004924928 sec. (203.049 rows/sec., 7.93 KiB/sec.) 2026.04.17 23:28:48.991797 [ 301 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} Aggregator: Merging aggregated data 2026.04.17 23:28:48.991833 [ 301 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.04.17 23:28:48.993227 [ 286 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} executeQuery: Read 1 rows, 40.00 B in 0.024111 sec., 41.47484550620049 rows/sec., 1.62 KiB/sec. 2026.04.17 23:28:48.993410 [ 286 ] {4af2bb73-b217-4f66-ae86-90a23e5242cd} TCPHandler: Processed in 0.025085294 sec. 2026.04.17 23:28:48.996429 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:48.996464 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:48.996484 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:48.996494 [ 286 ] {} TCP-Session: adb699ca-cad5-4cc9-96e2-711ef38c4c9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.996511 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:48.996529 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:48.996551 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:48.996566 [ 290 ] {} TCP-Session: 721df162-e32d-46e5-9a3b-531112f210fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.996571 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:48.996599 [ 289 ] {} TCP-Session: be30863e-4f3b-4f2b-a716-dee8ad873d7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.996616 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:48.996640 [ 292 ] {} TCP-Session: e367c2aa-1f69-43da-8d75-570b9c0f1d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.996614 [ 293 ] {} TCP-Session: 69a229bb-cd8f-4b56-9a18-4bdba6e18469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.996666 [ 294 ] {} TCP-Session: dd3b4792-8a17-4194-82f4-2cd6e09c0672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.996591 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:48.996544 [ 287 ] {} TCP-Session: 9333068f-6e53-4dd8-b203-960901a42708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.996511 [ 288 ] {} TCP-Session: 52c25769-9f6b-4a6d-b542-b1d269d5e891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:48.996747 [ 291 ] {} TCP-Session: 4f616b6f-dc69-4b09-a0c4-48902b761980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.000289 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 157.96 MiB, peak 166.07 MiB, free memory in arenas 0.00 B, will set to 161.78 MiB (RSS), difference: 3.82 MiB 2026.04.17 23:28:49.398034 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57679 2026.04.17 23:28:49.398162 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:49.398204 [ 286 ] {} TCP-Session: 4c0b8c87-570a-447d-abad-9cee98856c09 Authenticating user 'default' from [fd00:1122:3344:101::e]:57679 2026.04.17 23:28:49.398229 [ 286 ] {} TCP-Session: 4c0b8c87-570a-447d-abad-9cee98856c09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398242 [ 286 ] {} TCP-Session: 4c0b8c87-570a-447d-abad-9cee98856c09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398467 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46130 2026.04.17 23:28:49.398491 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50225 2026.04.17 23:28:49.398527 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38642 2026.04.17 23:28:49.398540 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43902 2026.04.17 23:28:49.398589 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:49.398558 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55744 2026.04.17 23:28:49.398620 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:49.398629 [ 287 ] {} TCP-Session: 9a88f5b8-5f8d-49b1-a5e9-78a9edf02a1a Authenticating user 'default' from [fd00:1122:3344:101::e]:46130 2026.04.17 23:28:49.398658 [ 289 ] {} TCP-Session: 326076b2-3061-4f97-b244-7aeb2f0f3766 Authenticating user 'default' from [fd00:1122:3344:101::e]:50225 2026.04.17 23:28:49.398670 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:49.398673 [ 287 ] {} TCP-Session: 9a88f5b8-5f8d-49b1-a5e9-78a9edf02a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398686 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:49.398712 [ 287 ] {} TCP-Session: 9a88f5b8-5f8d-49b1-a5e9-78a9edf02a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398707 [ 292 ] {} TCP-Session: 790f978d-993d-459f-a598-ea8d3903ac78 Authenticating user 'default' from [fd00:1122:3344:101::e]:43902 2026.04.17 23:28:49.398736 [ 294 ] {} TCP-Session: 533dbf31-d5c7-4486-9b27-ced8c3638afd Authenticating user 'default' from [fd00:1122:3344:101::e]:55744 2026.04.17 23:28:49.398758 [ 292 ] {} TCP-Session: 790f978d-993d-459f-a598-ea8d3903ac78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398767 [ 294 ] {} TCP-Session: 533dbf31-d5c7-4486-9b27-ced8c3638afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398783 [ 292 ] {} TCP-Session: 790f978d-993d-459f-a598-ea8d3903ac78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398794 [ 294 ] {} TCP-Session: 533dbf31-d5c7-4486-9b27-ced8c3638afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398616 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:49.398547 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62117 2026.04.17 23:28:49.398857 [ 291 ] {} TCP-Session: 1985bfb5-7802-46e2-8576-73a2ce72e303 Authenticating user 'default' from [fd00:1122:3344:101::e]:38642 2026.04.17 23:28:49.398487 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43044 2026.04.17 23:28:49.398897 [ 291 ] {} TCP-Session: 1985bfb5-7802-46e2-8576-73a2ce72e303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398480 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52974 2026.04.17 23:28:49.398931 [ 291 ] {} TCP-Session: 1985bfb5-7802-46e2-8576-73a2ce72e303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398940 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:49.398960 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:49.398692 [ 289 ] {} TCP-Session: 326076b2-3061-4f97-b244-7aeb2f0f3766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398992 [ 293 ] {} TCP-Session: e91b866e-b8bc-4a94-81d7-65c82bb73b20 Authenticating user 'default' from [fd00:1122:3344:101::e]:62117 2026.04.17 23:28:49.399000 [ 290 ] {} TCP-Session: 23b22bf3-e674-4a7b-aa0c-b814d11e855e Authenticating user 'default' from [fd00:1122:3344:101::e]:43044 2026.04.17 23:28:49.399009 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:28:49.399033 [ 293 ] {} TCP-Session: e91b866e-b8bc-4a94-81d7-65c82bb73b20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.399039 [ 290 ] {} TCP-Session: 23b22bf3-e674-4a7b-aa0c-b814d11e855e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.399059 [ 288 ] {} TCP-Session: 1224fd89-04d3-4734-8069-b4ca69b6ae46 Authenticating user 'default' from [fd00:1122:3344:101::e]:52974 2026.04.17 23:28:49.399065 [ 293 ] {} TCP-Session: e91b866e-b8bc-4a94-81d7-65c82bb73b20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.399072 [ 290 ] {} TCP-Session: 23b22bf3-e674-4a7b-aa0c-b814d11e855e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.399090 [ 288 ] {} TCP-Session: 1224fd89-04d3-4734-8069-b4ca69b6ae46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.399018 [ 289 ] {} TCP-Session: 326076b2-3061-4f97-b244-7aeb2f0f3766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.399123 [ 288 ] {} TCP-Session: 1224fd89-04d3-4734-8069-b4ca69b6ae46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.398549 [ 286 ] {} TCP-Session: 4c0b8c87-570a-447d-abad-9cee98856c09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:49.399333 [ 286 ] {1d11e525-27cd-497d-a916-a07bd257660d} executeQuery: (from [fd00:1122:3344:101::e]:57679) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.17 23:28:49.399641 [ 286 ] {1d11e525-27cd-497d-a916-a07bd257660d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.17 23:28:49.399718 [ 286 ] {1d11e525-27cd-497d-a916-a07bd257660d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:49.400033 [ 286 ] {1d11e525-27cd-497d-a916-a07bd257660d} oximeter.version (49fc56d7-5aa3-4be5-ae69-dcdfadd463b2) (SelectExecutor): Key condition: unknown 2026.04.17 23:28:49.401037 [ 340 ] {1d11e525-27cd-497d-a916-a07bd257660d} AggregatingTransform: Aggregating 2026.04.17 23:28:49.401083 [ 340 ] {1d11e525-27cd-497d-a916-a07bd257660d} Aggregator: Aggregation method: without_key 2026.04.17 23:28:49.401117 [ 340 ] {1d11e525-27cd-497d-a916-a07bd257660d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000967488 sec. (1033.605 rows/sec., 40.38 KiB/sec.) 2026.04.17 23:28:49.401132 [ 340 ] {1d11e525-27cd-497d-a916-a07bd257660d} Aggregator: Merging aggregated data 2026.04.17 23:28:49.402378 [ 286 ] {1d11e525-27cd-497d-a916-a07bd257660d} executeQuery: Read 1 rows, 40.00 B in 0.003103 sec., 322.2687721559781 rows/sec., 12.59 KiB/sec. 2026.04.17 23:28:49.402576 [ 286 ] {1d11e525-27cd-497d-a916-a07bd257660d} TCPHandler: Processed in 0.004138902 sec. 2026.04.17 23:28:49.402741 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:49.402762 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:49.402778 [ 286 ] {} TCP-Session: 4c0b8c87-570a-447d-abad-9cee98856c09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.402783 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:49.402802 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:49.402836 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:49.402847 [ 294 ] {} TCP-Session: 533dbf31-d5c7-4486-9b27-ced8c3638afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.402854 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:49.402882 [ 289 ] {} TCP-Session: 326076b2-3061-4f97-b244-7aeb2f0f3766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.402891 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:49.402911 [ 291 ] {} TCP-Session: 1985bfb5-7802-46e2-8576-73a2ce72e303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.402944 [ 293 ] {} TCP-Session: e91b866e-b8bc-4a94-81d7-65c82bb73b20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.402879 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:49.402867 [ 288 ] {} TCP-Session: 1224fd89-04d3-4734-8069-b4ca69b6ae46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.402819 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.17 23:28:49.403004 [ 292 ] {} TCP-Session: 790f978d-993d-459f-a598-ea8d3903ac78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.402810 [ 287 ] {} TCP-Session: 9a88f5b8-5f8d-49b1-a5e9-78a9edf02a1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:49.403036 [ 290 ] {} TCP-Session: 23b22bf3-e674-4a7b-aa0c-b814d11e855e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:28:51.836120 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 92 2026.04.17 23:28:51.838209 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:51.838262 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:51.839647 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:28:51.840149 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:51.840454 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 92 2026.04.17 23:28:52.000185 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 157.86 MiB, peak 170.13 MiB, free memory in arenas 0.00 B, will set to 161.91 MiB (RSS), difference: 4.05 MiB 2026.04.17 23:28:54.340388 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 506 entries to flush up to offset 1482 2026.04.17 23:28:54.340962 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:54.341011 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:54.341650 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:28:54.342118 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:54.342257 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1482 2026.04.17 23:28:54.406514 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.04.17 23:28:54.423187 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:54.423243 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:54.429825 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:28:54.431024 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:54.436204 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.04.17 23:28:58.688123 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.688355 [ 275 ] {ef607418-9d96-47e9-90a3-a3a028e7d79a} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.688642 [ 275 ] {ef607418-9d96-47e9-90a3-a3a028e7d79a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.688705 [ 275 ] {ef607418-9d96-47e9-90a3-a3a028e7d79a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.689120 [ 275 ] {ef607418-9d96-47e9-90a3-a3a028e7d79a} TCPHandler: Processed in 0.001144579 sec. 2026.04.17 23:28:58.712649 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.712800 [ 275 ] {45be3bb9-0340-4d52-8e3d-42b7c79e2644} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.719074 [ 275 ] {45be3bb9-0340-4d52-8e3d-42b7c79e2644} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.719130 [ 275 ] {45be3bb9-0340-4d52-8e3d-42b7c79e2644} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.721627 [ 275 ] {45be3bb9-0340-4d52-8e3d-42b7c79e2644} TCPHandler: Processed in 0.00903382 sec. 2026.04.17 23:28:58.722189 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.722317 [ 275 ] {a11984c4-769c-4410-ba1e-23edba8e1f33} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.731806 [ 275 ] {a11984c4-769c-4410-ba1e-23edba8e1f33} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.731856 [ 275 ] {a11984c4-769c-4410-ba1e-23edba8e1f33} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.732242 [ 275 ] {a11984c4-769c-4410-ba1e-23edba8e1f33} TCPHandler: Processed in 0.010105288 sec. 2026.04.17 23:28:58.732473 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.732598 [ 275 ] {4f56eca4-c65f-4a76-9c4f-e499ea2213bf} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.732849 [ 275 ] {4f56eca4-c65f-4a76-9c4f-e499ea2213bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.732894 [ 275 ] {4f56eca4-c65f-4a76-9c4f-e499ea2213bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.733216 [ 275 ] {4f56eca4-c65f-4a76-9c4f-e499ea2213bf} TCPHandler: Processed in 0.000798017 sec. 2026.04.17 23:28:58.733429 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.733549 [ 275 ] {dcb3a1b6-cf14-43ec-83ce-68f859ef23f5} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.733794 [ 275 ] {dcb3a1b6-cf14-43ec-83ce-68f859ef23f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.733838 [ 275 ] {dcb3a1b6-cf14-43ec-83ce-68f859ef23f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.734160 [ 275 ] {dcb3a1b6-cf14-43ec-83ce-68f859ef23f5} TCPHandler: Processed in 0.000786356 sec. 2026.04.17 23:28:58.734473 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.734590 [ 275 ] {d41420c3-1876-40a8-9eaa-6b884dfab16a} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.734830 [ 275 ] {d41420c3-1876-40a8-9eaa-6b884dfab16a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.734873 [ 275 ] {d41420c3-1876-40a8-9eaa-6b884dfab16a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.735189 [ 275 ] {d41420c3-1876-40a8-9eaa-6b884dfab16a} TCPHandler: Processed in 0.000768256 sec. 2026.04.17 23:28:58.735481 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.735597 [ 275 ] {5a6b9906-861a-4ed5-b4bf-c1b7f60d09c5} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.735836 [ 275 ] {5a6b9906-861a-4ed5-b4bf-c1b7f60d09c5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.735878 [ 275 ] {5a6b9906-861a-4ed5-b4bf-c1b7f60d09c5} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.736203 [ 275 ] {5a6b9906-861a-4ed5-b4bf-c1b7f60d09c5} TCPHandler: Processed in 0.000770086 sec. 2026.04.17 23:28:58.736417 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.736535 [ 275 ] {0d2322c9-50c7-4332-92cd-519cdaacc53f} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.736774 [ 275 ] {0d2322c9-50c7-4332-92cd-519cdaacc53f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.736816 [ 275 ] {0d2322c9-50c7-4332-92cd-519cdaacc53f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.737140 [ 275 ] {0d2322c9-50c7-4332-92cd-519cdaacc53f} TCPHandler: Processed in 0.000770306 sec. 2026.04.17 23:28:58.737365 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.737482 [ 275 ] {f15f1f59-2159-4aac-8863-0e891898c844} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.737724 [ 275 ] {f15f1f59-2159-4aac-8863-0e891898c844} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.737766 [ 275 ] {f15f1f59-2159-4aac-8863-0e891898c844} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.738078 [ 275 ] {f15f1f59-2159-4aac-8863-0e891898c844} TCPHandler: Processed in 0.000759856 sec. 2026.04.17 23:28:58.738288 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.738406 [ 275 ] {0debddb1-fb34-41c1-8fbb-56d6c4e57d74} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.738650 [ 275 ] {0debddb1-fb34-41c1-8fbb-56d6c4e57d74} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.738693 [ 275 ] {0debddb1-fb34-41c1-8fbb-56d6c4e57d74} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.739077 [ 275 ] {0debddb1-fb34-41c1-8fbb-56d6c4e57d74} TCPHandler: Processed in 0.000836446 sec. 2026.04.17 23:28:58.739282 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.739399 [ 275 ] {cb163cb6-ebeb-4c30-8580-ecc62c754260} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.739640 [ 275 ] {cb163cb6-ebeb-4c30-8580-ecc62c754260} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.739682 [ 275 ] {cb163cb6-ebeb-4c30-8580-ecc62c754260} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.739994 [ 275 ] {cb163cb6-ebeb-4c30-8580-ecc62c754260} TCPHandler: Processed in 0.000760196 sec. 2026.04.17 23:28:58.740192 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.740311 [ 275 ] {d0b64d31-be54-421a-ad31-f1d5cd5c8eb7} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.740564 [ 275 ] {d0b64d31-be54-421a-ad31-f1d5cd5c8eb7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.740606 [ 275 ] {d0b64d31-be54-421a-ad31-f1d5cd5c8eb7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.740933 [ 275 ] {d0b64d31-be54-421a-ad31-f1d5cd5c8eb7} TCPHandler: Processed in 0.000790046 sec. 2026.04.17 23:28:58.741147 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.741264 [ 275 ] {2ffbb373-5128-4993-9cbe-5281c46aa6d8} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.741512 [ 275 ] {2ffbb373-5128-4993-9cbe-5281c46aa6d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.741554 [ 275 ] {2ffbb373-5128-4993-9cbe-5281c46aa6d8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.741875 [ 275 ] {2ffbb373-5128-4993-9cbe-5281c46aa6d8} TCPHandler: Processed in 0.000775506 sec. 2026.04.17 23:28:58.742096 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.742214 [ 275 ] {f3d3a511-aac6-42d0-ac53-b9fcef6f0b4f} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.742463 [ 275 ] {f3d3a511-aac6-42d0-ac53-b9fcef6f0b4f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.742506 [ 275 ] {f3d3a511-aac6-42d0-ac53-b9fcef6f0b4f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.742823 [ 275 ] {f3d3a511-aac6-42d0-ac53-b9fcef6f0b4f} TCPHandler: Processed in 0.000774546 sec. 2026.04.17 23:28:58.743036 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.743154 [ 275 ] {69767fbc-ae35-4dd9-9c25-0c635e90e19e} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.743408 [ 275 ] {69767fbc-ae35-4dd9-9c25-0c635e90e19e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.743451 [ 275 ] {69767fbc-ae35-4dd9-9c25-0c635e90e19e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.743762 [ 275 ] {69767fbc-ae35-4dd9-9c25-0c635e90e19e} TCPHandler: Processed in 0.000773966 sec. 2026.04.17 23:28:58.744010 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.744129 [ 275 ] {2afc6fa2-3ad9-4650-95f6-b2f88c47f289} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.744381 [ 275 ] {2afc6fa2-3ad9-4650-95f6-b2f88c47f289} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.744424 [ 275 ] {2afc6fa2-3ad9-4650-95f6-b2f88c47f289} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.744807 [ 275 ] {2afc6fa2-3ad9-4650-95f6-b2f88c47f289} TCPHandler: Processed in 0.000843986 sec. 2026.04.17 23:28:58.745090 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.745226 [ 275 ] {9b3ce67f-19a0-49ed-a8a3-f269118873c7} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.745537 [ 275 ] {9b3ce67f-19a0-49ed-a8a3-f269118873c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.745583 [ 275 ] {9b3ce67f-19a0-49ed-a8a3-f269118873c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.745928 [ 275 ] {9b3ce67f-19a0-49ed-a8a3-f269118873c7} TCPHandler: Processed in 0.000890337 sec. 2026.04.17 23:28:58.746154 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.746281 [ 275 ] {6cbd2fc2-2ca5-4dad-b093-6d9dd00eadfa} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.746601 [ 275 ] {6cbd2fc2-2ca5-4dad-b093-6d9dd00eadfa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.746654 [ 275 ] {6cbd2fc2-2ca5-4dad-b093-6d9dd00eadfa} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.747024 [ 275 ] {6cbd2fc2-2ca5-4dad-b093-6d9dd00eadfa} TCPHandler: Processed in 0.000919137 sec. 2026.04.17 23:28:58.747258 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.747383 [ 275 ] {c6e7a796-2268-4a1a-ab4e-8c37bbc32fa1} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.747644 [ 275 ] {c6e7a796-2268-4a1a-ab4e-8c37bbc32fa1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.747686 [ 275 ] {c6e7a796-2268-4a1a-ab4e-8c37bbc32fa1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.748013 [ 275 ] {c6e7a796-2268-4a1a-ab4e-8c37bbc32fa1} TCPHandler: Processed in 0.000843386 sec. 2026.04.17 23:28:58.748252 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.748444 [ 275 ] {22a328a3-4634-460a-be0f-a6881115ee13} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.748736 [ 275 ] {22a328a3-4634-460a-be0f-a6881115ee13} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.748780 [ 275 ] {22a328a3-4634-460a-be0f-a6881115ee13} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.749112 [ 275 ] {22a328a3-4634-460a-be0f-a6881115ee13} TCPHandler: Processed in 0.000852486 sec. 2026.04.17 23:28:58.749794 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.749920 [ 275 ] {6b245009-2c5b-4522-bd97-a48558167ac3} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.750209 [ 275 ] {6b245009-2c5b-4522-bd97-a48558167ac3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.750254 [ 275 ] {6b245009-2c5b-4522-bd97-a48558167ac3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.750593 [ 275 ] {6b245009-2c5b-4522-bd97-a48558167ac3} TCPHandler: Processed in 0.000847077 sec. 2026.04.17 23:28:58.750812 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.750943 [ 275 ] {d46d6952-5523-4fd0-9103-bf31d1b3d9e8} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.751222 [ 275 ] {d46d6952-5523-4fd0-9103-bf31d1b3d9e8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.751267 [ 275 ] {d46d6952-5523-4fd0-9103-bf31d1b3d9e8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.751620 [ 275 ] {d46d6952-5523-4fd0-9103-bf31d1b3d9e8} TCPHandler: Processed in 0.000858097 sec. 2026.04.17 23:28:58.751838 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.751964 [ 275 ] {e5f376c9-498c-4021-8cd2-4e0c3b5dd022} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.752236 [ 275 ] {e5f376c9-498c-4021-8cd2-4e0c3b5dd022} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.752278 [ 275 ] {e5f376c9-498c-4021-8cd2-4e0c3b5dd022} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.752609 [ 275 ] {e5f376c9-498c-4021-8cd2-4e0c3b5dd022} TCPHandler: Processed in 0.000820397 sec. 2026.04.17 23:28:58.752817 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.752941 [ 275 ] {7829752d-d89b-4a90-be4e-b4577fde7a6a} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.753212 [ 275 ] {7829752d-d89b-4a90-be4e-b4577fde7a6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.753254 [ 275 ] {7829752d-d89b-4a90-be4e-b4577fde7a6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.753631 [ 275 ] {7829752d-d89b-4a90-be4e-b4577fde7a6a} TCPHandler: Processed in 0.000861336 sec. 2026.04.17 23:28:58.754511 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.754636 [ 275 ] {a7112360-b8c4-4e7e-92da-fd75a796fc8e} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.754906 [ 275 ] {a7112360-b8c4-4e7e-92da-fd75a796fc8e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.754950 [ 275 ] {a7112360-b8c4-4e7e-92da-fd75a796fc8e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.755285 [ 275 ] {a7112360-b8c4-4e7e-92da-fd75a796fc8e} TCPHandler: Processed in 0.000824006 sec. 2026.04.17 23:28:58.755561 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.755687 [ 275 ] {8953bd8c-2cfa-4c5c-899a-aa688d4c7e69} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.755959 [ 275 ] {8953bd8c-2cfa-4c5c-899a-aa688d4c7e69} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.756002 [ 275 ] {8953bd8c-2cfa-4c5c-899a-aa688d4c7e69} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.756431 [ 275 ] {8953bd8c-2cfa-4c5c-899a-aa688d4c7e69} TCPHandler: Processed in 0.000913727 sec. 2026.04.17 23:28:58.756678 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.756802 [ 275 ] {7b2301cc-0f54-403f-a041-f57f5ef4c6fd} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.757074 [ 275 ] {7b2301cc-0f54-403f-a041-f57f5ef4c6fd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.757116 [ 275 ] {7b2301cc-0f54-403f-a041-f57f5ef4c6fd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.757459 [ 275 ] {7b2301cc-0f54-403f-a041-f57f5ef4c6fd} TCPHandler: Processed in 0.000829576 sec. 2026.04.17 23:28:58.757723 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.757851 [ 275 ] {7dd744f8-c2a2-4afc-82b7-a200dbb6c9b2} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.758132 [ 275 ] {7dd744f8-c2a2-4afc-82b7-a200dbb6c9b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.758174 [ 275 ] {7dd744f8-c2a2-4afc-82b7-a200dbb6c9b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.758506 [ 275 ] {7dd744f8-c2a2-4afc-82b7-a200dbb6c9b2} TCPHandler: Processed in 0.000832846 sec. 2026.04.17 23:28:58.758820 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.758948 [ 275 ] {c26c5e93-6169-444e-b3af-8a904cd91290} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.759228 [ 275 ] {c26c5e93-6169-444e-b3af-8a904cd91290} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.759271 [ 275 ] {c26c5e93-6169-444e-b3af-8a904cd91290} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.759609 [ 275 ] {c26c5e93-6169-444e-b3af-8a904cd91290} TCPHandler: Processed in 0.000837767 sec. 2026.04.17 23:28:58.759874 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.760001 [ 275 ] {fcbf0f0e-09b5-4358-87a3-363173c1dea9} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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') FORMAT Native; (stage: Complete) 2026.04.17 23:28:58.760301 [ 275 ] {fcbf0f0e-09b5-4358-87a3-363173c1dea9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.760345 [ 275 ] {fcbf0f0e-09b5-4358-87a3-363173c1dea9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:28:58.760694 [ 275 ] {fcbf0f0e-09b5-4358-87a3-363173c1dea9} TCPHandler: Processed in 0.000867127 sec. 2026.04.17 23:28:58.772556 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.772689 [ 275 ] {3fec66f6-8ba8-401c-a9b8-d627417b4f3e} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.17 23:28:58.772741 [ 275 ] {3fec66f6-8ba8-401c-a9b8-d627417b4f3e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:28:58.775322 [ 275 ] {3fec66f6-8ba8-401c-a9b8-d627417b4f3e} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.775370 [ 275 ] {3fec66f6-8ba8-401c-a9b8-d627417b4f3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.776074 [ 275 ] {3fec66f6-8ba8-401c-a9b8-d627417b4f3e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.776538 [ 275 ] {3fec66f6-8ba8-401c-a9b8-d627417b4f3e} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.776716 [ 275 ] {3fec66f6-8ba8-401c-a9b8-d627417b4f3e} executeQuery: Read 30 rows, 6.11 KiB in 0.004062 sec., 7385.524372230429 rows/sec., 1.47 MiB/sec. 2026.04.17 23:28:58.776756 [ 275 ] {3fec66f6-8ba8-401c-a9b8-d627417b4f3e} TCPHandler: Processed in 0.004265423 sec. 2026.04.17 23:28:58.776900 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.776998 [ 275 ] {95fd4a55-8adc-4ce9-917c-866c0630615f} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.17 23:28:58.777039 [ 275 ] {95fd4a55-8adc-4ce9-917c-866c0630615f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.17 23:28:58.784719 [ 275 ] {95fd4a55-8adc-4ce9-917c-866c0630615f} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.784755 [ 275 ] {95fd4a55-8adc-4ce9-917c-866c0630615f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.787477 [ 275 ] {95fd4a55-8adc-4ce9-917c-866c0630615f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.787928 [ 275 ] {95fd4a55-8adc-4ce9-917c-866c0630615f} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.788081 [ 275 ] {95fd4a55-8adc-4ce9-917c-866c0630615f} executeQuery: Read 24 rows, 2.04 KiB in 0.011104 sec., 2161.383285302594 rows/sec., 183.63 KiB/sec. 2026.04.17 23:28:58.788121 [ 275 ] {95fd4a55-8adc-4ce9-917c-866c0630615f} TCPHandler: Processed in 0.011270217 sec. 2026.04.17 23:28:58.788259 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.788358 [ 275 ] {fc4c0702-c1b9-47f7-9231-a6c9c126c7af} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.17 23:28:58.788399 [ 275 ] {fc4c0702-c1b9-47f7-9231-a6c9c126c7af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.17 23:28:58.788813 [ 275 ] {fc4c0702-c1b9-47f7-9231-a6c9c126c7af} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.788852 [ 275 ] {fc4c0702-c1b9-47f7-9231-a6c9c126c7af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.789249 [ 275 ] {fc4c0702-c1b9-47f7-9231-a6c9c126c7af} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.789704 [ 275 ] {fc4c0702-c1b9-47f7-9231-a6c9c126c7af} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.789848 [ 275 ] {fc4c0702-c1b9-47f7-9231-a6c9c126c7af} executeQuery: Read 10 rows, 835.00 B in 0.001512 sec., 6613.756613756614 rows/sec., 539.31 KiB/sec. 2026.04.17 23:28:58.789887 [ 275 ] {fc4c0702-c1b9-47f7-9231-a6c9c126c7af} TCPHandler: Processed in 0.001680963 sec. 2026.04.17 23:28:58.790001 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.790098 [ 275 ] {e17462ba-128d-4f3e-9c3e-31ed15674631} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:28:58.790140 [ 275 ] {e17462ba-128d-4f3e-9c3e-31ed15674631} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:28:58.790651 [ 275 ] {e17462ba-128d-4f3e-9c3e-31ed15674631} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.790687 [ 275 ] {e17462ba-128d-4f3e-9c3e-31ed15674631} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.791107 [ 275 ] {e17462ba-128d-4f3e-9c3e-31ed15674631} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.791529 [ 275 ] {e17462ba-128d-4f3e-9c3e-31ed15674631} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.791668 [ 275 ] {e17462ba-128d-4f3e-9c3e-31ed15674631} executeQuery: Read 190 rows, 17.56 KiB in 0.001591 sec., 119421.74732872407 rows/sec., 10.78 MiB/sec. 2026.04.17 23:28:58.791706 [ 275 ] {e17462ba-128d-4f3e-9c3e-31ed15674631} TCPHandler: Processed in 0.001753903 sec. 2026.04.17 23:28:58.791818 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.791912 [ 275 ] {9754eca2-9525-4502-9bec-6f6f52cade50} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:28:58.791951 [ 275 ] {9754eca2-9525-4502-9bec-6f6f52cade50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:28:58.792357 [ 275 ] {9754eca2-9525-4502-9bec-6f6f52cade50} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.792394 [ 275 ] {9754eca2-9525-4502-9bec-6f6f52cade50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.792776 [ 275 ] {9754eca2-9525-4502-9bec-6f6f52cade50} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.793186 [ 275 ] {9754eca2-9525-4502-9bec-6f6f52cade50} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.793320 [ 275 ] {9754eca2-9525-4502-9bec-6f6f52cade50} executeQuery: Read 39 rows, 2.94 KiB in 0.001426 sec., 27349.2286115007 rows/sec., 2.01 MiB/sec. 2026.04.17 23:28:58.793357 [ 275 ] {9754eca2-9525-4502-9bec-6f6f52cade50} TCPHandler: Processed in 0.001586902 sec. 2026.04.17 23:28:58.793475 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.793569 [ 275 ] {8422721d-9cd1-40b3-8b7e-4b2f0a62cf2e} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.17 23:28:58.793607 [ 275 ] {8422721d-9cd1-40b3-8b7e-4b2f0a62cf2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.17 23:28:58.794044 [ 275 ] {8422721d-9cd1-40b3-8b7e-4b2f0a62cf2e} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.794076 [ 275 ] {8422721d-9cd1-40b3-8b7e-4b2f0a62cf2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.794464 [ 275 ] {8422721d-9cd1-40b3-8b7e-4b2f0a62cf2e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.794911 [ 275 ] {8422721d-9cd1-40b3-8b7e-4b2f0a62cf2e} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.795046 [ 275 ] {8422721d-9cd1-40b3-8b7e-4b2f0a62cf2e} executeQuery: Read 25 rows, 2.11 KiB in 0.001495 sec., 16722.408026755853 rows/sec., 1.38 MiB/sec. 2026.04.17 23:28:58.795084 [ 275 ] {8422721d-9cd1-40b3-8b7e-4b2f0a62cf2e} TCPHandler: Processed in 0.001658273 sec. 2026.04.17 23:28:58.795200 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.795292 [ 275 ] {9dd62908-f550-49af-9cd6-577d2005e487} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.17 23:28:58.795330 [ 275 ] {9dd62908-f550-49af-9cd6-577d2005e487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.17 23:28:58.795719 [ 275 ] {9dd62908-f550-49af-9cd6-577d2005e487} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.795755 [ 275 ] {9dd62908-f550-49af-9cd6-577d2005e487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.796182 [ 275 ] {9dd62908-f550-49af-9cd6-577d2005e487} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.796626 [ 275 ] {9dd62908-f550-49af-9cd6-577d2005e487} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.796760 [ 275 ] {9dd62908-f550-49af-9cd6-577d2005e487} executeQuery: Read 12 rows, 960.00 B in 0.001485 sec., 8080.808080808081 rows/sec., 631.31 KiB/sec. 2026.04.17 23:28:58.796797 [ 275 ] {9dd62908-f550-49af-9cd6-577d2005e487} TCPHandler: Processed in 0.001645432 sec. 2026.04.17 23:28:58.796911 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.797004 [ 275 ] {ed63ee38-7e2f-4724-9cbf-15cbb3b4a9ce} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:28:58.797044 [ 275 ] {ed63ee38-7e2f-4724-9cbf-15cbb3b4a9ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:28:58.797467 [ 275 ] {ed63ee38-7e2f-4724-9cbf-15cbb3b4a9ce} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.797503 [ 275 ] {ed63ee38-7e2f-4724-9cbf-15cbb3b4a9ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.797946 [ 275 ] {ed63ee38-7e2f-4724-9cbf-15cbb3b4a9ce} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.798357 [ 275 ] {ed63ee38-7e2f-4724-9cbf-15cbb3b4a9ce} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.798490 [ 275 ] {ed63ee38-7e2f-4724-9cbf-15cbb3b4a9ce} executeQuery: Read 102 rows, 8.55 KiB in 0.001503 sec., 67864.27145708582 rows/sec., 5.56 MiB/sec. 2026.04.17 23:28:58.798526 [ 275 ] {ed63ee38-7e2f-4724-9cbf-15cbb3b4a9ce} TCPHandler: Processed in 0.001662723 sec. 2026.04.17 23:28:58.798645 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.798738 [ 275 ] {e48bfa5f-8e4f-4e7d-bf99-7daf523a2202} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:28:58.798780 [ 275 ] {e48bfa5f-8e4f-4e7d-bf99-7daf523a2202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:28:58.799292 [ 275 ] {e48bfa5f-8e4f-4e7d-bf99-7daf523a2202} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.799323 [ 275 ] {e48bfa5f-8e4f-4e7d-bf99-7daf523a2202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.802512 [ 275 ] {e48bfa5f-8e4f-4e7d-bf99-7daf523a2202} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.802981 [ 275 ] {e48bfa5f-8e4f-4e7d-bf99-7daf523a2202} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.803121 [ 275 ] {e48bfa5f-8e4f-4e7d-bf99-7daf523a2202} executeQuery: Read 283 rows, 22.16 KiB in 0.0044 sec., 64318.181818181816 rows/sec., 4.92 MiB/sec. 2026.04.17 23:28:58.803160 [ 275 ] {e48bfa5f-8e4f-4e7d-bf99-7daf523a2202} TCPHandler: Processed in 0.004563726 sec. 2026.04.17 23:28:58.803283 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.803377 [ 275 ] {d0c538b8-92fe-4e89-9954-61c2538efa9b} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.17 23:28:58.803418 [ 275 ] {d0c538b8-92fe-4e89-9954-61c2538efa9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.17 23:28:58.803735 [ 275 ] {d0c538b8-92fe-4e89-9954-61c2538efa9b} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.803770 [ 275 ] {d0c538b8-92fe-4e89-9954-61c2538efa9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.804180 [ 275 ] {d0c538b8-92fe-4e89-9954-61c2538efa9b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.804612 [ 275 ] {d0c538b8-92fe-4e89-9954-61c2538efa9b} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.804753 [ 275 ] {d0c538b8-92fe-4e89-9954-61c2538efa9b} executeQuery: Read 1 rows, 65.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 45.57 KiB/sec. 2026.04.17 23:28:58.804791 [ 275 ] {d0c538b8-92fe-4e89-9954-61c2538efa9b} TCPHandler: Processed in 0.001556442 sec. 2026.04.17 23:28:58.804922 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.805021 [ 275 ] {2d51b59d-778d-4185-a857-10beac5ea531} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.17 23:28:58.805081 [ 275 ] {2d51b59d-778d-4185-a857-10beac5ea531} 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.04.17 23:28:58.805874 [ 275 ] {2d51b59d-778d-4185-a857-10beac5ea531} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.805909 [ 275 ] {2d51b59d-778d-4185-a857-10beac5ea531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.811058 [ 275 ] {2d51b59d-778d-4185-a857-10beac5ea531} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.811547 [ 275 ] {2d51b59d-778d-4185-a857-10beac5ea531} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.811695 [ 275 ] {2d51b59d-778d-4185-a857-10beac5ea531} executeQuery: Read 17 rows, 31.19 KiB in 0.006694 sec., 2539.5876904690767 rows/sec., 4.55 MiB/sec. 2026.04.17 23:28:58.811761 [ 275 ] {2d51b59d-778d-4185-a857-10beac5ea531} TCPHandler: Processed in 0.006887893 sec. 2026.04.17 23:28:58.811892 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.811987 [ 275 ] {52017901-9fc9-4d74-bce6-9fde5d55ac59} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.17 23:28:58.812028 [ 275 ] {52017901-9fc9-4d74-bce6-9fde5d55ac59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.17 23:28:58.812348 [ 275 ] {52017901-9fc9-4d74-bce6-9fde5d55ac59} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.812384 [ 275 ] {52017901-9fc9-4d74-bce6-9fde5d55ac59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.812799 [ 275 ] {52017901-9fc9-4d74-bce6-9fde5d55ac59} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.813212 [ 275 ] {52017901-9fc9-4d74-bce6-9fde5d55ac59} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.813340 [ 275 ] {52017901-9fc9-4d74-bce6-9fde5d55ac59} executeQuery: Read 3 rows, 217.00 B in 0.001371 sec., 2188.1838074398247 rows/sec., 154.57 KiB/sec. 2026.04.17 23:28:58.813376 [ 275 ] {52017901-9fc9-4d74-bce6-9fde5d55ac59} TCPHandler: Processed in 0.001532011 sec. 2026.04.17 23:28:58.813490 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:28:58.813584 [ 275 ] {c3733ddb-064f-4454-8dd0-5cd43cb91878} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:28:58.813624 [ 275 ] {c3733ddb-064f-4454-8dd0-5cd43cb91878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:28:58.813947 [ 275 ] {c3733ddb-064f-4454-8dd0-5cd43cb91878} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:28:58.813982 [ 275 ] {c3733ddb-064f-4454-8dd0-5cd43cb91878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:28:58.814415 [ 275 ] {c3733ddb-064f-4454-8dd0-5cd43cb91878} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:28:58.814827 [ 275 ] {c3733ddb-064f-4454-8dd0-5cd43cb91878} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:28:58.814964 [ 275 ] {c3733ddb-064f-4454-8dd0-5cd43cb91878} executeQuery: Read 40 rows, 2.73 KiB in 0.001397 sec., 28632.78453829635 rows/sec., 1.91 MiB/sec. 2026.04.17 23:28:58.814999 [ 275 ] {c3733ddb-064f-4454-8dd0-5cd43cb91878} TCPHandler: Processed in 0.001556822 sec. 2026.04.17 23:28:59.000210 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 165.34 MiB, peak 170.13 MiB, free memory in arenas 0.00 B, will set to 164.33 MiB (RSS), difference: -1.01 MiB 2026.04.17 23:29:01.769272 [ 88 ] {} DNSResolver: Updating DNS cache 2026.04.17 23:29:01.769321 [ 88 ] {} DNSResolver: Updated DNS cache 2026.04.17 23:29:01.840759 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 178 2026.04.17 23:29:01.842502 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1930 2026.04.17 23:29:01.843082 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:01.843134 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:01.843795 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:01.844204 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:01.844260 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:01.844269 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:01.844427 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1930 2026.04.17 23:29:01.845722 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:01.846269 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:01.846620 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 178 2026.04.17 23:29:01.936440 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.04.17 23:29:01.954365 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:01.954420 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:01.961124 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:01.962252 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:01.965441 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.04.17 23:29:02.000216 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 164.90 MiB, peak 170.13 MiB, free memory in arenas 0.00 B, will set to 166.54 MiB (RSS), difference: 1.65 MiB 2026.04.17 23:29:03.693781 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:03.694006 [ 275 ] {2c1f3e31-55e5-4659-bea8-acc495fc57bb} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:03.694078 [ 275 ] {2c1f3e31-55e5-4659-bea8-acc495fc57bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:03.694849 [ 275 ] {2c1f3e31-55e5-4659-bea8-acc495fc57bb} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:03.694894 [ 275 ] {2c1f3e31-55e5-4659-bea8-acc495fc57bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:03.695433 [ 275 ] {2c1f3e31-55e5-4659-bea8-acc495fc57bb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:03.695907 [ 275 ] {2c1f3e31-55e5-4659-bea8-acc495fc57bb} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:03.696057 [ 275 ] {2c1f3e31-55e5-4659-bea8-acc495fc57bb} executeQuery: Read 30 rows, 2.32 KiB in 0.002103 sec., 14265.335235378032 rows/sec., 1.08 MiB/sec. 2026.04.17 23:29:03.696096 [ 275 ] {2c1f3e31-55e5-4659-bea8-acc495fc57bb} TCPHandler: Processed in 0.002445769 sec. 2026.04.17 23:29:03.696227 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:03.696321 [ 275 ] {3f54e483-6ba8-4991-9c2c-b98101610157} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:03.696359 [ 275 ] {3f54e483-6ba8-4991-9c2c-b98101610157} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:03.696794 [ 275 ] {3f54e483-6ba8-4991-9c2c-b98101610157} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:03.696828 [ 275 ] {3f54e483-6ba8-4991-9c2c-b98101610157} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:03.697198 [ 275 ] {3f54e483-6ba8-4991-9c2c-b98101610157} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:03.697598 [ 275 ] {3f54e483-6ba8-4991-9c2c-b98101610157} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:03.697732 [ 275 ] {3f54e483-6ba8-4991-9c2c-b98101610157} executeQuery: Read 36 rows, 2.88 KiB in 0.001429 sec., 25192.442267319806 rows/sec., 1.97 MiB/sec. 2026.04.17 23:29:03.697768 [ 275 ] {3f54e483-6ba8-4991-9c2c-b98101610157} TCPHandler: Processed in 0.001588392 sec. 2026.04.17 23:29:03.697899 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:03.697990 [ 275 ] {36ae5016-bc2b-422a-ad2d-de87320d980c} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:03.698032 [ 275 ] {36ae5016-bc2b-422a-ad2d-de87320d980c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:03.698494 [ 275 ] {36ae5016-bc2b-422a-ad2d-de87320d980c} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:03.698528 [ 275 ] {36ae5016-bc2b-422a-ad2d-de87320d980c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:03.698951 [ 275 ] {36ae5016-bc2b-422a-ad2d-de87320d980c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:03.699352 [ 275 ] {36ae5016-bc2b-422a-ad2d-de87320d980c} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:03.699480 [ 275 ] {36ae5016-bc2b-422a-ad2d-de87320d980c} executeQuery: Read 110 rows, 7.86 KiB in 0.001508 sec., 72944.29708222812 rows/sec., 5.09 MiB/sec. 2026.04.17 23:29:03.699514 [ 275 ] {36ae5016-bc2b-422a-ad2d-de87320d980c} TCPHandler: Processed in 0.001662283 sec. 2026.04.17 23:29:03.699634 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:03.699724 [ 275 ] {3b017289-5645-47d5-a48e-fc43b6098fdb} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:03.699764 [ 275 ] {3b017289-5645-47d5-a48e-fc43b6098fdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:03.700095 [ 275 ] {3b017289-5645-47d5-a48e-fc43b6098fdb} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:03.700128 [ 275 ] {3b017289-5645-47d5-a48e-fc43b6098fdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:03.700510 [ 275 ] {3b017289-5645-47d5-a48e-fc43b6098fdb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:03.700911 [ 275 ] {3b017289-5645-47d5-a48e-fc43b6098fdb} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:03.701040 [ 275 ] {3b017289-5645-47d5-a48e-fc43b6098fdb} executeQuery: Read 40 rows, 2.73 KiB in 0.001334 sec., 29985.007496251877 rows/sec., 2.00 MiB/sec. 2026.04.17 23:29:03.701075 [ 275 ] {3b017289-5645-47d5-a48e-fc43b6098fdb} TCPHandler: Processed in 0.001489451 sec. 2026.04.17 23:29:08.697943 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:08.698195 [ 275 ] {39103734-231a-43aa-8100-8b93a61d75dd} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:08.698287 [ 275 ] {39103734-231a-43aa-8100-8b93a61d75dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:08.699186 [ 275 ] {39103734-231a-43aa-8100-8b93a61d75dd} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:08.699245 [ 275 ] {39103734-231a-43aa-8100-8b93a61d75dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:08.699867 [ 275 ] {39103734-231a-43aa-8100-8b93a61d75dd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:08.700684 [ 275 ] {39103734-231a-43aa-8100-8b93a61d75dd} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:08.700900 [ 275 ] {39103734-231a-43aa-8100-8b93a61d75dd} executeQuery: Read 78 rows, 6.99 KiB in 0.002768 sec., 28179.190751445087 rows/sec., 2.46 MiB/sec. 2026.04.17 23:29:08.700964 [ 275 ] {39103734-231a-43aa-8100-8b93a61d75dd} TCPHandler: Processed in 0.003178345 sec. 2026.04.17 23:29:08.701158 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:08.701283 [ 275 ] {7d477e08-fc37-4cb4-8f04-62aacfc6653e} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:29:08.701346 [ 275 ] {7d477e08-fc37-4cb4-8f04-62aacfc6653e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:29:08.701915 [ 275 ] {7d477e08-fc37-4cb4-8f04-62aacfc6653e} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:08.701961 [ 275 ] {7d477e08-fc37-4cb4-8f04-62aacfc6653e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:08.702506 [ 275 ] {7d477e08-fc37-4cb4-8f04-62aacfc6653e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:08.703143 [ 275 ] {7d477e08-fc37-4cb4-8f04-62aacfc6653e} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:08.703336 [ 275 ] {7d477e08-fc37-4cb4-8f04-62aacfc6653e} executeQuery: Read 24 rows, 1.80 KiB in 0.002084 sec., 11516.314779270633 rows/sec., 865.97 KiB/sec. 2026.04.17 23:29:08.703390 [ 275 ] {7d477e08-fc37-4cb4-8f04-62aacfc6653e} TCPHandler: Processed in 0.002294458 sec. 2026.04.17 23:29:08.703565 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:08.703696 [ 275 ] {9fa1af44-db21-4912-8bba-9065d4ae8a12} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:08.703751 [ 275 ] {9fa1af44-db21-4912-8bba-9065d4ae8a12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:08.704357 [ 275 ] {9fa1af44-db21-4912-8bba-9065d4ae8a12} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:08.704400 [ 275 ] {9fa1af44-db21-4912-8bba-9065d4ae8a12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:08.704989 [ 275 ] {9fa1af44-db21-4912-8bba-9065d4ae8a12} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:08.705564 [ 275 ] {9fa1af44-db21-4912-8bba-9065d4ae8a12} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:08.705741 [ 275 ] {9fa1af44-db21-4912-8bba-9065d4ae8a12} executeQuery: Read 65 rows, 5.22 KiB in 0.002075 sec., 31325.301204819276 rows/sec., 2.46 MiB/sec. 2026.04.17 23:29:08.705796 [ 275 ] {9fa1af44-db21-4912-8bba-9065d4ae8a12} TCPHandler: Processed in 0.002291687 sec. 2026.04.17 23:29:08.705973 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:08.706095 [ 275 ] {b211d3a4-5194-4448-b89a-336bbd74dc1e} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:08.706153 [ 275 ] {b211d3a4-5194-4448-b89a-336bbd74dc1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:08.706660 [ 275 ] {b211d3a4-5194-4448-b89a-336bbd74dc1e} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:08.706710 [ 275 ] {b211d3a4-5194-4448-b89a-336bbd74dc1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:08.707405 [ 275 ] {b211d3a4-5194-4448-b89a-336bbd74dc1e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:08.708275 [ 275 ] {b211d3a4-5194-4448-b89a-336bbd74dc1e} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:08.708525 [ 275 ] {b211d3a4-5194-4448-b89a-336bbd74dc1e} executeQuery: Read 110 rows, 7.86 KiB in 0.002456 sec., 44788.27361563518 rows/sec., 3.13 MiB/sec. 2026.04.17 23:29:08.708593 [ 275 ] {b211d3a4-5194-4448-b89a-336bbd74dc1e} TCPHandler: Processed in 0.002679201 sec. 2026.04.17 23:29:08.708784 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:08.708913 [ 275 ] {2cecdce6-0f68-457f-b5b3-30be2ba9226d} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:08.708988 [ 275 ] {2cecdce6-0f68-457f-b5b3-30be2ba9226d} 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.04.17 23:29:08.710208 [ 275 ] {2cecdce6-0f68-457f-b5b3-30be2ba9226d} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:08.710253 [ 275 ] {2cecdce6-0f68-457f-b5b3-30be2ba9226d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:08.711068 [ 275 ] {2cecdce6-0f68-457f-b5b3-30be2ba9226d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:08.711570 [ 275 ] {2cecdce6-0f68-457f-b5b3-30be2ba9226d} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:08.711781 [ 275 ] {2cecdce6-0f68-457f-b5b3-30be2ba9226d} executeQuery: Read 24 rows, 44.04 KiB in 0.002891 sec., 8301.62573503978 rows/sec., 14.88 MiB/sec. 2026.04.17 23:29:08.711879 [ 275 ] {2cecdce6-0f68-457f-b5b3-30be2ba9226d} TCPHandler: Processed in 0.003160224 sec. 2026.04.17 23:29:08.712228 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:08.712346 [ 275 ] {52f785d3-3844-495b-b7ee-ba874778a4b8} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.17 23:29:08.712399 [ 275 ] {52f785d3-3844-495b-b7ee-ba874778a4b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.17 23:29:08.712886 [ 275 ] {52f785d3-3844-495b-b7ee-ba874778a4b8} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:08.712931 [ 275 ] {52f785d3-3844-495b-b7ee-ba874778a4b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:08.713532 [ 275 ] {52f785d3-3844-495b-b7ee-ba874778a4b8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:08.714191 [ 275 ] {52f785d3-3844-495b-b7ee-ba874778a4b8} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:08.714373 [ 275 ] {52f785d3-3844-495b-b7ee-ba874778a4b8} executeQuery: Read 6 rows, 463.00 B in 0.002052 sec., 2923.9766081871344 rows/sec., 220.35 KiB/sec. 2026.04.17 23:29:08.714423 [ 275 ] {52f785d3-3844-495b-b7ee-ba874778a4b8} TCPHandler: Processed in 0.002259837 sec. 2026.04.17 23:29:08.714586 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:08.714705 [ 275 ] {b65e8d43-5f45-4e17-8c58-fd05d2946fe1} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:08.714762 [ 275 ] {b65e8d43-5f45-4e17-8c58-fd05d2946fe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:08.715212 [ 275 ] {b65e8d43-5f45-4e17-8c58-fd05d2946fe1} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:08.715259 [ 275 ] {b65e8d43-5f45-4e17-8c58-fd05d2946fe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:08.715796 [ 275 ] {b65e8d43-5f45-4e17-8c58-fd05d2946fe1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:08.716365 [ 275 ] {b65e8d43-5f45-4e17-8c58-fd05d2946fe1} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:08.716543 [ 275 ] {b65e8d43-5f45-4e17-8c58-fd05d2946fe1} executeQuery: Read 40 rows, 2.73 KiB in 0.00186 sec., 21505.37634408602 rows/sec., 1.44 MiB/sec. 2026.04.17 23:29:08.716601 [ 275 ] {b65e8d43-5f45-4e17-8c58-fd05d2946fe1} TCPHandler: Processed in 0.002074326 sec. 2026.04.17 23:29:09.344742 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2442 2026.04.17 23:29:09.345457 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:09.345518 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:09.346389 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:09.347045 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:09.347277 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2442 2026.04.17 23:29:09.465739 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.04.17 23:29:09.488771 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:09.488853 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:09.497782 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:09.499359 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:09.503457 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.04.17 23:29:10.000263 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 167.41 MiB, peak 171.41 MiB, free memory in arenas 0.00 B, will set to 168.54 MiB (RSS), difference: 1.13 MiB 2026.04.17 23:29:11.847156 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 200 2026.04.17 23:29:11.849183 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:11.849235 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:11.850322 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:11.850578 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:11.850936 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 200 2026.04.17 23:29:13.696129 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:13.696327 [ 275 ] {be072bda-2b82-4abd-8a85-12aa6d54429d} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.17 23:29:13.696393 [ 275 ] {be072bda-2b82-4abd-8a85-12aa6d54429d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.17 23:29:13.697018 [ 275 ] {be072bda-2b82-4abd-8a85-12aa6d54429d} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:13.697059 [ 275 ] {be072bda-2b82-4abd-8a85-12aa6d54429d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:13.697434 [ 275 ] {be072bda-2b82-4abd-8a85-12aa6d54429d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:13.697662 [ 275 ] {be072bda-2b82-4abd-8a85-12aa6d54429d} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:13.697824 [ 275 ] {be072bda-2b82-4abd-8a85-12aa6d54429d} executeQuery: Read 2 rows, 167.00 B in 0.001545 sec., 1294.4983818770227 rows/sec., 105.56 KiB/sec. 2026.04.17 23:29:13.697873 [ 275 ] {be072bda-2b82-4abd-8a85-12aa6d54429d} TCPHandler: Processed in 0.001868675 sec. 2026.04.17 23:29:13.698021 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:13.698124 [ 275 ] {b86acf50-88f1-41a1-a91b-5cd3883a9308} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:13.698166 [ 275 ] {b86acf50-88f1-41a1-a91b-5cd3883a9308} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:13.698619 [ 275 ] {b86acf50-88f1-41a1-a91b-5cd3883a9308} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:13.698656 [ 275 ] {b86acf50-88f1-41a1-a91b-5cd3883a9308} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:13.698968 [ 275 ] {b86acf50-88f1-41a1-a91b-5cd3883a9308} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:13.699184 [ 275 ] {b86acf50-88f1-41a1-a91b-5cd3883a9308} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:13.699315 [ 275 ] {b86acf50-88f1-41a1-a91b-5cd3883a9308} executeQuery: Read 57 rows, 4.45 KiB in 0.001214 sec., 46952.22405271829 rows/sec., 3.58 MiB/sec. 2026.04.17 23:29:13.699353 [ 275 ] {b86acf50-88f1-41a1-a91b-5cd3883a9308} TCPHandler: Processed in 0.001383221 sec. 2026.04.17 23:29:13.699476 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:13.699572 [ 275 ] {27002491-f97a-42ef-864b-a6b3354f4eba} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:29:13.699612 [ 275 ] {27002491-f97a-42ef-864b-a6b3354f4eba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:29:13.700004 [ 275 ] {27002491-f97a-42ef-864b-a6b3354f4eba} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:13.700041 [ 275 ] {27002491-f97a-42ef-864b-a6b3354f4eba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:13.700335 [ 275 ] {27002491-f97a-42ef-864b-a6b3354f4eba} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:13.700548 [ 275 ] {27002491-f97a-42ef-864b-a6b3354f4eba} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:13.700677 [ 275 ] {27002491-f97a-42ef-864b-a6b3354f4eba} executeQuery: Read 2 rows, 143.00 B in 0.001123 sec., 1780.9439002671415 rows/sec., 124.35 KiB/sec. 2026.04.17 23:29:13.700713 [ 275 ] {27002491-f97a-42ef-864b-a6b3354f4eba} TCPHandler: Processed in 0.00128595 sec. 2026.04.17 23:29:13.700842 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:13.700937 [ 275 ] {a6568eec-976a-44ea-abca-d2243b2620f4} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:13.700977 [ 275 ] {a6568eec-976a-44ea-abca-d2243b2620f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:13.701399 [ 275 ] {a6568eec-976a-44ea-abca-d2243b2620f4} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:13.701435 [ 275 ] {a6568eec-976a-44ea-abca-d2243b2620f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:13.701732 [ 275 ] {a6568eec-976a-44ea-abca-d2243b2620f4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:13.701938 [ 275 ] {a6568eec-976a-44ea-abca-d2243b2620f4} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:13.702064 [ 275 ] {a6568eec-976a-44ea-abca-d2243b2620f4} executeQuery: Read 66 rows, 5.28 KiB in 0.001146 sec., 57591.62303664921 rows/sec., 4.50 MiB/sec. 2026.04.17 23:29:13.702102 [ 275 ] {a6568eec-976a-44ea-abca-d2243b2620f4} TCPHandler: Processed in 0.00130804 sec. 2026.04.17 23:29:13.702223 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:13.702316 [ 275 ] {a127c9ab-df23-43ab-9238-8c364dbbc71f} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:13.702360 [ 275 ] {a127c9ab-df23-43ab-9238-8c364dbbc71f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:13.702775 [ 275 ] {a127c9ab-df23-43ab-9238-8c364dbbc71f} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:13.702811 [ 275 ] {a127c9ab-df23-43ab-9238-8c364dbbc71f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:13.703150 [ 275 ] {a127c9ab-df23-43ab-9238-8c364dbbc71f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:13.703364 [ 275 ] {a127c9ab-df23-43ab-9238-8c364dbbc71f} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:13.703494 [ 275 ] {a127c9ab-df23-43ab-9238-8c364dbbc71f} executeQuery: Read 161 rows, 11.48 KiB in 0.001195 sec., 134728.03347280333 rows/sec., 9.38 MiB/sec. 2026.04.17 23:29:13.703530 [ 275 ] {a127c9ab-df23-43ab-9238-8c364dbbc71f} TCPHandler: Processed in 0.00135521 sec. 2026.04.17 23:29:13.703643 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:13.703736 [ 275 ] {3d93a0dd-9186-4f29-be92-0230e2a76677} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:13.703778 [ 275 ] {3d93a0dd-9186-4f29-be92-0230e2a76677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:13.704112 [ 275 ] {3d93a0dd-9186-4f29-be92-0230e2a76677} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:13.704147 [ 275 ] {3d93a0dd-9186-4f29-be92-0230e2a76677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:13.704459 [ 275 ] {3d93a0dd-9186-4f29-be92-0230e2a76677} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:13.704671 [ 275 ] {3d93a0dd-9186-4f29-be92-0230e2a76677} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:13.704797 [ 275 ] {3d93a0dd-9186-4f29-be92-0230e2a76677} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.04.17 23:29:13.704832 [ 275 ] {3d93a0dd-9186-4f29-be92-0230e2a76677} TCPHandler: Processed in 0.00123778 sec. 2026.04.17 23:29:16.769364 [ 67 ] {} DNSResolver: Updating DNS cache 2026.04.17 23:29:16.769410 [ 67 ] {} DNSResolver: Updated DNS cache 2026.04.17 23:29:16.847407 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2890 2026.04.17 23:29:16.847898 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:16.847949 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:16.848455 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.17 23:29:16.848696 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:16.848862 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2890 2026.04.17 23:29:16.848881 [ 67 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.17 23:29:16.848982 [ 67 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:16.849018 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:16.851478 [ 201 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::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.04.17 23:29:16.853822 [ 201 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:16.857392 [ 201 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.04.17 23:29:16.860169 [ 201 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.04.17 23:29:16.860261 [ 201 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 506 rows starting from the beginning of the part 2026.04.17 23:29:16.860315 [ 201 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::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.04.17 23:29:16.860362 [ 201 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::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.04.17 23:29:16.860409 [ 201 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::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.04.17 23:29:16.916368 [ 190 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2890 rows, containing 4 columns (4 merged, 0 gathered) in 0.06721896 sec., 42993.82198117912 rows/sec., 629.79 KiB/sec. 2026.04.17 23:29:16.917178 [ 193 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.17 23:29:16.917527 [ 193 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_6_1} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:16.917604 [ 193 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_6_1} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.17 23:29:16.917709 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.04.17 23:29:17.000216 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 168.71 MiB, peak 175.02 MiB, free memory in arenas 0.00 B, will set to 170.71 MiB (RSS), difference: 2.00 MiB 2026.04.17 23:29:17.003577 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.04.17 23:29:17.021531 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:17.021596 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:17.028025 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.17 23:29:17.028777 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:17.029106 [ 66 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.17 23:29:17.029171 [ 66 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:17.029192 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:17.029296 [ 193 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::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.04.17 23:29:17.032499 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.04.17 23:29:17.033744 [ 193 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:17.035195 [ 193 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::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.04.17 23:29:17.039713 [ 193 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::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.04.17 23:29:17.044194 [ 193 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::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.04.17 23:29:17.048252 [ 193 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::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.04.17 23:29:17.058543 [ 193 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::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.04.17 23:29:17.062814 [ 193 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::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.04.17 23:29:17.123273 [ 190 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.094014467 sec., 489.2863988688039 rows/sec., 2.53 MiB/sec. 2026.04.17 23:29:17.125658 [ 195 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.17 23:29:17.127868 [ 195 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_6_1} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:17.128005 [ 195 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_6_1} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.17 23:29:17.130040 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.04.17 23:29:18.000182 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 171.78 MiB, peak 181.32 MiB, free memory in arenas 0.00 B, will set to 179.78 MiB (RSS), difference: 7.99 MiB 2026.04.17 23:29:18.698391 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:18.698580 [ 275 ] {567c36c4-68d9-4e0d-a20b-0adeeb3828c9} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:18.698644 [ 275 ] {567c36c4-68d9-4e0d-a20b-0adeeb3828c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:18.699358 [ 275 ] {567c36c4-68d9-4e0d-a20b-0adeeb3828c9} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:18.699404 [ 275 ] {567c36c4-68d9-4e0d-a20b-0adeeb3828c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:18.699806 [ 275 ] {567c36c4-68d9-4e0d-a20b-0adeeb3828c9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:18.700043 [ 275 ] {567c36c4-68d9-4e0d-a20b-0adeeb3828c9} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:18.700201 [ 275 ] {567c36c4-68d9-4e0d-a20b-0adeeb3828c9} executeQuery: Read 130 rows, 11.48 KiB in 0.001668 sec., 77937.64988009592 rows/sec., 6.72 MiB/sec. 2026.04.17 23:29:18.700249 [ 275 ] {567c36c4-68d9-4e0d-a20b-0adeeb3828c9} TCPHandler: Processed in 0.001984805 sec. 2026.04.17 23:29:18.700383 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:18.700483 [ 275 ] {8f5c1dd3-b475-4684-b544-b67de63e3d26} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:29:18.700526 [ 275 ] {8f5c1dd3-b475-4684-b544-b67de63e3d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:29:18.701012 [ 275 ] {8f5c1dd3-b475-4684-b544-b67de63e3d26} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:18.701060 [ 275 ] {8f5c1dd3-b475-4684-b544-b67de63e3d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:18.701454 [ 275 ] {8f5c1dd3-b475-4684-b544-b67de63e3d26} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:18.701713 [ 275 ] {8f5c1dd3-b475-4684-b544-b67de63e3d26} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:18.701881 [ 275 ] {8f5c1dd3-b475-4684-b544-b67de63e3d26} executeQuery: Read 37 rows, 2.78 KiB in 0.001419 sec., 26074.700493305147 rows/sec., 1.91 MiB/sec. 2026.04.17 23:29:18.701929 [ 275 ] {8f5c1dd3-b475-4684-b544-b67de63e3d26} TCPHandler: Processed in 0.001597142 sec. 2026.04.17 23:29:18.702063 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:18.702175 [ 275 ] {65888260-c847-4286-a75e-70b602785ba0} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:18.702218 [ 275 ] {65888260-c847-4286-a75e-70b602785ba0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:18.702679 [ 275 ] {65888260-c847-4286-a75e-70b602785ba0} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:18.702718 [ 275 ] {65888260-c847-4286-a75e-70b602785ba0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:18.703033 [ 275 ] {65888260-c847-4286-a75e-70b602785ba0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:18.703246 [ 275 ] {65888260-c847-4286-a75e-70b602785ba0} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:18.703380 [ 275 ] {65888260-c847-4286-a75e-70b602785ba0} executeQuery: Read 107 rows, 8.59 KiB in 0.001225 sec., 87346.9387755102 rows/sec., 6.85 MiB/sec. 2026.04.17 23:29:18.703419 [ 275 ] {65888260-c847-4286-a75e-70b602785ba0} TCPHandler: Processed in 0.00141566 sec. 2026.04.17 23:29:18.703539 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:18.703634 [ 275 ] {03c3ae2e-43a1-4a7c-9c07-f7dd6ad32b57} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:18.703679 [ 275 ] {03c3ae2e-43a1-4a7c-9c07-f7dd6ad32b57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:18.704108 [ 275 ] {03c3ae2e-43a1-4a7c-9c07-f7dd6ad32b57} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:18.704145 [ 275 ] {03c3ae2e-43a1-4a7c-9c07-f7dd6ad32b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:18.704480 [ 275 ] {03c3ae2e-43a1-4a7c-9c07-f7dd6ad32b57} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:18.704713 [ 275 ] {03c3ae2e-43a1-4a7c-9c07-f7dd6ad32b57} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:18.704862 [ 275 ] {03c3ae2e-43a1-4a7c-9c07-f7dd6ad32b57} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2026.04.17 23:29:18.704903 [ 275 ] {03c3ae2e-43a1-4a7c-9c07-f7dd6ad32b57} TCPHandler: Processed in 0.001412301 sec. 2026.04.17 23:29:18.705034 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:18.705128 [ 275 ] {967ddacf-649e-406d-952d-5adf1d627ec4} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:18.705184 [ 275 ] {967ddacf-649e-406d-952d-5adf1d627ec4} 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.04.17 23:29:18.706082 [ 275 ] {967ddacf-649e-406d-952d-5adf1d627ec4} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:18.706120 [ 275 ] {967ddacf-649e-406d-952d-5adf1d627ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:18.706714 [ 275 ] {967ddacf-649e-406d-952d-5adf1d627ec4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:18.706950 [ 275 ] {967ddacf-649e-406d-952d-5adf1d627ec4} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:18.707090 [ 275 ] {967ddacf-649e-406d-952d-5adf1d627ec4} executeQuery: Read 37 rows, 67.89 KiB in 0.00198 sec., 18686.868686868685 rows/sec., 33.49 MiB/sec. 2026.04.17 23:29:18.707145 [ 275 ] {967ddacf-649e-406d-952d-5adf1d627ec4} TCPHandler: Processed in 0.002161086 sec. 2026.04.17 23:29:18.707280 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:18.707376 [ 275 ] {7e160151-e019-43f0-a2f2-e54818e4a285} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.17 23:29:18.707419 [ 275 ] {7e160151-e019-43f0-a2f2-e54818e4a285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.17 23:29:18.707747 [ 275 ] {7e160151-e019-43f0-a2f2-e54818e4a285} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:18.707784 [ 275 ] {7e160151-e019-43f0-a2f2-e54818e4a285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:18.708086 [ 275 ] {7e160151-e019-43f0-a2f2-e54818e4a285} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:18.708291 [ 275 ] {7e160151-e019-43f0-a2f2-e54818e4a285} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:18.708429 [ 275 ] {7e160151-e019-43f0-a2f2-e54818e4a285} executeQuery: Read 9 rows, 709.00 B in 0.001071 sec., 8403.361344537816 rows/sec., 646.48 KiB/sec. 2026.04.17 23:29:18.708466 [ 275 ] {7e160151-e019-43f0-a2f2-e54818e4a285} TCPHandler: Processed in 0.00123508 sec. 2026.04.17 23:29:18.708597 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:18.708720 [ 275 ] {7046ceab-c31f-468c-8e4f-3745f583d3bd} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:18.708771 [ 275 ] {7046ceab-c31f-468c-8e4f-3745f583d3bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:18.709159 [ 275 ] {7046ceab-c31f-468c-8e4f-3745f583d3bd} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:18.709197 [ 275 ] {7046ceab-c31f-468c-8e4f-3745f583d3bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:18.709512 [ 275 ] {7046ceab-c31f-468c-8e4f-3745f583d3bd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:18.709726 [ 275 ] {7046ceab-c31f-468c-8e4f-3745f583d3bd} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:18.709860 [ 275 ] {7046ceab-c31f-468c-8e4f-3745f583d3bd} executeQuery: Read 60 rows, 4.14 KiB in 0.001165 sec., 51502.14592274678 rows/sec., 3.47 MiB/sec. 2026.04.17 23:29:18.709897 [ 275 ] {7046ceab-c31f-468c-8e4f-3745f583d3bd} TCPHandler: Processed in 0.001361791 sec. 2026.04.17 23:29:21.851096 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 226 2026.04.17 23:29:21.853108 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:21.853153 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:21.854272 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:21.854541 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:21.854782 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 226 2026.04.17 23:29:23.695919 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:23.696125 [ 275 ] {d07b2154-a70a-464b-8d76-745c08c7cde8} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:23.696201 [ 275 ] {d07b2154-a70a-464b-8d76-745c08c7cde8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:23.696891 [ 275 ] {d07b2154-a70a-464b-8d76-745c08c7cde8} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:23.696946 [ 275 ] {d07b2154-a70a-464b-8d76-745c08c7cde8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:23.697351 [ 275 ] {d07b2154-a70a-464b-8d76-745c08c7cde8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.17 23:29:23.697596 [ 275 ] {d07b2154-a70a-464b-8d76-745c08c7cde8} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:23.697729 [ 60 ] {} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.17 23:29:23.697758 [ 275 ] {d07b2154-a70a-464b-8d76-745c08c7cde8} executeQuery: Read 56 rows, 4.38 KiB in 0.001684 sec., 33254.1567695962 rows/sec., 2.54 MiB/sec. 2026.04.17 23:29:23.697800 [ 60 ] {} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:23.697821 [ 275 ] {d07b2154-a70a-464b-8d76-745c08c7cde8} TCPHandler: Processed in 0.002039986 sec. 2026.04.17 23:29:23.697828 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:23.697977 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:23.697987 [ 187 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::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.04.17 23:29:23.698087 [ 275 ] {a8862a79-71ea-45c9-bdd8-75410defcb9f} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:23.698113 [ 187 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:23.698133 [ 275 ] {a8862a79-71ea-45c9-bdd8-75410defcb9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:23.698154 [ 187 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 190 rows starting from the beginning of the part 2026.04.17 23:29:23.698255 [ 187 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::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.04.17 23:29:23.698308 [ 187 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part 2026.04.17 23:29:23.698352 [ 187 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2026.04.17 23:29:23.698394 [ 187 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 130 rows starting from the beginning of the part 2026.04.17 23:29:23.698437 [ 187 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2026.04.17 23:29:23.698600 [ 275 ] {a8862a79-71ea-45c9-bdd8-75410defcb9f} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:23.698639 [ 275 ] {a8862a79-71ea-45c9-bdd8-75410defcb9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:23.699050 [ 275 ] {a8862a79-71ea-45c9-bdd8-75410defcb9f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.17 23:29:23.699279 [ 275 ] {a8862a79-71ea-45c9-bdd8-75410defcb9f} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:23.699330 [ 190 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.001392691 sec., 388456.5923094211 rows/sec., 34.56 MiB/sec. 2026.04.17 23:29:23.699391 [ 60 ] {} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.17 23:29:23.699417 [ 275 ] {a8862a79-71ea-45c9-bdd8-75410defcb9f} executeQuery: Read 64 rows, 5.12 KiB in 0.001353 sec., 47302.29120473023 rows/sec., 3.69 MiB/sec. 2026.04.17 23:29:23.699462 [ 60 ] {} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:23.699491 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:23.699495 [ 275 ] {a8862a79-71ea-45c9-bdd8-75410defcb9f} TCPHandler: Processed in 0.001570522 sec. 2026.04.17 23:29:23.699566 [ 187 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::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.04.17 23:29:23.699599 [ 197 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.17 23:29:23.699650 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:23.699651 [ 187 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:23.699689 [ 187 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 102 rows starting from the beginning of the part 2026.04.17 23:29:23.699733 [ 187 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::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.04.17 23:29:23.699753 [ 275 ] {cdc912ad-3c11-4600-9979-8be024f27524} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:23.699772 [ 187 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 65 rows starting from the beginning of the part 2026.04.17 23:29:23.699803 [ 275 ] {cdc912ad-3c11-4600-9979-8be024f27524} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:23.699809 [ 187 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part 2026.04.17 23:29:23.699853 [ 187 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 107 rows starting from the beginning of the part 2026.04.17 23:29:23.699895 [ 187 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.04.17 23:29:23.699977 [ 197 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:23.700073 [ 197 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_6_1} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.17 23:29:23.700169 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.04.17 23:29:23.700237 [ 275 ] {cdc912ad-3c11-4600-9979-8be024f27524} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:23.700278 [ 275 ] {cdc912ad-3c11-4600-9979-8be024f27524} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:23.700631 [ 275 ] {cdc912ad-3c11-4600-9979-8be024f27524} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.17 23:29:23.700882 [ 275 ] {cdc912ad-3c11-4600-9979-8be024f27524} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:23.700957 [ 191 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420161 sec., 309824.0269941225 rows/sec., 25.69 MiB/sec. 2026.04.17 23:29:23.700999 [ 60 ] {} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.17 23:29:23.701025 [ 275 ] {cdc912ad-3c11-4600-9979-8be024f27524} executeQuery: Read 160 rows, 11.41 KiB in 0.001293 sec., 123743.23279195667 rows/sec., 8.62 MiB/sec. 2026.04.17 23:29:23.701043 [ 60 ] {} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:23.701068 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:23.701071 [ 275 ] {cdc912ad-3c11-4600-9979-8be024f27524} TCPHandler: Processed in 0.001470041 sec. 2026.04.17 23:29:23.701144 [ 187 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::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.04.17 23:29:23.701160 [ 190 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.17 23:29:23.701209 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:23.701238 [ 187 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:23.701266 [ 187 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 283 rows starting from the beginning of the part 2026.04.17 23:29:23.701310 [ 275 ] {d4385fd5-f05e-4a43-9c0f-36c2103334fa} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:23.701321 [ 187 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::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.04.17 23:29:23.701356 [ 275 ] {d4385fd5-f05e-4a43-9c0f-36c2103334fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:23.701374 [ 187 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part 2026.04.17 23:29:23.701420 [ 187 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part 2026.04.17 23:29:23.701463 [ 187 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.04.17 23:29:23.701477 [ 190 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:23.701509 [ 187 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.04.17 23:29:23.701554 [ 190 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_6_1} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.17 23:29:23.701642 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.17 23:29:23.701730 [ 275 ] {d4385fd5-f05e-4a43-9c0f-36c2103334fa} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:23.701771 [ 275 ] {d4385fd5-f05e-4a43-9c0f-36c2103334fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:23.702099 [ 275 ] {d4385fd5-f05e-4a43-9c0f-36c2103334fa} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.17 23:29:23.702342 [ 275 ] {d4385fd5-f05e-4a43-9c0f-36c2103334fa} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:23.702430 [ 187 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 5 columns (5 merged, 0 gathered) in 0.001317791 sec., 746704.1435250355 rows/sec., 53.49 MiB/sec. 2026.04.17 23:29:23.702449 [ 60 ] {} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.17 23:29:23.702478 [ 275 ] {d4385fd5-f05e-4a43-9c0f-36c2103334fa} executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. 2026.04.17 23:29:23.702484 [ 60 ] {} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:23.702519 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:23.702522 [ 275 ] {d4385fd5-f05e-4a43-9c0f-36c2103334fa} TCPHandler: Processed in 0.00136315 sec. 2026.04.17 23:29:23.702609 [ 199 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::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.04.17 23:29:23.702643 [ 190 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.17 23:29:23.702707 [ 199 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:23.702749 [ 199 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part 2026.04.17 23:29:23.702825 [ 199 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::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.04.17 23:29:23.702872 [ 199 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2026.04.17 23:29:23.702916 [ 199 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.04.17 23:29:23.702919 [ 190 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:23.702957 [ 199 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.04.17 23:29:23.702998 [ 190 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_6_1} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.17 23:29:23.703001 [ 199 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.04.17 23:29:23.703079 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.04.17 23:29:23.703724 [ 199 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001152429 sec., 260319.7246858592 rows/sec., 17.48 MiB/sec. 2026.04.17 23:29:23.703868 [ 190 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.17 23:29:23.704110 [ 190 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:23.704175 [ 190 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_6_1} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.17 23:29:23.704239 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.17 23:29:24.022235 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.022422 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.022742 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.027098 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.17 23:29:24.027389 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.027472 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.027685 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.04.17 23:29:24.029669 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.031891 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.031955 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.032106 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.17 23:29:24.032152 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.046510 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} executeQuery: Read 30 rows, 1.30 KiB in 0.024157 sec., 1241.8760607691352 rows/sec., 53.93 KiB/sec. 2026.04.17 23:29:24.046658 [ 275 ] {ecce72d3-201d-4394-b5f4-0fa5d9b3d30a} TCPHandler: Processed in 0.024508949 sec. 2026.04.17 23:29:24.047086 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.047331 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.047562 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.047599 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.17 23:29:24.047800 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.047860 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.047969 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.04.17 23:29:24.047999 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.048018 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.048033 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.048068 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.17 23:29:24.048087 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.048713 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} executeQuery: Read 30 rows, 1.30 KiB in 0.001491 sec., 20120.72434607646 rows/sec., 873.73 KiB/sec. 2026.04.17 23:29:24.048797 [ 275 ] {f589f75d-2eda-46db-9d64-38ab9e63f847} TCPHandler: Processed in 0.001802614 sec. 2026.04.17 23:29:24.049506 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.049642 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.049859 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.049894 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.17 23:29:24.050088 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.050140 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.050242 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.04.17 23:29:24.050270 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.050288 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.050302 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.050336 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.17 23:29:24.050354 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.050805 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} executeQuery: Read 30 rows, 1.30 KiB in 0.00122 sec., 24590.16393442623 rows/sec., 1.04 MiB/sec. 2026.04.17 23:29:24.050888 [ 275 ] {12939d1c-41db-408d-97f5-e19d3591994d} TCPHandler: Processed in 0.001431441 sec. 2026.04.17 23:29:24.051133 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.051268 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.051480 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.051515 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2026.04.17 23:29:24.051708 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.051760 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.051858 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.04.17 23:29:24.051886 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.051904 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.051919 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.051951 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.04.17 23:29:24.051968 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.052396 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} executeQuery: Read 30 rows, 1.30 KiB in 0.001185 sec., 25316.45569620253 rows/sec., 1.07 MiB/sec. 2026.04.17 23:29:24.052474 [ 275 ] {e638a02f-2f03-4d7f-90a0-6453cd763648} TCPHandler: Processed in 0.001394321 sec. 2026.04.17 23:29:24.052709 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.052842 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.053049 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.053084 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.04.17 23:29:24.053279 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.053332 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.053430 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.04.17 23:29:24.053457 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.053475 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.053490 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.053522 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.04.17 23:29:24.053539 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.053945 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} executeQuery: Read 30 rows, 1.30 KiB in 0.001157 sec., 25929.127052722557 rows/sec., 1.10 MiB/sec. 2026.04.17 23:29:24.054021 [ 275 ] {00073dbc-8b7d-4684-b979-a35ddf0ed2d3} TCPHandler: Processed in 0.001361 sec. 2026.04.17 23:29:24.054308 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.054442 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.054648 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.054682 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.04.17 23:29:24.054880 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.054931 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.055026 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.04.17 23:29:24.055054 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.055072 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.055086 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.055118 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.17 23:29:24.055135 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.055534 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} executeQuery: Read 30 rows, 1.30 KiB in 0.001148 sec., 26132.40418118467 rows/sec., 1.11 MiB/sec. 2026.04.17 23:29:24.055613 [ 275 ] {cbc6ec01-5c51-4741-b94d-643cde155fbe} TCPHandler: Processed in 0.001352991 sec. 2026.04.17 23:29:24.055850 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.055983 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.056189 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.056224 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.04.17 23:29:24.056418 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.056470 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.056571 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.04.17 23:29:24.056600 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.056618 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.056631 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.056664 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.17 23:29:24.056681 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.057072 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} executeQuery: Read 30 rows, 1.30 KiB in 0.001145 sec., 26200.873362445414 rows/sec., 1.11 MiB/sec. 2026.04.17 23:29:24.057149 [ 275 ] {ca80db27-2ee7-43bb-b046-adfbf66c5ad6} TCPHandler: Processed in 0.001348 sec. 2026.04.17 23:29:24.057391 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.057522 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.057726 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.057761 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.057957 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.058008 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.058112 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.04.17 23:29:24.058141 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.058159 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.058175 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.058209 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.17 23:29:24.058227 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.058623 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} executeQuery: Read 30 rows, 1.30 KiB in 0.001156 sec., 25951.557093425607 rows/sec., 1.10 MiB/sec. 2026.04.17 23:29:24.058701 [ 275 ] {50fcc678-c272-4bd2-8cd2-58c145180d96} TCPHandler: Processed in 0.00135946 sec. 2026.04.17 23:29:24.058928 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.059061 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.059272 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.059308 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.059509 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.059560 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.059658 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.04.17 23:29:24.059686 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.059704 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.059718 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.059751 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.17 23:29:24.059769 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.060154 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} executeQuery: Read 30 rows, 1.30 KiB in 0.001148 sec., 26132.40418118467 rows/sec., 1.11 MiB/sec. 2026.04.17 23:29:24.060233 [ 275 ] {88b1b644-c3cc-4b00-8c42-8e10c9643a79} TCPHandler: Processed in 0.00135342 sec. 2026.04.17 23:29:24.060458 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.060593 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.060802 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.060840 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.061039 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.061090 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.061185 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.04.17 23:29:24.061212 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.061230 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.061245 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.061278 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.061295 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.061674 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} executeQuery: Read 30 rows, 1.30 KiB in 0.001138 sec., 26362.038664323376 rows/sec., 1.12 MiB/sec. 2026.04.17 23:29:24.061751 [ 275 ] {0b639263-3bf0-4520-a0f1-b193d82d08bc} TCPHandler: Processed in 0.00134207 sec. 2026.04.17 23:29:24.061992 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.062126 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.062338 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.062374 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.062574 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.062625 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.062721 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.04.17 23:29:24.062749 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.062767 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.062781 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.062813 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.062837 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.063216 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} executeQuery: Read 30 rows, 1.30 KiB in 0.001147 sec., 26155.187445510026 rows/sec., 1.11 MiB/sec. 2026.04.17 23:29:24.063294 [ 275 ] {bf881356-1d00-463b-aa32-e76d8787d804} TCPHandler: Processed in 0.001350061 sec. 2026.04.17 23:29:24.070825 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.070989 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.071253 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.071299 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.071502 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.071552 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.071647 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.04.17 23:29:24.071675 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.071693 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.071707 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.071739 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.071756 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.072296 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} executeQuery: Read 30 rows, 1.30 KiB in 0.001378 sec., 21770.682148040636 rows/sec., 945.38 KiB/sec. 2026.04.17 23:29:24.072378 [ 275 ] {a77449f6-1694-4b9c-946e-1f25a6f08414} TCPHandler: Processed in 0.001613272 sec. 2026.04.17 23:29:24.075948 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.076090 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.076304 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.076343 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.076553 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.076605 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.076703 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.04.17 23:29:24.076731 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.076748 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.076763 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.076796 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.076813 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.077455 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} executeQuery: Read 30 rows, 1.30 KiB in 0.001427 sec., 21023.12543798178 rows/sec., 912.92 KiB/sec. 2026.04.17 23:29:24.077537 [ 275 ] {def8ae41-2f11-4ee3-a537-9f68f10a3b15} TCPHandler: Processed in 0.001638083 sec. 2026.04.17 23:29:24.077776 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.077914 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.078161 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.078198 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.078433 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.078486 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.078584 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.04.17 23:29:24.078612 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.078631 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.078644 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.078677 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.078695 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.079099 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} executeQuery: Read 30 rows, 1.30 KiB in 0.001245 sec., 24096.385542168675 rows/sec., 1.02 MiB/sec. 2026.04.17 23:29:24.079179 [ 275 ] {f47efc93-dbe4-46f7-a01a-ec3f58909157} TCPHandler: Processed in 0.001452711 sec. 2026.04.17 23:29:24.079392 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.079528 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.079745 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.079783 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.080002 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.080055 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.080152 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.04.17 23:29:24.080179 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.080197 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.080211 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.080244 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.080261 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.080662 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} executeQuery: Read 30 rows, 1.30 KiB in 0.001192 sec., 25167.78523489933 rows/sec., 1.07 MiB/sec. 2026.04.17 23:29:24.080741 [ 275 ] {5ca32253-4199-47cf-bda6-dcb196501663} TCPHandler: Processed in 0.001397751 sec. 2026.04.17 23:29:24.080957 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.081092 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.081311 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.081348 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.081560 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.081612 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.081709 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.04.17 23:29:24.081736 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.081753 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.081768 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.081801 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.081818 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.082202 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} executeQuery: Read 30 rows, 1.30 KiB in 0.001168 sec., 25684.931506849316 rows/sec., 1.09 MiB/sec. 2026.04.17 23:29:24.082289 [ 275 ] {8c79f6cd-59b3-41b4-9606-fa9cca43c808} TCPHandler: Processed in 0.001380131 sec. 2026.04.17 23:29:24.082499 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.082635 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.082860 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.082898 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.083112 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.083164 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.083262 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.04.17 23:29:24.083290 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.083308 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.083322 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.083356 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.083374 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.083773 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} executeQuery: Read 30 rows, 1.30 KiB in 0.001197 sec., 25062.65664160401 rows/sec., 1.06 MiB/sec. 2026.04.17 23:29:24.083860 [ 275 ] {29485585-fc70-4848-88d0-03071ffe7147} TCPHandler: Processed in 0.001409031 sec. 2026.04.17 23:29:24.084101 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.084238 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.084456 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.084493 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.084706 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.084758 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.084855 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.04.17 23:29:24.084882 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.084900 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.084913 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.084946 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.084963 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.085349 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} executeQuery: Read 30 rows, 1.30 KiB in 0.00117 sec., 25641.02564102564 rows/sec., 1.09 MiB/sec. 2026.04.17 23:29:24.085434 [ 275 ] {67b44aec-bc78-4b9d-b1e2-68dac55ba43d} TCPHandler: Processed in 0.001381501 sec. 2026.04.17 23:29:24.107098 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.107242 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.107492 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.107532 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.107801 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.107855 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.107958 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.04.17 23:29:24.107988 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.108012 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.108026 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.108062 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.108085 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.108538 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} executeQuery: Read 30 rows, 1.30 KiB in 0.001357 sec., 22107.59027266028 rows/sec., 960.01 KiB/sec. 2026.04.17 23:29:24.108627 [ 275 ] {37654bb8-7625-4e48-aa13-fd20662f0ce1} TCPHandler: Processed in 0.001580232 sec. 2026.04.17 23:29:24.157451 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.157599 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.157843 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.157896 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.17 23:29:24.158154 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.158209 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.158313 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.04.17 23:29:24.158348 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.158370 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.158385 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.158421 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.17 23:29:24.158439 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.158934 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} executeQuery: Read 30 rows, 1.30 KiB in 0.001398 sec., 21459.22746781116 rows/sec., 931.86 KiB/sec. 2026.04.17 23:29:24.159040 [ 275 ] {187de79b-bbbc-4e51-b546-c724237ed648} TCPHandler: Processed in 0.001642733 sec. 2026.04.17 23:29:24.208888 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.209042 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} executeQuery: (from [fd00:1122:3344:101::d]:56229) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.17 23:29:24.209299 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.17 23:29:24.209337 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.17 23:29:24.209573 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.209629 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:24.209736 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Key condition: (column 0 notIn 50-element set) 2026.04.17 23:29:24.209765 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.17 23:29:24.209783 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (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.04.17 23:29:24.209798 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.17 23:29:24.209838 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} 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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.17 23:29:24.209858 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 30 rows starting from 0 2026.04.17 23:29:24.210423 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} executeQuery: Read 30 rows, 1.30 KiB in 0.001447 sec., 20732.55010366275 rows/sec., 900.30 KiB/sec. 2026.04.17 23:29:24.210515 [ 275 ] {624d7f57-2ca8-4138-b65b-8baddc43df65} TCPHandler: Processed in 0.001685922 sec. 2026.04.17 23:29:24.211978 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.212085 [ 275 ] {61952921-c5e5-4a52-aa33-b2e37be2ddb9} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.17 23:29:24.212129 [ 275 ] {61952921-c5e5-4a52-aa33-b2e37be2ddb9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.17 23:29:24.212682 [ 275 ] {61952921-c5e5-4a52-aa33-b2e37be2ddb9} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.212727 [ 275 ] {61952921-c5e5-4a52-aa33-b2e37be2ddb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.213156 [ 275 ] {61952921-c5e5-4a52-aa33-b2e37be2ddb9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:24.213363 [ 275 ] {61952921-c5e5-4a52-aa33-b2e37be2ddb9} oximeter.timeseries_schema (6346f0b9-e12c-4cca-8d1c-195b61de13c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.213514 [ 275 ] {61952921-c5e5-4a52-aa33-b2e37be2ddb9} executeQuery: Read 21 rows, 6.25 KiB in 0.00146 sec., 14383.561643835617 rows/sec., 4.18 MiB/sec. 2026.04.17 23:29:24.213552 [ 275 ] {61952921-c5e5-4a52-aa33-b2e37be2ddb9} TCPHandler: Processed in 0.001623263 sec. 2026.04.17 23:29:24.213689 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.213786 [ 275 ] {2bb9567c-8831-4798-ad28-38b4af73c756} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.17 23:29:24.213829 [ 275 ] {2bb9567c-8831-4798-ad28-38b4af73c756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.17 23:29:24.214382 [ 275 ] {2bb9567c-8831-4798-ad28-38b4af73c756} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.214420 [ 275 ] {2bb9567c-8831-4798-ad28-38b4af73c756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.214747 [ 275 ] {2bb9567c-8831-4798-ad28-38b4af73c756} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:24.214963 [ 275 ] {2bb9567c-8831-4798-ad28-38b4af73c756} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.215092 [ 275 ] {2bb9567c-8831-4798-ad28-38b4af73c756} executeQuery: Read 284 rows, 18.47 KiB in 0.001327 sec., 214016.578749058 rows/sec., 13.59 MiB/sec. 2026.04.17 23:29:24.215129 [ 275 ] {2bb9567c-8831-4798-ad28-38b4af73c756} TCPHandler: Processed in 0.001489521 sec. 2026.04.17 23:29:24.215252 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.215346 [ 275 ] {9361a9db-34cf-4556-acbb-abad0ed5c3b4} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.17 23:29:24.215386 [ 275 ] {9361a9db-34cf-4556-acbb-abad0ed5c3b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.17 23:29:24.215785 [ 275 ] {9361a9db-34cf-4556-acbb-abad0ed5c3b4} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.215822 [ 275 ] {9361a9db-34cf-4556-acbb-abad0ed5c3b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.216099 [ 275 ] {9361a9db-34cf-4556-acbb-abad0ed5c3b4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:24.216309 [ 275 ] {9361a9db-34cf-4556-acbb-abad0ed5c3b4} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.216439 [ 275 ] {9361a9db-34cf-4556-acbb-abad0ed5c3b4} executeQuery: Read 2 rows, 167.00 B in 0.001112 sec., 1798.5611510791368 rows/sec., 146.66 KiB/sec. 2026.04.17 23:29:24.216475 [ 275 ] {9361a9db-34cf-4556-acbb-abad0ed5c3b4} TCPHandler: Processed in 0.00127258 sec. 2026.04.17 23:29:24.216587 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.216681 [ 275 ] {b8a076c7-fc97-4ecd-9437-0c7d27af9e7a} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:24.216720 [ 275 ] {b8a076c7-fc97-4ecd-9437-0c7d27af9e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:24.218801 [ 275 ] {b8a076c7-fc97-4ecd-9437-0c7d27af9e7a} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.218838 [ 275 ] {b8a076c7-fc97-4ecd-9437-0c7d27af9e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.219436 [ 275 ] {b8a076c7-fc97-4ecd-9437-0c7d27af9e7a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.17 23:29:24.219650 [ 275 ] {b8a076c7-fc97-4ecd-9437-0c7d27af9e7a} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.219780 [ 275 ] {b8a076c7-fc97-4ecd-9437-0c7d27af9e7a} executeQuery: Read 3217 rows, 245.77 KiB in 0.003118 sec., 1031751.1225144323 rows/sec., 76.98 MiB/sec. 2026.04.17 23:29:24.219819 [ 275 ] {b8a076c7-fc97-4ecd-9437-0c7d27af9e7a} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.17 23:29:24.219832 [ 275 ] {b8a076c7-fc97-4ecd-9437-0c7d27af9e7a} TCPHandler: Processed in 0.003293396 sec. 2026.04.17 23:29:24.219954 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.220048 [ 275 ] {d1342537-16c5-4693-8747-742dc658d9c1} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:29:24.220088 [ 275 ] {d1342537-16c5-4693-8747-742dc658d9c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:29:24.220560 [ 275 ] {d1342537-16c5-4693-8747-742dc658d9c1} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.220597 [ 275 ] {d1342537-16c5-4693-8747-742dc658d9c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.220896 [ 275 ] {d1342537-16c5-4693-8747-742dc658d9c1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:24.221116 [ 275 ] {d1342537-16c5-4693-8747-742dc658d9c1} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.221247 [ 275 ] {d1342537-16c5-4693-8747-742dc658d9c1} executeQuery: Read 189 rows, 12.07 KiB in 0.001219 sec., 155045.11894995897 rows/sec., 9.67 MiB/sec. 2026.04.17 23:29:24.221284 [ 275 ] {d1342537-16c5-4693-8747-742dc658d9c1} TCPHandler: Processed in 0.001379121 sec. 2026.04.17 23:29:24.221398 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.221492 [ 275 ] {6b0659fd-5eb2-47b2-a9d9-1850739a1532} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.17 23:29:24.221532 [ 275 ] {6b0659fd-5eb2-47b2-a9d9-1850739a1532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.17 23:29:24.222190 [ 275 ] {6b0659fd-5eb2-47b2-a9d9-1850739a1532} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.222226 [ 275 ] {6b0659fd-5eb2-47b2-a9d9-1850739a1532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.222569 [ 275 ] {6b0659fd-5eb2-47b2-a9d9-1850739a1532} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:24.222786 [ 275 ] {6b0659fd-5eb2-47b2-a9d9-1850739a1532} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.222912 [ 275 ] {6b0659fd-5eb2-47b2-a9d9-1850739a1532} executeQuery: Read 950 rows, 57.24 KiB in 0.001438 sec., 660639.7774687065 rows/sec., 38.87 MiB/sec. 2026.04.17 23:29:24.222948 [ 275 ] {6b0659fd-5eb2-47b2-a9d9-1850739a1532} TCPHandler: Processed in 0.001599193 sec. 2026.04.17 23:29:24.223067 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.223161 [ 275 ] {628d92af-7ee3-4b61-9021-13dbed6ec602} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:24.223201 [ 275 ] {628d92af-7ee3-4b61-9021-13dbed6ec602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.17 23:29:24.223587 [ 275 ] {628d92af-7ee3-4b61-9021-13dbed6ec602} oximeter.fields_u64 (09409bd6-e92e-4f0d-9601-eddcc1b019b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.223624 [ 275 ] {628d92af-7ee3-4b61-9021-13dbed6ec602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.223994 [ 275 ] {628d92af-7ee3-4b61-9021-13dbed6ec602} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:29:24.224207 [ 275 ] {628d92af-7ee3-4b61-9021-13dbed6ec602} oximeter.fields_u64 (09409bd6-e92e-4f0d-9601-eddcc1b019b7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.224332 [ 275 ] {628d92af-7ee3-4b61-9021-13dbed6ec602} executeQuery: Read 2 rows, 144.00 B in 0.001188 sec., 1683.5016835016834 rows/sec., 118.37 KiB/sec. 2026.04.17 23:29:24.224367 [ 275 ] {628d92af-7ee3-4b61-9021-13dbed6ec602} TCPHandler: Processed in 0.001349061 sec. 2026.04.17 23:29:24.224480 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.224573 [ 275 ] {5a6c53e4-c9ff-4d33-967e-555d043b1ce6} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.17 23:29:24.224611 [ 275 ] {5a6c53e4-c9ff-4d33-967e-555d043b1ce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.17 23:29:24.225315 [ 275 ] {5a6c53e4-c9ff-4d33-967e-555d043b1ce6} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.225352 [ 275 ] {5a6c53e4-c9ff-4d33-967e-555d043b1ce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.225651 [ 275 ] {5a6c53e4-c9ff-4d33-967e-555d043b1ce6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:24.225870 [ 275 ] {5a6c53e4-c9ff-4d33-967e-555d043b1ce6} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.225992 [ 275 ] {5a6c53e4-c9ff-4d33-967e-555d043b1ce6} executeQuery: Read 148 rows, 8.62 KiB in 0.001437 sec., 102992.34516353515 rows/sec., 5.86 MiB/sec. 2026.04.17 23:29:24.226036 [ 275 ] {5a6c53e4-c9ff-4d33-967e-555d043b1ce6} TCPHandler: Processed in 0.001604583 sec. 2026.04.17 23:29:24.226158 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.226250 [ 275 ] {8afd5639-fdfa-4509-9348-268bac3c965b} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:24.226289 [ 275 ] {8afd5639-fdfa-4509-9348-268bac3c965b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:24.227265 [ 275 ] {8afd5639-fdfa-4509-9348-268bac3c965b} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.227301 [ 275 ] {8afd5639-fdfa-4509-9348-268bac3c965b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.227677 [ 275 ] {8afd5639-fdfa-4509-9348-268bac3c965b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.17 23:29:24.227894 [ 275 ] {8afd5639-fdfa-4509-9348-268bac3c965b} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.228022 [ 275 ] {8afd5639-fdfa-4509-9348-268bac3c965b} executeQuery: Read 1752 rows, 121.06 KiB in 0.00179 sec., 978770.9497206705 rows/sec., 66.05 MiB/sec. 2026.04.17 23:29:24.228065 [ 275 ] {8afd5639-fdfa-4509-9348-268bac3c965b} TCPHandler: Processed in 0.001954735 sec. 2026.04.17 23:29:24.228186 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.228279 [ 275 ] {ed14beec-84b8-4bf8-bc61-e5fb2edda14d} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.17 23:29:24.228321 [ 275 ] {ed14beec-84b8-4bf8-bc61-e5fb2edda14d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.17 23:29:24.228651 [ 275 ] {ed14beec-84b8-4bf8-bc61-e5fb2edda14d} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.228686 [ 275 ] {ed14beec-84b8-4bf8-bc61-e5fb2edda14d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.228976 [ 275 ] {ed14beec-84b8-4bf8-bc61-e5fb2edda14d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.17 23:29:24.229189 [ 275 ] {ed14beec-84b8-4bf8-bc61-e5fb2edda14d} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.229315 [ 275 ] {ed14beec-84b8-4bf8-bc61-e5fb2edda14d} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2026.04.17 23:29:24.229358 [ 275 ] {ed14beec-84b8-4bf8-bc61-e5fb2edda14d} TCPHandler: Processed in 0.001220849 sec. 2026.04.17 23:29:24.229476 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.229570 [ 275 ] {4c1fdee4-2a25-4687-9a87-26c957a81128} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:24.229613 [ 275 ] {4c1fdee4-2a25-4687-9a87-26c957a81128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:24.230687 [ 275 ] {4c1fdee4-2a25-4687-9a87-26c957a81128} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.230724 [ 275 ] {4c1fdee4-2a25-4687-9a87-26c957a81128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.231293 [ 275 ] {4c1fdee4-2a25-4687-9a87-26c957a81128} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.17 23:29:24.231526 [ 275 ] {4c1fdee4-2a25-4687-9a87-26c957a81128} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.231659 [ 275 ] {4c1fdee4-2a25-4687-9a87-26c957a81128} executeQuery: Read 3198 rows, 205.48 KiB in 0.002108 sec., 1517077.79886148 rows/sec., 95.19 MiB/sec. 2026.04.17 23:29:24.231697 [ 275 ] {4c1fdee4-2a25-4687-9a87-26c957a81128} TCPHandler: Processed in 0.002268367 sec. 2026.04.17 23:29:24.231821 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.231915 [ 275 ] {dab81e36-975f-4b94-b151-21270f02ef38} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.17 23:29:24.231956 [ 275 ] {dab81e36-975f-4b94-b151-21270f02ef38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.17 23:29:24.232276 [ 275 ] {dab81e36-975f-4b94-b151-21270f02ef38} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.232311 [ 275 ] {dab81e36-975f-4b94-b151-21270f02ef38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.232597 [ 275 ] {dab81e36-975f-4b94-b151-21270f02ef38} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:24.232801 [ 275 ] {dab81e36-975f-4b94-b151-21270f02ef38} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.232930 [ 275 ] {dab81e36-975f-4b94-b151-21270f02ef38} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2026.04.17 23:29:24.232966 [ 275 ] {dab81e36-975f-4b94-b151-21270f02ef38} TCPHandler: Processed in 0.001193999 sec. 2026.04.17 23:29:24.233082 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.233175 [ 275 ] {70fc4744-c724-42a7-9089-972ad7d2329d} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:24.233229 [ 275 ] {70fc4744-c724-42a7-9089-972ad7d2329d} 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.04.17 23:29:24.233983 [ 275 ] {70fc4744-c724-42a7-9089-972ad7d2329d} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.234019 [ 275 ] {70fc4744-c724-42a7-9089-972ad7d2329d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.234547 [ 275 ] {70fc4744-c724-42a7-9089-972ad7d2329d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:24.234774 [ 275 ] {70fc4744-c724-42a7-9089-972ad7d2329d} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.234917 [ 275 ] {70fc4744-c724-42a7-9089-972ad7d2329d} executeQuery: Read 45 rows, 82.57 KiB in 0.00176 sec., 25568.181818181816 rows/sec., 45.82 MiB/sec. 2026.04.17 23:29:24.234971 [ 275 ] {70fc4744-c724-42a7-9089-972ad7d2329d} TCPHandler: Processed in 0.001937815 sec. 2026.04.17 23:29:24.235105 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:24.235198 [ 275 ] {6cdd0e61-0576-4b61-9361-0070783a62d1} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:24.235240 [ 275 ] {6cdd0e61-0576-4b61-9361-0070783a62d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:24.235574 [ 275 ] {6cdd0e61-0576-4b61-9361-0070783a62d1} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.235610 [ 275 ] {6cdd0e61-0576-4b61-9361-0070783a62d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.235907 [ 275 ] {6cdd0e61-0576-4b61-9361-0070783a62d1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.17 23:29:24.236120 [ 275 ] {6cdd0e61-0576-4b61-9361-0070783a62d1} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.236244 [ 275 ] {6cdd0e61-0576-4b61-9361-0070783a62d1} executeQuery: Read 42 rows, 2.45 KiB in 0.001065 sec., 39436.61971830986 rows/sec., 2.25 MiB/sec. 2026.04.17 23:29:24.236280 [ 275 ] {6cdd0e61-0576-4b61-9361-0070783a62d1} TCPHandler: Processed in 0.001224 sec. 2026.04.17 23:29:24.348980 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3402 2026.04.17 23:29:24.349759 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.349804 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.350298 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.17 23:29:24.350568 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.350717 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3402 2026.04.17 23:29:24.532638 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.04.17 23:29:24.550503 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:24.550552 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:24.556690 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.17 23:29:24.557406 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:24.560542 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.04.17 23:29:28.695261 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:28.695456 [ 275 ] {e77bcaa6-4c38-46f8-bd3d-4c19b7579c3a} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:28.695522 [ 275 ] {e77bcaa6-4c38-46f8-bd3d-4c19b7579c3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:28.696223 [ 275 ] {e77bcaa6-4c38-46f8-bd3d-4c19b7579c3a} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:28.696277 [ 275 ] {e77bcaa6-4c38-46f8-bd3d-4c19b7579c3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:28.696685 [ 275 ] {e77bcaa6-4c38-46f8-bd3d-4c19b7579c3a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.17 23:29:28.696923 [ 275 ] {e77bcaa6-4c38-46f8-bd3d-4c19b7579c3a} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:28.697093 [ 275 ] {e77bcaa6-4c38-46f8-bd3d-4c19b7579c3a} executeQuery: Read 56 rows, 4.38 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.54 MiB/sec. 2026.04.17 23:29:28.697146 [ 275 ] {e77bcaa6-4c38-46f8-bd3d-4c19b7579c3a} TCPHandler: Processed in 0.002017955 sec. 2026.04.17 23:29:28.697286 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:28.697389 [ 275 ] {433aa714-6632-4aed-b128-311d30b7c50b} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:28.697433 [ 275 ] {433aa714-6632-4aed-b128-311d30b7c50b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:28.697904 [ 275 ] {433aa714-6632-4aed-b128-311d30b7c50b} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:28.697943 [ 275 ] {433aa714-6632-4aed-b128-311d30b7c50b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:28.698257 [ 275 ] {433aa714-6632-4aed-b128-311d30b7c50b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.17 23:29:28.698471 [ 275 ] {433aa714-6632-4aed-b128-311d30b7c50b} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:28.698607 [ 275 ] {433aa714-6632-4aed-b128-311d30b7c50b} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2026.04.17 23:29:28.698645 [ 275 ] {433aa714-6632-4aed-b128-311d30b7c50b} TCPHandler: Processed in 0.001411001 sec. 2026.04.17 23:29:28.698767 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:28.698864 [ 275 ] {5a583b69-eb33-47a4-98ac-afe103a710ca} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:28.698910 [ 275 ] {5a583b69-eb33-47a4-98ac-afe103a710ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:28.699313 [ 275 ] {5a583b69-eb33-47a4-98ac-afe103a710ca} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:28.699351 [ 275 ] {5a583b69-eb33-47a4-98ac-afe103a710ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:28.699674 [ 275 ] {5a583b69-eb33-47a4-98ac-afe103a710ca} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.17 23:29:28.699893 [ 275 ] {5a583b69-eb33-47a4-98ac-afe103a710ca} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:28.700027 [ 275 ] {5a583b69-eb33-47a4-98ac-afe103a710ca} executeQuery: Read 128 rows, 9.13 KiB in 0.001183 sec., 108199.49281487743 rows/sec., 7.54 MiB/sec. 2026.04.17 23:29:28.700064 [ 275 ] {5a583b69-eb33-47a4-98ac-afe103a710ca} TCPHandler: Processed in 0.001347961 sec. 2026.04.17 23:29:28.700199 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:28.700308 [ 275 ] {caac9a2c-838e-4b2d-a827-39588ef4c19f} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:28.700352 [ 275 ] {caac9a2c-838e-4b2d-a827-39588ef4c19f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:28.700698 [ 275 ] {caac9a2c-838e-4b2d-a827-39588ef4c19f} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:28.700736 [ 275 ] {caac9a2c-838e-4b2d-a827-39588ef4c19f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:28.701051 [ 275 ] {caac9a2c-838e-4b2d-a827-39588ef4c19f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.17 23:29:28.701268 [ 275 ] {caac9a2c-838e-4b2d-a827-39588ef4c19f} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:28.701404 [ 275 ] {caac9a2c-838e-4b2d-a827-39588ef4c19f} executeQuery: Read 48 rows, 3.31 KiB in 0.001119 sec., 42895.44235924933 rows/sec., 2.89 MiB/sec. 2026.04.17 23:29:28.701440 [ 275 ] {caac9a2c-838e-4b2d-a827-39588ef4c19f} TCPHandler: Processed in 0.001309601 sec. 2026.04.17 23:29:31.769651 [ 52 ] {} DNSResolver: Updating DNS cache 2026.04.17 23:29:31.769700 [ 52 ] {} DNSResolver: Updated DNS cache 2026.04.17 23:29:31.850864 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3850 2026.04.17 23:29:31.851353 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:31.851403 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:31.851947 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.17 23:29:31.852195 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:31.852335 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3850 2026.04.17 23:29:31.855012 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 312 2026.04.17 23:29:31.858476 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:31.858540 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:31.859887 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.17 23:29:31.860177 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:31.860334 [ 52 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.17 23:29:31.860402 [ 52 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:31.860424 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:31.860546 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::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.04.17 23:29:31.860568 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 312 2026.04.17 23:29:31.861049 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:31.861210 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.04.17 23:29:31.861621 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::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.04.17 23:29:31.862013 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 86 rows starting from the beginning of the part 2026.04.17 23:29:31.862386 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2026.04.17 23:29:31.862751 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.04.17 23:29:31.863122 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 86 rows starting from the beginning of the part 2026.04.17 23:29:31.869596 [ 198 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 72 columns (72 merged, 0 gathered) in 0.0090948 sec., 34305.31732418525 rows/sec., 39.24 MiB/sec. 2026.04.17 23:29:31.870281 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.17 23:29:31.870804 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:31.870877 [ 187 ] {0db9ebeb-a66d-497b-853c-69f014974d48::all_1_6_1} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.17 23:29:31.871054 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. 2026.04.17 23:29:32.060674 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.04.17 23:29:32.078333 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:32.078392 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:32.084279 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.17 23:29:32.084968 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:32.088304 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.04.17 23:29:33.696440 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:33.696633 [ 275 ] {d6bed4aa-080e-4d4e-bb4a-ad34fb444b20} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:33.696706 [ 275 ] {d6bed4aa-080e-4d4e-bb4a-ad34fb444b20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:33.697568 [ 275 ] {d6bed4aa-080e-4d4e-bb4a-ad34fb444b20} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:33.697618 [ 275 ] {d6bed4aa-080e-4d4e-bb4a-ad34fb444b20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:33.698019 [ 275 ] {d6bed4aa-080e-4d4e-bb4a-ad34fb444b20} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.17 23:29:33.698241 [ 275 ] {d6bed4aa-080e-4d4e-bb4a-ad34fb444b20} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:33.698398 [ 275 ] {d6bed4aa-080e-4d4e-bb4a-ad34fb444b20} executeQuery: Read 56 rows, 4.38 KiB in 0.001815 sec., 30853.994490358127 rows/sec., 2.36 MiB/sec. 2026.04.17 23:29:33.698444 [ 275 ] {d6bed4aa-080e-4d4e-bb4a-ad34fb444b20} TCPHandler: Processed in 0.002127517 sec. 2026.04.17 23:29:33.698598 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:33.698701 [ 275 ] {5a25c014-ebaf-4d6f-837c-08cb5805a914} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:33.698744 [ 275 ] {5a25c014-ebaf-4d6f-837c-08cb5805a914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:33.699219 [ 275 ] {5a25c014-ebaf-4d6f-837c-08cb5805a914} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:33.699256 [ 275 ] {5a25c014-ebaf-4d6f-837c-08cb5805a914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:33.699562 [ 275 ] {5a25c014-ebaf-4d6f-837c-08cb5805a914} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.17 23:29:33.699769 [ 275 ] {5a25c014-ebaf-4d6f-837c-08cb5805a914} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:33.699902 [ 275 ] {5a25c014-ebaf-4d6f-837c-08cb5805a914} executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. 2026.04.17 23:29:33.699938 [ 275 ] {5a25c014-ebaf-4d6f-837c-08cb5805a914} TCPHandler: Processed in 0.00139116 sec. 2026.04.17 23:29:33.700063 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:33.700164 [ 275 ] {a4b6acf1-3c5e-4384-9028-f8d569293e9c} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:33.700207 [ 275 ] {a4b6acf1-3c5e-4384-9028-f8d569293e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:33.700680 [ 275 ] {a4b6acf1-3c5e-4384-9028-f8d569293e9c} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:33.700716 [ 275 ] {a4b6acf1-3c5e-4384-9028-f8d569293e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:33.701039 [ 275 ] {a4b6acf1-3c5e-4384-9028-f8d569293e9c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.17 23:29:33.701246 [ 275 ] {a4b6acf1-3c5e-4384-9028-f8d569293e9c} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:33.701373 [ 275 ] {a4b6acf1-3c5e-4384-9028-f8d569293e9c} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2026.04.17 23:29:33.701408 [ 275 ] {a4b6acf1-3c5e-4384-9028-f8d569293e9c} TCPHandler: Processed in 0.001393031 sec. 2026.04.17 23:29:33.701522 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:33.701620 [ 275 ] {881c1a21-9e52-4f36-9a81-e827d14e1f73} executeQuery: (from [fd00:1122:3344:101::d]:56229) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:33.701661 [ 275 ] {881c1a21-9e52-4f36-9a81-e827d14e1f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:33.702006 [ 275 ] {881c1a21-9e52-4f36-9a81-e827d14e1f73} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:33.702041 [ 275 ] {881c1a21-9e52-4f36-9a81-e827d14e1f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:33.702347 [ 275 ] {881c1a21-9e52-4f36-9a81-e827d14e1f73} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.17 23:29:33.702552 [ 275 ] {881c1a21-9e52-4f36-9a81-e827d14e1f73} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:33.702679 [ 275 ] {881c1a21-9e52-4f36-9a81-e827d14e1f73} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.04.17 23:29:33.702713 [ 275 ] {881c1a21-9e52-4f36-9a81-e827d14e1f73} TCPHandler: Processed in 0.00123872 sec. 2026.04.17 23:29:37.096543 [ 46 ] {} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.17 23:29:37.096613 [ 46 ] {} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:37.096638 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:37.096782 [ 198 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.04.17 23:29:37.096905 [ 198 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:37.096940 [ 198 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 39 rows starting from the beginning of the part 2026.04.17 23:29:37.097054 [ 198 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.04.17 23:29:37.097102 [ 198 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.04.17 23:29:37.097145 [ 198 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 37 rows starting from the beginning of the part 2026.04.17 23:29:37.097221 [ 198 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 189 rows starting from the beginning of the part 2026.04.17 23:29:37.098100 [ 187 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386421 sec., 209892.95459315748 rows/sec., 14.70 MiB/sec. 2026.04.17 23:29:37.098288 [ 186 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.17 23:29:37.098549 [ 186 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:37.098614 [ 186 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_5_1} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.17 23:29:37.098678 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.04.17 23:29:38.003753 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.003845 [ 275 ] {} TCP-Session: a303fa63-ab9a-4edc-b1dd-5fcfdc090eb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.711590 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.711827 [ 276 ] {1635f211-9199-4e35-aaaa-81e5b5849488} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.17 23:29:38.711908 [ 276 ] {1635f211-9199-4e35-aaaa-81e5b5849488} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.17 23:29:38.712908 [ 276 ] {1635f211-9199-4e35-aaaa-81e5b5849488} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.712966 [ 276 ] {1635f211-9199-4e35-aaaa-81e5b5849488} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.713443 [ 276 ] {1635f211-9199-4e35-aaaa-81e5b5849488} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:38.713717 [ 276 ] {1635f211-9199-4e35-aaaa-81e5b5849488} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.713901 [ 276 ] {1635f211-9199-4e35-aaaa-81e5b5849488} executeQuery: Read 284 rows, 18.47 KiB in 0.002128 sec., 133458.64661654134 rows/sec., 8.48 MiB/sec. 2026.04.17 23:29:38.713952 [ 276 ] {1635f211-9199-4e35-aaaa-81e5b5849488} TCPHandler: Processed in 0.002508889 sec. 2026.04.17 23:29:38.714121 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.714234 [ 276 ] {7615e662-9720-4978-9d97-fb9490d2f0fb} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:38.714281 [ 276 ] {7615e662-9720-4978-9d97-fb9490d2f0fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:38.715179 [ 276 ] {7615e662-9720-4978-9d97-fb9490d2f0fb} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.715222 [ 276 ] {7615e662-9720-4978-9d97-fb9490d2f0fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.715637 [ 276 ] {7615e662-9720-4978-9d97-fb9490d2f0fb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.17 23:29:38.715866 [ 276 ] {7615e662-9720-4978-9d97-fb9490d2f0fb} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.716012 [ 276 ] {7615e662-9720-4978-9d97-fb9490d2f0fb} executeQuery: Read 871 rows, 69.90 KiB in 0.001804 sec., 482815.9645232816 rows/sec., 37.84 MiB/sec. 2026.04.17 23:29:38.716055 [ 276 ] {7615e662-9720-4978-9d97-fb9490d2f0fb} TCPHandler: Processed in 0.001988185 sec. 2026.04.17 23:29:38.716220 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.716327 [ 276 ] {7322e536-2895-424c-bbf4-07793bf349a5} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:29:38.716372 [ 276 ] {7322e536-2895-424c-bbf4-07793bf349a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:29:38.716848 [ 276 ] {7322e536-2895-424c-bbf4-07793bf349a5} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.716887 [ 276 ] {7322e536-2895-424c-bbf4-07793bf349a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.717227 [ 276 ] {7322e536-2895-424c-bbf4-07793bf349a5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.17 23:29:38.717446 [ 276 ] {7322e536-2895-424c-bbf4-07793bf349a5} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.717590 [ 276 ] {7322e536-2895-424c-bbf4-07793bf349a5} executeQuery: Read 179 rows, 11.32 KiB in 0.001288 sec., 138975.1552795031 rows/sec., 8.59 MiB/sec. 2026.04.17 23:29:38.717630 [ 276 ] {7322e536-2895-424c-bbf4-07793bf349a5} TCPHandler: Processed in 0.001463201 sec. 2026.04.17 23:29:38.717771 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.717871 [ 276 ] {44622dfc-42db-414e-b2da-95d25594e2b6} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.17 23:29:38.717915 [ 276 ] {44622dfc-42db-414e-b2da-95d25594e2b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.17 23:29:38.718376 [ 276 ] {44622dfc-42db-414e-b2da-95d25594e2b6} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.718414 [ 276 ] {44622dfc-42db-414e-b2da-95d25594e2b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.718745 [ 276 ] {44622dfc-42db-414e-b2da-95d25594e2b6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:38.718962 [ 276 ] {44622dfc-42db-414e-b2da-95d25594e2b6} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.719101 [ 276 ] {44622dfc-42db-414e-b2da-95d25594e2b6} executeQuery: Read 149 rows, 9.86 KiB in 0.001252 sec., 119009.58466453673 rows/sec., 7.69 MiB/sec. 2026.04.17 23:29:38.719141 [ 276 ] {44622dfc-42db-414e-b2da-95d25594e2b6} TCPHandler: Processed in 0.001421891 sec. 2026.04.17 23:29:38.719274 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.719376 [ 276 ] {434f6cb2-2fe3-4b0a-97a8-28513c7e2181} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.17 23:29:38.719420 [ 276 ] {434f6cb2-2fe3-4b0a-97a8-28513c7e2181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.17 23:29:38.719869 [ 276 ] {434f6cb2-2fe3-4b0a-97a8-28513c7e2181} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.719907 [ 276 ] {434f6cb2-2fe3-4b0a-97a8-28513c7e2181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.720255 [ 276 ] {434f6cb2-2fe3-4b0a-97a8-28513c7e2181} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:38.720479 [ 276 ] {434f6cb2-2fe3-4b0a-97a8-28513c7e2181} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.720620 [ 276 ] {434f6cb2-2fe3-4b0a-97a8-28513c7e2181} executeQuery: Read 148 rows, 8.62 KiB in 0.001268 sec., 116719.24290220819 rows/sec., 6.64 MiB/sec. 2026.04.17 23:29:38.720660 [ 276 ] {434f6cb2-2fe3-4b0a-97a8-28513c7e2181} TCPHandler: Processed in 0.001436541 sec. 2026.04.17 23:29:38.720795 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.720896 [ 276 ] {417c95ee-79a6-477b-b958-cf3f4d236770} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:38.720939 [ 276 ] {417c95ee-79a6-477b-b958-cf3f4d236770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:38.721605 [ 276 ] {417c95ee-79a6-477b-b958-cf3f4d236770} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.721643 [ 276 ] {417c95ee-79a6-477b-b958-cf3f4d236770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.721981 [ 276 ] {417c95ee-79a6-477b-b958-cf3f4d236770} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.17 23:29:38.722254 [ 276 ] {417c95ee-79a6-477b-b958-cf3f4d236770} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.722421 [ 276 ] {417c95ee-79a6-477b-b958-cf3f4d236770} executeQuery: Read 527 rows, 38.14 KiB in 0.001543 sec., 341542.4497731691 rows/sec., 24.14 MiB/sec. 2026.04.17 23:29:38.722462 [ 276 ] {417c95ee-79a6-477b-b958-cf3f4d236770} TCPHandler: Processed in 0.001719853 sec. 2026.04.17 23:29:38.722602 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.722700 [ 276 ] {ef8d859b-d46a-4f36-848b-7a625226d10a} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.17 23:29:38.722742 [ 276 ] {ef8d859b-d46a-4f36-848b-7a625226d10a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.17 23:29:38.723110 [ 276 ] {ef8d859b-d46a-4f36-848b-7a625226d10a} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.723148 [ 276 ] {ef8d859b-d46a-4f36-848b-7a625226d10a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.723497 [ 276 ] {ef8d859b-d46a-4f36-848b-7a625226d10a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:38.723794 [ 276 ] {ef8d859b-d46a-4f36-848b-7a625226d10a} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.723941 [ 276 ] {ef8d859b-d46a-4f36-848b-7a625226d10a} executeQuery: Read 6 rows, 321.00 B in 0.00126 sec., 4761.9047619047615 rows/sec., 248.79 KiB/sec. 2026.04.17 23:29:38.723978 [ 276 ] {ef8d859b-d46a-4f36-848b-7a625226d10a} TCPHandler: Processed in 0.001426681 sec. 2026.04.17 23:29:38.724110 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.724207 [ 276 ] {547e99fa-9d5e-44be-940c-49b5abeb3d20} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:38.724262 [ 276 ] {547e99fa-9d5e-44be-940c-49b5abeb3d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:38.724821 [ 276 ] {547e99fa-9d5e-44be-940c-49b5abeb3d20} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.724867 [ 276 ] {547e99fa-9d5e-44be-940c-49b5abeb3d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.725328 [ 276 ] {547e99fa-9d5e-44be-940c-49b5abeb3d20} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.17 23:29:38.725591 [ 276 ] {547e99fa-9d5e-44be-940c-49b5abeb3d20} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.725745 [ 276 ] {547e99fa-9d5e-44be-940c-49b5abeb3d20} executeQuery: Read 265 rows, 18.03 KiB in 0.001557 sec., 170199.100834939 rows/sec., 11.31 MiB/sec. 2026.04.17 23:29:38.725786 [ 276 ] {547e99fa-9d5e-44be-940c-49b5abeb3d20} TCPHandler: Processed in 0.001727914 sec. 2026.04.17 23:29:38.725929 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.726029 [ 276 ] {d3855bb9-4051-4a94-ac37-6a481074d3f9} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.17 23:29:38.726074 [ 276 ] {d3855bb9-4051-4a94-ac37-6a481074d3f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.17 23:29:38.726432 [ 276 ] {d3855bb9-4051-4a94-ac37-6a481074d3f9} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.726470 [ 276 ] {d3855bb9-4051-4a94-ac37-6a481074d3f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.726799 [ 276 ] {d3855bb9-4051-4a94-ac37-6a481074d3f9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:38.727050 [ 276 ] {d3855bb9-4051-4a94-ac37-6a481074d3f9} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.727233 [ 276 ] {d3855bb9-4051-4a94-ac37-6a481074d3f9} executeQuery: Read 1 rows, 69.00 B in 0.001222 sec., 818.3306055646481 rows/sec., 55.14 KiB/sec. 2026.04.17 23:29:38.727284 [ 276 ] {d3855bb9-4051-4a94-ac37-6a481074d3f9} TCPHandler: Processed in 0.001407551 sec. 2026.04.17 23:29:38.727426 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.727529 [ 276 ] {0cf4509e-bbec-41de-9382-237bdb97cebc} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:38.727587 [ 276 ] {0cf4509e-bbec-41de-9382-237bdb97cebc} 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.04.17 23:29:38.728696 [ 276 ] {0cf4509e-bbec-41de-9382-237bdb97cebc} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.728743 [ 276 ] {0cf4509e-bbec-41de-9382-237bdb97cebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.729402 [ 276 ] {0cf4509e-bbec-41de-9382-237bdb97cebc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:38.729643 [ 276 ] {0cf4509e-bbec-41de-9382-237bdb97cebc} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.729807 [ 276 ] {0cf4509e-bbec-41de-9382-237bdb97cebc} executeQuery: Read 37 rows, 67.89 KiB in 0.00235 sec., 15744.68085106383 rows/sec., 28.21 MiB/sec. 2026.04.17 23:29:38.729891 [ 276 ] {0cf4509e-bbec-41de-9382-237bdb97cebc} TCPHandler: Processed in 0.00257513 sec. 2026.04.17 23:29:38.730107 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.730216 [ 276 ] {f2b1a1ae-2fce-4010-b706-d5aaf117b8aa} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:38.730262 [ 276 ] {f2b1a1ae-2fce-4010-b706-d5aaf117b8aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:38.730658 [ 276 ] {f2b1a1ae-2fce-4010-b706-d5aaf117b8aa} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:38.730697 [ 276 ] {f2b1a1ae-2fce-4010-b706-d5aaf117b8aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:38.731048 [ 276 ] {f2b1a1ae-2fce-4010-b706-d5aaf117b8aa} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.17 23:29:38.731270 [ 276 ] {f2b1a1ae-2fce-4010-b706-d5aaf117b8aa} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:38.731405 [ 276 ] {f2b1a1ae-2fce-4010-b706-d5aaf117b8aa} executeQuery: Read 90 rows, 5.77 KiB in 0.001208 sec., 74503.31125827815 rows/sec., 4.66 MiB/sec. 2026.04.17 23:29:38.731452 [ 276 ] {f2b1a1ae-2fce-4010-b706-d5aaf117b8aa} TCPHandler: Processed in 0.001409191 sec. 2026.04.17 23:29:38.894362 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47027 2026.04.17 23:29:38.894484 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.894515 [ 275 ] {} TCP-Session: a836f27e-d3e3-4682-b8d5-a1460c545fa0 Authenticating user 'default' from [fd00:1122:3344:101::e]:47027 2026.04.17 23:29:38.894574 [ 275 ] {} TCP-Session: a836f27e-d3e3-4682-b8d5-a1460c545fa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.894589 [ 275 ] {} TCP-Session: a836f27e-d3e3-4682-b8d5-a1460c545fa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.894799 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63605 2026.04.17 23:29:38.894851 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64765 2026.04.17 23:29:38.894903 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54379 2026.04.17 23:29:38.894923 [ 275 ] {} TCP-Session: a836f27e-d3e3-4682-b8d5-a1460c545fa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.894947 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59714 2026.04.17 23:29:38.894979 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33392 2026.04.17 23:29:38.894996 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49614 2026.04.17 23:29:38.895002 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46709 2026.04.17 23:29:38.895004 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.894932 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.895129 [ 287 ] {} TCP-Session: 3fff5a0f-1f70-4e24-b8d4-f66982383d46 Authenticating user 'default' from [fd00:1122:3344:101::e]:64765 2026.04.17 23:29:38.894915 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46642 2026.04.17 23:29:38.895173 [ 275 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} executeQuery: (from [fd00:1122:3344:101::e]:47027) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.17 23:29:38.895189 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.895220 [ 287 ] {} TCP-Session: 3fff5a0f-1f70-4e24-b8d4-f66982383d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895192 [ 286 ] {} TCP-Session: cf206eda-237e-4244-b7d0-fb076af9f16c Authenticating user 'default' from [fd00:1122:3344:101::e]:63605 2026.04.17 23:29:38.895247 [ 288 ] {} TCP-Session: 4a87cdaa-71eb-4dd3-92dc-da19b4d23eec Authenticating user 'default' from [fd00:1122:3344:101::e]:54379 2026.04.17 23:29:38.895247 [ 287 ] {} TCP-Session: 3fff5a0f-1f70-4e24-b8d4-f66982383d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895276 [ 286 ] {} TCP-Session: cf206eda-237e-4244-b7d0-fb076af9f16c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895292 [ 288 ] {} TCP-Session: 4a87cdaa-71eb-4dd3-92dc-da19b4d23eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895313 [ 286 ] {} TCP-Session: cf206eda-237e-4244-b7d0-fb076af9f16c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895329 [ 288 ] {} TCP-Session: 4a87cdaa-71eb-4dd3-92dc-da19b4d23eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895502 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.895534 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.895545 [ 291 ] {} TCP-Session: 32dc2c62-b3a7-476a-805d-d17758a5d50b Authenticating user 'default' from [fd00:1122:3344:101::e]:33392 2026.04.17 23:29:38.895577 [ 289 ] {} TCP-Session: e8c590b9-e18f-45ee-872d-29f6a982cd7f Authenticating user 'default' from [fd00:1122:3344:101::e]:46642 2026.04.17 23:29:38.895595 [ 291 ] {} TCP-Session: 32dc2c62-b3a7-476a-805d-d17758a5d50b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895614 [ 289 ] {} TCP-Session: e8c590b9-e18f-45ee-872d-29f6a982cd7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895629 [ 291 ] {} TCP-Session: 32dc2c62-b3a7-476a-805d-d17758a5d50b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895640 [ 289 ] {} TCP-Session: e8c590b9-e18f-45ee-872d-29f6a982cd7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895538 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.895697 [ 290 ] {} TCP-Session: b474223b-0537-4497-885c-fce87fb32425 Authenticating user 'default' from [fd00:1122:3344:101::e]:59714 2026.04.17 23:29:38.895712 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.895712 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.895728 [ 275 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.17 23:29:38.895767 [ 293 ] {} TCP-Session: 1d8873d0-800d-4a10-8f24-b7c6fa8fdc64 Authenticating user 'default' from [fd00:1122:3344:101::e]:46709 2026.04.17 23:29:38.895716 [ 290 ] {} TCP-Session: b474223b-0537-4497-885c-fce87fb32425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895801 [ 293 ] {} TCP-Session: 1d8873d0-800d-4a10-8f24-b7c6fa8fdc64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895810 [ 290 ] {} TCP-Session: b474223b-0537-4497-885c-fce87fb32425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895818 [ 293 ] {} TCP-Session: 1d8873d0-800d-4a10-8f24-b7c6fa8fdc64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895750 [ 292 ] {} TCP-Session: baa08744-f8f2-4851-8a23-e7567f212140 Authenticating user 'default' from [fd00:1122:3344:101::e]:49614 2026.04.17 23:29:38.895832 [ 275 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:38.895859 [ 292 ] {} TCP-Session: baa08744-f8f2-4851-8a23-e7567f212140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.895885 [ 292 ] {} TCP-Session: baa08744-f8f2-4851-8a23-e7567f212140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.896282 [ 275 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} oximeter.version (49fc56d7-5aa3-4be5-ae69-dcdfadd463b2) (SelectExecutor): Key condition: unknown 2026.04.17 23:29:38.898038 [ 318 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} AggregatingTransform: Aggregating 2026.04.17 23:29:38.898083 [ 318 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} Aggregator: Aggregation method: without_key 2026.04.17 23:29:38.898113 [ 318 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001701453 sec. (587.733 rows/sec., 22.96 KiB/sec.) 2026.04.17 23:29:38.898131 [ 318 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} Aggregator: Merging aggregated data 2026.04.17 23:29:38.899119 [ 275 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} executeQuery: Read 1 rows, 40.00 B in 0.004028 sec., 248.26216484607744 rows/sec., 9.70 KiB/sec. 2026.04.17 23:29:38.899291 [ 275 ] {633a31fd-84f8-4396-8ec0-af7e43e304ba} TCPHandler: Processed in 0.004496165 sec. 2026.04.17 23:29:38.899459 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.899490 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.899504 [ 275 ] {} TCP-Session: a836f27e-d3e3-4682-b8d5-a1460c545fa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.899517 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.899534 [ 293 ] {} TCP-Session: 1d8873d0-800d-4a10-8f24-b7c6fa8fdc64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.899538 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.899563 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.899573 [ 286 ] {} TCP-Session: cf206eda-237e-4244-b7d0-fb076af9f16c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.899591 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.899612 [ 288 ] {} TCP-Session: 4a87cdaa-71eb-4dd3-92dc-da19b4d23eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.899617 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.899647 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.899667 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:38.899692 [ 290 ] {} TCP-Session: b474223b-0537-4497-885c-fce87fb32425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.899711 [ 289 ] {} TCP-Session: e8c590b9-e18f-45ee-872d-29f6a982cd7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.899731 [ 291 ] {} TCP-Session: 32dc2c62-b3a7-476a-805d-d17758a5d50b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.899653 [ 287 ] {} TCP-Session: 3fff5a0f-1f70-4e24-b8d4-f66982383d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.899610 [ 292 ] {} TCP-Session: baa08744-f8f2-4851-8a23-e7567f212140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.994422 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57827 2026.04.17 23:29:38.994552 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.994583 [ 275 ] {} TCP-Session: 6c53ac81-e714-4e58-a3ff-9a85fa9763ca Authenticating user 'default' from [fd00:1122:3344:101::e]:57827 2026.04.17 23:29:38.994608 [ 275 ] {} TCP-Session: 6c53ac81-e714-4e58-a3ff-9a85fa9763ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.994624 [ 275 ] {} TCP-Session: 6c53ac81-e714-4e58-a3ff-9a85fa9763ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.994820 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57528 2026.04.17 23:29:38.994857 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53268 2026.04.17 23:29:38.994893 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60425 2026.04.17 23:29:38.994908 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38833 2026.04.17 23:29:38.994941 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.994882 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55270 2026.04.17 23:29:38.994977 [ 286 ] {} TCP-Session: 97809890-1d36-4fee-be37-890e51ce3720 Authenticating user 'default' from [fd00:1122:3344:101::e]:57528 2026.04.17 23:29:38.994985 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.995001 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.995041 [ 287 ] {} TCP-Session: e97bd910-6fb2-4b04-a260-997abf02fd5b Authenticating user 'default' from [fd00:1122:3344:101::e]:53268 2026.04.17 23:29:38.995045 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.995061 [ 293 ] {} TCP-Session: 8f9c0b74-3463-4fdf-a07f-525944535b72 Authenticating user 'default' from [fd00:1122:3344:101::e]:38833 2026.04.17 23:29:38.995078 [ 287 ] {} TCP-Session: e97bd910-6fb2-4b04-a260-997abf02fd5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995091 [ 290 ] {} TCP-Session: 50f47d9d-0596-4429-9046-ee40c972673e Authenticating user 'default' from [fd00:1122:3344:101::e]:55270 2026.04.17 23:29:38.995095 [ 293 ] {} TCP-Session: 8f9c0b74-3463-4fdf-a07f-525944535b72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995105 [ 287 ] {} TCP-Session: e97bd910-6fb2-4b04-a260-997abf02fd5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995122 [ 290 ] {} TCP-Session: 50f47d9d-0596-4429-9046-ee40c972673e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995126 [ 293 ] {} TCP-Session: 8f9c0b74-3463-4fdf-a07f-525944535b72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995152 [ 290 ] {} TCP-Session: 50f47d9d-0596-4429-9046-ee40c972673e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995014 [ 286 ] {} TCP-Session: 97809890-1d36-4fee-be37-890e51ce3720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.994985 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.995188 [ 286 ] {} TCP-Session: 97809890-1d36-4fee-be37-890e51ce3720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995220 [ 291 ] {} TCP-Session: b7b7e6e7-35ae-4aca-bc16-11101fb995d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:60425 2026.04.17 23:29:38.994869 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49486 2026.04.17 23:29:38.995250 [ 291 ] {} TCP-Session: b7b7e6e7-35ae-4aca-bc16-11101fb995d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.994870 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38809 2026.04.17 23:29:38.995308 [ 291 ] {} TCP-Session: b7b7e6e7-35ae-4aca-bc16-11101fb995d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.994900 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41784 2026.04.17 23:29:38.995358 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.995384 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.995393 [ 288 ] {} TCP-Session: 8c47d356-7c04-40b6-ac49-eab01a92cef6 Authenticating user 'default' from [fd00:1122:3344:101::e]:49486 2026.04.17 23:29:38.995417 [ 289 ] {} TCP-Session: f8a8cf1b-8f88-47da-bc2f-749c8593a7ca Authenticating user 'default' from [fd00:1122:3344:101::e]:38809 2026.04.17 23:29:38.995423 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.17 23:29:38.995432 [ 288 ] {} TCP-Session: 8c47d356-7c04-40b6-ac49-eab01a92cef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995445 [ 289 ] {} TCP-Session: f8a8cf1b-8f88-47da-bc2f-749c8593a7ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995460 [ 292 ] {} TCP-Session: 2cbb781d-392d-4222-8e21-e4f37a92d72e Authenticating user 'default' from [fd00:1122:3344:101::e]:41784 2026.04.17 23:29:38.995462 [ 288 ] {} TCP-Session: 8c47d356-7c04-40b6-ac49-eab01a92cef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995475 [ 289 ] {} TCP-Session: f8a8cf1b-8f88-47da-bc2f-749c8593a7ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995489 [ 292 ] {} TCP-Session: 2cbb781d-392d-4222-8e21-e4f37a92d72e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995020 [ 275 ] {} TCP-Session: 6c53ac81-e714-4e58-a3ff-9a85fa9763ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:38.995520 [ 292 ] {} TCP-Session: 2cbb781d-392d-4222-8e21-e4f37a92d72e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:38.995699 [ 275 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} executeQuery: (from [fd00:1122:3344:101::e]:57827) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.17 23:29:38.995961 [ 275 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.17 23:29:38.996018 [ 275 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.17 23:29:38.996335 [ 275 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} oximeter.version (49fc56d7-5aa3-4be5-ae69-dcdfadd463b2) (SelectExecutor): Key condition: unknown 2026.04.17 23:29:38.996422 [ 275 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} Aggregator: Compile expression max()(UInt64) 0 2026.04.17 23:29:39.000327 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 183.69 MiB, peak 189.72 MiB, free memory in arenas 0.00 B, will set to 185.73 MiB (RSS), difference: 2.04 MiB 2026.04.17 23:29:39.352519 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4362 2026.04.17 23:29:39.353028 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:39.353080 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:39.356636 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.17 23:29:39.356920 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:39.357082 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4362 2026.04.17 23:29:39.473333 [ 304 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} AggregatingTransform: Aggregating 2026.04.17 23:29:39.473417 [ 304 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} Aggregator: Aggregation method: without_key 2026.04.17 23:29:39.473463 [ 304 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001123119 sec. (890.378 rows/sec., 34.78 KiB/sec.) 2026.04.17 23:29:39.473484 [ 304 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} Aggregator: Merging aggregated data 2026.04.17 23:29:39.474808 [ 275 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} executeQuery: Read 1 rows, 40.00 B in 0.479138 sec., 2.087081383651474 rows/sec., 83.48 B/sec. 2026.04.17 23:29:39.474978 [ 275 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.04.17 23:29:39.474996 [ 275 ] {d9ec34bf-ccbf-45eb-a48d-169965542321} TCPHandler: Processed in 0.480071934 sec. 2026.04.17 23:29:39.475146 [ 275 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:39.475176 [ 275 ] {} TCP-Session: 6c53ac81-e714-4e58-a3ff-9a85fa9763ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:39.475191 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:39.475205 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:39.475241 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:39.475261 [ 286 ] {} TCP-Session: 97809890-1d36-4fee-be37-890e51ce3720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:39.475269 [ 293 ] {} TCP-Session: 8f9c0b74-3463-4fdf-a07f-525944535b72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:39.475267 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:39.475304 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:39.475320 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:39.475357 [ 288 ] {} TCP-Session: 8c47d356-7c04-40b6-ac49-eab01a92cef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:39.475361 [ 290 ] {} TCP-Session: 50f47d9d-0596-4429-9046-ee40c972673e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:39.475385 [ 292 ] {} TCP-Session: 2cbb781d-392d-4222-8e21-e4f37a92d72e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:39.475288 [ 289 ] {} TCP-Session: f8a8cf1b-8f88-47da-bc2f-749c8593a7ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:39.475284 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:39.475228 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.17 23:29:39.475493 [ 291 ] {} TCP-Session: b7b7e6e7-35ae-4aca-bc16-11101fb995d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:39.475500 [ 287 ] {} TCP-Session: e97bd910-6fb2-4b04-a260-997abf02fd5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.17 23:29:39.588493 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.04.17 23:29:39.611224 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:39.611299 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:39.618531 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.17 23:29:39.619316 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:39.623407 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.04.17 23:29:40.000235 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 187.64 MiB, peak 197.21 MiB, free memory in arenas 0.00 B, will set to 208.12 MiB (RSS), difference: 20.48 MiB 2026.04.17 23:29:41.861131 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 346 2026.04.17 23:29:41.863671 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:41.863719 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:41.864901 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.17 23:29:41.865188 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:41.865505 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 346 2026.04.17 23:29:43.697228 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:43.697441 [ 276 ] {791b97b8-b082-4cd4-9cb7-194f69f9dea3} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.17 23:29:43.697515 [ 276 ] {791b97b8-b082-4cd4-9cb7-194f69f9dea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.17 23:29:43.698173 [ 276 ] {791b97b8-b082-4cd4-9cb7-194f69f9dea3} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.698220 [ 276 ] {791b97b8-b082-4cd4-9cb7-194f69f9dea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.698637 [ 276 ] {791b97b8-b082-4cd4-9cb7-194f69f9dea3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:43.698900 [ 276 ] {791b97b8-b082-4cd4-9cb7-194f69f9dea3} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.699080 [ 276 ] {791b97b8-b082-4cd4-9cb7-194f69f9dea3} executeQuery: Read 4 rows, 334.00 B in 0.001702 sec., 2350.1762632197415 rows/sec., 191.64 KiB/sec. 2026.04.17 23:29:43.699129 [ 276 ] {791b97b8-b082-4cd4-9cb7-194f69f9dea3} TCPHandler: Processed in 0.002032006 sec. 2026.04.17 23:29:43.699262 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:43.699382 [ 276 ] {a1fdd981-cb76-4241-b496-a22110cff916} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:43.699430 [ 276 ] {a1fdd981-cb76-4241-b496-a22110cff916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:43.699888 [ 276 ] {a1fdd981-cb76-4241-b496-a22110cff916} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.699926 [ 276 ] {a1fdd981-cb76-4241-b496-a22110cff916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.700260 [ 276 ] {a1fdd981-cb76-4241-b496-a22110cff916} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.17 23:29:43.700480 [ 276 ] {a1fdd981-cb76-4241-b496-a22110cff916} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.700575 [ 37 ] {} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.17 23:29:43.700613 [ 37 ] {} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.700613 [ 276 ] {a1fdd981-cb76-4241-b496-a22110cff916} executeQuery: Read 66 rows, 5.31 KiB in 0.001257 sec., 52505.96658711217 rows/sec., 4.12 MiB/sec. 2026.04.17 23:29:43.700633 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.700659 [ 276 ] {a1fdd981-cb76-4241-b496-a22110cff916} TCPHandler: Processed in 0.001449881 sec. 2026.04.17 23:29:43.700752 [ 198 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.17 23:29:43.700768 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:43.700909 [ 276 ] {7acbd7db-7063-42ee-9fe5-bbd24265c143} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:29:43.700923 [ 198 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:43.700952 [ 276 ] {7acbd7db-7063-42ee-9fe5-bbd24265c143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:29:43.700966 [ 198 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 257 rows starting from the beginning of the part 2026.04.17 23:29:43.701039 [ 198 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3217 rows starting from the beginning of the part 2026.04.17 23:29:43.701082 [ 198 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.04.17 23:29:43.701123 [ 198 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2026.04.17 23:29:43.701168 [ 198 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 871 rows starting from the beginning of the part 2026.04.17 23:29:43.701211 [ 198 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 66 rows starting from the beginning of the part 2026.04.17 23:29:43.701395 [ 276 ] {7acbd7db-7063-42ee-9fe5-bbd24265c143} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.701436 [ 276 ] {7acbd7db-7063-42ee-9fe5-bbd24265c143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.701770 [ 276 ] {7acbd7db-7063-42ee-9fe5-bbd24265c143} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.17 23:29:43.702015 [ 276 ] {7acbd7db-7063-42ee-9fe5-bbd24265c143} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.702150 [ 276 ] {7acbd7db-7063-42ee-9fe5-bbd24265c143} executeQuery: Read 8 rows, 594.00 B in 0.001261 sec., 6344.171292624901 rows/sec., 460.01 KiB/sec. 2026.04.17 23:29:43.702193 [ 276 ] {7acbd7db-7063-42ee-9fe5-bbd24265c143} TCPHandler: Processed in 0.001476492 sec. 2026.04.17 23:29:43.702327 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:43.702455 [ 276 ] {4fae4ef4-6b4a-4af3-9f9d-2c5988c8dc11} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:43.702505 [ 276 ] {4fae4ef4-6b4a-4af3-9f9d-2c5988c8dc11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:43.703028 [ 276 ] {4fae4ef4-6b4a-4af3-9f9d-2c5988c8dc11} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.703065 [ 276 ] {4fae4ef4-6b4a-4af3-9f9d-2c5988c8dc11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.703397 [ 276 ] {4fae4ef4-6b4a-4af3-9f9d-2c5988c8dc11} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.17 23:29:43.703422 [ 187 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4523 rows, containing 5 columns (5 merged, 0 gathered) in 0.002723501 sec., 1660730.067659237 rows/sec., 132.97 MiB/sec. 2026.04.17 23:29:43.703633 [ 276 ] {4fae4ef4-6b4a-4af3-9f9d-2c5988c8dc11} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.703730 [ 37 ] {} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.17 23:29:43.703766 [ 37 ] {} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.703770 [ 276 ] {4fae4ef4-6b4a-4af3-9f9d-2c5988c8dc11} executeQuery: Read 81 rows, 6.49 KiB in 0.001341 sec., 60402.68456375839 rows/sec., 4.72 MiB/sec. 2026.04.17 23:29:43.703786 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.703814 [ 276 ] {4fae4ef4-6b4a-4af3-9f9d-2c5988c8dc11} TCPHandler: Processed in 0.001548412 sec. 2026.04.17 23:29:43.703865 [ 198 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.17 23:29:43.703933 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:43.703935 [ 196 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.17 23:29:43.703966 [ 198 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:43.704009 [ 198 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 159 rows starting from the beginning of the part 2026.04.17 23:29:43.704035 [ 276 ] {97f45832-8bd3-4a72-9ed2-6702ae2ce56e} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:43.704055 [ 198 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1752 rows starting from the beginning of the part 2026.04.17 23:29:43.704086 [ 276 ] {97f45832-8bd3-4a72-9ed2-6702ae2ce56e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:43.704100 [ 198 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.04.17 23:29:43.704143 [ 198 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2026.04.17 23:29:43.704182 [ 198 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 527 rows starting from the beginning of the part 2026.04.17 23:29:43.704223 [ 198 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 81 rows starting from the beginning of the part 2026.04.17 23:29:43.704442 [ 196 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.704514 [ 276 ] {97f45832-8bd3-4a72-9ed2-6702ae2ce56e} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.704558 [ 276 ] {97f45832-8bd3-4a72-9ed2-6702ae2ce56e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:43.704569 [ 196 ] {374fe515-1df4-4070-aafc-c8eaf8a6664c::all_1_11_2} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.17 23:29:43.704703 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.04.17 23:29:43.704919 [ 276 ] {97f45832-8bd3-4a72-9ed2-6702ae2ce56e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.17 23:29:43.705187 [ 276 ] {97f45832-8bd3-4a72-9ed2-6702ae2ce56e} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.705287 [ 37 ] {} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.17 23:29:43.705317 [ 37 ] {} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.705329 [ 276 ] {97f45832-8bd3-4a72-9ed2-6702ae2ce56e} executeQuery: Read 162 rows, 11.55 KiB in 0.001313 sec., 123381.5689261234 rows/sec., 8.59 MiB/sec. 2026.04.17 23:29:43.705335 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.705368 [ 276 ] {97f45832-8bd3-4a72-9ed2-6702ae2ce56e} TCPHandler: Processed in 0.001484751 sec. 2026.04.17 23:29:43.705457 [ 198 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.17 23:29:43.705468 [ 188 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2647 rows, containing 5 columns (5 merged, 0 gathered) in 0.001636272 sec., 1617701.7024064458 rows/sec., 119.00 MiB/sec. 2026.04.17 23:29:43.705491 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:43.705553 [ 198 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:43.705584 [ 198 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 984 rows starting from the beginning of the part 2026.04.17 23:29:43.705601 [ 276 ] {e5479b50-d233-44c1-b7e5-005108f593ac} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:43.705630 [ 198 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3198 rows starting from the beginning of the part 2026.04.17 23:29:43.705661 [ 276 ] {e5479b50-d233-44c1-b7e5-005108f593ac} 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.04.17 23:29:43.705673 [ 198 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part 2026.04.17 23:29:43.705716 [ 198 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.04.17 23:29:43.705754 [ 198 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 265 rows starting from the beginning of the part 2026.04.17 23:29:43.705766 [ 188 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.17 23:29:43.705795 [ 198 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 162 rows starting from the beginning of the part 2026.04.17 23:29:43.706085 [ 188 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.706168 [ 188 ] {e51c2198-2763-4e2c-b006-ccd29edc7f18::all_1_11_2} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.17 23:29:43.706247 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.04.17 23:29:43.706423 [ 276 ] {e5479b50-d233-44c1-b7e5-005108f593ac} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.706465 [ 276 ] {e5479b50-d233-44c1-b7e5-005108f593ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.707000 [ 276 ] {e5479b50-d233-44c1-b7e5-005108f593ac} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.17 23:29:43.707241 [ 276 ] {e5479b50-d233-44c1-b7e5-005108f593ac} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.707340 [ 37 ] {} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.17 23:29:43.707370 [ 37 ] {} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.707377 [ 276 ] {e5479b50-d233-44c1-b7e5-005108f593ac} executeQuery: Read 4 rows, 7.34 KiB in 0.001794 sec., 2229.654403567447 rows/sec., 4.00 MiB/sec. 2026.04.17 23:29:43.707390 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.707436 [ 276 ] {e5479b50-d233-44c1-b7e5-005108f593ac} TCPHandler: Processed in 0.001994405 sec. 2026.04.17 23:29:43.707518 [ 192 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::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.04.17 23:29:43.707562 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:43.707662 [ 276 ] {fe7c9743-9bd1-4cee-8724-9d7a47e45111} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.17 23:29:43.707705 [ 276 ] {fe7c9743-9bd1-4cee-8724-9d7a47e45111} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.17 23:29:43.707808 [ 192 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:43.707898 [ 188 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4897 rows, containing 5 columns (5 merged, 0 gathered) in 0.002492559 sec., 1964647.5770483266 rows/sec., 128.42 MiB/sec. 2026.04.17 23:29:43.707916 [ 192 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part 2026.04.17 23:29:43.708034 [ 276 ] {fe7c9743-9bd1-4cee-8724-9d7a47e45111} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.708074 [ 276 ] {fe7c9743-9bd1-4cee-8724-9d7a47e45111} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.708087 [ 192 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.04.17 23:29:43.708217 [ 192 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part 2026.04.17 23:29:43.708277 [ 196 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.17 23:29:43.708329 [ 192 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 45 rows starting from the beginning of the part 2026.04.17 23:29:43.708419 [ 276 ] {fe7c9743-9bd1-4cee-8724-9d7a47e45111} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:43.708434 [ 192 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part 2026.04.17 23:29:43.708543 [ 192 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.04.17 23:29:43.708694 [ 196 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.708724 [ 276 ] {fe7c9743-9bd1-4cee-8724-9d7a47e45111} oximeter.measurements_i64 (6521bdee-5ff8-48fa-840b-6c8f01387851): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.708771 [ 196 ] {b8632e2c-4683-4682-9a17-8329c61cc4b8::all_1_11_2} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.17 23:29:43.708850 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. 2026.04.17 23:29:43.708868 [ 276 ] {fe7c9743-9bd1-4cee-8724-9d7a47e45111} executeQuery: Read 9 rows, 651.00 B in 0.001224 sec., 7352.941176470588 rows/sec., 519.40 KiB/sec. 2026.04.17 23:29:43.708912 [ 276 ] {fe7c9743-9bd1-4cee-8724-9d7a47e45111} TCPHandler: Processed in 0.001399531 sec. 2026.04.17 23:29:43.709026 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:43.709122 [ 276 ] {aeef9e91-910f-40f7-bf52-69790f150946} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:43.709163 [ 276 ] {aeef9e91-910f-40f7-bf52-69790f150946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:43.709499 [ 276 ] {aeef9e91-910f-40f7-bf52-69790f150946} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.709537 [ 276 ] {aeef9e91-910f-40f7-bf52-69790f150946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.709857 [ 276 ] {aeef9e91-910f-40f7-bf52-69790f150946} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.17 23:29:43.710083 [ 276 ] {aeef9e91-910f-40f7-bf52-69790f150946} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.710220 [ 276 ] {aeef9e91-910f-40f7-bf52-69790f150946} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.04.17 23:29:43.710227 [ 35 ] {} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.17 23:29:43.710258 [ 276 ] {aeef9e91-910f-40f7-bf52-69790f150946} TCPHandler: Processed in 0.001281 sec. 2026.04.17 23:29:43.710287 [ 35 ] {} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:43.710316 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:43.710399 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.17 23:29:43.710495 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:43.710522 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2026.04.17 23:29:43.710587 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part 2026.04.17 23:29:43.710632 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part 2026.04.17 23:29:43.710672 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.04.17 23:29:43.710691 [ 196 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 19 columns (19 merged, 0 gathered) in 0.003223956 sec., 50869.18059675752 rows/sec., 91.16 MiB/sec. 2026.04.17 23:29:43.710720 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part 2026.04.17 23:29:43.710766 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.04.17 23:29:43.710981 [ 196 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.17 23:29:43.711260 [ 196 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.711319 [ 196 ] {f7a08e6e-247c-44b7-87a8-ceec5882c63a::all_1_6_1} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.17 23:29:43.711383 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.04.17 23:29:43.711538 [ 200 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.001171979 sec., 511954.56573880586 rows/sec., 33.70 MiB/sec. 2026.04.17 23:29:43.711672 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.17 23:29:43.711922 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:43.711986 [ 188 ] {45b91ef6-44a4-466d-9d4f-30ecdc2d0406::all_1_11_2} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.17 23:29:43.712040 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.17 23:29:46.769946 [ 33 ] {} DNSResolver: Updating DNS cache 2026.04.17 23:29:46.769998 [ 33 ] {} DNSResolver: Updated DNS cache 2026.04.17 23:29:46.857347 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4810 2026.04.17 23:29:46.858109 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:46.858166 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:46.858658 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.17 23:29:46.858900 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:46.859040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4810 2026.04.17 23:29:47.123630 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.04.17 23:29:47.140808 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:47.140866 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.04.17 23:29:47.147053 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.17 23:29:47.147760 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:47.150794 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.04.17 23:29:48.001123 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 210.00 MiB, peak 215.54 MiB, free memory in arenas 0.00 B, will set to 211.86 MiB (RSS), difference: 1.86 MiB 2026.04.17 23:29:48.705583 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.705892 [ 276 ] {fa365ffe-3994-431f-9e91-2a0433cec8aa} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.17 23:29:48.705999 [ 276 ] {fa365ffe-3994-431f-9e91-2a0433cec8aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.17 23:29:48.706788 [ 276 ] {fa365ffe-3994-431f-9e91-2a0433cec8aa} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.706832 [ 276 ] {fa365ffe-3994-431f-9e91-2a0433cec8aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.707242 [ 276 ] {fa365ffe-3994-431f-9e91-2a0433cec8aa} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:48.707478 [ 276 ] {fa365ffe-3994-431f-9e91-2a0433cec8aa} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.707648 [ 276 ] {fa365ffe-3994-431f-9e91-2a0433cec8aa} executeQuery: Read 284 rows, 18.47 KiB in 0.001831 sec., 155106.49918077554 rows/sec., 9.85 MiB/sec. 2026.04.17 23:29:48.707697 [ 276 ] {fa365ffe-3994-431f-9e91-2a0433cec8aa} TCPHandler: Processed in 0.002297938 sec. 2026.04.17 23:29:48.707843 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.707946 [ 276 ] {3c917d89-6efb-4f68-b334-7dcb59b3b59d} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:48.707991 [ 276 ] {3c917d89-6efb-4f68-b334-7dcb59b3b59d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:48.708782 [ 276 ] {3c917d89-6efb-4f68-b334-7dcb59b3b59d} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.708819 [ 276 ] {3c917d89-6efb-4f68-b334-7dcb59b3b59d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.709231 [ 276 ] {3c917d89-6efb-4f68-b334-7dcb59b3b59d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.17 23:29:48.709464 [ 276 ] {3c917d89-6efb-4f68-b334-7dcb59b3b59d} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.709593 [ 276 ] {3c917d89-6efb-4f68-b334-7dcb59b3b59d} executeQuery: Read 871 rows, 69.90 KiB in 0.001671 sec., 521244.76361460204 rows/sec., 40.85 MiB/sec. 2026.04.17 23:29:48.709631 [ 276 ] {3c917d89-6efb-4f68-b334-7dcb59b3b59d} TCPHandler: Processed in 0.001840955 sec. 2026.04.17 23:29:48.709749 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.709847 [ 276 ] {406e6929-8a5e-4ff0-945c-3d837ded6829} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:29:48.709889 [ 276 ] {406e6929-8a5e-4ff0-945c-3d837ded6829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:29:48.710341 [ 276 ] {406e6929-8a5e-4ff0-945c-3d837ded6829} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.710377 [ 276 ] {406e6929-8a5e-4ff0-945c-3d837ded6829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.710682 [ 276 ] {406e6929-8a5e-4ff0-945c-3d837ded6829} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.17 23:29:48.710901 [ 276 ] {406e6929-8a5e-4ff0-945c-3d837ded6829} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.711032 [ 276 ] {406e6929-8a5e-4ff0-945c-3d837ded6829} executeQuery: Read 179 rows, 11.32 KiB in 0.001205 sec., 148547.71784232368 rows/sec., 9.18 MiB/sec. 2026.04.17 23:29:48.711069 [ 276 ] {406e6929-8a5e-4ff0-945c-3d837ded6829} TCPHandler: Processed in 0.001370081 sec. 2026.04.17 23:29:48.711184 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.711282 [ 276 ] {c3e0f5ca-99de-4a7c-a0d0-da92728ca6b3} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.17 23:29:48.711322 [ 276 ] {c3e0f5ca-99de-4a7c-a0d0-da92728ca6b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.17 23:29:48.711752 [ 276 ] {c3e0f5ca-99de-4a7c-a0d0-da92728ca6b3} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.711786 [ 276 ] {c3e0f5ca-99de-4a7c-a0d0-da92728ca6b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.712098 [ 276 ] {c3e0f5ca-99de-4a7c-a0d0-da92728ca6b3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:48.712311 [ 276 ] {c3e0f5ca-99de-4a7c-a0d0-da92728ca6b3} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.712443 [ 276 ] {c3e0f5ca-99de-4a7c-a0d0-da92728ca6b3} executeQuery: Read 149 rows, 9.86 KiB in 0.001181 sec., 126164.26756985606 rows/sec., 8.15 MiB/sec. 2026.04.17 23:29:48.712480 [ 276 ] {c3e0f5ca-99de-4a7c-a0d0-da92728ca6b3} TCPHandler: Processed in 0.001345171 sec. 2026.04.17 23:29:48.712595 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.712691 [ 276 ] {e9e2f86a-075a-46c7-81f3-7a31b5adec75} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.17 23:29:48.712730 [ 276 ] {e9e2f86a-075a-46c7-81f3-7a31b5adec75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.17 23:29:48.713159 [ 276 ] {e9e2f86a-075a-46c7-81f3-7a31b5adec75} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.713194 [ 276 ] {e9e2f86a-075a-46c7-81f3-7a31b5adec75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.713504 [ 276 ] {e9e2f86a-075a-46c7-81f3-7a31b5adec75} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:48.713726 [ 276 ] {e9e2f86a-075a-46c7-81f3-7a31b5adec75} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.713856 [ 276 ] {e9e2f86a-075a-46c7-81f3-7a31b5adec75} executeQuery: Read 148 rows, 8.62 KiB in 0.001184 sec., 125000 rows/sec., 7.11 MiB/sec. 2026.04.17 23:29:48.713893 [ 276 ] {e9e2f86a-075a-46c7-81f3-7a31b5adec75} TCPHandler: Processed in 0.001348661 sec. 2026.04.17 23:29:48.714006 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.714101 [ 276 ] {57a97944-4512-49f7-a3dd-04aafb625955} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:48.714143 [ 276 ] {57a97944-4512-49f7-a3dd-04aafb625955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:48.714721 [ 276 ] {57a97944-4512-49f7-a3dd-04aafb625955} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.714756 [ 276 ] {57a97944-4512-49f7-a3dd-04aafb625955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.715084 [ 276 ] {57a97944-4512-49f7-a3dd-04aafb625955} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.17 23:29:48.715307 [ 276 ] {57a97944-4512-49f7-a3dd-04aafb625955} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.715441 [ 276 ] {57a97944-4512-49f7-a3dd-04aafb625955} executeQuery: Read 527 rows, 38.14 KiB in 0.001359 sec., 387785.136129507 rows/sec., 27.41 MiB/sec. 2026.04.17 23:29:48.715479 [ 276 ] {57a97944-4512-49f7-a3dd-04aafb625955} TCPHandler: Processed in 0.001522542 sec. 2026.04.17 23:29:48.715585 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.715688 [ 276 ] {d29d7d16-ae91-4ab6-9156-cd47ecbf45c5} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.17 23:29:48.715731 [ 276 ] {d29d7d16-ae91-4ab6-9156-cd47ecbf45c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.17 23:29:48.716057 [ 276 ] {d29d7d16-ae91-4ab6-9156-cd47ecbf45c5} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.716092 [ 276 ] {d29d7d16-ae91-4ab6-9156-cd47ecbf45c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.716406 [ 276 ] {d29d7d16-ae91-4ab6-9156-cd47ecbf45c5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.17 23:29:48.716614 [ 276 ] {d29d7d16-ae91-4ab6-9156-cd47ecbf45c5} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.716739 [ 276 ] {d29d7d16-ae91-4ab6-9156-cd47ecbf45c5} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2026.04.17 23:29:48.716775 [ 276 ] {d29d7d16-ae91-4ab6-9156-cd47ecbf45c5} TCPHandler: Processed in 0.001240089 sec. 2026.04.17 23:29:48.716884 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.716977 [ 276 ] {79681581-1960-4630-a2ff-bde65ebdd150} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:48.717020 [ 276 ] {79681581-1960-4630-a2ff-bde65ebdd150} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:48.717415 [ 276 ] {79681581-1960-4630-a2ff-bde65ebdd150} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.717449 [ 276 ] {79681581-1960-4630-a2ff-bde65ebdd150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.717774 [ 276 ] {79681581-1960-4630-a2ff-bde65ebdd150} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.17 23:29:48.718000 [ 276 ] {79681581-1960-4630-a2ff-bde65ebdd150} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.718129 [ 276 ] {79681581-1960-4630-a2ff-bde65ebdd150} executeQuery: Read 265 rows, 18.03 KiB in 0.001166 sec., 227272.7272727273 rows/sec., 15.10 MiB/sec. 2026.04.17 23:29:48.718166 [ 276 ] {79681581-1960-4630-a2ff-bde65ebdd150} TCPHandler: Processed in 0.001331171 sec. 2026.04.17 23:29:48.718279 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.718372 [ 276 ] {567e5cc4-14e2-417a-8b55-5f14c494ae9c} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.17 23:29:48.718413 [ 276 ] {567e5cc4-14e2-417a-8b55-5f14c494ae9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.17 23:29:48.718710 [ 276 ] {567e5cc4-14e2-417a-8b55-5f14c494ae9c} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.718743 [ 276 ] {567e5cc4-14e2-417a-8b55-5f14c494ae9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.719037 [ 276 ] {567e5cc4-14e2-417a-8b55-5f14c494ae9c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:48.719244 [ 276 ] {567e5cc4-14e2-417a-8b55-5f14c494ae9c} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.719366 [ 276 ] {567e5cc4-14e2-417a-8b55-5f14c494ae9c} executeQuery: Read 1 rows, 69.00 B in 0.001012 sec., 988.1422924901185 rows/sec., 66.58 KiB/sec. 2026.04.17 23:29:48.719400 [ 276 ] {567e5cc4-14e2-417a-8b55-5f14c494ae9c} TCPHandler: Processed in 0.001170079 sec. 2026.04.17 23:29:48.719548 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.719641 [ 276 ] {f73882ff-35dc-485e-b657-24e9b89d7105} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:48.719692 [ 276 ] {f73882ff-35dc-485e-b657-24e9b89d7105} 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.04.17 23:29:48.720505 [ 276 ] {f73882ff-35dc-485e-b657-24e9b89d7105} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.720539 [ 276 ] {f73882ff-35dc-485e-b657-24e9b89d7105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.721078 [ 276 ] {f73882ff-35dc-485e-b657-24e9b89d7105} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.17 23:29:48.721301 [ 276 ] {f73882ff-35dc-485e-b657-24e9b89d7105} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.721433 [ 276 ] {f73882ff-35dc-485e-b657-24e9b89d7105} executeQuery: Read 37 rows, 67.89 KiB in 0.001809 sec., 20453.289110005528 rows/sec., 36.65 MiB/sec. 2026.04.17 23:29:48.721490 [ 276 ] {f73882ff-35dc-485e-b657-24e9b89d7105} TCPHandler: Processed in 0.001991115 sec. 2026.04.17 23:29:48.721605 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:48.721699 [ 276 ] {fba2f6a7-4305-4948-a920-b191b7f9c84d} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:48.721739 [ 276 ] {fba2f6a7-4305-4948-a920-b191b7f9c84d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:48.722065 [ 276 ] {fba2f6a7-4305-4948-a920-b191b7f9c84d} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:48.722099 [ 276 ] {fba2f6a7-4305-4948-a920-b191b7f9c84d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:48.722403 [ 276 ] {fba2f6a7-4305-4948-a920-b191b7f9c84d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.17 23:29:48.722613 [ 276 ] {fba2f6a7-4305-4948-a920-b191b7f9c84d} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:48.722735 [ 276 ] {fba2f6a7-4305-4948-a920-b191b7f9c84d} executeQuery: Read 90 rows, 5.77 KiB in 0.001055 sec., 85308.05687203792 rows/sec., 5.34 MiB/sec. 2026.04.17 23:29:48.722769 [ 276 ] {fba2f6a7-4305-4948-a920-b191b7f9c84d} TCPHandler: Processed in 0.001213609 sec. 2026.04.17 23:29:51.866586 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 384 2026.04.17 23:29:51.868919 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:51.868977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:51.870166 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.17 23:29:51.870480 [ 243 ] {} system.query_log (0db9ebeb-a66d-497b-853c-69f014974d48): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:51.870816 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 384 2026.04.17 23:29:53.696654 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:53.696845 [ 276 ] {93ce6503-bff1-4869-ba42-79af0a6a34d0} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:53.696909 [ 276 ] {93ce6503-bff1-4869-ba42-79af0a6a34d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:53.697574 [ 276 ] {93ce6503-bff1-4869-ba42-79af0a6a34d0} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:53.697618 [ 276 ] {93ce6503-bff1-4869-ba42-79af0a6a34d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:53.698023 [ 276 ] {93ce6503-bff1-4869-ba42-79af0a6a34d0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.17 23:29:53.698252 [ 276 ] {93ce6503-bff1-4869-ba42-79af0a6a34d0} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:53.698409 [ 276 ] {93ce6503-bff1-4869-ba42-79af0a6a34d0} executeQuery: Read 64 rows, 5.16 KiB in 0.001614 sec., 39653.035935563814 rows/sec., 3.12 MiB/sec. 2026.04.17 23:29:53.698458 [ 276 ] {93ce6503-bff1-4869-ba42-79af0a6a34d0} TCPHandler: Processed in 0.001943635 sec. 2026.04.17 23:29:53.698594 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:53.698697 [ 276 ] {5a79aba1-a27d-4916-9e36-2294acc53832} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:29:53.698740 [ 276 ] {5a79aba1-a27d-4916-9e36-2294acc53832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:29:53.699151 [ 276 ] {5a79aba1-a27d-4916-9e36-2294acc53832} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:53.699188 [ 276 ] {5a79aba1-a27d-4916-9e36-2294acc53832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:53.699488 [ 276 ] {5a79aba1-a27d-4916-9e36-2294acc53832} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.17 23:29:53.699693 [ 276 ] {5a79aba1-a27d-4916-9e36-2294acc53832} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:53.699821 [ 276 ] {5a79aba1-a27d-4916-9e36-2294acc53832} executeQuery: Read 4 rows, 308.00 B in 0.001147 sec., 3487.3583260680034 rows/sec., 262.23 KiB/sec. 2026.04.17 23:29:53.699857 [ 276 ] {5a79aba1-a27d-4916-9e36-2294acc53832} TCPHandler: Processed in 0.001315 sec. 2026.04.17 23:29:53.699976 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:53.700071 [ 276 ] {5f050524-0eee-4ef8-91cb-d8ad3a22b7f0} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:53.700112 [ 276 ] {5f050524-0eee-4ef8-91cb-d8ad3a22b7f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:53.700538 [ 276 ] {5f050524-0eee-4ef8-91cb-d8ad3a22b7f0} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:53.700574 [ 276 ] {5f050524-0eee-4ef8-91cb-d8ad3a22b7f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:53.700876 [ 276 ] {5f050524-0eee-4ef8-91cb-d8ad3a22b7f0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.17 23:29:53.701084 [ 276 ] {5f050524-0eee-4ef8-91cb-d8ad3a22b7f0} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:53.701210 [ 276 ] {5f050524-0eee-4ef8-91cb-d8ad3a22b7f0} executeQuery: Read 68 rows, 5.44 KiB in 0.001158 sec., 58721.934369602764 rows/sec., 4.58 MiB/sec. 2026.04.17 23:29:53.701247 [ 276 ] {5f050524-0eee-4ef8-91cb-d8ad3a22b7f0} TCPHandler: Processed in 0.00132111 sec. 2026.04.17 23:29:53.701370 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:53.701465 [ 276 ] {e1481d5d-e929-42df-9dbe-03f5eb57c8e0} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:53.701509 [ 276 ] {e1481d5d-e929-42df-9dbe-03f5eb57c8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:53.701912 [ 276 ] {e1481d5d-e929-42df-9dbe-03f5eb57c8e0} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:53.701948 [ 276 ] {e1481d5d-e929-42df-9dbe-03f5eb57c8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:53.702284 [ 276 ] {e1481d5d-e929-42df-9dbe-03f5eb57c8e0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.17 23:29:53.702502 [ 276 ] {e1481d5d-e929-42df-9dbe-03f5eb57c8e0} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:53.702629 [ 276 ] {e1481d5d-e929-42df-9dbe-03f5eb57c8e0} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.04.17 23:29:53.702672 [ 276 ] {e1481d5d-e929-42df-9dbe-03f5eb57c8e0} TCPHandler: Processed in 0.001349991 sec. 2026.04.17 23:29:53.702840 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:53.702942 [ 276 ] {6c711cba-f93f-499b-b66d-220a002d8d99} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:53.702996 [ 276 ] {6c711cba-f93f-499b-b66d-220a002d8d99} 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.04.17 23:29:53.703838 [ 276 ] {6c711cba-f93f-499b-b66d-220a002d8d99} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:53.703875 [ 276 ] {6c711cba-f93f-499b-b66d-220a002d8d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:53.704376 [ 276 ] {6c711cba-f93f-499b-b66d-220a002d8d99} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.17 23:29:53.704595 [ 276 ] {6c711cba-f93f-499b-b66d-220a002d8d99} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:53.704726 [ 276 ] {6c711cba-f93f-499b-b66d-220a002d8d99} executeQuery: Read 4 rows, 7.34 KiB in 0.001803 sec., 2218.524681087077 rows/sec., 3.98 MiB/sec. 2026.04.17 23:29:53.704774 [ 276 ] {6c711cba-f93f-499b-b66d-220a002d8d99} TCPHandler: Processed in 0.001982546 sec. 2026.04.17 23:29:53.704904 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:53.704998 [ 276 ] {71c8d7c8-2f52-4fd7-b93a-dad6010952fc} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:53.705042 [ 276 ] {71c8d7c8-2f52-4fd7-b93a-dad6010952fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:53.705423 [ 276 ] {71c8d7c8-2f52-4fd7-b93a-dad6010952fc} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:53.705486 [ 276 ] {71c8d7c8-2f52-4fd7-b93a-dad6010952fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:53.705797 [ 276 ] {71c8d7c8-2f52-4fd7-b93a-dad6010952fc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.17 23:29:53.706026 [ 276 ] {71c8d7c8-2f52-4fd7-b93a-dad6010952fc} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:53.706167 [ 276 ] {71c8d7c8-2f52-4fd7-b93a-dad6010952fc} executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. 2026.04.17 23:29:53.706202 [ 276 ] {71c8d7c8-2f52-4fd7-b93a-dad6010952fc} TCPHandler: Processed in 0.001346251 sec. 2026.04.17 23:29:54.004843 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.005029 [ 276 ] {57737d11-3bde-4482-9019-67f0b36658d8} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.17 23:29:54.005109 [ 276 ] {57737d11-3bde-4482-9019-67f0b36658d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.17 23:29:54.005947 [ 276 ] {57737d11-3bde-4482-9019-67f0b36658d8} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.006001 [ 276 ] {57737d11-3bde-4482-9019-67f0b36658d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.006453 [ 276 ] {57737d11-3bde-4482-9019-67f0b36658d8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:54.006714 [ 276 ] {57737d11-3bde-4482-9019-67f0b36658d8} oximeter.fields_i16 (afe6b20b-fd93-4f4c-8a93-67720d0f9e59): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.006910 [ 276 ] {57737d11-3bde-4482-9019-67f0b36658d8} executeQuery: Read 284 rows, 18.47 KiB in 0.001931 sec., 147074.0548938374 rows/sec., 9.34 MiB/sec. 2026.04.17 23:29:54.006972 [ 276 ] {57737d11-3bde-4482-9019-67f0b36658d8} TCPHandler: Processed in 0.002267938 sec. 2026.04.17 23:29:54.007120 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.007237 [ 276 ] {623af3bd-01c3-4a19-9dca-73818abd0bfc} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.17 23:29:54.007293 [ 276 ] {623af3bd-01c3-4a19-9dca-73818abd0bfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.17 23:29:54.007781 [ 276 ] {623af3bd-01c3-4a19-9dca-73818abd0bfc} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.007827 [ 276 ] {623af3bd-01c3-4a19-9dca-73818abd0bfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.008223 [ 276 ] {623af3bd-01c3-4a19-9dca-73818abd0bfc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:54.008495 [ 276 ] {623af3bd-01c3-4a19-9dca-73818abd0bfc} oximeter.fields_ipaddr (755b435f-ebc4-4b58-ac0e-7c6e7bab7d85): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.008705 [ 276 ] {623af3bd-01c3-4a19-9dca-73818abd0bfc} executeQuery: Read 10 rows, 835.00 B in 0.001493 sec., 6697.923643670462 rows/sec., 546.17 KiB/sec. 2026.04.17 23:29:54.008775 [ 276 ] {623af3bd-01c3-4a19-9dca-73818abd0bfc} TCPHandler: Processed in 0.001710413 sec. 2026.04.17 23:29:54.008945 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.009080 [ 276 ] {6ef3baff-c049-47d4-8181-1d493b77ffae} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:54.009140 [ 276 ] {6ef3baff-c049-47d4-8181-1d493b77ffae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:54.011439 [ 276 ] {6ef3baff-c049-47d4-8181-1d493b77ffae} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.011480 [ 276 ] {6ef3baff-c049-47d4-8181-1d493b77ffae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.012098 [ 276 ] {6ef3baff-c049-47d4-8181-1d493b77ffae} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.17 23:29:54.012339 [ 276 ] {6ef3baff-c049-47d4-8181-1d493b77ffae} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.012484 [ 276 ] {6ef3baff-c049-47d4-8181-1d493b77ffae} executeQuery: Read 3221 rows, 246.09 KiB in 0.003433 sec., 938246.4316923973 rows/sec., 70.00 MiB/sec. 2026.04.17 23:29:54.012529 [ 276 ] {6ef3baff-c049-47d4-8181-1d493b77ffae} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.17 23:29:54.012544 [ 276 ] {6ef3baff-c049-47d4-8181-1d493b77ffae} TCPHandler: Processed in 0.003672099 sec. 2026.04.17 23:29:54.012704 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.012811 [ 276 ] {16d6f078-dbaf-446b-86d3-33e647e79575} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.17 23:29:54.012861 [ 276 ] {16d6f078-dbaf-446b-86d3-33e647e79575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.17 23:29:54.013398 [ 276 ] {16d6f078-dbaf-446b-86d3-33e647e79575} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.013436 [ 276 ] {16d6f078-dbaf-446b-86d3-33e647e79575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.013803 [ 276 ] {16d6f078-dbaf-446b-86d3-33e647e79575} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.17 23:29:54.014064 [ 276 ] {16d6f078-dbaf-446b-86d3-33e647e79575} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.014216 [ 89 ] {} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.04.17 23:29:54.014227 [ 276 ] {16d6f078-dbaf-446b-86d3-33e647e79575} executeQuery: Read 198 rows, 12.70 KiB in 0.00144 sec., 137500 rows/sec., 8.61 MiB/sec. 2026.04.17 23:29:54.014261 [ 89 ] {} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.014285 [ 276 ] {16d6f078-dbaf-446b-86d3-33e647e79575} TCPHandler: Processed in 0.001640483 sec. 2026.04.17 23:29:54.014289 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.014437 [ 196 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.04.17 23:29:54.014452 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.014576 [ 276 ] {44c67f5d-178e-48b4-9a2d-7261172b1c28} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.17 23:29:54.014585 [ 196 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:54.014624 [ 276 ] {44c67f5d-178e-48b4-9a2d-7261172b1c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.17 23:29:54.014642 [ 196 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 213 rows starting from the beginning of the part 2026.04.17 23:29:54.014766 [ 196 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 179 rows starting from the beginning of the part 2026.04.17 23:29:54.014831 [ 196 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part 2026.04.17 23:29:54.014891 [ 196 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 179 rows starting from the beginning of the part 2026.04.17 23:29:54.014943 [ 196 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2026.04.17 23:29:54.015002 [ 196 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 198 rows starting from the beginning of the part 2026.04.17 23:29:54.015635 [ 276 ] {44c67f5d-178e-48b4-9a2d-7261172b1c28} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.015684 [ 276 ] {44c67f5d-178e-48b4-9a2d-7261172b1c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.016235 [ 276 ] {44c67f5d-178e-48b4-9a2d-7261172b1c28} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:54.016270 [ 188 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 781 rows, containing 5 columns (5 merged, 0 gathered) in 0.001887545 sec., 413764.9698417786 rows/sec., 27.49 MiB/sec. 2026.04.17 23:29:54.016530 [ 200 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.17 23:29:54.016546 [ 276 ] {44c67f5d-178e-48b4-9a2d-7261172b1c28} oximeter.fields_u32 (abf85255-496f-4af1-8eb7-d00bc4fecc04): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.016735 [ 276 ] {44c67f5d-178e-48b4-9a2d-7261172b1c28} executeQuery: Read 950 rows, 57.24 KiB in 0.002178 sec., 436179.98163452715 rows/sec., 25.66 MiB/sec. 2026.04.17 23:29:54.016786 [ 276 ] {44c67f5d-178e-48b4-9a2d-7261172b1c28} TCPHandler: Processed in 0.002389039 sec. 2026.04.17 23:29:54.016941 [ 200 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.017039 [ 200 ] {1e07003e-b49c-4460-85ba-cca012a83cc8::all_1_10_2} oximeter.fields_u16 (1e07003e-b49c-4460-85ba-cca012a83cc8) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.04.17 23:29:54.017138 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.04.17 23:29:54.017246 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.017360 [ 276 ] {fca29b7a-6275-4d8c-826d-322ea44b71b2} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:54.017408 [ 276 ] {fca29b7a-6275-4d8c-826d-322ea44b71b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.17 23:29:54.017897 [ 276 ] {fca29b7a-6275-4d8c-826d-322ea44b71b2} oximeter.fields_u64 (09409bd6-e92e-4f0d-9601-eddcc1b019b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.017946 [ 276 ] {fca29b7a-6275-4d8c-826d-322ea44b71b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.018349 [ 276 ] {fca29b7a-6275-4d8c-826d-322ea44b71b2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.17 23:29:54.018645 [ 276 ] {fca29b7a-6275-4d8c-826d-322ea44b71b2} oximeter.fields_u64 (09409bd6-e92e-4f0d-9601-eddcc1b019b7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.018829 [ 276 ] {fca29b7a-6275-4d8c-826d-322ea44b71b2} executeQuery: Read 1 rows, 72.00 B in 0.001489 sec., 671.591672263264 rows/sec., 47.22 KiB/sec. 2026.04.17 23:29:54.018882 [ 276 ] {fca29b7a-6275-4d8c-826d-322ea44b71b2} TCPHandler: Processed in 0.001695723 sec. 2026.04.17 23:29:54.019072 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.019219 [ 276 ] {a61e578e-c80a-489f-a1a5-9e5b3d9c998a} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.17 23:29:54.019297 [ 276 ] {a61e578e-c80a-489f-a1a5-9e5b3d9c998a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.17 23:29:54.019852 [ 276 ] {a61e578e-c80a-489f-a1a5-9e5b3d9c998a} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.019896 [ 276 ] {a61e578e-c80a-489f-a1a5-9e5b3d9c998a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.020245 [ 276 ] {a61e578e-c80a-489f-a1a5-9e5b3d9c998a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:54.020503 [ 276 ] {a61e578e-c80a-489f-a1a5-9e5b3d9c998a} oximeter.fields_u8 (266679b5-ec5b-4d29-83d1-10ec16b3ada0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.020652 [ 276 ] {a61e578e-c80a-489f-a1a5-9e5b3d9c998a} executeQuery: Read 148 rows, 8.62 KiB in 0.001459 sec., 101439.34201507882 rows/sec., 5.77 MiB/sec. 2026.04.17 23:29:54.020693 [ 276 ] {a61e578e-c80a-489f-a1a5-9e5b3d9c998a} TCPHandler: Processed in 0.001711503 sec. 2026.04.17 23:29:54.020841 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.020950 [ 276 ] {a614e518-101b-4b53-972d-b82e8fc7e6d0} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:54.021002 [ 276 ] {a614e518-101b-4b53-972d-b82e8fc7e6d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:54.022281 [ 276 ] {a614e518-101b-4b53-972d-b82e8fc7e6d0} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.022318 [ 276 ] {a614e518-101b-4b53-972d-b82e8fc7e6d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.022725 [ 276 ] {a614e518-101b-4b53-972d-b82e8fc7e6d0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.17 23:29:54.022957 [ 276 ] {a614e518-101b-4b53-972d-b82e8fc7e6d0} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.023100 [ 276 ] {a614e518-101b-4b53-972d-b82e8fc7e6d0} executeQuery: Read 1761 rows, 121.80 KiB in 0.002172 sec., 810773.4806629835 rows/sec., 54.76 MiB/sec. 2026.04.17 23:29:54.023138 [ 276 ] {a614e518-101b-4b53-972d-b82e8fc7e6d0} TCPHandler: Processed in 0.002348028 sec. 2026.04.17 23:29:54.023287 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.023387 [ 276 ] {ad61ac20-75fa-4c52-a5ca-aefe9e8f74df} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.17 23:29:54.023433 [ 276 ] {ad61ac20-75fa-4c52-a5ca-aefe9e8f74df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.17 23:29:54.023808 [ 276 ] {ad61ac20-75fa-4c52-a5ca-aefe9e8f74df} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.023844 [ 276 ] {ad61ac20-75fa-4c52-a5ca-aefe9e8f74df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.024168 [ 276 ] {ad61ac20-75fa-4c52-a5ca-aefe9e8f74df} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.17 23:29:54.024404 [ 276 ] {ad61ac20-75fa-4c52-a5ca-aefe9e8f74df} oximeter.measurements_bool (9d34b2fb-9022-4bc7-8f8b-d857c33ebe33): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.024538 [ 276 ] {ad61ac20-75fa-4c52-a5ca-aefe9e8f74df} executeQuery: Read 6 rows, 321.00 B in 0.001172 sec., 5119.453924914676 rows/sec., 267.47 KiB/sec. 2026.04.17 23:29:54.024575 [ 276 ] {ad61ac20-75fa-4c52-a5ca-aefe9e8f74df} TCPHandler: Processed in 0.001340801 sec. 2026.04.17 23:29:54.024698 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.024795 [ 276 ] {a65e1f6f-9700-4f12-9ddc-c009e18c35e6} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:54.024839 [ 276 ] {a65e1f6f-9700-4f12-9ddc-c009e18c35e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:54.025763 [ 276 ] {a65e1f6f-9700-4f12-9ddc-c009e18c35e6} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.025796 [ 276 ] {a65e1f6f-9700-4f12-9ddc-c009e18c35e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.026403 [ 276 ] {a65e1f6f-9700-4f12-9ddc-c009e18c35e6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.17 23:29:54.026740 [ 276 ] {a65e1f6f-9700-4f12-9ddc-c009e18c35e6} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.026900 [ 276 ] {a65e1f6f-9700-4f12-9ddc-c009e18c35e6} executeQuery: Read 1606 rows, 99.88 KiB in 0.002123 sec., 756476.6839378239 rows/sec., 45.94 MiB/sec. 2026.04.17 23:29:54.026943 [ 276 ] {a65e1f6f-9700-4f12-9ddc-c009e18c35e6} TCPHandler: Processed in 0.002301098 sec. 2026.04.17 23:29:54.027103 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.027231 [ 276 ] {4935b5a8-7c10-4194-926f-7b3acf0233c7} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.17 23:29:54.027291 [ 276 ] {4935b5a8-7c10-4194-926f-7b3acf0233c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.17 23:29:54.027712 [ 276 ] {4935b5a8-7c10-4194-926f-7b3acf0233c7} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.027748 [ 276 ] {4935b5a8-7c10-4194-926f-7b3acf0233c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.028173 [ 276 ] {4935b5a8-7c10-4194-926f-7b3acf0233c7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.17 23:29:54.028406 [ 276 ] {4935b5a8-7c10-4194-926f-7b3acf0233c7} oximeter.measurements_f64 (2f21b1e0-d125-4eff-bf72-58e079a78ed6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.028542 [ 276 ] {4935b5a8-7c10-4194-926f-7b3acf0233c7} executeQuery: Read 1 rows, 69.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 50.36 KiB/sec. 2026.04.17 23:29:54.028579 [ 276 ] {4935b5a8-7c10-4194-926f-7b3acf0233c7} TCPHandler: Processed in 0.001542142 sec. 2026.04.17 23:29:54.028700 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.028797 [ 276 ] {6987ab07-6739-4283-9ae3-dde9330ddf36} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:54.028853 [ 276 ] {6987ab07-6739-4283-9ae3-dde9330ddf36} 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.04.17 23:29:54.029896 [ 276 ] {6987ab07-6739-4283-9ae3-dde9330ddf36} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.029934 [ 276 ] {6987ab07-6739-4283-9ae3-dde9330ddf36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.030540 [ 276 ] {6987ab07-6739-4283-9ae3-dde9330ddf36} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.17 23:29:54.030802 [ 276 ] {6987ab07-6739-4283-9ae3-dde9330ddf36} oximeter.measurements_histogramu64 (f7a08e6e-247c-44b7-87a8-ceec5882c63a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.030985 [ 276 ] {6987ab07-6739-4283-9ae3-dde9330ddf36} executeQuery: Read 46 rows, 84.41 KiB in 0.002206 sec., 20852.22121486854 rows/sec., 37.37 MiB/sec. 2026.04.17 23:29:54.031059 [ 276 ] {6987ab07-6739-4283-9ae3-dde9330ddf36} TCPHandler: Processed in 0.002409039 sec. 2026.04.17 23:29:54.031198 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:54.031297 [ 276 ] {ef2cf51b-486e-43d7-b85f-06f981c98a4b} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:54.031339 [ 276 ] {ef2cf51b-486e-43d7-b85f-06f981c98a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:54.031697 [ 276 ] {ef2cf51b-486e-43d7-b85f-06f981c98a4b} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.031733 [ 276 ] {ef2cf51b-486e-43d7-b85f-06f981c98a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.032058 [ 276 ] {ef2cf51b-486e-43d7-b85f-06f981c98a4b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.17 23:29:54.032292 [ 276 ] {ef2cf51b-486e-43d7-b85f-06f981c98a4b} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.032424 [ 276 ] {ef2cf51b-486e-43d7-b85f-06f981c98a4b} executeQuery: Read 42 rows, 2.45 KiB in 0.001147 sec., 36617.26242371403 rows/sec., 2.09 MiB/sec. 2026.04.17 23:29:54.032459 [ 276 ] {ef2cf51b-486e-43d7-b85f-06f981c98a4b} TCPHandler: Processed in 0.00131264 sec. 2026.04.17 23:29:54.359935 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5322 2026.04.17 23:29:54.360437 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.360481 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.360974 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.17 23:29:54.361219 [ 245 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.361356 [ 89 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.17 23:29:54.361363 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5322 2026.04.17 23:29:54.361402 [ 89 ] {} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.361425 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.361598 [ 194 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.17 23:29:54.361765 [ 194 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:54.361816 [ 194 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2890 rows starting from the beginning of the part 2026.04.17 23:29:54.361924 [ 194 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.04.17 23:29:54.361986 [ 194 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.04.17 23:29:54.362036 [ 194 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.04.17 23:29:54.362082 [ 194 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.04.17 23:29:54.362127 [ 194 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.04.17 23:29:54.363553 [ 200 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5322 rows, containing 4 columns (4 merged, 0 gathered) in 0.002023296 sec., 2630361.5486809644 rows/sec., 37.63 MiB/sec. 2026.04.17 23:29:54.364368 [ 200 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.17 23:29:54.364679 [ 200 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.364764 [ 200 ] {eec511fe-db1f-4526-876a-2de55e83cd8c::all_1_11_2} system.asynchronous_metric_log (eec511fe-db1f-4526-876a-2de55e83cd8c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.17 23:29:54.364865 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.04.17 23:29:54.651723 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.04.17 23:29:54.668901 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.668946 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.675088 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.17 23:29:54.675753 [ 244 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.676075 [ 105 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.17 23:29:54.676142 [ 105 ] {} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:54.676174 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:54.676347 [ 189 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.04.17 23:29:54.678956 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.04.17 23:29:54.680678 [ 189 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.17 23:29:54.682180 [ 189 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.04.17 23:29:54.686730 [ 189 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.04.17 23:29:54.690908 [ 189 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.04.17 23:29:54.695131 [ 189 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.04.17 23:29:54.699845 [ 189 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.04.17 23:29:54.704259 [ 189 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.04.17 23:29:54.759487 [ 194 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.083214333 sec., 997.4243259271212 rows/sec., 5.16 MiB/sec. 2026.04.17 23:29:54.761297 [ 201 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.17 23:29:54.763227 [ 201 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:54.763337 [ 201 ] {bc0fd078-7b78-4def-9a9c-81b4eba0fc4e::all_1_11_2} system.metric_log (bc0fd078-7b78-4def-9a9c-81b4eba0fc4e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.17 23:29:54.764779 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.04.17 23:29:55.000212 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 214.03 MiB, peak 223.92 MiB, free memory in arenas 0.00 B, will set to 224.20 MiB (RSS), difference: 10.17 MiB 2026.04.17 23:29:58.695217 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:58.695436 [ 276 ] {f77164ce-4f3d-41a7-af5d-bd3899697aea} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.17 23:29:58.695511 [ 276 ] {f77164ce-4f3d-41a7-af5d-bd3899697aea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.17 23:29:58.696237 [ 276 ] {f77164ce-4f3d-41a7-af5d-bd3899697aea} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:58.696285 [ 276 ] {f77164ce-4f3d-41a7-af5d-bd3899697aea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:58.696733 [ 276 ] {f77164ce-4f3d-41a7-af5d-bd3899697aea} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.17 23:29:58.696977 [ 276 ] {f77164ce-4f3d-41a7-af5d-bd3899697aea} oximeter.fields_string (374fe515-1df4-4070-aafc-c8eaf8a6664c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:58.697152 [ 276 ] {f77164ce-4f3d-41a7-af5d-bd3899697aea} executeQuery: Read 56 rows, 4.38 KiB in 0.001772 sec., 31602.70880361174 rows/sec., 2.41 MiB/sec. 2026.04.17 23:29:58.697200 [ 276 ] {f77164ce-4f3d-41a7-af5d-bd3899697aea} TCPHandler: Processed in 0.002116937 sec. 2026.04.17 23:29:58.697328 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:58.697432 [ 276 ] {67c00b7e-0bd5-430f-b8c7-e1f8baf5ecbe} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.17 23:29:58.697476 [ 276 ] {67c00b7e-0bd5-430f-b8c7-e1f8baf5ecbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.17 23:29:58.697918 [ 276 ] {67c00b7e-0bd5-430f-b8c7-e1f8baf5ecbe} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:58.697957 [ 276 ] {67c00b7e-0bd5-430f-b8c7-e1f8baf5ecbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:58.698300 [ 276 ] {67c00b7e-0bd5-430f-b8c7-e1f8baf5ecbe} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.17 23:29:58.698521 [ 276 ] {67c00b7e-0bd5-430f-b8c7-e1f8baf5ecbe} oximeter.fields_uuid (e51c2198-2763-4e2c-b006-ccd29edc7f18): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:58.698660 [ 276 ] {67c00b7e-0bd5-430f-b8c7-e1f8baf5ecbe} executeQuery: Read 64 rows, 5.12 KiB in 0.001253 sec., 51077.41420590583 rows/sec., 3.99 MiB/sec. 2026.04.17 23:29:58.698699 [ 276 ] {67c00b7e-0bd5-430f-b8c7-e1f8baf5ecbe} TCPHandler: Processed in 0.001423641 sec. 2026.04.17 23:29:58.698822 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:58.698919 [ 276 ] {64cf842c-208f-45a3-845d-eca36c21fd0c} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.17 23:29:58.698964 [ 276 ] {64cf842c-208f-45a3-845d-eca36c21fd0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.17 23:29:58.699345 [ 276 ] {64cf842c-208f-45a3-845d-eca36c21fd0c} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:58.699381 [ 276 ] {64cf842c-208f-45a3-845d-eca36c21fd0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:58.699719 [ 276 ] {64cf842c-208f-45a3-845d-eca36c21fd0c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.17 23:29:58.699932 [ 276 ] {64cf842c-208f-45a3-845d-eca36c21fd0c} oximeter.measurements_cumulativeu64 (b8632e2c-4683-4682-9a17-8329c61cc4b8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:58.700128 [ 276 ] {64cf842c-208f-45a3-845d-eca36c21fd0c} executeQuery: Read 128 rows, 9.13 KiB in 0.001229 sec., 104149.71521562245 rows/sec., 7.25 MiB/sec. 2026.04.17 23:29:58.700166 [ 276 ] {64cf842c-208f-45a3-845d-eca36c21fd0c} TCPHandler: Processed in 0.001393171 sec. 2026.04.17 23:29:58.700283 [ 276 ] {} TCP-Session: 611ed41f-00a2-42bb-a560-56ebbeb90971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.17 23:29:58.700380 [ 276 ] {c385df7b-a443-408e-8523-080975b5ca4a} executeQuery: (from [fd00:1122:3344:101::d]:51847) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.17 23:29:58.700422 [ 276 ] {c385df7b-a443-408e-8523-080975b5ca4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.17 23:29:58.700749 [ 276 ] {c385df7b-a443-408e-8523-080975b5ca4a} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.17 23:29:58.700785 [ 276 ] {c385df7b-a443-408e-8523-080975b5ca4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.04.17 23:29:58.701125 [ 276 ] {c385df7b-a443-408e-8523-080975b5ca4a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.17 23:29:58.701341 [ 276 ] {c385df7b-a443-408e-8523-080975b5ca4a} oximeter.measurements_u64 (45b91ef6-44a4-466d-9d4f-30ecdc2d0406): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.17 23:29:58.701478 [ 276 ] {c385df7b-a443-408e-8523-080975b5ca4a} executeQuery: Read 48 rows, 3.31 KiB in 0.001117 sec., 42972.24709042077 rows/sec., 2.90 MiB/sec. 2026.04.17 23:29:58.701514 [ 276 ] {c385df7b-a443-408e-8523-080975b5ca4a} TCPHandler: Processed in 0.00128053 sec.