[ Mar 31 01:55:47 Enabled. ] [ Mar 31 01:55:47 Rereading configuration. ] [ Mar 31 01:55:49 Rereading configuration. ] [ Mar 31 01:55:58 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Mar 31 01:55:58 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.03.31 01:56:01.787228 [ 1 ] {} Application: Will watch for the process with pid 24963 2026.03.31 01:56:01.787761 [ 1 ] {} Application: Forked a child process to watch 2026.03.31 01:56:02.018089 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24963 2026.03.31 01:56:02.028350 [ 1 ] {} Application: starting up 2026.03.31 01:56:02.028519 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.31 01:56:02.435441 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.31 01:56:02.486901 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.31 01:56:02.486979 [ 1 ] {} Application: Initializing DateLUT. 2026.03.31 01:56:02.486996 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.31 01:56:02.487051 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.31 01:56:02.487568 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.31 01:56:02.491771 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.31 01:56:02.492690 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.31 01:56:02.493565 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.03.31 01:56:02.493625 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.03.31 01:56:02.493669 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.31 01:56:02.494450 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.31 01:56:02.495599 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.31 01:56:02.503195 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.31 01:56:02.503953 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.31 01:56:02.505355 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.31 01:56:02.505463 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.31 01:56:02.506591 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.31 01:56:02.507060 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.31 01:56:02.511328 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.31 01:56:02.511799 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.31 01:56:02.519149 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.31 01:56:02.519637 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.31 01:56:02.520072 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.31 01:56:02.520475 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.31 01:56:02.522139 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.31 01:56:02.522165 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.31 01:56:02.522251 [ 138 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:56:02.522316 [ 138 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:56:02.543054 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.31 01:56:02.543082 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000181704 sec 2026.03.31 01:56:02.543155 [ 1 ] {} ReferentialDeps: No tables 2026.03.31 01:56:02.543214 [ 1 ] {} LoadingDeps: No tables 2026.03.31 01:56:02.544021 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.31 01:56:02.544728 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.31 01:56:02.568343 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.31 01:56:02.568392 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.31 01:56:02.568493 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.31 01:56:02.568506 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.31 01:56:02.568552 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.31 01:56:02.568657 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.31 01:56:02.571285 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.31 01:56:02.571351 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.31 01:56:02.571411 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.31 01:56:02.571627 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.31 01:56:02.571689 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.31 01:56:02.571707 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.31 01:56:02.571807 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.31 01:56:02.571824 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.31 01:56:02.571866 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.31 01:56:02.571958 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.31 01:56:02.611834 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.31 01:56:02.619106 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.31 01:56:02.619215 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000134993 sec 2026.03.31 01:56:02.619236 [ 1 ] {} ReferentialDeps: No tables 2026.03.31 01:56:02.619249 [ 1 ] {} LoadingDeps: No tables 2026.03.31 01:56:02.619282 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.31 01:56:02.619575 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.31 01:56:02.619709 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.31 01:56:02.619736 [ 1 ] {} Application: Loaded metadata. 2026.03.31 01:56:02.619751 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.03.31 01:56:02.619764 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.31 01:56:02.708056 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.31 01:56:02.708320 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.71 MiB (RSS), difference: 91.94 MiB 2026.03.31 01:56:02.709971 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.487e-05 sec. 2026.03.31 01:56:02.710561 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.31 01:56:02.711445 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.31 01:56:02.711466 [ 1 ] {} Application: Ready for connections. 2026.03.31 01:56:03.269194 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51225 2026.03.31 01:56:03.272338 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.272428 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51225 2026.03.31 01:56:03.272459 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.272562 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.272680 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.31 01:56:03.272711 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.31 01:56:03.272811 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.31 01:56:03.273465 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54865 2026.03.31 01:56:03.273662 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.273712 [ 4 ] {} TCP-Session: 127824d1-c02d-4ecf-bb29-ae9310b34a86 Authenticating user 'default' from [fd00:1122:3344:101::d]:54865 2026.03.31 01:56:03.273740 [ 4 ] {} TCP-Session: 127824d1-c02d-4ecf-bb29-ae9310b34a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.273863 [ 4 ] {} TCP-Session: 127824d1-c02d-4ecf-bb29-ae9310b34a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.274442 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49473 2026.03.31 01:56:03.274471 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61137 2026.03.31 01:56:03.274844 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62249 2026.03.31 01:56:03.274977 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.275024 [ 253 ] {} TCP-Session: 9d2023d5-a675-4ced-b810-55e7a19704ef Authenticating user 'default' from [fd00:1122:3344:101::d]:49473 2026.03.31 01:56:03.275044 [ 253 ] {} TCP-Session: 9d2023d5-a675-4ced-b810-55e7a19704ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.275152 [ 253 ] {} TCP-Session: 9d2023d5-a675-4ced-b810-55e7a19704ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.275989 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.276020 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34318 2026.03.31 01:56:03.276048 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Authenticating user 'default' from [fd00:1122:3344:101::d]:61137 2026.03.31 01:56:03.276127 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.276194 [ 254 ] {} TCP-Session: 1b5ebefc-827f-40b8-9caa-6c1f61eee86e Authenticating user 'default' from [fd00:1122:3344:101::d]:62249 2026.03.31 01:56:03.276213 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.276367 [ 254 ] {} TCP-Session: 1b5ebefc-827f-40b8-9caa-6c1f61eee86e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.276423 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.276444 [ 254 ] {} TCP-Session: 1b5ebefc-827f-40b8-9caa-6c1f61eee86e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.277030 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35906 2026.03.31 01:56:03.277095 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.277145 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56568 2026.03.31 01:56:03.277179 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.277262 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.277306 [ 255 ] {} TCP-Session: 323b0ff8-8c04-4b7c-a932-23dab36f5798 Authenticating user 'default' from [fd00:1122:3344:101::d]:34318 2026.03.31 01:56:03.277321 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48635 2026.03.31 01:56:03.277318 [ 256 ] {} TCP-Session: 0a9794e9-f5ce-408b-80bf-64c772b91dda Authenticating user 'default' from [fd00:1122:3344:101::d]:35906 2026.03.31 01:56:03.277422 [ 255 ] {} TCP-Session: 323b0ff8-8c04-4b7c-a932-23dab36f5798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.277422 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.277456 [ 256 ] {} TCP-Session: 0a9794e9-f5ce-408b-80bf-64c772b91dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.277453 [ 255 ] {} TCP-Session: 323b0ff8-8c04-4b7c-a932-23dab36f5798 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.277579 [ 257 ] {} TCP-Session: 01a25f0e-6757-4080-b15c-b5cd50017f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:56568 2026.03.31 01:56:03.277595 [ 256 ] {} TCP-Session: 0a9794e9-f5ce-408b-80bf-64c772b91dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.277586 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.277699 [ 257 ] {} TCP-Session: 01a25f0e-6757-4080-b15c-b5cd50017f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.277805 [ 257 ] {} TCP-Session: 01a25f0e-6757-4080-b15c-b5cd50017f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.278479 [ 258 ] {} TCP-Session: 62919223-21d9-4f4c-a5cc-473786f98925 Authenticating user 'default' from [fd00:1122:3344:101::d]:48635 2026.03.31 01:56:03.278514 [ 258 ] {} TCP-Session: 62919223-21d9-4f4c-a5cc-473786f98925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.278621 [ 258 ] {} TCP-Session: 62919223-21d9-4f4c-a5cc-473786f98925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.281602 [ 3 ] {988e2217-05e2-4795-bb76-49639b4abaca} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:56:03.368738 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53359 2026.03.31 01:56:03.382785 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.382834 [ 259 ] {} TCP-Session: 4a1a1e7c-2a04-42f6-b1b5-22f80c553c3a Authenticating user 'default' from [fd00:1122:3344:101::c]:53359 2026.03.31 01:56:03.382861 [ 259 ] {} TCP-Session: 4a1a1e7c-2a04-42f6-b1b5-22f80c553c3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.382978 [ 259 ] {} TCP-Session: 4a1a1e7c-2a04-42f6-b1b5-22f80c553c3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.392167 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.31 01:56:03.392213 [ 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.03.31 01:56:03.392316 [ 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.03.31 01:56:03.407795 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35508 2026.03.31 01:56:03.416693 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40531 2026.03.31 01:56:03.417619 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.417681 [ 260 ] {} TCP-Session: db1900d0-14c4-4ff8-91bc-560037664608 Authenticating user 'default' from [fd00:1122:3344:101::c]:35508 2026.03.31 01:56:03.417747 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60689 2026.03.31 01:56:03.417711 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42761 2026.03.31 01:56:03.417832 [ 260 ] {} TCP-Session: db1900d0-14c4-4ff8-91bc-560037664608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.417980 [ 260 ] {} TCP-Session: db1900d0-14c4-4ff8-91bc-560037664608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.422024 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41169 2026.03.31 01:56:03.430307 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64661 2026.03.31 01:56:03.471457 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.471564 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43862 2026.03.31 01:56:03.471640 [ 264 ] {} TCP-Session: 5beebc1c-9572-4d7f-a48d-3938e8542e35 Authenticating user 'default' from [fd00:1122:3344:101::c]:41169 2026.03.31 01:56:03.471671 [ 264 ] {} TCP-Session: 5beebc1c-9572-4d7f-a48d-3938e8542e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.471733 [ 264 ] {} TCP-Session: 5beebc1c-9572-4d7f-a48d-3938e8542e35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.474683 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.474724 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.474774 [ 265 ] {} TCP-Session: 01c91157-307e-4519-86d7-8c2e56fbe849 Authenticating user 'default' from [fd00:1122:3344:101::c]:64661 2026.03.31 01:56:03.474854 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.474880 [ 266 ] {} TCP-Session: 94af76e7-f5ef-43e7-90eb-67480d34aab4 Authenticating user 'default' from [fd00:1122:3344:101::c]:43862 2026.03.31 01:56:03.474795 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.475011 [ 262 ] {} TCP-Session: 0aab0d2f-f92b-42a3-8387-5c29f8dfc0e8 Authenticating user 'default' from [fd00:1122:3344:101::c]:40531 2026.03.31 01:56:03.474973 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:03.474978 [ 266 ] {} TCP-Session: 94af76e7-f5ef-43e7-90eb-67480d34aab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.475122 [ 262 ] {} TCP-Session: 0aab0d2f-f92b-42a3-8387-5c29f8dfc0e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.475105 [ 263 ] {} TCP-Session: 6b30959e-6686-4096-b1dc-81c4a8a4fbb8 Authenticating user 'default' from [fd00:1122:3344:101::c]:42761 2026.03.31 01:56:03.475090 [ 261 ] {} TCP-Session: 221382fa-8b3c-4844-b788-b87a4c7fb454 Authenticating user 'default' from [fd00:1122:3344:101::c]:60689 2026.03.31 01:56:03.475290 [ 262 ] {} TCP-Session: 0aab0d2f-f92b-42a3-8387-5c29f8dfc0e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.475274 [ 263 ] {} TCP-Session: 6b30959e-6686-4096-b1dc-81c4a8a4fbb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.475325 [ 261 ] {} TCP-Session: 221382fa-8b3c-4844-b788-b87a4c7fb454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.475392 [ 263 ] {} TCP-Session: 6b30959e-6686-4096-b1dc-81c4a8a4fbb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.475249 [ 266 ] {} TCP-Session: 94af76e7-f5ef-43e7-90eb-67480d34aab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.475465 [ 261 ] {} TCP-Session: 221382fa-8b3c-4844-b788-b87a4c7fb454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.474951 [ 265 ] {} TCP-Session: 01c91157-307e-4519-86d7-8c2e56fbe849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.475601 [ 265 ] {} TCP-Session: 01c91157-307e-4519-86d7-8c2e56fbe849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:03.526873 [ 3 ] {988e2217-05e2-4795-bb76-49639b4abaca} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51225) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.31 01:56:03.528166 [ 3 ] {988e2217-05e2-4795-bb76-49639b4abaca} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.31 01:56:03.528479 [ 3 ] {988e2217-05e2-4795-bb76-49639b4abaca} TCPHandler: Processed in 0.254634184 sec. 2026.03.31 01:56:03.529395 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.529690 [ 5 ] {d8349565-8526-4926-8f48-431e3aa35d9a} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:56:03.530299 [ 5 ] {d8349565-8526-4926-8f48-431e3aa35d9a} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61137) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.31 01:56:03.530698 [ 5 ] {d8349565-8526-4926-8f48-431e3aa35d9a} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.31 01:56:03.530989 [ 5 ] {d8349565-8526-4926-8f48-431e3aa35d9a} TCPHandler: Processed in 0.0022029 sec. 2026.03.31 01:56:03.531417 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.532757 [ 3 ] {59afcfa4-ac5c-4583-b10e-cea52b5d3ced} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.31 01:56:03.533752 [ 3 ] {59afcfa4-ac5c-4583-b10e-cea52b5d3ced} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.31 01:56:03.561993 [ 3 ] {59afcfa4-ac5c-4583-b10e-cea52b5d3ced} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.31 01:56:03.562128 [ 3 ] {59afcfa4-ac5c-4583-b10e-cea52b5d3ced} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000182703 sec 2026.03.31 01:56:03.562146 [ 3 ] {59afcfa4-ac5c-4583-b10e-cea52b5d3ced} ReferentialDeps: No tables 2026.03.31 01:56:03.562159 [ 3 ] {59afcfa4-ac5c-4583-b10e-cea52b5d3ced} LoadingDeps: No tables 2026.03.31 01:56:03.562243 [ 3 ] {59afcfa4-ac5c-4583-b10e-cea52b5d3ced} DatabaseAtomic (oximeter): Starting up tables. 2026.03.31 01:56:03.563138 [ 3 ] {59afcfa4-ac5c-4583-b10e-cea52b5d3ced} TCPHandler: Processed in 0.031895539 sec. 2026.03.31 01:56:03.563365 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.563565 [ 3 ] {47c02a1a-f39c-4da7-850c-9533221eaac2} executeQuery: (from [fd00:1122:3344:101::d]:51225) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.03.31 01:56:03.563769 [ 3 ] {47c02a1a-f39c-4da7-850c-9533221eaac2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.31 01:56:03.608238 [ 3 ] {47c02a1a-f39c-4da7-850c-9533221eaac2} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.31 01:56:03.619510 [ 3 ] {47c02a1a-f39c-4da7-850c-9533221eaac2} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2): Loading data parts 2026.03.31 01:56:03.622738 [ 3 ] {47c02a1a-f39c-4da7-850c-9533221eaac2} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2): There are no data parts 2026.03.31 01:56:03.633921 [ 3 ] {47c02a1a-f39c-4da7-850c-9533221eaac2} TCPHandler: Processed in 0.07065866 sec. 2026.03.31 01:56:03.634319 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.634573 [ 3 ] {f68a389b-a8cd-4763-8a36-1695189417b4} executeQuery: (from [fd00:1122:3344:101::d]:51225) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.634732 [ 3 ] {f68a389b-a8cd-4763-8a36-1695189417b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.31 01:56:03.688377 [ 3 ] {f68a389b-a8cd-4763-8a36-1695189417b4} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): Loading data parts 2026.03.31 01:56:03.688825 [ 3 ] {f68a389b-a8cd-4763-8a36-1695189417b4} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): There are no data parts 2026.03.31 01:56:03.701762 [ 3 ] {f68a389b-a8cd-4763-8a36-1695189417b4} TCPHandler: Processed in 0.067551836 sec. 2026.03.31 01:56:03.702012 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.702287 [ 3 ] {9a868f42-eed6-4cdc-a44a-a615709b9418} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.702404 [ 3 ] {9a868f42-eed6-4cdc-a44a-a615709b9418} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.31 01:56:03.706552 [ 3 ] {9a868f42-eed6-4cdc-a44a-a615709b9418} oximeter.measurements_i8 (4a12dfed-4408-4c0f-9fac-12053371bbbe): Loading data parts 2026.03.31 01:56:03.706732 [ 3 ] {9a868f42-eed6-4cdc-a44a-a615709b9418} oximeter.measurements_i8 (4a12dfed-4408-4c0f-9fac-12053371bbbe): There are no data parts 2026.03.31 01:56:03.710197 [ 3 ] {9a868f42-eed6-4cdc-a44a-a615709b9418} TCPHandler: Processed in 0.008287027 sec. 2026.03.31 01:56:03.710467 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.710763 [ 3 ] {05eedb61-c35d-4d3f-a4aa-89f0b00a2327} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.710928 [ 3 ] {05eedb61-c35d-4d3f-a4aa-89f0b00a2327} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.31 01:56:03.718142 [ 3 ] {05eedb61-c35d-4d3f-a4aa-89f0b00a2327} oximeter.measurements_u8 (539bfa5f-db4b-4d58-ba7b-dd38b0f0950f): Loading data parts 2026.03.31 01:56:03.718320 [ 3 ] {05eedb61-c35d-4d3f-a4aa-89f0b00a2327} oximeter.measurements_u8 (539bfa5f-db4b-4d58-ba7b-dd38b0f0950f): There are no data parts 2026.03.31 01:56:03.732890 [ 3 ] {05eedb61-c35d-4d3f-a4aa-89f0b00a2327} TCPHandler: Processed in 0.022494141 sec. 2026.03.31 01:56:03.733067 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.733256 [ 3 ] {8e207d5f-81c3-4077-b9e3-affcef58f8cc} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.733418 [ 3 ] {8e207d5f-81c3-4077-b9e3-affcef58f8cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.31 01:56:03.745578 [ 3 ] {8e207d5f-81c3-4077-b9e3-affcef58f8cc} oximeter.measurements_i16 (95d57ad9-d899-4ea1-b606-001d1324bf4c): Loading data parts 2026.03.31 01:56:03.745757 [ 3 ] {8e207d5f-81c3-4077-b9e3-affcef58f8cc} oximeter.measurements_i16 (95d57ad9-d899-4ea1-b606-001d1324bf4c): There are no data parts 2026.03.31 01:56:03.749977 [ 3 ] {8e207d5f-81c3-4077-b9e3-affcef58f8cc} TCPHandler: Processed in 0.016970833 sec. 2026.03.31 01:56:03.750151 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.750441 [ 3 ] {534d286f-a057-4ca7-ae34-a0da1faa0cf2} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.750581 [ 3 ] {534d286f-a057-4ca7-ae34-a0da1faa0cf2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.31 01:56:03.759367 [ 3 ] {534d286f-a057-4ca7-ae34-a0da1faa0cf2} oximeter.measurements_u16 (09dc832c-9537-4270-a9e2-80c1e20f404c): Loading data parts 2026.03.31 01:56:03.759643 [ 3 ] {534d286f-a057-4ca7-ae34-a0da1faa0cf2} oximeter.measurements_u16 (09dc832c-9537-4270-a9e2-80c1e20f404c): There are no data parts 2026.03.31 01:56:03.763535 [ 3 ] {534d286f-a057-4ca7-ae34-a0da1faa0cf2} TCPHandler: Processed in 0.01344424 sec. 2026.03.31 01:56:03.763746 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.763986 [ 3 ] {67772c8e-100d-48bb-96d1-05ed3c0a2ed4} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.764146 [ 3 ] {67772c8e-100d-48bb-96d1-05ed3c0a2ed4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.31 01:56:03.771708 [ 3 ] {67772c8e-100d-48bb-96d1-05ed3c0a2ed4} oximeter.measurements_i32 (504fbdc3-94e0-4d1b-b4b6-42c76b21b8c8): Loading data parts 2026.03.31 01:56:03.772032 [ 3 ] {67772c8e-100d-48bb-96d1-05ed3c0a2ed4} oximeter.measurements_i32 (504fbdc3-94e0-4d1b-b4b6-42c76b21b8c8): There are no data parts 2026.03.31 01:56:03.775605 [ 3 ] {67772c8e-100d-48bb-96d1-05ed3c0a2ed4} TCPHandler: Processed in 0.011932993 sec. 2026.03.31 01:56:03.775770 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.776063 [ 3 ] {fc1759ae-a089-4417-92be-2df5ef9da138} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.776222 [ 3 ] {fc1759ae-a089-4417-92be-2df5ef9da138} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.31 01:56:03.784963 [ 3 ] {fc1759ae-a089-4417-92be-2df5ef9da138} oximeter.measurements_u32 (e88e73de-e8c0-4fdc-9603-fe8e1290f85c): Loading data parts 2026.03.31 01:56:03.785167 [ 3 ] {fc1759ae-a089-4417-92be-2df5ef9da138} oximeter.measurements_u32 (e88e73de-e8c0-4fdc-9603-fe8e1290f85c): There are no data parts 2026.03.31 01:56:03.789767 [ 3 ] {fc1759ae-a089-4417-92be-2df5ef9da138} TCPHandler: Processed in 0.014053601 sec. 2026.03.31 01:56:03.789937 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.790124 [ 3 ] {91ee3024-d362-46a9-b5e1-934e54f4ed54} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.790288 [ 3 ] {91ee3024-d362-46a9-b5e1-934e54f4ed54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.31 01:56:03.797051 [ 3 ] {91ee3024-d362-46a9-b5e1-934e54f4ed54} oximeter.measurements_i64 (9efd2521-909a-4a4d-92ae-d7a5d06ce25d): Loading data parts 2026.03.31 01:56:03.797376 [ 3 ] {91ee3024-d362-46a9-b5e1-934e54f4ed54} oximeter.measurements_i64 (9efd2521-909a-4a4d-92ae-d7a5d06ce25d): There are no data parts 2026.03.31 01:56:03.799159 [ 3 ] {91ee3024-d362-46a9-b5e1-934e54f4ed54} TCPHandler: Processed in 0.009280356 sec. 2026.03.31 01:56:03.799325 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.799612 [ 3 ] {13551247-b717-4f63-854c-c54689721868} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.799750 [ 3 ] {13551247-b717-4f63-854c-c54689721868} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.31 01:56:03.811567 [ 3 ] {13551247-b717-4f63-854c-c54689721868} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Loading data parts 2026.03.31 01:56:03.811780 [ 3 ] {13551247-b717-4f63-854c-c54689721868} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): There are no data parts 2026.03.31 01:56:03.818827 [ 3 ] {13551247-b717-4f63-854c-c54689721868} TCPHandler: Processed in 0.019560059 sec. 2026.03.31 01:56:03.819014 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.819212 [ 3 ] {a79ecae3-1d41-4a42-8618-b7eedee6b8f4} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.819343 [ 3 ] {a79ecae3-1d41-4a42-8618-b7eedee6b8f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.31 01:56:03.829618 [ 3 ] {a79ecae3-1d41-4a42-8618-b7eedee6b8f4} oximeter.measurements_f32 (ec629d23-7e25-4de9-834a-57b704cb4e1f): Loading data parts 2026.03.31 01:56:03.829903 [ 3 ] {a79ecae3-1d41-4a42-8618-b7eedee6b8f4} oximeter.measurements_f32 (ec629d23-7e25-4de9-834a-57b704cb4e1f): There are no data parts 2026.03.31 01:56:03.834605 [ 3 ] {a79ecae3-1d41-4a42-8618-b7eedee6b8f4} TCPHandler: Processed in 0.015655879 sec. 2026.03.31 01:56:03.834876 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.835276 [ 3 ] {cc7f4240-9911-4eca-b84e-d2c2ec4b6fe4} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.835377 [ 3 ] {cc7f4240-9911-4eca-b84e-d2c2ec4b6fe4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.31 01:56:03.843880 [ 3 ] {cc7f4240-9911-4eca-b84e-d2c2ec4b6fe4} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): Loading data parts 2026.03.31 01:56:03.844122 [ 3 ] {cc7f4240-9911-4eca-b84e-d2c2ec4b6fe4} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): There are no data parts 2026.03.31 01:56:03.848448 [ 3 ] {cc7f4240-9911-4eca-b84e-d2c2ec4b6fe4} TCPHandler: Processed in 0.013686604 sec. 2026.03.31 01:56:03.848708 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.848885 [ 3 ] {42f30589-2042-457c-9f7a-5f8acd4bbad1} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.849024 [ 3 ] {42f30589-2042-457c-9f7a-5f8acd4bbad1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.31 01:56:03.856467 [ 3 ] {42f30589-2042-457c-9f7a-5f8acd4bbad1} oximeter.measurements_string (a8fd24ff-a4c8-4252-9cc8-2051978f748e): Loading data parts 2026.03.31 01:56:03.856768 [ 3 ] {42f30589-2042-457c-9f7a-5f8acd4bbad1} oximeter.measurements_string (a8fd24ff-a4c8-4252-9cc8-2051978f748e): There are no data parts 2026.03.31 01:56:03.861064 [ 3 ] {42f30589-2042-457c-9f7a-5f8acd4bbad1} TCPHandler: Processed in 0.012412491 sec. 2026.03.31 01:56:03.861244 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.861517 [ 3 ] {6e00e9dc-6fb6-4321-8a1b-de7587898e0f} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.861646 [ 3 ] {6e00e9dc-6fb6-4321-8a1b-de7587898e0f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.31 01:56:03.871326 [ 3 ] {6e00e9dc-6fb6-4321-8a1b-de7587898e0f} oximeter.measurements_bytes (b11dc5bf-b5b0-4760-896f-170309f3d367): Loading data parts 2026.03.31 01:56:03.871688 [ 3 ] {6e00e9dc-6fb6-4321-8a1b-de7587898e0f} oximeter.measurements_bytes (b11dc5bf-b5b0-4760-896f-170309f3d367): There are no data parts 2026.03.31 01:56:03.875836 [ 3 ] {6e00e9dc-6fb6-4321-8a1b-de7587898e0f} TCPHandler: Processed in 0.014648131 sec. 2026.03.31 01:56:03.876000 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.876365 [ 3 ] {baabefc5-0390-4693-bba0-d994fa140e80} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.876514 [ 3 ] {baabefc5-0390-4693-bba0-d994fa140e80} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.31 01:56:03.884443 [ 3 ] {baabefc5-0390-4693-bba0-d994fa140e80} oximeter.measurements_cumulativei64 (ee1352ee-200b-44ed-a625-519023390a1d): Loading data parts 2026.03.31 01:56:03.884636 [ 3 ] {baabefc5-0390-4693-bba0-d994fa140e80} oximeter.measurements_cumulativei64 (ee1352ee-200b-44ed-a625-519023390a1d): There are no data parts 2026.03.31 01:56:03.897676 [ 3 ] {baabefc5-0390-4693-bba0-d994fa140e80} TCPHandler: Processed in 0.021728498 sec. 2026.03.31 01:56:03.897846 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.898030 [ 3 ] {acdba9e1-6720-44de-aa31-c63e572fa64a} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.898167 [ 3 ] {acdba9e1-6720-44de-aa31-c63e572fa64a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.31 01:56:03.903798 [ 3 ] {acdba9e1-6720-44de-aa31-c63e572fa64a} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Loading data parts 2026.03.31 01:56:03.904020 [ 3 ] {acdba9e1-6720-44de-aa31-c63e572fa64a} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): There are no data parts 2026.03.31 01:56:03.910376 [ 3 ] {acdba9e1-6720-44de-aa31-c63e572fa64a} TCPHandler: Processed in 0.012585464 sec. 2026.03.31 01:56:03.910616 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.910797 [ 3 ] {35ac10ac-ff49-44f0-bfda-cbbe020ab7e2} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.910952 [ 3 ] {35ac10ac-ff49-44f0-bfda-cbbe020ab7e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.31 01:56:03.924063 [ 3 ] {35ac10ac-ff49-44f0-bfda-cbbe020ab7e2} oximeter.measurements_cumulativef32 (0b6bd7b6-8fc8-4aef-96c3-b0bdd0c251b8): Loading data parts 2026.03.31 01:56:03.924339 [ 3 ] {35ac10ac-ff49-44f0-bfda-cbbe020ab7e2} oximeter.measurements_cumulativef32 (0b6bd7b6-8fc8-4aef-96c3-b0bdd0c251b8): There are no data parts 2026.03.31 01:56:03.928625 [ 3 ] {35ac10ac-ff49-44f0-bfda-cbbe020ab7e2} TCPHandler: Processed in 0.018066723 sec. 2026.03.31 01:56:03.928807 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.929155 [ 3 ] {0f0a36f0-8087-45f5-82d2-f9cf27020226} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.929311 [ 3 ] {0f0a36f0-8087-45f5-82d2-f9cf27020226} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.31 01:56:03.937008 [ 3 ] {0f0a36f0-8087-45f5-82d2-f9cf27020226} oximeter.measurements_cumulativef64 (137ceed3-ccb9-486a-abf5-94069dec58ef): Loading data parts 2026.03.31 01:56:03.937224 [ 3 ] {0f0a36f0-8087-45f5-82d2-f9cf27020226} oximeter.measurements_cumulativef64 (137ceed3-ccb9-486a-abf5-94069dec58ef): There are no data parts 2026.03.31 01:56:03.941664 [ 3 ] {0f0a36f0-8087-45f5-82d2-f9cf27020226} TCPHandler: Processed in 0.012924881 sec. 2026.03.31 01:56:03.941838 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.942100 [ 3 ] {0fee4923-49f6-4621-a3a3-7c75c1dcbd8b} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.942276 [ 3 ] {0fee4923-49f6-4621-a3a3-7c75c1dcbd8b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.31 01:56:03.952376 [ 3 ] {0fee4923-49f6-4621-a3a3-7c75c1dcbd8b} oximeter.measurements_histogrami8 (a79beb8b-8243-4f2b-8567-810f71812fd9): Loading data parts 2026.03.31 01:56:03.952673 [ 3 ] {0fee4923-49f6-4621-a3a3-7c75c1dcbd8b} oximeter.measurements_histogrami8 (a79beb8b-8243-4f2b-8567-810f71812fd9): There are no data parts 2026.03.31 01:56:03.964863 [ 3 ] {0fee4923-49f6-4621-a3a3-7c75c1dcbd8b} TCPHandler: Processed in 0.023085001 sec. 2026.03.31 01:56:03.965036 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.965395 [ 3 ] {05634d98-bc5e-433b-a87e-2f1980195605} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.965558 [ 3 ] {05634d98-bc5e-433b-a87e-2f1980195605} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.31 01:56:03.979789 [ 3 ] {05634d98-bc5e-433b-a87e-2f1980195605} oximeter.measurements_histogramu8 (df220098-bbaa-45ab-bb51-b152d1e63027): Loading data parts 2026.03.31 01:56:03.979970 [ 3 ] {05634d98-bc5e-433b-a87e-2f1980195605} oximeter.measurements_histogramu8 (df220098-bbaa-45ab-bb51-b152d1e63027): There are no data parts 2026.03.31 01:56:03.984715 [ 3 ] {05634d98-bc5e-433b-a87e-2f1980195605} TCPHandler: Processed in 0.019735662 sec. 2026.03.31 01:56:03.985139 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:03.985402 [ 3 ] {2a8e237d-1cc8-4427-88a5-f30bed8cb373} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:03.985556 [ 3 ] {2a8e237d-1cc8-4427-88a5-f30bed8cb373} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.31 01:56:03.993006 [ 3 ] {2a8e237d-1cc8-4427-88a5-f30bed8cb373} oximeter.measurements_histogrami16 (500a211d-1de5-4e32-ad91-993d39946a5d): Loading data parts 2026.03.31 01:56:03.993230 [ 3 ] {2a8e237d-1cc8-4427-88a5-f30bed8cb373} oximeter.measurements_histogrami16 (500a211d-1de5-4e32-ad91-993d39946a5d): There are no data parts 2026.03.31 01:56:04.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 122.95 MiB, peak 122.95 MiB, free memory in arenas 0.00 B, will set to 132.84 MiB (RSS), difference: 9.88 MiB 2026.03.31 01:56:04.007346 [ 3 ] {2a8e237d-1cc8-4427-88a5-f30bed8cb373} TCPHandler: Processed in 0.022295668 sec. 2026.03.31 01:56:04.007538 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.007958 [ 3 ] {0edc615d-4665-45c9-b802-a5bb9ea2b3d8} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.008120 [ 3 ] {0edc615d-4665-45c9-b802-a5bb9ea2b3d8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.31 01:56:04.017312 [ 3 ] {0edc615d-4665-45c9-b802-a5bb9ea2b3d8} oximeter.measurements_histogramu16 (72af6dd9-95da-4a92-b323-a7f3c945433b): Loading data parts 2026.03.31 01:56:04.017535 [ 3 ] {0edc615d-4665-45c9-b802-a5bb9ea2b3d8} oximeter.measurements_histogramu16 (72af6dd9-95da-4a92-b323-a7f3c945433b): There are no data parts 2026.03.31 01:56:04.025827 [ 3 ] {0edc615d-4665-45c9-b802-a5bb9ea2b3d8} TCPHandler: Processed in 0.018359627 sec. 2026.03.31 01:56:04.025999 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.026251 [ 3 ] {e606776c-c85e-4fa3-b402-73af80112bff} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.026446 [ 3 ] {e606776c-c85e-4fa3-b402-73af80112bff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.31 01:56:04.040220 [ 3 ] {e606776c-c85e-4fa3-b402-73af80112bff} oximeter.measurements_histogrami32 (9fd07966-7f11-4157-ad81-01f040f92e32): Loading data parts 2026.03.31 01:56:04.040476 [ 3 ] {e606776c-c85e-4fa3-b402-73af80112bff} oximeter.measurements_histogrami32 (9fd07966-7f11-4157-ad81-01f040f92e32): There are no data parts 2026.03.31 01:56:04.045362 [ 3 ] {e606776c-c85e-4fa3-b402-73af80112bff} TCPHandler: Processed in 0.019422627 sec. 2026.03.31 01:56:04.045540 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.045904 [ 3 ] {1bf06085-eb2e-483b-b286-d8facabc2396} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.046075 [ 3 ] {1bf06085-eb2e-483b-b286-d8facabc2396} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.31 01:56:04.054283 [ 3 ] {1bf06085-eb2e-483b-b286-d8facabc2396} oximeter.measurements_histogramu32 (7882ce60-f401-4373-b85b-3303b697ba4a): Loading data parts 2026.03.31 01:56:04.054466 [ 3 ] {1bf06085-eb2e-483b-b286-d8facabc2396} oximeter.measurements_histogramu32 (7882ce60-f401-4373-b85b-3303b697ba4a): There are no data parts 2026.03.31 01:56:04.068939 [ 3 ] {1bf06085-eb2e-483b-b286-d8facabc2396} TCPHandler: Processed in 0.023458669 sec. 2026.03.31 01:56:04.069115 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.069362 [ 3 ] {f8827d93-73b7-4047-9d1e-36cfd50df5ae} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.069528 [ 3 ] {f8827d93-73b7-4047-9d1e-36cfd50df5ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.31 01:56:04.081141 [ 3 ] {f8827d93-73b7-4047-9d1e-36cfd50df5ae} oximeter.measurements_histogrami64 (0f038585-da7b-4915-b4e1-e8b4982f7298): Loading data parts 2026.03.31 01:56:04.081426 [ 3 ] {f8827d93-73b7-4047-9d1e-36cfd50df5ae} oximeter.measurements_histogrami64 (0f038585-da7b-4915-b4e1-e8b4982f7298): There are no data parts 2026.03.31 01:56:04.087717 [ 3 ] {f8827d93-73b7-4047-9d1e-36cfd50df5ae} TCPHandler: Processed in 0.018664752 sec. 2026.03.31 01:56:04.087881 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.088274 [ 3 ] {1607d6ee-595b-40fd-a0f5-3ffe08f84228} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.088415 [ 3 ] {1607d6ee-595b-40fd-a0f5-3ffe08f84228} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.31 01:56:04.098073 [ 3 ] {1607d6ee-595b-40fd-a0f5-3ffe08f84228} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Loading data parts 2026.03.31 01:56:04.098312 [ 3 ] {1607d6ee-595b-40fd-a0f5-3ffe08f84228} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): There are no data parts 2026.03.31 01:56:04.104657 [ 3 ] {1607d6ee-595b-40fd-a0f5-3ffe08f84228} TCPHandler: Processed in 0.01682823 sec. 2026.03.31 01:56:04.104847 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.105144 [ 3 ] {3ff26d03-09bb-44b0-83c7-cc3500fbe5dc} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.105353 [ 3 ] {3ff26d03-09bb-44b0-83c7-cc3500fbe5dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.31 01:56:04.112587 [ 3 ] {3ff26d03-09bb-44b0-83c7-cc3500fbe5dc} oximeter.measurements_histogramf32 (bed59542-a53e-4a62-8b72-9e18e0e693c0): Loading data parts 2026.03.31 01:56:04.112874 [ 3 ] {3ff26d03-09bb-44b0-83c7-cc3500fbe5dc} oximeter.measurements_histogramf32 (bed59542-a53e-4a62-8b72-9e18e0e693c0): There are no data parts 2026.03.31 01:56:04.117368 [ 3 ] {3ff26d03-09bb-44b0-83c7-cc3500fbe5dc} TCPHandler: Processed in 0.012591524 sec. 2026.03.31 01:56:04.117546 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.117923 [ 3 ] {d5f5450d-b198-46e3-99d8-13bfba89353b} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.118110 [ 3 ] {d5f5450d-b198-46e3-99d8-13bfba89353b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.31 01:56:04.127656 [ 3 ] {d5f5450d-b198-46e3-99d8-13bfba89353b} oximeter.measurements_histogramf64 (64434f3c-4eda-47b6-af4e-450ebce5f4ef): Loading data parts 2026.03.31 01:56:04.127848 [ 3 ] {d5f5450d-b198-46e3-99d8-13bfba89353b} oximeter.measurements_histogramf64 (64434f3c-4eda-47b6-af4e-450ebce5f4ef): There are no data parts 2026.03.31 01:56:04.132879 [ 3 ] {d5f5450d-b198-46e3-99d8-13bfba89353b} TCPHandler: Processed in 0.015390535 sec. 2026.03.31 01:56:04.133082 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.133297 [ 3 ] {26d02f65-fa42-4890-944d-5c3150bcada4} executeQuery: (from [fd00:1122:3344:101::d]:51225) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.133532 [ 3 ] {26d02f65-fa42-4890-944d-5c3150bcada4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.31 01:56:04.141281 [ 3 ] {26d02f65-fa42-4890-944d-5c3150bcada4} oximeter.fields_bool (dfca24b4-1a0d-41a3-be61-9f9349d1cc0d): Loading data parts 2026.03.31 01:56:04.141593 [ 3 ] {26d02f65-fa42-4890-944d-5c3150bcada4} oximeter.fields_bool (dfca24b4-1a0d-41a3-be61-9f9349d1cc0d): There are no data parts 2026.03.31 01:56:04.154935 [ 3 ] {26d02f65-fa42-4890-944d-5c3150bcada4} TCPHandler: Processed in 0.021929162 sec. 2026.03.31 01:56:04.155128 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.155377 [ 3 ] {00bc6484-8125-4664-a5a7-4f6b9c687baf} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.155489 [ 3 ] {00bc6484-8125-4664-a5a7-4f6b9c687baf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.31 01:56:04.159496 [ 3 ] {00bc6484-8125-4664-a5a7-4f6b9c687baf} oximeter.fields_i8 (0d17b708-4d96-48e9-b7e2-3f6fab217be8): Loading data parts 2026.03.31 01:56:04.159691 [ 3 ] {00bc6484-8125-4664-a5a7-4f6b9c687baf} oximeter.fields_i8 (0d17b708-4d96-48e9-b7e2-3f6fab217be8): There are no data parts 2026.03.31 01:56:04.163587 [ 3 ] {00bc6484-8125-4664-a5a7-4f6b9c687baf} TCPHandler: Processed in 0.008529492 sec. 2026.03.31 01:56:04.163854 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.164030 [ 3 ] {0437b802-a253-443b-82b8-b0a02ebe9845} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.164173 [ 3 ] {0437b802-a253-443b-82b8-b0a02ebe9845} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.31 01:56:04.172328 [ 3 ] {0437b802-a253-443b-82b8-b0a02ebe9845} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Loading data parts 2026.03.31 01:56:04.172542 [ 3 ] {0437b802-a253-443b-82b8-b0a02ebe9845} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): There are no data parts 2026.03.31 01:56:04.177182 [ 3 ] {0437b802-a253-443b-82b8-b0a02ebe9845} TCPHandler: Processed in 0.013383769 sec. 2026.03.31 01:56:04.177364 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.177647 [ 3 ] {d36210ea-2992-4b43-944a-aab7edfd1021} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.177759 [ 3 ] {d36210ea-2992-4b43-944a-aab7edfd1021} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.31 01:56:04.187639 [ 3 ] {d36210ea-2992-4b43-944a-aab7edfd1021} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Loading data parts 2026.03.31 01:56:04.187807 [ 3 ] {d36210ea-2992-4b43-944a-aab7edfd1021} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): There are no data parts 2026.03.31 01:56:04.190336 [ 3 ] {d36210ea-2992-4b43-944a-aab7edfd1021} TCPHandler: Processed in 0.013041702 sec. 2026.03.31 01:56:04.190661 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.190833 [ 3 ] {9497a61c-3c60-43f8-aa94-21e8d5714bb3} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.191014 [ 3 ] {9497a61c-3c60-43f8-aa94-21e8d5714bb3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.31 01:56:04.201842 [ 3 ] {9497a61c-3c60-43f8-aa94-21e8d5714bb3} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Loading data parts 2026.03.31 01:56:04.202146 [ 3 ] {9497a61c-3c60-43f8-aa94-21e8d5714bb3} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): There are no data parts 2026.03.31 01:56:04.204409 [ 3 ] {9497a61c-3c60-43f8-aa94-21e8d5714bb3} TCPHandler: Processed in 0.013803626 sec. 2026.03.31 01:56:04.204569 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.204803 [ 3 ] {add4bfd5-cf91-4759-b005-7785a5cd7c71} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.204899 [ 3 ] {add4bfd5-cf91-4759-b005-7785a5cd7c71} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.31 01:56:04.207268 [ 3 ] {add4bfd5-cf91-4759-b005-7785a5cd7c71} oximeter.fields_i32 (94b78b2c-1770-4a94-b74a-b0235802a175): Loading data parts 2026.03.31 01:56:04.207434 [ 3 ] {add4bfd5-cf91-4759-b005-7785a5cd7c71} oximeter.fields_i32 (94b78b2c-1770-4a94-b74a-b0235802a175): There are no data parts 2026.03.31 01:56:04.218180 [ 3 ] {add4bfd5-cf91-4759-b005-7785a5cd7c71} TCPHandler: Processed in 0.013668654 sec. 2026.03.31 01:56:04.218493 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.218678 [ 3 ] {a0ed51ae-1b0c-493d-bd4a-6de6f25e6a76} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.218824 [ 3 ] {a0ed51ae-1b0c-493d-bd4a-6de6f25e6a76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.31 01:56:04.223765 [ 3 ] {a0ed51ae-1b0c-493d-bd4a-6de6f25e6a76} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Loading data parts 2026.03.31 01:56:04.224068 [ 3 ] {a0ed51ae-1b0c-493d-bd4a-6de6f25e6a76} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): There are no data parts 2026.03.31 01:56:04.232343 [ 3 ] {a0ed51ae-1b0c-493d-bd4a-6de6f25e6a76} TCPHandler: Processed in 0.013905498 sec. 2026.03.31 01:56:04.232508 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.232809 [ 3 ] {ed7ba766-9f99-4d56-9eda-b2d5408aa344} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.232858 [ 3 ] {ed7ba766-9f99-4d56-9eda-b2d5408aa344} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.31 01:56:04.238004 [ 3 ] {ed7ba766-9f99-4d56-9eda-b2d5408aa344} oximeter.fields_i64 (4cd522e1-5574-4ee9-bd6e-93776ad76ecb): Loading data parts 2026.03.31 01:56:04.238218 [ 3 ] {ed7ba766-9f99-4d56-9eda-b2d5408aa344} oximeter.fields_i64 (4cd522e1-5574-4ee9-bd6e-93776ad76ecb): There are no data parts 2026.03.31 01:56:04.249456 [ 3 ] {ed7ba766-9f99-4d56-9eda-b2d5408aa344} TCPHandler: Processed in 0.017007603 sec. 2026.03.31 01:56:04.249739 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.249935 [ 3 ] {f7e7ea8f-331d-484d-afcb-2cf551197dfc} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.250119 [ 3 ] {f7e7ea8f-331d-484d-afcb-2cf551197dfc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.31 01:56:04.262221 [ 3 ] {f7e7ea8f-331d-484d-afcb-2cf551197dfc} oximeter.fields_u64 (21de6bf0-045d-4fe4-af46-77bfd858539f): Loading data parts 2026.03.31 01:56:04.262492 [ 3 ] {f7e7ea8f-331d-484d-afcb-2cf551197dfc} oximeter.fields_u64 (21de6bf0-045d-4fe4-af46-77bfd858539f): There are no data parts 2026.03.31 01:56:04.277474 [ 3 ] {f7e7ea8f-331d-484d-afcb-2cf551197dfc} TCPHandler: Processed in 0.027798736 sec. 2026.03.31 01:56:04.277634 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.277960 [ 3 ] {de1a7ba1-3e12-44b9-a9eb-0af69bda1558} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.278011 [ 3 ] {de1a7ba1-3e12-44b9-a9eb-0af69bda1558} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.31 01:56:04.289095 [ 3 ] {de1a7ba1-3e12-44b9-a9eb-0af69bda1558} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Loading data parts 2026.03.31 01:56:04.289301 [ 3 ] {de1a7ba1-3e12-44b9-a9eb-0af69bda1558} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): There are no data parts 2026.03.31 01:56:04.298080 [ 3 ] {de1a7ba1-3e12-44b9-a9eb-0af69bda1558} TCPHandler: Processed in 0.020504616 sec. 2026.03.31 01:56:04.298465 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.298691 [ 3 ] {e45d18c4-2a8b-4c5a-917e-5405fbbad50e} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.298902 [ 3 ] {e45d18c4-2a8b-4c5a-917e-5405fbbad50e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.31 01:56:04.312038 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48059 2026.03.31 01:56:04.312776 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.312811 [ 269 ] {} TCP-Session: 0a7979a3-985e-4d2d-9dd6-6f70cd2e7cc3 Authenticating user 'default' from [fd00:1122:3344:101::a]:48059 2026.03.31 01:56:04.312834 [ 269 ] {} TCP-Session: 0a7979a3-985e-4d2d-9dd6-6f70cd2e7cc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.312847 [ 269 ] {} TCP-Session: 0a7979a3-985e-4d2d-9dd6-6f70cd2e7cc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.313077 [ 3 ] {e45d18c4-2a8b-4c5a-917e-5405fbbad50e} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Loading data parts 2026.03.31 01:56:04.313102 [ 269 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.31 01:56:04.313136 [ 269 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.31 01:56:04.313265 [ 3 ] {e45d18c4-2a8b-4c5a-917e-5405fbbad50e} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): There are no data parts 2026.03.31 01:56:04.313272 [ 269 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.31 01:56:04.316160 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65127 2026.03.31 01:56:04.316259 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53476 2026.03.31 01:56:04.316401 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.316422 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56235 2026.03.31 01:56:04.316642 [ 270 ] {} TCP-Session: b7b6932d-dc67-4daa-b4fd-a6bd46994c06 Authenticating user 'default' from [fd00:1122:3344:101::a]:65127 2026.03.31 01:56:04.316710 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47546 2026.03.31 01:56:04.316734 [ 270 ] {} TCP-Session: b7b6932d-dc67-4daa-b4fd-a6bd46994c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.316716 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45251 2026.03.31 01:56:04.316835 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.316873 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.316868 [ 270 ] {} TCP-Session: b7b6932d-dc67-4daa-b4fd-a6bd46994c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.316854 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49865 2026.03.31 01:56:04.317069 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61108 2026.03.31 01:56:04.317233 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.317121 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.317086 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.317345 [ 275 ] {} TCP-Session: c4420b61-eeff-4be1-8278-8d92c8e51004 Authenticating user 'default' from [fd00:1122:3344:101::a]:49865 2026.03.31 01:56:04.317330 [ 274 ] {} TCP-Session: dcf2f574-479f-46fa-9965-d2c6ca09c7b5 Authenticating user 'default' from [fd00:1122:3344:101::a]:45251 2026.03.31 01:56:04.317393 [ 273 ] {} TCP-Session: a4b83072-ad1a-4d56-b9c9-8ea22274821c Authenticating user 'default' from [fd00:1122:3344:101::a]:47546 2026.03.31 01:56:04.317080 [ 272 ] {} TCP-Session: 0e3b676d-8307-4478-8fed-9fc9239e9bdc Authenticating user 'default' from [fd00:1122:3344:101::a]:56235 2026.03.31 01:56:04.317476 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.317121 [ 271 ] {} TCP-Session: 2c424654-1268-4683-9dd3-bc0e5beac3d4 Authenticating user 'default' from [fd00:1122:3344:101::a]:53476 2026.03.31 01:56:04.317544 [ 275 ] {} TCP-Session: c4420b61-eeff-4be1-8278-8d92c8e51004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.317566 [ 271 ] {} TCP-Session: 2c424654-1268-4683-9dd3-bc0e5beac3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.317639 [ 272 ] {} TCP-Session: 0e3b676d-8307-4478-8fed-9fc9239e9bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.317649 [ 275 ] {} TCP-Session: c4420b61-eeff-4be1-8278-8d92c8e51004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.317727 [ 272 ] {} TCP-Session: 0e3b676d-8307-4478-8fed-9fc9239e9bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.317663 [ 271 ] {} TCP-Session: 2c424654-1268-4683-9dd3-bc0e5beac3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.317561 [ 276 ] {} TCP-Session: 46c65a0b-7beb-4f74-8585-093d09ebd619 Authenticating user 'default' from [fd00:1122:3344:101::a]:61108 2026.03.31 01:56:04.317865 [ 273 ] {} TCP-Session: a4b83072-ad1a-4d56-b9c9-8ea22274821c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.317893 [ 274 ] {} TCP-Session: dcf2f574-479f-46fa-9965-d2c6ca09c7b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.317995 [ 274 ] {} TCP-Session: dcf2f574-479f-46fa-9965-d2c6ca09c7b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.318018 [ 273 ] {} TCP-Session: a4b83072-ad1a-4d56-b9c9-8ea22274821c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.317982 [ 276 ] {} TCP-Session: 46c65a0b-7beb-4f74-8585-093d09ebd619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.318059 [ 3 ] {e45d18c4-2a8b-4c5a-917e-5405fbbad50e} TCPHandler: Processed in 0.019667631 sec. 2026.03.31 01:56:04.318339 [ 276 ] {} TCP-Session: 46c65a0b-7beb-4f74-8585-093d09ebd619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.318601 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.318792 [ 3 ] {a5001a0b-22c0-4dee-9a24-1667b129a31d} executeQuery: (from [fd00:1122:3344:101::d]:51225) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.31 01:56:04.318963 [ 3 ] {a5001a0b-22c0-4dee-9a24-1667b129a31d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.31 01:56:04.327445 [ 3 ] {a5001a0b-22c0-4dee-9a24-1667b129a31d} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Loading data parts 2026.03.31 01:56:04.327618 [ 3 ] {a5001a0b-22c0-4dee-9a24-1667b129a31d} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): There are no data parts 2026.03.31 01:56:04.342670 [ 3 ] {a5001a0b-22c0-4dee-9a24-1667b129a31d} TCPHandler: Processed in 0.024134371 sec. 2026.03.31 01:56:04.342854 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.343335 [ 3 ] {d76cb785-a7b7-4adb-ac63-c6ff49190488} executeQuery: (from [fd00:1122:3344:101::d]:51225) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.03.31 01:56:04.343532 [ 3 ] {d76cb785-a7b7-4adb-ac63-c6ff49190488} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.31 01:56:04.348206 [ 3 ] {d76cb785-a7b7-4adb-ac63-c6ff49190488} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Loading data parts 2026.03.31 01:56:04.348496 [ 3 ] {d76cb785-a7b7-4adb-ac63-c6ff49190488} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): There are no data parts 2026.03.31 01:56:04.356807 [ 3 ] {d76cb785-a7b7-4adb-ac63-c6ff49190488} TCPHandler: Processed in 0.0140055 sec. 2026.03.31 01:56:04.357121 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:04.357564 [ 5 ] {27ae3203-c9f7-4af8-8524-9d8c13955594} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.31 01:56:04.359043 [ 5 ] {27ae3203-c9f7-4af8-8524-9d8c13955594} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.31 01:56:04.409500 [ 267 ] {27ae3203-c9f7-4af8-8524-9d8c13955594} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:04.409689 [ 267 ] {27ae3203-c9f7-4af8-8524-9d8c13955594} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.31 01:56:04.415329 [ 267 ] {27ae3203-c9f7-4af8-8524-9d8c13955594} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:04.416017 [ 267 ] {27ae3203-c9f7-4af8-8524-9d8c13955594} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:04.416530 [ 5 ] {27ae3203-c9f7-4af8-8524-9d8c13955594} executeQuery: Read 1 rows, 16.00 B in 0.059118 sec., 16.91532189857573 rows/sec., 270.65 B/sec. 2026.03.31 01:56:04.416846 [ 5 ] {27ae3203-c9f7-4af8-8524-9d8c13955594} TCPHandler: Processed in 0.059904449 sec. 2026.03.31 01:56:04.425603 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53344 2026.03.31 01:56:04.427984 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.428022 [ 277 ] {} TCP-Session: d9319903-4040-491d-9d97-3305f2178d9e Authenticating user 'default' from [fd00:1122:3344:101::b]:53344 2026.03.31 01:56:04.428044 [ 277 ] {} TCP-Session: d9319903-4040-491d-9d97-3305f2178d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.428170 [ 277 ] {} TCP-Session: d9319903-4040-491d-9d97-3305f2178d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.428263 [ 277 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.31 01:56:04.428292 [ 277 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.31 01:56:04.428429 [ 277 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.31 01:56:04.436985 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54430 2026.03.31 01:56:04.437084 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47425 2026.03.31 01:56:04.437166 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.437303 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51520 2026.03.31 01:56:04.437378 [ 278 ] {} TCP-Session: a3c10210-9482-481f-8a25-ca5976dcba40 Authenticating user 'default' from [fd00:1122:3344:101::b]:54430 2026.03.31 01:56:04.437302 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.437399 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45716 2026.03.31 01:56:04.437599 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.437494 [ 279 ] {} TCP-Session: 1865d2a3-a6f2-40e7-b3f8-91756f22a16b Authenticating user 'default' from [fd00:1122:3344:101::b]:47425 2026.03.31 01:56:04.437633 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59661 2026.03.31 01:56:04.437484 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44522 2026.03.31 01:56:04.437793 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.437730 [ 281 ] {} TCP-Session: 20a8dbec-993f-41d4-bccd-e158efd47063 Authenticating user 'default' from [fd00:1122:3344:101::b]:51520 2026.03.31 01:56:04.437713 [ 279 ] {} TCP-Session: 1865d2a3-a6f2-40e7-b3f8-91756f22a16b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.437945 [ 282 ] {} TCP-Session: fbfe5deb-091b-4c4a-9205-9cceffbb6273 Authenticating user 'default' from [fd00:1122:3344:101::b]:45716 2026.03.31 01:56:04.437926 [ 281 ] {} TCP-Session: 20a8dbec-993f-41d4-bccd-e158efd47063 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.437467 [ 278 ] {} TCP-Session: a3c10210-9482-481f-8a25-ca5976dcba40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.438076 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.438073 [ 282 ] {} TCP-Session: fbfe5deb-091b-4c4a-9205-9cceffbb6273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.438057 [ 281 ] {} TCP-Session: 20a8dbec-993f-41d4-bccd-e158efd47063 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.438223 [ 283 ] {} TCP-Session: b993dbe1-94f8-4410-90b7-8eb18a2e83f0 Authenticating user 'default' from [fd00:1122:3344:101::b]:44522 2026.03.31 01:56:04.438197 [ 282 ] {} TCP-Session: fbfe5deb-091b-4c4a-9205-9cceffbb6273 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.438189 [ 278 ] {} TCP-Session: a3c10210-9482-481f-8a25-ca5976dcba40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.438370 [ 283 ] {} TCP-Session: b993dbe1-94f8-4410-90b7-8eb18a2e83f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.438046 [ 279 ] {} TCP-Session: 1865d2a3-a6f2-40e7-b3f8-91756f22a16b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.437201 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64174 2026.03.31 01:56:04.437899 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.438468 [ 283 ] {} TCP-Session: b993dbe1-94f8-4410-90b7-8eb18a2e83f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.438613 [ 284 ] {} TCP-Session: 7122a9a8-9c94-4d73-b219-a93915decd6a Authenticating user 'default' from [fd00:1122:3344:101::b]:59661 2026.03.31 01:56:04.438622 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:04.438645 [ 284 ] {} TCP-Session: 7122a9a8-9c94-4d73-b219-a93915decd6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.438911 [ 284 ] {} TCP-Session: 7122a9a8-9c94-4d73-b219-a93915decd6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.438916 [ 280 ] {} TCP-Session: 194d6356-efaa-473f-b85d-2a4a686b5947 Authenticating user 'default' from [fd00:1122:3344:101::b]:64174 2026.03.31 01:56:04.439213 [ 280 ] {} TCP-Session: 194d6356-efaa-473f-b85d-2a4a686b5947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:04.439255 [ 280 ] {} TCP-Session: 194d6356-efaa-473f-b85d-2a4a686b5947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:05.000147 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 134.63 MiB, peak 134.63 MiB, free memory in arenas 0.00 B, will set to 139.58 MiB (RSS), difference: 4.95 MiB 2026.03.31 01:56:10.072372 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.31 01:56:10.072468 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.31 01:56:10.073390 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.31 01:56:10.073482 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.31 01:56:10.081125 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Loading data parts 2026.03.31 01:56:10.081293 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): There are no data parts 2026.03.31 01:56:10.084614 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:10.084750 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:10.089894 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:10.090408 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:10.090636 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.31 01:56:10.091310 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Loading data parts 2026.03.31 01:56:10.091598 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): There are no data parts 2026.03.31 01:56:10.125123 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:10.125266 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:10.131388 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:10.132507 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:10.135754 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.31 01:56:11.000166 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.72 MiB, peak 148.72 MiB, free memory in arenas 0.00 B, will set to 153.77 MiB (RSS), difference: 9.05 MiB 2026.03.31 01:56:12.572431 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.31 01:56:12.572756 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.31 01:56:12.589801 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Loading data parts 2026.03.31 01:56:12.590122 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): There are no data parts 2026.03.31 01:56:12.600245 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:12.600497 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:12.605187 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:12.605769 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:12.606198 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.31 01:56:13.000210 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.98 MiB, peak 157.98 MiB, free memory in arenas 0.00 B, will set to 155.09 MiB (RSS), difference: -2.89 MiB 2026.03.31 01:56:17.522350 [ 43 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:56:17.522405 [ 43 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:56:17.590778 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.03.31 01:56:17.593467 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:17.593516 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:17.594272 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:17.594818 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:17.595019 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.03.31 01:56:17.635895 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.31 01:56:17.654116 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:17.654283 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:17.660961 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:17.662056 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:17.665496 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.31 01:56:18.000176 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.77 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.82 MiB (RSS), difference: 2.05 MiB 2026.03.31 01:56:23.000360 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.86 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.89 MiB (RSS), difference: 4.03 MiB 2026.03.31 01:56:24.430707 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.430896 [ 3 ] {ce0c90eb-ebb4-424b-bda8-69251b2d37f4} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.433602 [ 3 ] {ce0c90eb-ebb4-424b-bda8-69251b2d37f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.438198 [ 3 ] {ce0c90eb-ebb4-424b-bda8-69251b2d37f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.440846 [ 3 ] {ce0c90eb-ebb4-424b-bda8-69251b2d37f4} TCPHandler: Processed in 0.010272113 sec. 2026.03.31 01:56:24.457527 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.457742 [ 3 ] {63c8b42e-ff6e-40e1-8f4a-d9d85caa93d3} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.464381 [ 3 ] {63c8b42e-ff6e-40e1-8f4a-d9d85caa93d3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.464500 [ 3 ] {63c8b42e-ff6e-40e1-8f4a-d9d85caa93d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.464996 [ 3 ] {63c8b42e-ff6e-40e1-8f4a-d9d85caa93d3} TCPHandler: Processed in 0.007526974 sec. 2026.03.31 01:56:24.465220 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.465340 [ 3 ] {4db50480-d94a-4b43-b7ca-a0cc72d6c625} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.467584 [ 3 ] {4db50480-d94a-4b43-b7ca-a0cc72d6c625} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.467630 [ 3 ] {4db50480-d94a-4b43-b7ca-a0cc72d6c625} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.467979 [ 3 ] {4db50480-d94a-4b43-b7ca-a0cc72d6c625} TCPHandler: Processed in 0.00281117 sec. 2026.03.31 01:56:24.468187 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.468304 [ 3 ] {b9c2ac03-e876-46bd-a17f-38c179c20144} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.468549 [ 3 ] {b9c2ac03-e876-46bd-a17f-38c179c20144} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.468593 [ 3 ] {b9c2ac03-e876-46bd-a17f-38c179c20144} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.468966 [ 3 ] {b9c2ac03-e876-46bd-a17f-38c179c20144} TCPHandler: Processed in 0.000827055 sec. 2026.03.31 01:56:24.469178 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.469293 [ 3 ] {208dc260-817d-4b48-87eb-fec7b6978cda} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.469535 [ 3 ] {208dc260-817d-4b48-87eb-fec7b6978cda} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.469577 [ 3 ] {208dc260-817d-4b48-87eb-fec7b6978cda} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.469898 [ 3 ] {208dc260-817d-4b48-87eb-fec7b6978cda} TCPHandler: Processed in 0.000769434 sec. 2026.03.31 01:56:24.470096 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.470211 [ 3 ] {980afca4-62e0-4969-940f-65c777cf3302} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.470446 [ 3 ] {980afca4-62e0-4969-940f-65c777cf3302} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.470487 [ 3 ] {980afca4-62e0-4969-940f-65c777cf3302} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.470799 [ 3 ] {980afca4-62e0-4969-940f-65c777cf3302} TCPHandler: Processed in 0.000751714 sec. 2026.03.31 01:56:24.470995 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.471109 [ 3 ] {8199e73e-ca93-4718-9d14-0dcc127558e2} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.471347 [ 3 ] {8199e73e-ca93-4718-9d14-0dcc127558e2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.471389 [ 3 ] {8199e73e-ca93-4718-9d14-0dcc127558e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.471699 [ 3 ] {8199e73e-ca93-4718-9d14-0dcc127558e2} TCPHandler: Processed in 0.000752464 sec. 2026.03.31 01:56:24.471902 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.472015 [ 3 ] {8cd3c9a3-0448-4359-9028-f33ae00e2773} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.472252 [ 3 ] {8cd3c9a3-0448-4359-9028-f33ae00e2773} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.472294 [ 3 ] {8cd3c9a3-0448-4359-9028-f33ae00e2773} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.472620 [ 3 ] {8cd3c9a3-0448-4359-9028-f33ae00e2773} TCPHandler: Processed in 0.000767313 sec. 2026.03.31 01:56:24.472809 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.472922 [ 3 ] {c8d6b9ff-1a82-4032-acb6-bc9e02d61c21} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.473159 [ 3 ] {c8d6b9ff-1a82-4032-acb6-bc9e02d61c21} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.473201 [ 3 ] {c8d6b9ff-1a82-4032-acb6-bc9e02d61c21} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.473510 [ 3 ] {c8d6b9ff-1a82-4032-acb6-bc9e02d61c21} TCPHandler: Processed in 0.000749303 sec. 2026.03.31 01:56:24.473700 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.473815 [ 3 ] {0f0369af-d9fb-4ab2-860d-3a899ad5e7a0} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.474052 [ 3 ] {0f0369af-d9fb-4ab2-860d-3a899ad5e7a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.474093 [ 3 ] {0f0369af-d9fb-4ab2-860d-3a899ad5e7a0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.474402 [ 3 ] {0f0369af-d9fb-4ab2-860d-3a899ad5e7a0} TCPHandler: Processed in 0.000750623 sec. 2026.03.31 01:56:24.474607 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.474723 [ 3 ] {0ab8380a-59a3-447d-a2c6-6f270e7b70b7} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.474962 [ 3 ] {0ab8380a-59a3-447d-a2c6-6f270e7b70b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.475003 [ 3 ] {0ab8380a-59a3-447d-a2c6-6f270e7b70b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.475317 [ 3 ] {0ab8380a-59a3-447d-a2c6-6f270e7b70b7} TCPHandler: Processed in 0.000757283 sec. 2026.03.31 01:56:24.475520 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.475636 [ 3 ] {eba00232-ab88-429a-8156-e962c11b4a52} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.475874 [ 3 ] {eba00232-ab88-429a-8156-e962c11b4a52} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.475915 [ 3 ] {eba00232-ab88-429a-8156-e962c11b4a52} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.476245 [ 3 ] {eba00232-ab88-429a-8156-e962c11b4a52} TCPHandler: Processed in 0.000773224 sec. 2026.03.31 01:56:24.476444 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.476561 [ 3 ] {cd65b321-c7e2-491b-b1e3-c64e1c1f4bc8} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.476813 [ 3 ] {cd65b321-c7e2-491b-b1e3-c64e1c1f4bc8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.476855 [ 3 ] {cd65b321-c7e2-491b-b1e3-c64e1c1f4bc8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.477173 [ 3 ] {cd65b321-c7e2-491b-b1e3-c64e1c1f4bc8} TCPHandler: Processed in 0.000777465 sec. 2026.03.31 01:56:24.477380 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.477497 [ 3 ] {a373e04e-fd77-4557-9367-3f79a24aa49b} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.477743 [ 3 ] {a373e04e-fd77-4557-9367-3f79a24aa49b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.477784 [ 3 ] {a373e04e-fd77-4557-9367-3f79a24aa49b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.478103 [ 3 ] {a373e04e-fd77-4557-9367-3f79a24aa49b} TCPHandler: Processed in 0.000776874 sec. 2026.03.31 01:56:24.478299 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.478418 [ 3 ] {e6c204c5-6798-4818-8ea4-64cc6f7efc66} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.478667 [ 3 ] {e6c204c5-6798-4818-8ea4-64cc6f7efc66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.478708 [ 3 ] {e6c204c5-6798-4818-8ea4-64cc6f7efc66} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.479033 [ 3 ] {e6c204c5-6798-4818-8ea4-64cc6f7efc66} TCPHandler: Processed in 0.000784544 sec. 2026.03.31 01:56:24.479707 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.479825 [ 3 ] {a1afe050-0002-412c-9e8f-0e7480ee6e07} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.480074 [ 3 ] {a1afe050-0002-412c-9e8f-0e7480ee6e07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.480115 [ 3 ] {a1afe050-0002-412c-9e8f-0e7480ee6e07} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.480433 [ 3 ] {a1afe050-0002-412c-9e8f-0e7480ee6e07} TCPHandler: Processed in 0.000774754 sec. 2026.03.31 01:56:24.482653 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.482780 [ 3 ] {e5eb300b-7627-417e-b3d0-539a6bd4e481} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.483047 [ 3 ] {e5eb300b-7627-417e-b3d0-539a6bd4e481} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.483089 [ 3 ] {e5eb300b-7627-417e-b3d0-539a6bd4e481} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.483427 [ 3 ] {e5eb300b-7627-417e-b3d0-539a6bd4e481} TCPHandler: Processed in 0.000825585 sec. 2026.03.31 01:56:24.483998 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.484119 [ 3 ] {7f342582-fa15-4a65-8bfb-3d275bfff3a3} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.484395 [ 3 ] {7f342582-fa15-4a65-8bfb-3d275bfff3a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.484437 [ 3 ] {7f342582-fa15-4a65-8bfb-3d275bfff3a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.484788 [ 3 ] {7f342582-fa15-4a65-8bfb-3d275bfff3a3} TCPHandler: Processed in 0.000838865 sec. 2026.03.31 01:56:24.485016 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.485137 [ 3 ] {4841d751-5460-4dd2-babf-9f334e412dfd} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.485409 [ 3 ] {4841d751-5460-4dd2-babf-9f334e412dfd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.485453 [ 3 ] {4841d751-5460-4dd2-babf-9f334e412dfd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.485786 [ 3 ] {4841d751-5460-4dd2-babf-9f334e412dfd} TCPHandler: Processed in 0.000818694 sec. 2026.03.31 01:56:24.486041 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.486163 [ 3 ] {783e3bcb-f2f4-451b-bb47-e0862d42b825} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.486438 [ 3 ] {783e3bcb-f2f4-451b-bb47-e0862d42b825} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.486483 [ 3 ] {783e3bcb-f2f4-451b-bb47-e0862d42b825} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.486811 [ 3 ] {783e3bcb-f2f4-451b-bb47-e0862d42b825} TCPHandler: Processed in 0.000824665 sec. 2026.03.31 01:56:24.487049 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.487169 [ 3 ] {b9dfee09-7b4f-44a6-a7c6-e73d99944381} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.487427 [ 3 ] {b9dfee09-7b4f-44a6-a7c6-e73d99944381} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.487468 [ 3 ] {b9dfee09-7b4f-44a6-a7c6-e73d99944381} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.487796 [ 3 ] {b9dfee09-7b4f-44a6-a7c6-e73d99944381} TCPHandler: Processed in 0.000795974 sec. 2026.03.31 01:56:24.488039 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.488162 [ 3 ] {40492ff5-8de1-40b6-bdfd-168cdf12eecf} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.488424 [ 3 ] {40492ff5-8de1-40b6-bdfd-168cdf12eecf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.488467 [ 3 ] {40492ff5-8de1-40b6-bdfd-168cdf12eecf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.488794 [ 3 ] {40492ff5-8de1-40b6-bdfd-168cdf12eecf} TCPHandler: Processed in 0.000804105 sec. 2026.03.31 01:56:24.489035 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.489156 [ 3 ] {0631f93f-11a7-4728-9dc2-6b0cc6155191} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.489416 [ 3 ] {0631f93f-11a7-4728-9dc2-6b0cc6155191} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.489459 [ 3 ] {0631f93f-11a7-4728-9dc2-6b0cc6155191} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.489782 [ 3 ] {0631f93f-11a7-4728-9dc2-6b0cc6155191} TCPHandler: Processed in 0.000794864 sec. 2026.03.31 01:56:24.490032 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.490197 [ 3 ] {26f02b88-0f67-4ebf-813a-7b6a7d5d45fb} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.490482 [ 3 ] {26f02b88-0f67-4ebf-813a-7b6a7d5d45fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.490525 [ 3 ] {26f02b88-0f67-4ebf-813a-7b6a7d5d45fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.490846 [ 3 ] {26f02b88-0f67-4ebf-813a-7b6a7d5d45fb} TCPHandler: Processed in 0.000874705 sec. 2026.03.31 01:56:24.491072 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.491196 [ 3 ] {fe607e21-4ae6-4dff-a055-82196b69bf5c} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.491477 [ 3 ] {fe607e21-4ae6-4dff-a055-82196b69bf5c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.491519 [ 3 ] {fe607e21-4ae6-4dff-a055-82196b69bf5c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.491844 [ 3 ] {fe607e21-4ae6-4dff-a055-82196b69bf5c} TCPHandler: Processed in 0.000825305 sec. 2026.03.31 01:56:24.492078 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.492201 [ 3 ] {c5630387-2801-465c-b0d2-6caf9f0fc081} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.492468 [ 3 ] {c5630387-2801-465c-b0d2-6caf9f0fc081} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.492510 [ 3 ] {c5630387-2801-465c-b0d2-6caf9f0fc081} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.492823 [ 3 ] {c5630387-2801-465c-b0d2-6caf9f0fc081} TCPHandler: Processed in 0.000802125 sec. 2026.03.31 01:56:24.500681 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.500812 [ 3 ] {86f815af-451c-481f-9468-dbb3a0247736} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:24.501086 [ 3 ] {86f815af-451c-481f-9468-dbb3a0247736} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.501131 [ 3 ] {86f815af-451c-481f-9468-dbb3a0247736} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:24.501467 [ 3 ] {86f815af-451c-481f-9468-dbb3a0247736} TCPHandler: Processed in 0.000838935 sec. 2026.03.31 01:56:24.505572 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.505685 [ 3 ] {7a15a378-aefe-4853-94be-75e84f3e0583} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.31 01:56:24.505726 [ 3 ] {7a15a378-aefe-4853-94be-75e84f3e0583} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:24.506265 [ 3 ] {7a15a378-aefe-4853-94be-75e84f3e0583} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.506311 [ 3 ] {7a15a378-aefe-4853-94be-75e84f3e0583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.508976 [ 3 ] {7a15a378-aefe-4853-94be-75e84f3e0583} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.509408 [ 3 ] {7a15a378-aefe-4853-94be-75e84f3e0583} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.509560 [ 3 ] {7a15a378-aefe-4853-94be-75e84f3e0583} executeQuery: Read 27 rows, 6.61 KiB in 0.003907 sec., 6910.673150755055 rows/sec., 1.65 MiB/sec. 2026.03.31 01:56:24.509600 [ 3 ] {7a15a378-aefe-4853-94be-75e84f3e0583} TCPHandler: Processed in 0.004080983 sec. 2026.03.31 01:56:24.509726 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.509821 [ 3 ] {dd2f7224-1f10-4ec8-aece-5a83987b9284} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:56:24.509860 [ 3 ] {dd2f7224-1f10-4ec8-aece-5a83987b9284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:56:24.514429 [ 3 ] {dd2f7224-1f10-4ec8-aece-5a83987b9284} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.514465 [ 3 ] {dd2f7224-1f10-4ec8-aece-5a83987b9284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.517091 [ 3 ] {dd2f7224-1f10-4ec8-aece-5a83987b9284} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.517544 [ 3 ] {dd2f7224-1f10-4ec8-aece-5a83987b9284} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.517682 [ 3 ] {dd2f7224-1f10-4ec8-aece-5a83987b9284} executeQuery: Read 284 rows, 18.47 KiB in 0.007879 sec., 36045.18339890849 rows/sec., 2.29 MiB/sec. 2026.03.31 01:56:24.517720 [ 3 ] {dd2f7224-1f10-4ec8-aece-5a83987b9284} TCPHandler: Processed in 0.008045464 sec. 2026.03.31 01:56:24.517843 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.517937 [ 3 ] {03aea7e9-1a19-4e1b-b8b0-91a2714fee6d} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:56:24.517978 [ 3 ] {03aea7e9-1a19-4e1b-b8b0-91a2714fee6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:56:24.518372 [ 3 ] {03aea7e9-1a19-4e1b-b8b0-91a2714fee6d} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.518408 [ 3 ] {03aea7e9-1a19-4e1b-b8b0-91a2714fee6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.518818 [ 3 ] {03aea7e9-1a19-4e1b-b8b0-91a2714fee6d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.519237 [ 3 ] {03aea7e9-1a19-4e1b-b8b0-91a2714fee6d} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.519367 [ 3 ] {03aea7e9-1a19-4e1b-b8b0-91a2714fee6d} executeQuery: Read 4 rows, 334.00 B in 0.001448 sec., 2762.430939226519 rows/sec., 225.26 KiB/sec. 2026.03.31 01:56:24.519403 [ 3 ] {03aea7e9-1a19-4e1b-b8b0-91a2714fee6d} TCPHandler: Processed in 0.001611509 sec. 2026.03.31 01:56:24.519515 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.519610 [ 3 ] {ed1ad644-33ad-48aa-af35-09ac6ed0571f} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:56:24.519650 [ 3 ] {ed1ad644-33ad-48aa-af35-09ac6ed0571f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:56:24.520366 [ 3 ] {ed1ad644-33ad-48aa-af35-09ac6ed0571f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.520402 [ 3 ] {ed1ad644-33ad-48aa-af35-09ac6ed0571f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.520888 [ 3 ] {ed1ad644-33ad-48aa-af35-09ac6ed0571f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.521366 [ 3 ] {ed1ad644-33ad-48aa-af35-09ac6ed0571f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.521493 [ 3 ] {ed1ad644-33ad-48aa-af35-09ac6ed0571f} executeQuery: Read 769 rows, 61.20 KiB in 0.001901 sec., 404523.9347711731 rows/sec., 31.44 MiB/sec. 2026.03.31 01:56:24.521530 [ 3 ] {ed1ad644-33ad-48aa-af35-09ac6ed0571f} TCPHandler: Processed in 0.002064807 sec. 2026.03.31 01:56:24.521648 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.521741 [ 3 ] {ee67ff59-8e1d-48ae-93d7-ebdbbc485557} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:56:24.521780 [ 3 ] {ee67ff59-8e1d-48ae-93d7-ebdbbc485557} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:56:24.522215 [ 3 ] {ee67ff59-8e1d-48ae-93d7-ebdbbc485557} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.522251 [ 3 ] {ee67ff59-8e1d-48ae-93d7-ebdbbc485557} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.522685 [ 3 ] {ee67ff59-8e1d-48ae-93d7-ebdbbc485557} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.523136 [ 3 ] {ee67ff59-8e1d-48ae-93d7-ebdbbc485557} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.523259 [ 3 ] {ee67ff59-8e1d-48ae-93d7-ebdbbc485557} executeQuery: Read 146 rows, 8.82 KiB in 0.001537 sec., 94990.24072869225 rows/sec., 5.60 MiB/sec. 2026.03.31 01:56:24.523295 [ 3 ] {ee67ff59-8e1d-48ae-93d7-ebdbbc485557} TCPHandler: Processed in 0.001698011 sec. 2026.03.31 01:56:24.523408 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.523501 [ 3 ] {ae95ec34-b277-4b01-81de-67e63a0fecf8} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:56:24.523538 [ 3 ] {ae95ec34-b277-4b01-81de-67e63a0fecf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:56:24.524015 [ 3 ] {ae95ec34-b277-4b01-81de-67e63a0fecf8} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.524047 [ 3 ] {ae95ec34-b277-4b01-81de-67e63a0fecf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.524476 [ 3 ] {ae95ec34-b277-4b01-81de-67e63a0fecf8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.524958 [ 3 ] {ae95ec34-b277-4b01-81de-67e63a0fecf8} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.525088 [ 3 ] {ae95ec34-b277-4b01-81de-67e63a0fecf8} executeQuery: Read 149 rows, 9.86 KiB in 0.001606 sec., 92777.08592777087 rows/sec., 5.99 MiB/sec. 2026.03.31 01:56:24.525127 [ 3 ] {ae95ec34-b277-4b01-81de-67e63a0fecf8} TCPHandler: Processed in 0.001769951 sec. 2026.03.31 01:56:24.525247 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.525344 [ 3 ] {713e361a-16ae-4c5a-a6a0-b737699db85a} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:56:24.525385 [ 3 ] {713e361a-16ae-4c5a-a6a0-b737699db85a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:56:24.525852 [ 3 ] {713e361a-16ae-4c5a-a6a0-b737699db85a} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.525889 [ 3 ] {713e361a-16ae-4c5a-a6a0-b737699db85a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.526430 [ 3 ] {713e361a-16ae-4c5a-a6a0-b737699db85a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.526867 [ 3 ] {713e361a-16ae-4c5a-a6a0-b737699db85a} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.526997 [ 3 ] {713e361a-16ae-4c5a-a6a0-b737699db85a} executeQuery: Read 148 rows, 8.62 KiB in 0.001672 sec., 88516.74641148325 rows/sec., 5.03 MiB/sec. 2026.03.31 01:56:24.527034 [ 3 ] {713e361a-16ae-4c5a-a6a0-b737699db85a} TCPHandler: Processed in 0.001835623 sec. 2026.03.31 01:56:24.527151 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.527245 [ 3 ] {e33d4dbb-1d29-4626-bb56-1fe9725d0d47} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:56:24.527283 [ 3 ] {e33d4dbb-1d29-4626-bb56-1fe9725d0d47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:56:24.527801 [ 3 ] {e33d4dbb-1d29-4626-bb56-1fe9725d0d47} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.527837 [ 3 ] {e33d4dbb-1d29-4626-bb56-1fe9725d0d47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.528261 [ 3 ] {e33d4dbb-1d29-4626-bb56-1fe9725d0d47} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.528706 [ 3 ] {e33d4dbb-1d29-4626-bb56-1fe9725d0d47} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.528834 [ 3 ] {e33d4dbb-1d29-4626-bb56-1fe9725d0d47} executeQuery: Read 458 rows, 32.63 KiB in 0.001608 sec., 284825.87064676615 rows/sec., 19.81 MiB/sec. 2026.03.31 01:56:24.528872 [ 3 ] {e33d4dbb-1d29-4626-bb56-1fe9725d0d47} TCPHandler: Processed in 0.001771512 sec. 2026.03.31 01:56:24.528985 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.529078 [ 3 ] {f5e6945f-affd-4734-b126-032edfef9313} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.31 01:56:24.529119 [ 3 ] {f5e6945f-affd-4734-b126-032edfef9313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.31 01:56:24.529489 [ 3 ] {f5e6945f-affd-4734-b126-032edfef9313} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.529525 [ 3 ] {f5e6945f-affd-4734-b126-032edfef9313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.531968 [ 3 ] {f5e6945f-affd-4734-b126-032edfef9313} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.532417 [ 3 ] {f5e6945f-affd-4734-b126-032edfef9313} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.532545 [ 3 ] {f5e6945f-affd-4734-b126-032edfef9313} executeQuery: Read 6 rows, 321.00 B in 0.003485 sec., 1721.6642754662842 rows/sec., 89.95 KiB/sec. 2026.03.31 01:56:24.532582 [ 3 ] {f5e6945f-affd-4734-b126-032edfef9313} TCPHandler: Processed in 0.003646655 sec. 2026.03.31 01:56:24.532731 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.532824 [ 3 ] {92c5471f-f736-4051-aeca-dbabad8339ca} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:56:24.532865 [ 3 ] {92c5471f-f736-4051-aeca-dbabad8339ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:56:24.535319 [ 3 ] {92c5471f-f736-4051-aeca-dbabad8339ca} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.535355 [ 3 ] {92c5471f-f736-4051-aeca-dbabad8339ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.535786 [ 3 ] {92c5471f-f736-4051-aeca-dbabad8339ca} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.536223 [ 3 ] {92c5471f-f736-4051-aeca-dbabad8339ca} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.536353 [ 3 ] {92c5471f-f736-4051-aeca-dbabad8339ca} executeQuery: Read 207 rows, 13.86 KiB in 0.003548 sec., 58342.72829763247 rows/sec., 3.82 MiB/sec. 2026.03.31 01:56:24.536390 [ 3 ] {92c5471f-f736-4051-aeca-dbabad8339ca} TCPHandler: Processed in 0.003708726 sec. 2026.03.31 01:56:24.536511 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.536611 [ 3 ] {c73d23ab-9eba-4962-a0e9-95538ea4eb57} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.31 01:56:24.536652 [ 3 ] {c73d23ab-9eba-4962-a0e9-95538ea4eb57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.31 01:56:24.536978 [ 3 ] {c73d23ab-9eba-4962-a0e9-95538ea4eb57} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.537014 [ 3 ] {c73d23ab-9eba-4962-a0e9-95538ea4eb57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.537505 [ 3 ] {c73d23ab-9eba-4962-a0e9-95538ea4eb57} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.537943 [ 3 ] {c73d23ab-9eba-4962-a0e9-95538ea4eb57} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.538071 [ 3 ] {c73d23ab-9eba-4962-a0e9-95538ea4eb57} executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. 2026.03.31 01:56:24.538108 [ 3 ] {c73d23ab-9eba-4962-a0e9-95538ea4eb57} TCPHandler: Processed in 0.0016456 sec. 2026.03.31 01:56:24.538229 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:24.538323 [ 3 ] {293fc11f-b25d-4019-8e64-e80eee72cadc} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:56:24.538365 [ 3 ] {293fc11f-b25d-4019-8e64-e80eee72cadc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:56:24.538709 [ 3 ] {293fc11f-b25d-4019-8e64-e80eee72cadc} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:24.538744 [ 3 ] {293fc11f-b25d-4019-8e64-e80eee72cadc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:24.539184 [ 3 ] {293fc11f-b25d-4019-8e64-e80eee72cadc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:24.539619 [ 3 ] {293fc11f-b25d-4019-8e64-e80eee72cadc} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:24.539749 [ 3 ] {293fc11f-b25d-4019-8e64-e80eee72cadc} executeQuery: Read 60 rows, 3.73 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.52 MiB/sec. 2026.03.31 01:56:24.539792 [ 3 ] {293fc11f-b25d-4019-8e64-e80eee72cadc} TCPHandler: Processed in 0.001611449 sec. 2026.03.31 01:56:25.095106 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.03.31 01:56:25.095595 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:25.095639 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:25.096338 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:25.096876 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:25.097017 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.03.31 01:56:25.165582 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.31 01:56:25.182693 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:25.182750 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:25.189495 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:25.190629 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:25.193993 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.31 01:56:26.000153 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.77 MiB, peak 163.77 MiB, free memory in arenas 0.00 B, will set to 160.85 MiB (RSS), difference: 1.08 MiB 2026.03.31 01:56:29.435291 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:29.435487 [ 3 ] {84a4e014-1d20-4dd6-9c5a-e6f5fa2eb07a} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:56:29.435554 [ 3 ] {84a4e014-1d20-4dd6-9c5a-e6f5fa2eb07a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:56:29.436171 [ 3 ] {84a4e014-1d20-4dd6-9c5a-e6f5fa2eb07a} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:29.436219 [ 3 ] {84a4e014-1d20-4dd6-9c5a-e6f5fa2eb07a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:29.436780 [ 3 ] {84a4e014-1d20-4dd6-9c5a-e6f5fa2eb07a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:29.437281 [ 3 ] {84a4e014-1d20-4dd6-9c5a-e6f5fa2eb07a} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:29.437458 [ 3 ] {84a4e014-1d20-4dd6-9c5a-e6f5fa2eb07a} executeQuery: Read 26 rows, 1.98 KiB in 0.00202 sec., 12871.287128712871 rows/sec., 979.95 KiB/sec. 2026.03.31 01:56:29.437508 [ 3 ] {84a4e014-1d20-4dd6-9c5a-e6f5fa2eb07a} TCPHandler: Processed in 0.002347702 sec. 2026.03.31 01:56:29.437636 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:29.437745 [ 3 ] {d620b4d1-3043-4d43-baea-47c592fc78eb} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:56:29.437788 [ 3 ] {d620b4d1-3043-4d43-baea-47c592fc78eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:56:29.438227 [ 3 ] {d620b4d1-3043-4d43-baea-47c592fc78eb} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:29.438265 [ 3 ] {d620b4d1-3043-4d43-baea-47c592fc78eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:29.438698 [ 3 ] {d620b4d1-3043-4d43-baea-47c592fc78eb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:29.439154 [ 3 ] {d620b4d1-3043-4d43-baea-47c592fc78eb} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:29.439288 [ 3 ] {d620b4d1-3043-4d43-baea-47c592fc78eb} executeQuery: Read 28 rows, 2.24 KiB in 0.001568 sec., 17857.14285714286 rows/sec., 1.39 MiB/sec. 2026.03.31 01:56:29.439326 [ 3 ] {d620b4d1-3043-4d43-baea-47c592fc78eb} TCPHandler: Processed in 0.001743101 sec. 2026.03.31 01:56:29.439444 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:29.439545 [ 3 ] {9f07ab1f-2d0e-4e03-9161-297ea80ac01b} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:56:29.439590 [ 3 ] {9f07ab1f-2d0e-4e03-9161-297ea80ac01b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:56:29.439967 [ 3 ] {9f07ab1f-2d0e-4e03-9161-297ea80ac01b} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:29.440005 [ 3 ] {9f07ab1f-2d0e-4e03-9161-297ea80ac01b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:29.440470 [ 3 ] {9f07ab1f-2d0e-4e03-9161-297ea80ac01b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:29.440975 [ 3 ] {9f07ab1f-2d0e-4e03-9161-297ea80ac01b} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:29.441105 [ 3 ] {9f07ab1f-2d0e-4e03-9161-297ea80ac01b} executeQuery: Read 100 rows, 7.10 KiB in 0.00158 sec., 63291.13924050633 rows/sec., 4.39 MiB/sec. 2026.03.31 01:56:29.441143 [ 3 ] {9f07ab1f-2d0e-4e03-9161-297ea80ac01b} TCPHandler: Processed in 0.001759722 sec. 2026.03.31 01:56:29.441258 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:29.441355 [ 3 ] {ea2ba760-213f-4691-859e-b5491d972e70} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:56:29.441397 [ 3 ] {ea2ba760-213f-4691-859e-b5491d972e70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:56:29.441714 [ 3 ] {ea2ba760-213f-4691-859e-b5491d972e70} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:29.441749 [ 3 ] {ea2ba760-213f-4691-859e-b5491d972e70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:29.442306 [ 3 ] {ea2ba760-213f-4691-859e-b5491d972e70} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:29.442834 [ 3 ] {ea2ba760-213f-4691-859e-b5491d972e70} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:29.442965 [ 3 ] {ea2ba760-213f-4691-859e-b5491d972e70} executeQuery: Read 30 rows, 2.10 KiB in 0.001629 sec., 18416.206261510128 rows/sec., 1.26 MiB/sec. 2026.03.31 01:56:29.443001 [ 3 ] {ea2ba760-213f-4691-859e-b5491d972e70} TCPHandler: Processed in 0.001792292 sec. 2026.03.31 01:56:32.522441 [ 99 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:56:32.522512 [ 99 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:56:32.598060 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.03.31 01:56:32.598549 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:32.598597 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:32.599257 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:56:32.599691 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:32.599833 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.03.31 01:56:32.609736 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 174 2026.03.31 01:56:32.613475 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:32.613529 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:32.614890 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:32.615383 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:32.615687 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 174 2026.03.31 01:56:32.695009 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.31 01:56:32.711802 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:32.711855 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:32.718018 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:56:32.719112 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:32.722082 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.31 01:56:34.443377 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.443572 [ 3 ] {afd0e33e-ecd0-4cad-af37-ce8b76944522} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:56:34.443645 [ 3 ] {afd0e33e-ecd0-4cad-af37-ce8b76944522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:56:34.444393 [ 3 ] {afd0e33e-ecd0-4cad-af37-ce8b76944522} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.444438 [ 3 ] {afd0e33e-ecd0-4cad-af37-ce8b76944522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.445048 [ 3 ] {afd0e33e-ecd0-4cad-af37-ce8b76944522} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:34.445554 [ 3 ] {afd0e33e-ecd0-4cad-af37-ce8b76944522} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.445711 [ 3 ] {afd0e33e-ecd0-4cad-af37-ce8b76944522} executeQuery: Read 284 rows, 18.47 KiB in 0.002191 sec., 129621.17754450024 rows/sec., 8.23 MiB/sec. 2026.03.31 01:56:34.445761 [ 3 ] {afd0e33e-ecd0-4cad-af37-ce8b76944522} TCPHandler: Processed in 0.002521035 sec. 2026.03.31 01:56:34.445892 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.445996 [ 3 ] {8349a328-192f-404b-a411-ae6da9ae9f9b} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:56:34.446041 [ 3 ] {8349a328-192f-404b-a411-ae6da9ae9f9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:56:34.446733 [ 3 ] {8349a328-192f-404b-a411-ae6da9ae9f9b} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.446769 [ 3 ] {8349a328-192f-404b-a411-ae6da9ae9f9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.447284 [ 3 ] {8349a328-192f-404b-a411-ae6da9ae9f9b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:34.447740 [ 3 ] {8349a328-192f-404b-a411-ae6da9ae9f9b} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.447871 [ 3 ] {8349a328-192f-404b-a411-ae6da9ae9f9b} executeQuery: Read 767 rows, 61.06 KiB in 0.001899 sec., 403896.7877830437 rows/sec., 31.40 MiB/sec. 2026.03.31 01:56:34.447910 [ 3 ] {8349a328-192f-404b-a411-ae6da9ae9f9b} TCPHandler: Processed in 0.002070457 sec. 2026.03.31 01:56:34.448024 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.448118 [ 3 ] {a0dc74f2-c9b2-4680-9112-348ca4a53e16} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:56:34.448159 [ 3 ] {a0dc74f2-c9b2-4680-9112-348ca4a53e16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:56:34.448621 [ 3 ] {a0dc74f2-c9b2-4680-9112-348ca4a53e16} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.448657 [ 3 ] {a0dc74f2-c9b2-4680-9112-348ca4a53e16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.449065 [ 3 ] {a0dc74f2-c9b2-4680-9112-348ca4a53e16} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:34.449588 [ 3 ] {a0dc74f2-c9b2-4680-9112-348ca4a53e16} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.449714 [ 3 ] {a0dc74f2-c9b2-4680-9112-348ca4a53e16} executeQuery: Read 142 rows, 8.54 KiB in 0.001616 sec., 87871.28712871287 rows/sec., 5.16 MiB/sec. 2026.03.31 01:56:34.449752 [ 3 ] {a0dc74f2-c9b2-4680-9112-348ca4a53e16} TCPHandler: Processed in 0.001779652 sec. 2026.03.31 01:56:34.449862 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.449957 [ 3 ] {101f404c-3d92-4b65-8a0c-015fb6e95b00} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:56:34.449997 [ 3 ] {101f404c-3d92-4b65-8a0c-015fb6e95b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:56:34.450445 [ 3 ] {101f404c-3d92-4b65-8a0c-015fb6e95b00} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.450481 [ 3 ] {101f404c-3d92-4b65-8a0c-015fb6e95b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.450905 [ 3 ] {101f404c-3d92-4b65-8a0c-015fb6e95b00} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:34.451343 [ 3 ] {101f404c-3d92-4b65-8a0c-015fb6e95b00} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.451472 [ 3 ] {101f404c-3d92-4b65-8a0c-015fb6e95b00} executeQuery: Read 149 rows, 9.86 KiB in 0.001533 sec., 97195.04240052185 rows/sec., 6.28 MiB/sec. 2026.03.31 01:56:34.451509 [ 3 ] {101f404c-3d92-4b65-8a0c-015fb6e95b00} TCPHandler: Processed in 0.00169596 sec. 2026.03.31 01:56:34.451625 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.451718 [ 3 ] {3eac5edf-633c-42b7-97ee-971f97a43fb1} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:56:34.451758 [ 3 ] {3eac5edf-633c-42b7-97ee-971f97a43fb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:56:34.452229 [ 3 ] {3eac5edf-633c-42b7-97ee-971f97a43fb1} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.452265 [ 3 ] {3eac5edf-633c-42b7-97ee-971f97a43fb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.452707 [ 3 ] {3eac5edf-633c-42b7-97ee-971f97a43fb1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:34.453148 [ 3 ] {3eac5edf-633c-42b7-97ee-971f97a43fb1} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.453273 [ 3 ] {3eac5edf-633c-42b7-97ee-971f97a43fb1} executeQuery: Read 148 rows, 8.62 KiB in 0.001573 sec., 94087.73045136682 rows/sec., 5.35 MiB/sec. 2026.03.31 01:56:34.453309 [ 3 ] {3eac5edf-633c-42b7-97ee-971f97a43fb1} TCPHandler: Processed in 0.001733561 sec. 2026.03.31 01:56:34.453421 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.453513 [ 3 ] {b41b9cc1-d982-45b1-b48a-a52198f59ee9} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:56:34.453553 [ 3 ] {b41b9cc1-d982-45b1-b48a-a52198f59ee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:56:34.454082 [ 3 ] {b41b9cc1-d982-45b1-b48a-a52198f59ee9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.454117 [ 3 ] {b41b9cc1-d982-45b1-b48a-a52198f59ee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.454605 [ 3 ] {b41b9cc1-d982-45b1-b48a-a52198f59ee9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:34.455119 [ 3 ] {b41b9cc1-d982-45b1-b48a-a52198f59ee9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.455246 [ 3 ] {b41b9cc1-d982-45b1-b48a-a52198f59ee9} executeQuery: Read 454 rows, 32.30 KiB in 0.00175 sec., 259428.57142857142 rows/sec., 18.02 MiB/sec. 2026.03.31 01:56:34.455282 [ 3 ] {b41b9cc1-d982-45b1-b48a-a52198f59ee9} TCPHandler: Processed in 0.001911094 sec. 2026.03.31 01:56:34.455394 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.455487 [ 3 ] {e7ee8214-24af-4498-8a96-74765ae4dd63} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.31 01:56:34.455529 [ 3 ] {e7ee8214-24af-4498-8a96-74765ae4dd63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.31 01:56:34.455852 [ 3 ] {e7ee8214-24af-4498-8a96-74765ae4dd63} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.455888 [ 3 ] {e7ee8214-24af-4498-8a96-74765ae4dd63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.456332 [ 3 ] {e7ee8214-24af-4498-8a96-74765ae4dd63} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:34.456781 [ 3 ] {e7ee8214-24af-4498-8a96-74765ae4dd63} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.456909 [ 3 ] {e7ee8214-24af-4498-8a96-74765ae4dd63} executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec. 2026.03.31 01:56:34.456950 [ 3 ] {e7ee8214-24af-4498-8a96-74765ae4dd63} TCPHandler: Processed in 0.001604818 sec. 2026.03.31 01:56:34.457051 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.457144 [ 3 ] {09bb1326-27b5-433f-bb50-d80b2327ba5d} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:56:34.457186 [ 3 ] {09bb1326-27b5-433f-bb50-d80b2327ba5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:56:34.457599 [ 3 ] {09bb1326-27b5-433f-bb50-d80b2327ba5d} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.457635 [ 3 ] {09bb1326-27b5-433f-bb50-d80b2327ba5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.458096 [ 3 ] {09bb1326-27b5-433f-bb50-d80b2327ba5d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:34.458618 [ 3 ] {09bb1326-27b5-433f-bb50-d80b2327ba5d} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.458741 [ 3 ] {09bb1326-27b5-433f-bb50-d80b2327ba5d} executeQuery: Read 205 rows, 13.72 KiB in 0.001615 sec., 126934.98452012385 rows/sec., 8.30 MiB/sec. 2026.03.31 01:56:34.458782 [ 3 ] {09bb1326-27b5-433f-bb50-d80b2327ba5d} TCPHandler: Processed in 0.001780012 sec. 2026.03.31 01:56:34.458882 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.458974 [ 3 ] {e4368a91-6393-4e4e-810e-76c813deb1c7} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.31 01:56:34.459014 [ 3 ] {e4368a91-6393-4e4e-810e-76c813deb1c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.31 01:56:34.459361 [ 3 ] {e4368a91-6393-4e4e-810e-76c813deb1c7} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.459394 [ 3 ] {e4368a91-6393-4e4e-810e-76c813deb1c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.459785 [ 3 ] {e4368a91-6393-4e4e-810e-76c813deb1c7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:34.460232 [ 3 ] {e4368a91-6393-4e4e-810e-76c813deb1c7} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.460358 [ 3 ] {e4368a91-6393-4e4e-810e-76c813deb1c7} executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. 2026.03.31 01:56:34.460393 [ 3 ] {e4368a91-6393-4e4e-810e-76c813deb1c7} TCPHandler: Processed in 0.001560468 sec. 2026.03.31 01:56:34.460510 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:34.460610 [ 3 ] {6db29e4f-0623-4a41-aebf-833467af3dd3} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:56:34.460653 [ 3 ] {6db29e4f-0623-4a41-aebf-833467af3dd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:56:34.461018 [ 3 ] {6db29e4f-0623-4a41-aebf-833467af3dd3} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:34.461055 [ 3 ] {6db29e4f-0623-4a41-aebf-833467af3dd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:34.461460 [ 3 ] {6db29e4f-0623-4a41-aebf-833467af3dd3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:34.461881 [ 3 ] {6db29e4f-0623-4a41-aebf-833467af3dd3} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:34.462010 [ 3 ] {6db29e4f-0623-4a41-aebf-833467af3dd3} executeQuery: Read 60 rows, 3.73 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.57 MiB/sec. 2026.03.31 01:56:34.462047 [ 3 ] {6db29e4f-0623-4a41-aebf-833467af3dd3} TCPHandler: Processed in 0.001587378 sec. 2026.03.31 01:56:39.432878 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.433147 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:39.437932 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:39.440065 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.31 01:56:39.440427 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:39.443144 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:39.448030 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.03.31 01:56:39.448239 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:39.450541 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.31 01:56:39.450567 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:39.455926 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:39.455963 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.31 01:56:39.481627 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} executeQuery: Read 27 rows, 1021.00 B in 0.048586 sec., 555.7156382497016 rows/sec., 20.52 KiB/sec. 2026.03.31 01:56:39.481730 [ 3 ] {418a8e3c-2624-43e0-8635-4e791b965b17} TCPHandler: Processed in 0.048986184 sec. 2026.03.31 01:56:39.482069 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.482216 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:39.482464 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:39.482498 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.31 01:56:39.482686 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:39.482740 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:39.482844 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.03.31 01:56:39.482873 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:39.482891 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.31 01:56:39.482905 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:39.482938 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:39.482955 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.31 01:56:39.483425 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} executeQuery: Read 27 rows, 1021.00 B in 0.001274 sec., 21193.09262166405 rows/sec., 782.63 KiB/sec. 2026.03.31 01:56:39.483512 [ 3 ] {67160f15-4b34-445e-bdbe-592dc5a443b1} TCPHandler: Processed in 0.001501607 sec. 2026.03.31 01:56:39.483766 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.483897 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:39.484123 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:39.484156 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.31 01:56:39.484338 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:39.484390 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:39.484487 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.03.31 01:56:39.484515 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:39.484532 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.31 01:56:39.484546 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:39.484578 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:39.484596 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.31 01:56:39.485027 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} executeQuery: Read 27 rows, 1021.00 B in 0.001184 sec., 22804.054054054057 rows/sec., 842.12 KiB/sec. 2026.03.31 01:56:39.485110 [ 3 ] {99186a8b-1628-4db8-a573-4e69436394e5} TCPHandler: Processed in 0.001395054 sec. 2026.03.31 01:56:39.485356 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.485482 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:39.485700 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:39.485734 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.31 01:56:39.485917 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:39.485968 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:39.486063 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.03.31 01:56:39.486090 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:39.486108 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.31 01:56:39.486122 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:39.486157 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:39.486175 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.31 01:56:39.486589 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} executeQuery: Read 27 rows, 1021.00 B in 0.001158 sec., 23316.062176165804 rows/sec., 861.03 KiB/sec. 2026.03.31 01:56:39.486670 [ 3 ] {2ece87be-e6e9-4f62-9e66-05513ef9b6c9} TCPHandler: Processed in 0.001363634 sec. 2026.03.31 01:56:39.486901 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.487028 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:39.487253 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:39.487289 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.31 01:56:39.487481 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:39.487532 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:39.487626 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.03.31 01:56:39.487654 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:39.487672 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.31 01:56:39.487686 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:39.487718 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:39.487735 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.31 01:56:39.488168 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} executeQuery: Read 27 rows, 1021.00 B in 0.001189 sec., 22708.15811606392 rows/sec., 838.58 KiB/sec. 2026.03.31 01:56:39.488259 [ 3 ] {776d5299-bfe3-4499-826b-c6741119604c} TCPHandler: Processed in 0.001405915 sec. 2026.03.31 01:56:39.488517 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.488663 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:39.488912 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:39.488946 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.31 01:56:39.489147 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:39.489199 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:39.489295 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.31 01:56:39.489323 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:39.489341 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.31 01:56:39.489355 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:39.489396 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:39.489415 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 27 rows starting from 0 2026.03.31 01:56:39.489866 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} executeQuery: Read 27 rows, 1021.00 B in 0.00127 sec., 21259.842519685037 rows/sec., 785.09 KiB/sec. 2026.03.31 01:56:39.489950 [ 3 ] {8476e6a6-997c-4a1f-bfd2-1c80f6b502cd} TCPHandler: Processed in 0.001481577 sec. 2026.03.31 01:56:39.504061 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.504170 [ 3 ] {e2cf1708-26ae-4de7-8ac6-a71141f471cf} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.31 01:56:39.504212 [ 3 ] {e2cf1708-26ae-4de7-8ac6-a71141f471cf} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:39.504943 [ 3 ] {e2cf1708-26ae-4de7-8ac6-a71141f471cf} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.504985 [ 3 ] {e2cf1708-26ae-4de7-8ac6-a71141f471cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.505514 [ 3 ] {e2cf1708-26ae-4de7-8ac6-a71141f471cf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:39.505920 [ 3 ] {e2cf1708-26ae-4de7-8ac6-a71141f471cf} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.506071 [ 3 ] {e2cf1708-26ae-4de7-8ac6-a71141f471cf} executeQuery: Read 6 rows, 2.84 KiB in 0.001932 sec., 3105.590062111801 rows/sec., 1.44 MiB/sec. 2026.03.31 01:56:39.506108 [ 3 ] {e2cf1708-26ae-4de7-8ac6-a71141f471cf} TCPHandler: Processed in 0.002101107 sec. 2026.03.31 01:56:39.506234 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.506327 [ 3 ] {5f948651-a670-4c54-aefd-0f931eb1aa81} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:56:39.506366 [ 3 ] {5f948651-a670-4c54-aefd-0f931eb1aa81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:56:39.506804 [ 3 ] {5f948651-a670-4c54-aefd-0f931eb1aa81} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.506839 [ 3 ] {5f948651-a670-4c54-aefd-0f931eb1aa81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.507256 [ 3 ] {5f948651-a670-4c54-aefd-0f931eb1aa81} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:39.507762 [ 3 ] {5f948651-a670-4c54-aefd-0f931eb1aa81} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.507896 [ 3 ] {5f948651-a670-4c54-aefd-0f931eb1aa81} executeQuery: Read 24 rows, 2.04 KiB in 0.001589 sec., 15103.838892385149 rows/sec., 1.25 MiB/sec. 2026.03.31 01:56:39.507933 [ 3 ] {5f948651-a670-4c54-aefd-0f931eb1aa81} TCPHandler: Processed in 0.001747002 sec. 2026.03.31 01:56:39.508068 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.508159 [ 3 ] {6d65641e-a55a-4981-97d3-1b749f128268} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:56:39.508200 [ 3 ] {6d65641e-a55a-4981-97d3-1b749f128268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:56:39.508631 [ 3 ] {6d65641e-a55a-4981-97d3-1b749f128268} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.508667 [ 3 ] {6d65641e-a55a-4981-97d3-1b749f128268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.509141 [ 3 ] {6d65641e-a55a-4981-97d3-1b749f128268} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:56:39.509637 [ 3 ] {6d65641e-a55a-4981-97d3-1b749f128268} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.509778 [ 3 ] {6d65641e-a55a-4981-97d3-1b749f128268} executeQuery: Read 2 rows, 167.00 B in 0.001637 sec., 1221.7470983506414 rows/sec., 99.62 KiB/sec. 2026.03.31 01:56:39.509818 [ 3 ] {6d65641e-a55a-4981-97d3-1b749f128268} TCPHandler: Processed in 0.001797822 sec. 2026.03.31 01:56:39.509939 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.510033 [ 3 ] {55c01942-35f3-4d1c-9ce6-60739843bf20} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:56:39.510073 [ 3 ] {55c01942-35f3-4d1c-9ce6-60739843bf20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:56:39.510591 [ 3 ] {55c01942-35f3-4d1c-9ce6-60739843bf20} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.510629 [ 3 ] {55c01942-35f3-4d1c-9ce6-60739843bf20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.511060 [ 3 ] {55c01942-35f3-4d1c-9ce6-60739843bf20} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:56:39.511601 [ 3 ] {55c01942-35f3-4d1c-9ce6-60739843bf20} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.511738 [ 3 ] {55c01942-35f3-4d1c-9ce6-60739843bf20} executeQuery: Read 173 rows, 15.55 KiB in 0.001723 sec., 100406.26813697041 rows/sec., 8.81 MiB/sec. 2026.03.31 01:56:39.511780 [ 3 ] {55c01942-35f3-4d1c-9ce6-60739843bf20} TCPHandler: Processed in 0.001890153 sec. 2026.03.31 01:56:39.511904 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.512006 [ 3 ] {5696a27a-c1a0-4d61-aafa-341e333fde43} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:56:39.512049 [ 3 ] {5696a27a-c1a0-4d61-aafa-341e333fde43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:56:39.512491 [ 3 ] {5696a27a-c1a0-4d61-aafa-341e333fde43} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.512527 [ 3 ] {5696a27a-c1a0-4d61-aafa-341e333fde43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.512947 [ 3 ] {5696a27a-c1a0-4d61-aafa-341e333fde43} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:39.513429 [ 3 ] {5696a27a-c1a0-4d61-aafa-341e333fde43} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.513619 [ 3 ] {5696a27a-c1a0-4d61-aafa-341e333fde43} executeQuery: Read 14 rows, 1.10 KiB in 0.001633 sec., 8573.178199632579 rows/sec., 673.97 KiB/sec. 2026.03.31 01:56:39.513663 [ 3 ] {5696a27a-c1a0-4d61-aafa-341e333fde43} TCPHandler: Processed in 0.001810232 sec. 2026.03.31 01:56:39.513782 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.513874 [ 3 ] {bcf2f710-e7c2-486f-97fd-33e6ee3a030a} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:56:39.514000 [ 3 ] {bcf2f710-e7c2-486f-97fd-33e6ee3a030a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:56:39.514442 [ 3 ] {bcf2f710-e7c2-486f-97fd-33e6ee3a030a} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.514488 [ 3 ] {bcf2f710-e7c2-486f-97fd-33e6ee3a030a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.515031 [ 3 ] {bcf2f710-e7c2-486f-97fd-33e6ee3a030a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:39.515519 [ 3 ] {bcf2f710-e7c2-486f-97fd-33e6ee3a030a} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.515681 [ 3 ] {bcf2f710-e7c2-486f-97fd-33e6ee3a030a} executeQuery: Read 24 rows, 2.04 KiB in 0.001823 sec., 13165.112452002195 rows/sec., 1.09 MiB/sec. 2026.03.31 01:56:39.515730 [ 3 ] {bcf2f710-e7c2-486f-97fd-33e6ee3a030a} TCPHandler: Processed in 0.001996626 sec. 2026.03.31 01:56:39.515855 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.516039 [ 3 ] {db58a6b4-b59e-4f4a-b9e4-0c24572f322c} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:56:39.516083 [ 3 ] {db58a6b4-b59e-4f4a-b9e4-0c24572f322c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:56:39.516522 [ 3 ] {db58a6b4-b59e-4f4a-b9e4-0c24572f322c} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.516559 [ 3 ] {db58a6b4-b59e-4f4a-b9e4-0c24572f322c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.517017 [ 3 ] {db58a6b4-b59e-4f4a-b9e4-0c24572f322c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:39.517502 [ 3 ] {db58a6b4-b59e-4f4a-b9e4-0c24572f322c} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.517644 [ 3 ] {db58a6b4-b59e-4f4a-b9e4-0c24572f322c} executeQuery: Read 12 rows, 960.00 B in 0.001625 sec., 7384.615384615385 rows/sec., 576.92 KiB/sec. 2026.03.31 01:56:39.517688 [ 3 ] {db58a6b4-b59e-4f4a-b9e4-0c24572f322c} TCPHandler: Processed in 0.001881884 sec. 2026.03.31 01:56:39.517812 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.517905 [ 3 ] {64bef158-c2a2-4efa-b364-b17f925fe298} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:56:39.517945 [ 3 ] {64bef158-c2a2-4efa-b364-b17f925fe298} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:56:39.518426 [ 3 ] {64bef158-c2a2-4efa-b364-b17f925fe298} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.518462 [ 3 ] {64bef158-c2a2-4efa-b364-b17f925fe298} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.518905 [ 3 ] {64bef158-c2a2-4efa-b364-b17f925fe298} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:56:39.519334 [ 3 ] {64bef158-c2a2-4efa-b364-b17f925fe298} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.519475 [ 3 ] {64bef158-c2a2-4efa-b364-b17f925fe298} executeQuery: Read 94 rows, 7.89 KiB in 0.001588 sec., 59193.954659949624 rows/sec., 4.85 MiB/sec. 2026.03.31 01:56:39.519519 [ 3 ] {64bef158-c2a2-4efa-b364-b17f925fe298} TCPHandler: Processed in 0.001763971 sec. 2026.03.31 01:56:39.519648 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.519741 [ 3 ] {bbd9d447-d950-4e53-be5f-7bda319345e7} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:56:39.519784 [ 3 ] {bbd9d447-d950-4e53-be5f-7bda319345e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:56:39.520265 [ 3 ] {bbd9d447-d950-4e53-be5f-7bda319345e7} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.520302 [ 3 ] {bbd9d447-d950-4e53-be5f-7bda319345e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.520829 [ 3 ] {bbd9d447-d950-4e53-be5f-7bda319345e7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:56:39.521272 [ 3 ] {bbd9d447-d950-4e53-be5f-7bda319345e7} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.521403 [ 3 ] {bbd9d447-d950-4e53-be5f-7bda319345e7} executeQuery: Read 361 rows, 28.15 KiB in 0.00168 sec., 214880.95238095237 rows/sec., 16.36 MiB/sec. 2026.03.31 01:56:39.521447 [ 3 ] {bbd9d447-d950-4e53-be5f-7bda319345e7} TCPHandler: Processed in 0.001846003 sec. 2026.03.31 01:56:39.521568 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:39.521661 [ 3 ] {d3b5c944-546f-4442-ace0-b5cb579aad3d} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:56:39.521704 [ 3 ] {d3b5c944-546f-4442-ace0-b5cb579aad3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:56:39.522061 [ 3 ] {d3b5c944-546f-4442-ace0-b5cb579aad3d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:39.522098 [ 3 ] {d3b5c944-546f-4442-ace0-b5cb579aad3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:39.522545 [ 3 ] {d3b5c944-546f-4442-ace0-b5cb579aad3d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:56:39.522994 [ 3 ] {d3b5c944-546f-4442-ace0-b5cb579aad3d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:39.523122 [ 3 ] {d3b5c944-546f-4442-ace0-b5cb579aad3d} executeQuery: Read 50 rows, 3.51 KiB in 0.001479 sec., 33806.626098715344 rows/sec., 2.32 MiB/sec. 2026.03.31 01:56:39.523161 [ 3 ] {d3b5c944-546f-4442-ace0-b5cb579aad3d} TCPHandler: Processed in 0.001641329 sec. 2026.03.31 01:56:40.099906 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2026.03.31 01:56:40.100423 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:40.100463 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:40.101085 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:56:40.101530 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:40.101686 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2026.03.31 01:56:40.222163 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.31 01:56:40.239356 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:40.239444 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:40.245587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:56:40.246742 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:40.249670 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.31 01:56:42.615977 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 226 2026.03.31 01:56:42.619272 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:42.619361 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:42.620818 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:42.621317 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:42.621659 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 226 2026.03.31 01:56:44.437708 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:44.437880 [ 3 ] {9a34dc40-3a9e-4223-b3c7-9f856d7b9ec9} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:56:44.437942 [ 3 ] {9a34dc40-3a9e-4223-b3c7-9f856d7b9ec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:56:44.438680 [ 3 ] {9a34dc40-3a9e-4223-b3c7-9f856d7b9ec9} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:44.438718 [ 3 ] {9a34dc40-3a9e-4223-b3c7-9f856d7b9ec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:44.439217 [ 3 ] {9a34dc40-3a9e-4223-b3c7-9f856d7b9ec9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:56:44.439662 [ 3 ] {9a34dc40-3a9e-4223-b3c7-9f856d7b9ec9} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:44.439827 [ 3 ] {9a34dc40-3a9e-4223-b3c7-9f856d7b9ec9} executeQuery: Read 52 rows, 4.04 KiB in 0.001995 sec., 26065.16290726817 rows/sec., 1.98 MiB/sec. 2026.03.31 01:56:44.439869 [ 3 ] {9a34dc40-3a9e-4223-b3c7-9f856d7b9ec9} TCPHandler: Processed in 0.002299201 sec. 2026.03.31 01:56:44.440004 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:44.440096 [ 3 ] {6ce816d0-92a6-4202-b470-074810fd07eb} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:56:44.440135 [ 3 ] {6ce816d0-92a6-4202-b470-074810fd07eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:56:44.440594 [ 3 ] {6ce816d0-92a6-4202-b470-074810fd07eb} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:44.440629 [ 3 ] {6ce816d0-92a6-4202-b470-074810fd07eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:44.441038 [ 3 ] {6ce816d0-92a6-4202-b470-074810fd07eb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:56:44.441567 [ 3 ] {6ce816d0-92a6-4202-b470-074810fd07eb} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:44.441718 [ 3 ] {6ce816d0-92a6-4202-b470-074810fd07eb} executeQuery: Read 56 rows, 4.47 KiB in 0.001641 sec., 34125.53321145643 rows/sec., 2.66 MiB/sec. 2026.03.31 01:56:44.441756 [ 3 ] {6ce816d0-92a6-4202-b470-074810fd07eb} TCPHandler: Processed in 0.001808582 sec. 2026.03.31 01:56:44.441886 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:44.441977 [ 3 ] {87811890-8d6f-468f-9c64-2b24a2753582} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:56:44.442018 [ 3 ] {87811890-8d6f-468f-9c64-2b24a2753582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:56:44.442455 [ 3 ] {87811890-8d6f-468f-9c64-2b24a2753582} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:44.442489 [ 3 ] {87811890-8d6f-468f-9c64-2b24a2753582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:44.442926 [ 3 ] {87811890-8d6f-468f-9c64-2b24a2753582} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:56:44.443353 [ 3 ] {87811890-8d6f-468f-9c64-2b24a2753582} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:44.443503 [ 3 ] {87811890-8d6f-468f-9c64-2b24a2753582} executeQuery: Read 150 rows, 10.65 KiB in 0.001545 sec., 97087.3786407767 rows/sec., 6.73 MiB/sec. 2026.03.31 01:56:44.443540 [ 3 ] {87811890-8d6f-468f-9c64-2b24a2753582} TCPHandler: Processed in 0.00171316 sec. 2026.03.31 01:56:44.443652 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:44.443752 [ 3 ] {7f8d1c1f-bcd8-4071-a33d-1687727cd2e2} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:56:44.443793 [ 3 ] {7f8d1c1f-bcd8-4071-a33d-1687727cd2e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:56:44.444119 [ 3 ] {7f8d1c1f-bcd8-4071-a33d-1687727cd2e2} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:44.444152 [ 3 ] {7f8d1c1f-bcd8-4071-a33d-1687727cd2e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:44.444542 [ 3 ] {7f8d1c1f-bcd8-4071-a33d-1687727cd2e2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:56:44.444963 [ 3 ] {7f8d1c1f-bcd8-4071-a33d-1687727cd2e2} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:44.445109 [ 3 ] {7f8d1c1f-bcd8-4071-a33d-1687727cd2e2} executeQuery: Read 50 rows, 3.51 KiB in 0.001375 sec., 36363.63636363637 rows/sec., 2.49 MiB/sec. 2026.03.31 01:56:44.445146 [ 3 ] {7f8d1c1f-bcd8-4071-a33d-1687727cd2e2} TCPHandler: Processed in 0.001540858 sec. 2026.03.31 01:56:47.522581 [ 75 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:56:47.522667 [ 75 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:56:47.601794 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2026.03.31 01:56:47.602266 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:47.602311 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:47.602949 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:56:47.603429 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:47.603559 [ 75 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.31 01:56:47.603570 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2026.03.31 01:56:47.603629 [ 75 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:47.603656 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:47.605871 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.31 01:56:47.606081 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:56:47.606189 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::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.03.31 01:56:47.606305 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::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.03.31 01:56:47.606397 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.03.31 01:56:47.606473 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2026.03.31 01:56:47.606561 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2026.03.31 01:56:47.606605 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2026.03.31 01:56:47.638490 [ 202 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.034669248 sec., 80936.28105230318 rows/sec., 1.16 MiB/sec. 2026.03.31 01:56:47.639532 [ 189 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.31 01:56:47.640083 [ 189 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:47.640156 [ 189 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_6_1} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.31 01:56:47.640265 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.03.31 01:56:47.749768 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.31 01:56:47.767446 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:47.767511 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:47.773919 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:56:47.775069 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:47.775344 [ 75 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.31 01:56:47.775389 [ 75 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:47.775408 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:47.775501 [ 189 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.31 01:56:47.779097 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.31 01:56:47.779996 [ 189 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:56:47.781520 [ 189 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.03.31 01:56:47.786585 [ 189 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.03.31 01:56:47.791082 [ 189 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.03.31 01:56:47.795555 [ 189 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.03.31 01:56:47.803179 [ 189 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.03.31 01:56:47.807457 [ 189 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.03.31 01:56:47.866786 [ 202 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09132596 sec., 503.69029791748153 rows/sec., 2.60 MiB/sec. 2026.03.31 01:56:47.868476 [ 193 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.31 01:56:47.870655 [ 193 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:47.870742 [ 193 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_6_1} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.31 01:56:47.871849 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.31 01:56:48.000270 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 166.72 MiB, peak 176.26 MiB, free memory in arenas 0.00 B, will set to 177.11 MiB (RSS), difference: 10.39 MiB 2026.03.31 01:56:49.437773 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:49.437988 [ 3 ] {79e17175-9b10-4eb2-991f-e85303e5c36f} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:56:49.438065 [ 3 ] {79e17175-9b10-4eb2-991f-e85303e5c36f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:56:49.438724 [ 3 ] {79e17175-9b10-4eb2-991f-e85303e5c36f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:49.438775 [ 3 ] {79e17175-9b10-4eb2-991f-e85303e5c36f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:49.439308 [ 3 ] {79e17175-9b10-4eb2-991f-e85303e5c36f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:56:49.439829 [ 3 ] {79e17175-9b10-4eb2-991f-e85303e5c36f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:49.439984 [ 73 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.31 01:56:49.439998 [ 3 ] {79e17175-9b10-4eb2-991f-e85303e5c36f} executeQuery: Read 52 rows, 4.04 KiB in 0.002075 sec., 25060.24096385542 rows/sec., 1.90 MiB/sec. 2026.03.31 01:56:49.440053 [ 73 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:49.440074 [ 3 ] {79e17175-9b10-4eb2-991f-e85303e5c36f} TCPHandler: Processed in 0.002469314 sec. 2026.03.31 01:56:49.440080 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:49.440204 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.31 01:56:49.440211 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:49.440306 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:56:49.440345 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 769 rows starting from the beginning of the part 2026.03.31 01:56:49.440353 [ 3 ] {5dda86cb-bd06-4454-9009-e4d993395c81} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:56:49.440417 [ 3 ] {5dda86cb-bd06-4454-9009-e4d993395c81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:56:49.440435 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.03.31 01:56:49.440486 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 767 rows starting from the beginning of the part 2026.03.31 01:56:49.440535 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 173 rows starting from the beginning of the part 2026.03.31 01:56:49.440577 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part 2026.03.31 01:56:49.440621 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2026.03.31 01:56:49.440911 [ 3 ] {5dda86cb-bd06-4454-9009-e4d993395c81} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:49.440950 [ 3 ] {5dda86cb-bd06-4454-9009-e4d993395c81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:49.441531 [ 3 ] {5dda86cb-bd06-4454-9009-e4d993395c81} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:56:49.441876 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1839 rows, containing 5 columns (5 merged, 0 gathered) in 0.001710051 sec., 1075406.5229633502 rows/sec., 88.55 MiB/sec. 2026.03.31 01:56:49.442034 [ 3 ] {5dda86cb-bd06-4454-9009-e4d993395c81} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:49.442173 [ 73 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.31 01:56:49.442186 [ 3 ] {5dda86cb-bd06-4454-9009-e4d993395c81} executeQuery: Read 56 rows, 4.47 KiB in 0.001864 sec., 30042.91845493562 rows/sec., 2.34 MiB/sec. 2026.03.31 01:56:49.442184 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.31 01:56:49.442218 [ 73 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:49.442242 [ 3 ] {5dda86cb-bd06-4454-9009-e4d993395c81} TCPHandler: Processed in 0.002083928 sec. 2026.03.31 01:56:49.442252 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:49.442353 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.31 01:56:49.442380 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:49.442465 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:56:49.442484 [ 3 ] {74c80b5d-faf0-41cf-9643-1ef8a0f282ef} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:56:49.442504 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 458 rows starting from the beginning of the part 2026.03.31 01:56:49.442534 [ 3 ] {74c80b5d-faf0-41cf-9643-1ef8a0f282ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:56:49.442582 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2026.03.31 01:56:49.442633 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 454 rows starting from the beginning of the part 2026.03.31 01:56:49.442681 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 94 rows starting from the beginning of the part 2026.03.31 01:56:49.442721 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:49.442722 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.03.31 01:56:49.442794 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::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.03.31 01:56:49.442798 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_6_1} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.31 01:56:49.442870 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.03.31 01:56:49.443037 [ 3 ] {74c80b5d-faf0-41cf-9643-1ef8a0f282ef} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:49.443082 [ 3 ] {74c80b5d-faf0-41cf-9643-1ef8a0f282ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:49.443710 [ 3 ] {74c80b5d-faf0-41cf-9643-1ef8a0f282ef} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:56:49.444261 [ 192 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1146 rows, containing 5 columns (5 merged, 0 gathered) in 0.001931574 sec., 593298.5223449891 rows/sec., 44.73 MiB/sec. 2026.03.31 01:56:49.444430 [ 3 ] {74c80b5d-faf0-41cf-9643-1ef8a0f282ef} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:49.444550 [ 73 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.31 01:56:49.444578 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.31 01:56:49.444582 [ 3 ] {74c80b5d-faf0-41cf-9643-1ef8a0f282ef} executeQuery: Read 150 rows, 10.65 KiB in 0.002121 sec., 70721.35785007072 rows/sec., 4.90 MiB/sec. 2026.03.31 01:56:49.444586 [ 73 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:49.444631 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:49.444634 [ 3 ] {74c80b5d-faf0-41cf-9643-1ef8a0f282ef} TCPHandler: Processed in 0.002312331 sec. 2026.03.31 01:56:49.444713 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.31 01:56:49.444771 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:49.444793 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:56:49.444818 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 207 rows starting from the beginning of the part 2026.03.31 01:56:49.444867 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2026.03.31 01:56:49.444872 [ 3 ] {bd4ebb67-2d2e-4d84-816f-b6f07e2e3d2a} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:56:49.444908 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 205 rows starting from the beginning of the part 2026.03.31 01:56:49.444921 [ 3 ] {bd4ebb67-2d2e-4d84-816f-b6f07e2e3d2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:56:49.444943 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 361 rows starting from the beginning of the part 2026.03.31 01:56:49.444990 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part 2026.03.31 01:56:49.445030 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part 2026.03.31 01:56:49.445277 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:49.445339 [ 3 ] {bd4ebb67-2d2e-4d84-816f-b6f07e2e3d2a} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:49.445364 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_6_1} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.31 01:56:49.445389 [ 3 ] {bd4ebb67-2d2e-4d84-816f-b6f07e2e3d2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:56:49.445442 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.31 01:56:49.446037 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1173 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355934 sec., 865086.3537605812 rows/sec., 60.59 MiB/sec. 2026.03.31 01:56:49.446050 [ 3 ] {bd4ebb67-2d2e-4d84-816f-b6f07e2e3d2a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:56:49.446372 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.31 01:56:49.446615 [ 3 ] {bd4ebb67-2d2e-4d84-816f-b6f07e2e3d2a} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:49.446769 [ 73 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.31 01:56:49.446801 [ 3 ] {bd4ebb67-2d2e-4d84-816f-b6f07e2e3d2a} executeQuery: Read 50 rows, 3.51 KiB in 0.001948 sec., 25667.351129363447 rows/sec., 1.76 MiB/sec. 2026.03.31 01:56:49.446823 [ 73 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:49.446851 [ 3 ] {bd4ebb67-2d2e-4d84-816f-b6f07e2e3d2a} TCPHandler: Processed in 0.002132828 sec. 2026.03.31 01:56:49.446865 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:49.446897 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:49.446968 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_6_1} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.31 01:56:49.447023 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.03.31 01:56:49.447053 [ 186 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.31 01:56:49.447128 [ 186 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:56:49.447156 [ 186 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2026.03.31 01:56:49.447200 [ 186 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.03.31 01:56:49.447237 [ 186 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.03.31 01:56:49.447271 [ 186 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part 2026.03.31 01:56:49.447305 [ 186 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part 2026.03.31 01:56:49.447335 [ 186 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2026.03.31 01:56:49.448079 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001125801 sec., 266476.9350888834 rows/sec., 17.43 MiB/sec. 2026.03.31 01:56:49.448418 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.31 01:56:49.448974 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:49.449068 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_6_1} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.31 01:56:49.449160 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.31 01:56:49.924538 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35141 2026.03.31 01:56:49.928862 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:49.928907 [ 289 ] {} TCP-Session: c2839cbb-fffe-462d-902a-ffe1e9f0ea3f Authenticating user 'default' from [fd00:1122:3344:101::e]:35141 2026.03.31 01:56:49.928938 [ 289 ] {} TCP-Session: c2839cbb-fffe-462d-902a-ffe1e9f0ea3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.928951 [ 289 ] {} TCP-Session: c2839cbb-fffe-462d-902a-ffe1e9f0ea3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.929002 [ 289 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.31 01:56:49.929026 [ 289 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.31 01:56:49.929043 [ 289 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.31 01:56:49.929461 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52386 2026.03.31 01:56:49.929568 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47709 2026.03.31 01:56:49.929614 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:49.929644 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41754 2026.03.31 01:56:49.929661 [ 290 ] {} TCP-Session: ae426cde-b05c-4267-8e07-1204f7fb7de5 Authenticating user 'default' from [fd00:1122:3344:101::e]:52386 2026.03.31 01:56:49.929704 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65227 2026.03.31 01:56:49.929709 [ 290 ] {} TCP-Session: ae426cde-b05c-4267-8e07-1204f7fb7de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.929726 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:49.929752 [ 290 ] {} TCP-Session: ae426cde-b05c-4267-8e07-1204f7fb7de5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.929802 [ 291 ] {} TCP-Session: e367c4c9-a154-4ca2-9357-a5451edf5d8b Authenticating user 'default' from [fd00:1122:3344:101::e]:47709 2026.03.31 01:56:49.929808 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65515 2026.03.31 01:56:49.929853 [ 291 ] {} TCP-Session: e367c4c9-a154-4ca2-9357-a5451edf5d8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.929875 [ 291 ] {} TCP-Session: e367c4c9-a154-4ca2-9357-a5451edf5d8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.929925 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:49.929966 [ 292 ] {} TCP-Session: deae17fb-53c4-4604-b352-4aa93fbdbef4 Authenticating user 'default' from [fd00:1122:3344:101::e]:41754 2026.03.31 01:56:49.929988 [ 292 ] {} TCP-Session: deae17fb-53c4-4604-b352-4aa93fbdbef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930002 [ 292 ] {} TCP-Session: deae17fb-53c4-4604-b352-4aa93fbdbef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930101 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61000 2026.03.31 01:56:49.930165 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:49.930206 [ 293 ] {} TCP-Session: 592cb674-0b20-4346-9859-f6109f946f45 Authenticating user 'default' from [fd00:1122:3344:101::e]:65227 2026.03.31 01:56:49.930226 [ 293 ] {} TCP-Session: 592cb674-0b20-4346-9859-f6109f946f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930241 [ 293 ] {} TCP-Session: 592cb674-0b20-4346-9859-f6109f946f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930247 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:49.930284 [ 294 ] {} TCP-Session: 36501e0a-64bf-47fb-9696-85a98728d3cc Authenticating user 'default' from [fd00:1122:3344:101::e]:65515 2026.03.31 01:56:49.930301 [ 294 ] {} TCP-Session: 36501e0a-64bf-47fb-9696-85a98728d3cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930315 [ 294 ] {} TCP-Session: 36501e0a-64bf-47fb-9696-85a98728d3cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930352 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:49.930386 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37883 2026.03.31 01:56:49.930415 [ 295 ] {} TCP-Session: d634dca5-a193-497e-9d0f-eba991927064 Authenticating user 'default' from [fd00:1122:3344:101::e]:61000 2026.03.31 01:56:49.930453 [ 295 ] {} TCP-Session: d634dca5-a193-497e-9d0f-eba991927064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930466 [ 295 ] {} TCP-Session: d634dca5-a193-497e-9d0f-eba991927064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930472 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50934 2026.03.31 01:56:49.930564 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:49.930595 [ 296 ] {} TCP-Session: fb3ffc22-fab4-48e1-afb6-9c5c6fb0e10e Authenticating user 'default' from [fd00:1122:3344:101::e]:37883 2026.03.31 01:56:49.930612 [ 296 ] {} TCP-Session: fb3ffc22-fab4-48e1-afb6-9c5c6fb0e10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930626 [ 296 ] {} TCP-Session: fb3ffc22-fab4-48e1-afb6-9c5c6fb0e10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930696 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:49.930729 [ 297 ] {} TCP-Session: 7ca21840-e5ce-4546-94a5-d55543d805a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:50934 2026.03.31 01:56:49.930745 [ 297 ] {} TCP-Session: 7ca21840-e5ce-4546-94a5-d55543d805a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.930758 [ 297 ] {} TCP-Session: 7ca21840-e5ce-4546-94a5-d55543d805a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.935148 [ 289 ] {} TCP-Session: c2839cbb-fffe-462d-902a-ffe1e9f0ea3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:49.935359 [ 289 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} executeQuery: (from [fd00:1122:3344:101::e]:35141) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:56:49.935695 [ 289 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:56:49.935753 [ 289 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:49.936295 [ 289 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:56:49.956166 [ 302 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} AggregatingTransform: Aggregating 2026.03.31 01:56:49.956296 [ 302 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} Aggregator: Aggregation method: without_key 2026.03.31 01:56:49.958648 [ 302 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006028508 sec. (165.879 rows/sec., 6.48 KiB/sec.) 2026.03.31 01:56:49.958678 [ 302 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} Aggregator: Merging aggregated data 2026.03.31 01:56:49.958711 [ 302 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.31 01:56:49.962610 [ 289 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} executeQuery: Read 1 rows, 40.00 B in 0.027312 sec., 36.61394258933802 rows/sec., 1.43 KiB/sec. 2026.03.31 01:56:49.962783 [ 289 ] {6385dbc4-ccf8-483a-8896-9aa36001646d} TCPHandler: Processed in 0.027796006 sec. 2026.03.31 01:56:49.976515 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:49.976560 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:49.976587 [ 289 ] {} TCP-Session: c2839cbb-fffe-462d-902a-ffe1e9f0ea3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.976589 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:49.976608 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:49.976635 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:49.976659 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:49.976676 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:49.976701 [ 293 ] {} TCP-Session: 592cb674-0b20-4346-9859-f6109f946f45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.976734 [ 296 ] {} TCP-Session: fb3ffc22-fab4-48e1-afb6-9c5c6fb0e10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.976724 [ 292 ] {} TCP-Session: deae17fb-53c4-4604-b352-4aa93fbdbef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.976723 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:49.976697 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:49.976839 [ 297 ] {} TCP-Session: 7ca21840-e5ce-4546-94a5-d55543d805a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.976664 [ 295 ] {} TCP-Session: d634dca5-a193-497e-9d0f-eba991927064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.976879 [ 294 ] {} TCP-Session: 36501e0a-64bf-47fb-9696-85a98728d3cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.976660 [ 291 ] {} TCP-Session: e367c4c9-a154-4ca2-9357-a5451edf5d8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:49.976607 [ 290 ] {} TCP-Session: ae426cde-b05c-4267-8e07-1204f7fb7de5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:50.000184 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 177.79 MiB, peak 185.91 MiB, free memory in arenas 0.00 B, will set to 180.39 MiB (RSS), difference: 2.60 MiB 2026.03.31 01:56:52.621916 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 18 entries to flush up to offset 244 2026.03.31 01:56:52.624154 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:52.624231 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:52.626117 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:56:52.626837 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:52.627297 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 244 2026.03.31 01:56:52.951472 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43524 2026.03.31 01:56:52.951566 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:52.951592 [ 289 ] {} TCP-Session: 1aed47b0-e203-4053-8b9e-f7725e1844ab Authenticating user 'default' from [fd00:1122:3344:101::e]:43524 2026.03.31 01:56:52.951615 [ 289 ] {} TCP-Session: 1aed47b0-e203-4053-8b9e-f7725e1844ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.951628 [ 289 ] {} TCP-Session: 1aed47b0-e203-4053-8b9e-f7725e1844ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.951814 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55819 2026.03.31 01:56:52.951861 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52267 2026.03.31 01:56:52.951883 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35280 2026.03.31 01:56:52.951920 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55831 2026.03.31 01:56:52.951934 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38637 2026.03.31 01:56:52.951977 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:52.951937 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:52.952007 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:52.952021 [ 291 ] {} TCP-Session: 562400e7-0a7e-4cb5-acb1-7264762280ce Authenticating user 'default' from [fd00:1122:3344:101::e]:52267 2026.03.31 01:56:52.952033 [ 289 ] {} TCP-Session: 1aed47b0-e203-4053-8b9e-f7725e1844ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:52.952054 [ 292 ] {} TCP-Session: 2f2462fa-702c-4cbe-b2e2-238762f47101 Authenticating user 'default' from [fd00:1122:3344:101::e]:35280 2026.03.31 01:56:52.952067 [ 291 ] {} TCP-Session: 562400e7-0a7e-4cb5-acb1-7264762280ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952040 [ 290 ] {} TCP-Session: 171706c3-4cd9-4d90-b0d8-d3e58e0a9338 Authenticating user 'default' from [fd00:1122:3344:101::e]:55819 2026.03.31 01:56:52.952098 [ 292 ] {} TCP-Session: 2f2462fa-702c-4cbe-b2e2-238762f47101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952103 [ 291 ] {} TCP-Session: 562400e7-0a7e-4cb5-acb1-7264762280ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952133 [ 290 ] {} TCP-Session: 171706c3-4cd9-4d90-b0d8-d3e58e0a9338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952138 [ 292 ] {} TCP-Session: 2f2462fa-702c-4cbe-b2e2-238762f47101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952174 [ 290 ] {} TCP-Session: 171706c3-4cd9-4d90-b0d8-d3e58e0a9338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952040 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:52.952221 [ 289 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} executeQuery: (from [fd00:1122:3344:101::e]:43524) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:56:52.952237 [ 297 ] {} TCP-Session: 3d700594-8a7e-4aa6-8bbb-3629cb16fa32 Authenticating user 'default' from [fd00:1122:3344:101::e]:38637 2026.03.31 01:56:52.952015 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:52.952259 [ 297 ] {} TCP-Session: 3d700594-8a7e-4aa6-8bbb-3629cb16fa32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.951931 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42998 2026.03.31 01:56:52.952291 [ 297 ] {} TCP-Session: 3d700594-8a7e-4aa6-8bbb-3629cb16fa32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952289 [ 295 ] {} TCP-Session: 51198944-1577-4873-89f8-c97b8ab224a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55831 2026.03.31 01:56:52.951879 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51014 2026.03.31 01:56:52.952366 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:52.952359 [ 295 ] {} TCP-Session: 51198944-1577-4873-89f8-c97b8ab224a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952409 [ 296 ] {} TCP-Session: 2200849d-8372-43de-9836-212c8f8f1fe4 Authenticating user 'default' from [fd00:1122:3344:101::e]:42998 2026.03.31 01:56:52.952426 [ 295 ] {} TCP-Session: 51198944-1577-4873-89f8-c97b8ab224a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952425 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:52.952442 [ 296 ] {} TCP-Session: 2200849d-8372-43de-9836-212c8f8f1fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952469 [ 293 ] {} TCP-Session: 3f38e260-b804-447b-8f24-e56ae2b429a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51014 2026.03.31 01:56:52.952480 [ 296 ] {} TCP-Session: 2200849d-8372-43de-9836-212c8f8f1fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952487 [ 289 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:56:52.952496 [ 293 ] {} TCP-Session: 3f38e260-b804-447b-8f24-e56ae2b429a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.951905 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61960 2026.03.31 01:56:52.952529 [ 293 ] {} TCP-Session: 3f38e260-b804-447b-8f24-e56ae2b429a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952554 [ 289 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:52.952598 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:52.952625 [ 294 ] {} TCP-Session: 625e22ac-9714-44fc-884f-bd6e9774e20b Authenticating user 'default' from [fd00:1122:3344:101::e]:61960 2026.03.31 01:56:52.952641 [ 294 ] {} TCP-Session: 625e22ac-9714-44fc-884f-bd6e9774e20b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952653 [ 294 ] {} TCP-Session: 625e22ac-9714-44fc-884f-bd6e9774e20b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.952838 [ 289 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:56:52.953814 [ 304 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} AggregatingTransform: Aggregating 2026.03.31 01:56:52.953869 [ 304 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} Aggregator: Aggregation method: without_key 2026.03.31 01:56:52.953906 [ 304 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000967817 sec. (1033.253 rows/sec., 40.36 KiB/sec.) 2026.03.31 01:56:52.953923 [ 304 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} Aggregator: Merging aggregated data 2026.03.31 01:56:52.955240 [ 289 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} executeQuery: Read 1 rows, 40.00 B in 0.003076 sec., 325.0975292587776 rows/sec., 12.70 KiB/sec. 2026.03.31 01:56:52.955392 [ 289 ] {31fb5635-b02b-435e-a995-e5c1b3b2e5f0} TCPHandler: Processed in 0.003478882 sec. 2026.03.31 01:56:52.955488 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:52.955510 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:52.955515 [ 289 ] {} TCP-Session: 1aed47b0-e203-4053-8b9e-f7725e1844ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.955533 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:52.955551 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:52.955573 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:52.955588 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:52.955607 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:52.955630 [ 292 ] {} TCP-Session: 2f2462fa-702c-4cbe-b2e2-238762f47101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.955640 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:52.955672 [ 297 ] {} TCP-Session: 3d700594-8a7e-4aa6-8bbb-3629cb16fa32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.955604 [ 291 ] {} TCP-Session: 562400e7-0a7e-4cb5-acb1-7264762280ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.955696 [ 296 ] {} TCP-Session: 2200849d-8372-43de-9836-212c8f8f1fe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.955582 [ 293 ] {} TCP-Session: 3f38e260-b804-447b-8f24-e56ae2b429a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.955562 [ 290 ] {} TCP-Session: 171706c3-4cd9-4d90-b0d8-d3e58e0a9338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.955655 [ 294 ] {} TCP-Session: 625e22ac-9714-44fc-884f-bd6e9774e20b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:52.955625 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:52.955824 [ 295 ] {} TCP-Session: 51198944-1577-4873-89f8-c97b8ab224a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.104507 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58206 2026.03.31 01:56:53.104612 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:53.104639 [ 289 ] {} TCP-Session: 90ec0952-5c23-407c-bbc8-cd2888cbcd31 Authenticating user 'default' from [fd00:1122:3344:101::e]:58206 2026.03.31 01:56:53.104662 [ 289 ] {} TCP-Session: 90ec0952-5c23-407c-bbc8-cd2888cbcd31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.104675 [ 289 ] {} TCP-Session: 90ec0952-5c23-407c-bbc8-cd2888cbcd31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.104866 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51940 2026.03.31 01:56:53.104910 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34784 2026.03.31 01:56:53.104918 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54240 2026.03.31 01:56:53.104938 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36473 2026.03.31 01:56:53.104964 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55926 2026.03.31 01:56:53.104994 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:53.104988 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:53.105022 [ 289 ] {} TCP-Session: 90ec0952-5c23-407c-bbc8-cd2888cbcd31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:53.105045 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:53.105059 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:53.105061 [ 290 ] {} TCP-Session: cb32e540-0074-49f8-a84b-3c6980b83281 Authenticating user 'default' from [fd00:1122:3344:101::e]:51940 2026.03.31 01:56:53.105091 [ 292 ] {} TCP-Session: ac2bc01b-9364-4d95-942a-5a1eb55c4e1e Authenticating user 'default' from [fd00:1122:3344:101::e]:54240 2026.03.31 01:56:53.105096 [ 296 ] {} TCP-Session: 46818655-2010-4b27-874b-0ab196961cec Authenticating user 'default' from [fd00:1122:3344:101::e]:55926 2026.03.31 01:56:53.105114 [ 290 ] {} TCP-Session: cb32e540-0074-49f8-a84b-3c6980b83281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105124 [ 292 ] {} TCP-Session: ac2bc01b-9364-4d95-942a-5a1eb55c4e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105128 [ 296 ] {} TCP-Session: 46818655-2010-4b27-874b-0ab196961cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105137 [ 290 ] {} TCP-Session: cb32e540-0074-49f8-a84b-3c6980b83281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105154 [ 296 ] {} TCP-Session: 46818655-2010-4b27-874b-0ab196961cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105147 [ 292 ] {} TCP-Session: ac2bc01b-9364-4d95-942a-5a1eb55c4e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105045 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:53.105212 [ 289 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} executeQuery: (from [fd00:1122:3344:101::e]:58206) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:56:53.105232 [ 294 ] {} TCP-Session: 7a1815e9-dfea-493d-8336-045a4c612c75 Authenticating user 'default' from [fd00:1122:3344:101::e]:36473 2026.03.31 01:56:53.105036 [ 293 ] {} TCP-Session: 380e72f6-5399-4766-ba33-a04a12a2a65f Authenticating user 'default' from [fd00:1122:3344:101::e]:34784 2026.03.31 01:56:53.105261 [ 294 ] {} TCP-Session: 7a1815e9-dfea-493d-8336-045a4c612c75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105288 [ 293 ] {} TCP-Session: 380e72f6-5399-4766-ba33-a04a12a2a65f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105296 [ 294 ] {} TCP-Session: 7a1815e9-dfea-493d-8336-045a4c612c75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105311 [ 293 ] {} TCP-Session: 380e72f6-5399-4766-ba33-a04a12a2a65f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.104969 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52445 2026.03.31 01:56:53.104907 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35988 2026.03.31 01:56:53.104948 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65403 2026.03.31 01:56:53.105404 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:53.105434 [ 297 ] {} TCP-Session: d307da48-d243-484d-8b88-7600431bb1a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:52445 2026.03.31 01:56:53.105454 [ 297 ] {} TCP-Session: d307da48-d243-484d-8b88-7600431bb1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105471 [ 297 ] {} TCP-Session: d307da48-d243-484d-8b88-7600431bb1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105481 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:53.105493 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:56:53.105517 [ 295 ] {} TCP-Session: a3d8c2c7-7c35-4138-aabb-ecba900b15da Authenticating user 'default' from [fd00:1122:3344:101::e]:65403 2026.03.31 01:56:53.105488 [ 289 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:56:53.105548 [ 291 ] {} TCP-Session: 44f84076-b5f2-40e6-b956-ffb9862dee0c Authenticating user 'default' from [fd00:1122:3344:101::e]:35988 2026.03.31 01:56:53.105543 [ 295 ] {} TCP-Session: a3d8c2c7-7c35-4138-aabb-ecba900b15da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105578 [ 291 ] {} TCP-Session: 44f84076-b5f2-40e6-b956-ffb9862dee0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105588 [ 295 ] {} TCP-Session: a3d8c2c7-7c35-4138-aabb-ecba900b15da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105593 [ 291 ] {} TCP-Session: 44f84076-b5f2-40e6-b956-ffb9862dee0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.105598 [ 289 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:53.105918 [ 289 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:56:53.106896 [ 339 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} AggregatingTransform: Aggregating 2026.03.31 01:56:53.106959 [ 339 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} Aggregator: Aggregation method: without_key 2026.03.31 01:56:53.107007 [ 339 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000980487 sec. (1019.901 rows/sec., 39.84 KiB/sec.) 2026.03.31 01:56:53.107032 [ 339 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} Aggregator: Merging aggregated data 2026.03.31 01:56:53.108306 [ 289 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} executeQuery: Read 1 rows, 40.00 B in 0.00315 sec., 317.46031746031747 rows/sec., 12.40 KiB/sec. 2026.03.31 01:56:53.108452 [ 289 ] {b5f4599e-6ab8-4fc2-9174-28bedd781913} TCPHandler: Processed in 0.003551213 sec. 2026.03.31 01:56:53.108578 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:53.108604 [ 289 ] {} TCP-Session: 90ec0952-5c23-407c-bbc8-cd2888cbcd31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.108611 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:53.108629 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:53.108648 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:53.108655 [ 290 ] {} TCP-Session: cb32e540-0074-49f8-a84b-3c6980b83281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.108672 [ 297 ] {} TCP-Session: d307da48-d243-484d-8b88-7600431bb1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.108689 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:53.108699 [ 291 ] {} TCP-Session: 44f84076-b5f2-40e6-b956-ffb9862dee0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.108721 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:53.108743 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:53.108669 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:53.108787 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:56:53.108804 [ 292 ] {} TCP-Session: ac2bc01b-9364-4d95-942a-5a1eb55c4e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.108822 [ 293 ] {} TCP-Session: 380e72f6-5399-4766-ba33-a04a12a2a65f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.108842 [ 296 ] {} TCP-Session: 46818655-2010-4b27-874b-0ab196961cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.108785 [ 294 ] {} TCP-Session: 7a1815e9-dfea-493d-8336-045a4c612c75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:53.108738 [ 295 ] {} TCP-Session: a3d8c2c7-7c35-4138-aabb-ecba900b15da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:56:54.431261 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.431495 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:54.431853 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:54.431894 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.31 01:56:54.432157 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:54.432230 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:54.432382 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.31 01:56:54.432520 [ 344 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:56:54.432520 [ 328 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:54.432659 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.31 01:56:54.432691 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:54.435798 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:56:54.435832 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.03.31 01:56:54.435898 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:54.435956 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:54.436827 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} executeQuery: Read 33 rows, 1.30 KiB in 0.00543 sec., 6077.348066298343 rows/sec., 239.73 KiB/sec. 2026.03.31 01:56:54.436948 [ 3 ] {53ccaf92-9cad-4acb-bf27-2b058da7c4f6} TCPHandler: Processed in 0.005818574 sec. 2026.03.31 01:56:54.437247 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.437393 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:54.437623 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:54.437660 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.31 01:56:54.437867 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:54.437923 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:54.438034 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.31 01:56:54.438100 [ 320 ] {2236a209-7502-44f8-89e5-a1ec430ac679} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:54.438101 [ 328 ] {2236a209-7502-44f8-89e5-a1ec430ac679} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:56:54.438193 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.31 01:56:54.438219 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:54.438278 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:56:54.438297 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.03.31 01:56:54.438330 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:54.438364 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:54.438979 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} executeQuery: Read 33 rows, 1.30 KiB in 0.001649 sec., 20012.128562765312 rows/sec., 789.42 KiB/sec. 2026.03.31 01:56:54.439086 [ 3 ] {2236a209-7502-44f8-89e5-a1ec430ac679} TCPHandler: Processed in 0.001891564 sec. 2026.03.31 01:56:54.439332 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.439470 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.31 01:56:54.439689 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:54.439725 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.31 01:56:54.439928 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:54.439983 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:54.440089 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.31 01:56:54.440155 [ 344 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:54.440161 [ 324 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:56:54.440248 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.31 01:56:54.440274 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:54.440329 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:56:54.440348 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.03.31 01:56:54.440379 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:54.440414 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.31 01:56:54.440960 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} executeQuery: Read 33 rows, 1.30 KiB in 0.001548 sec., 21317.829457364343 rows/sec., 840.93 KiB/sec. 2026.03.31 01:56:54.441063 [ 3 ] {40ea58f8-effb-42f2-95b5-f3526fac370b} TCPHandler: Processed in 0.001781402 sec. 2026.03.31 01:56:54.441277 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.441413 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.03.31 01:56:54.441627 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:54.441664 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.03.31 01:56:54.441867 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:54.441921 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:54.442023 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.31 01:56:54.442084 [ 320 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:54.442092 [ 324 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:56:54.442171 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.31 01:56:54.442198 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:54.442260 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:56:54.442279 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.03.31 01:56:54.442311 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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.03.31 01:56:54.442344 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'oximeter_collector:collections', '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.03.31 01:56:54.442877 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} executeQuery: Read 33 rows, 1.30 KiB in 0.001521 sec., 21696.252465483234 rows/sec., 855.86 KiB/sec. 2026.03.31 01:56:54.442980 [ 3 ] {1424b95b-7a4e-40bd-a94a-63bd72ca76b2} TCPHandler: Processed in 0.001753871 sec. 2026.03.31 01:56:54.443187 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.443323 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} executeQuery: (from [fd00:1122:3344:101::d]:51225) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.03.31 01:56:54.443542 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:56:54.443578 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.03.31 01:56:54.443793 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:54.443848 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:56:54.443949 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.31 01:56:54.444006 [ 344 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:56:54.444011 [ 320 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:56:54.444090 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.31 01:56:54.444117 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:56:54.444174 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:56:54.444192 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 33 rows with 2 streams 2026.03.31 01:56:54.444223 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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.03.31 01:56:54.444259 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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.03.31 01:56:54.444991 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} executeQuery: Read 33 rows, 1.30 KiB in 0.001725 sec., 19130.434782608696 rows/sec., 754.64 KiB/sec. 2026.03.31 01:56:54.445097 [ 3 ] {87e2a7fb-917c-463b-a1b4-42d1254ca79a} TCPHandler: Processed in 0.001960095 sec. 2026.03.31 01:56:54.452940 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.453068 [ 3 ] {3a17e2c6-1801-44f4-b6e8-628d127b9cc7} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.31 01:56:54.453117 [ 3 ] {3a17e2c6-1801-44f4-b6e8-628d127b9cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:56:54.453740 [ 3 ] {3a17e2c6-1801-44f4-b6e8-628d127b9cc7} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:54.453777 [ 3 ] {3a17e2c6-1801-44f4-b6e8-628d127b9cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:54.454336 [ 3 ] {3a17e2c6-1801-44f4-b6e8-628d127b9cc7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:54.454701 [ 3 ] {3a17e2c6-1801-44f4-b6e8-628d127b9cc7} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:54.454847 [ 3 ] {3a17e2c6-1801-44f4-b6e8-628d127b9cc7} executeQuery: Read 5 rows, 674.00 B in 0.001817 sec., 2751.78866263071 rows/sec., 362.25 KiB/sec. 2026.03.31 01:56:54.454886 [ 3 ] {3a17e2c6-1801-44f4-b6e8-628d127b9cc7} TCPHandler: Processed in 0.002006516 sec. 2026.03.31 01:56:54.455001 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.455098 [ 3 ] {9a5c8a9f-b52c-43a1-9e16-2711e79e3ce4} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:56:54.455140 [ 3 ] {9a5c8a9f-b52c-43a1-9e16-2711e79e3ce4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:56:54.455546 [ 3 ] {9a5c8a9f-b52c-43a1-9e16-2711e79e3ce4} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:54.455582 [ 3 ] {9a5c8a9f-b52c-43a1-9e16-2711e79e3ce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:54.455985 [ 3 ] {9a5c8a9f-b52c-43a1-9e16-2711e79e3ce4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:56:54.456447 [ 3 ] {9a5c8a9f-b52c-43a1-9e16-2711e79e3ce4} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:54.456578 [ 3 ] {9a5c8a9f-b52c-43a1-9e16-2711e79e3ce4} executeQuery: Read 4 rows, 334.00 B in 0.001501 sec., 2664.8900732844772 rows/sec., 217.30 KiB/sec. 2026.03.31 01:56:54.456616 [ 3 ] {9a5c8a9f-b52c-43a1-9e16-2711e79e3ce4} TCPHandler: Processed in 0.00166435 sec. 2026.03.31 01:56:54.456727 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.456822 [ 3 ] {eba31f0b-7088-496e-be7b-657fc387bfcf} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:56:54.456861 [ 3 ] {eba31f0b-7088-496e-be7b-657fc387bfcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:56:54.457283 [ 3 ] {eba31f0b-7088-496e-be7b-657fc387bfcf} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:54.457320 [ 3 ] {eba31f0b-7088-496e-be7b-657fc387bfcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:54.457788 [ 3 ] {eba31f0b-7088-496e-be7b-657fc387bfcf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:56:54.458230 [ 3 ] {eba31f0b-7088-496e-be7b-657fc387bfcf} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:54.458360 [ 3 ] {eba31f0b-7088-496e-be7b-657fc387bfcf} executeQuery: Read 78 rows, 6.53 KiB in 0.001557 sec., 50096.33911368015 rows/sec., 4.10 MiB/sec. 2026.03.31 01:56:54.458397 [ 3 ] {eba31f0b-7088-496e-be7b-657fc387bfcf} TCPHandler: Processed in 0.00171851 sec. 2026.03.31 01:56:54.458509 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.458603 [ 3 ] {10e048b6-8a27-42e6-9dd2-99cda3c740ac} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:56:54.458643 [ 3 ] {10e048b6-8a27-42e6-9dd2-99cda3c740ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:56:54.459038 [ 3 ] {10e048b6-8a27-42e6-9dd2-99cda3c740ac} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:54.459072 [ 3 ] {10e048b6-8a27-42e6-9dd2-99cda3c740ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:54.459481 [ 3 ] {10e048b6-8a27-42e6-9dd2-99cda3c740ac} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:56:54.459915 [ 3 ] {10e048b6-8a27-42e6-9dd2-99cda3c740ac} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:54.460054 [ 3 ] {10e048b6-8a27-42e6-9dd2-99cda3c740ac} executeQuery: Read 14 rows, 1.03 KiB in 0.00147 sec., 9523.809523809525 rows/sec., 701.53 KiB/sec. 2026.03.31 01:56:54.460104 [ 3 ] {10e048b6-8a27-42e6-9dd2-99cda3c740ac} TCPHandler: Processed in 0.001643409 sec. 2026.03.31 01:56:54.460225 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.460332 [ 3 ] {dda9a1a2-86cd-4068-9e8a-4c88b324f041} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:56:54.460376 [ 3 ] {dda9a1a2-86cd-4068-9e8a-4c88b324f041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:56:54.460804 [ 3 ] {dda9a1a2-86cd-4068-9e8a-4c88b324f041} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:54.460842 [ 3 ] {dda9a1a2-86cd-4068-9e8a-4c88b324f041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:54.461279 [ 3 ] {dda9a1a2-86cd-4068-9e8a-4c88b324f041} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:56:54.461840 [ 3 ] {dda9a1a2-86cd-4068-9e8a-4c88b324f041} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:54.461980 [ 3 ] {dda9a1a2-86cd-4068-9e8a-4c88b324f041} executeQuery: Read 78 rows, 6.24 KiB in 0.001669 sec., 46734.57159976034 rows/sec., 3.65 MiB/sec. 2026.03.31 01:56:54.462031 [ 3 ] {dda9a1a2-86cd-4068-9e8a-4c88b324f041} TCPHandler: Processed in 0.001858173 sec. 2026.03.31 01:56:54.462168 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.462270 [ 3 ] {7232406f-f3ae-4f31-bcb4-cef0c4fdf01c} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:56:54.462399 [ 3 ] {7232406f-f3ae-4f31-bcb4-cef0c4fdf01c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:56:54.462865 [ 3 ] {7232406f-f3ae-4f31-bcb4-cef0c4fdf01c} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:54.462902 [ 3 ] {7232406f-f3ae-4f31-bcb4-cef0c4fdf01c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:54.463358 [ 3 ] {7232406f-f3ae-4f31-bcb4-cef0c4fdf01c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:56:54.463806 [ 3 ] {7232406f-f3ae-4f31-bcb4-cef0c4fdf01c} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:54.463943 [ 3 ] {7232406f-f3ae-4f31-bcb4-cef0c4fdf01c} executeQuery: Read 162 rows, 11.55 KiB in 0.001699 sec., 95350.2060035315 rows/sec., 6.64 MiB/sec. 2026.03.31 01:56:54.463982 [ 3 ] {7232406f-f3ae-4f31-bcb4-cef0c4fdf01c} TCPHandler: Processed in 0.001864413 sec. 2026.03.31 01:56:54.464097 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.464275 [ 3 ] {1240ee83-fe5a-49dd-9377-c3e0bbab85d4} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:56:54.464333 [ 3 ] {1240ee83-fe5a-49dd-9377-c3e0bbab85d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:56:54.465107 [ 3 ] {1240ee83-fe5a-49dd-9377-c3e0bbab85d4} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:54.465145 [ 3 ] {1240ee83-fe5a-49dd-9377-c3e0bbab85d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:54.468194 [ 3 ] {1240ee83-fe5a-49dd-9377-c3e0bbab85d4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:56:54.468668 [ 3 ] {1240ee83-fe5a-49dd-9377-c3e0bbab85d4} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:54.468805 [ 3 ] {1240ee83-fe5a-49dd-9377-c3e0bbab85d4} executeQuery: Read 10 rows, 18.35 KiB in 0.004549 sec., 2198.285337436799 rows/sec., 3.94 MiB/sec. 2026.03.31 01:56:54.468860 [ 3 ] {1240ee83-fe5a-49dd-9377-c3e0bbab85d4} TCPHandler: Processed in 0.004812506 sec. 2026.03.31 01:56:54.468977 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:54.469070 [ 3 ] {54e320b5-bffc-4f01-8790-0e831324bc40} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:56:54.469113 [ 3 ] {54e320b5-bffc-4f01-8790-0e831324bc40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:56:54.469455 [ 3 ] {54e320b5-bffc-4f01-8790-0e831324bc40} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:54.469491 [ 3 ] {54e320b5-bffc-4f01-8790-0e831324bc40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.31 01:56:54.469891 [ 3 ] {54e320b5-bffc-4f01-8790-0e831324bc40} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:56:54.470316 [ 3 ] {54e320b5-bffc-4f01-8790-0e831324bc40} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:54.470446 [ 3 ] {54e320b5-bffc-4f01-8790-0e831324bc40} executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. 2026.03.31 01:56:54.470482 [ 3 ] {54e320b5-bffc-4f01-8790-0e831324bc40} TCPHandler: Processed in 0.001553498 sec. 2026.03.31 01:56:55.103692 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 506 entries to flush up to offset 3312 2026.03.31 01:56:55.104268 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:55.104317 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:56:55.105024 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:56:55.105609 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:55.105754 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3312 2026.03.31 01:56:55.279199 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.31 01:56:55.297161 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:55.297224 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:56:55.302937 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:56:55.304079 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:55.307221 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.31 01:56:59.438891 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:59.439082 [ 3 ] {fa21fd6c-cd38-4dc3-b3d3-19025f3c1c6a} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:56:59.439152 [ 3 ] {fa21fd6c-cd38-4dc3-b3d3-19025f3c1c6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:56:59.439799 [ 3 ] {fa21fd6c-cd38-4dc3-b3d3-19025f3c1c6a} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:59.439849 [ 3 ] {fa21fd6c-cd38-4dc3-b3d3-19025f3c1c6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:56:59.440361 [ 3 ] {fa21fd6c-cd38-4dc3-b3d3-19025f3c1c6a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:56:59.440851 [ 3 ] {fa21fd6c-cd38-4dc3-b3d3-19025f3c1c6a} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:59.441020 [ 3 ] {fa21fd6c-cd38-4dc3-b3d3-19025f3c1c6a} executeQuery: Read 56 rows, 4.38 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.15 MiB/sec. 2026.03.31 01:56:59.441069 [ 3 ] {fa21fd6c-cd38-4dc3-b3d3-19025f3c1c6a} TCPHandler: Processed in 0.002315671 sec. 2026.03.31 01:56:59.441203 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:59.441305 [ 3 ] {62e014c6-a58b-443e-b499-c38722f5cec7} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:56:59.441348 [ 3 ] {62e014c6-a58b-443e-b499-c38722f5cec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:56:59.441784 [ 3 ] {62e014c6-a58b-443e-b499-c38722f5cec7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:59.441822 [ 3 ] {62e014c6-a58b-443e-b499-c38722f5cec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:56:59.442267 [ 3 ] {62e014c6-a58b-443e-b499-c38722f5cec7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:56:59.442698 [ 3 ] {62e014c6-a58b-443e-b499-c38722f5cec7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:59.442837 [ 3 ] {62e014c6-a58b-443e-b499-c38722f5cec7} executeQuery: Read 64 rows, 5.12 KiB in 0.001555 sec., 41157.556270096466 rows/sec., 3.21 MiB/sec. 2026.03.31 01:56:59.442875 [ 3 ] {62e014c6-a58b-443e-b499-c38722f5cec7} TCPHandler: Processed in 0.00172443 sec. 2026.03.31 01:56:59.442991 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:59.443090 [ 3 ] {fabaa96c-49c9-4831-9cee-0485e4277713} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:56:59.443136 [ 3 ] {fabaa96c-49c9-4831-9cee-0485e4277713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:56:59.443570 [ 3 ] {fabaa96c-49c9-4831-9cee-0485e4277713} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:59.443607 [ 3 ] {fabaa96c-49c9-4831-9cee-0485e4277713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:56:59.444053 [ 3 ] {fabaa96c-49c9-4831-9cee-0485e4277713} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:56:59.444527 [ 3 ] {fabaa96c-49c9-4831-9cee-0485e4277713} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:59.444663 [ 3 ] {fabaa96c-49c9-4831-9cee-0485e4277713} executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. 2026.03.31 01:56:59.444699 [ 3 ] {fabaa96c-49c9-4831-9cee-0485e4277713} TCPHandler: Processed in 0.001758861 sec. 2026.03.31 01:56:59.444811 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:56:59.444906 [ 3 ] {fb5c380e-73f2-48af-8ccc-b6ed6eb2510d} executeQuery: (from [fd00:1122:3344:101::d]:51225) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:56:59.444949 [ 3 ] {fb5c380e-73f2-48af-8ccc-b6ed6eb2510d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:56:59.445280 [ 3 ] {fb5c380e-73f2-48af-8ccc-b6ed6eb2510d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:56:59.445316 [ 3 ] {fb5c380e-73f2-48af-8ccc-b6ed6eb2510d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:56:59.445705 [ 3 ] {fb5c380e-73f2-48af-8ccc-b6ed6eb2510d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:56:59.446110 [ 3 ] {fb5c380e-73f2-48af-8ccc-b6ed6eb2510d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:56:59.446240 [ 3 ] {fb5c380e-73f2-48af-8ccc-b6ed6eb2510d} executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. 2026.03.31 01:56:59.446276 [ 3 ] {fb5c380e-73f2-48af-8ccc-b6ed6eb2510d} TCPHandler: Processed in 0.001520937 sec. 2026.03.31 01:57:02.522747 [ 51 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:57:02.522824 [ 51 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:57:02.605912 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3760 2026.03.31 01:57:02.606399 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:02.606447 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:02.607057 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:57:02.607818 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:02.608009 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3760 2026.03.31 01:57:02.627731 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 282 2026.03.31 01:57:02.630317 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:02.630383 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:02.631785 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:57:02.632350 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:02.632778 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 282 2026.03.31 01:57:02.807374 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.31 01:57:02.826593 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:02.826666 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:02.833398 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:57:02.834637 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:02.839025 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.31 01:57:03.274802 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:03.274871 [ 3 ] {} TCP-Session: 6080a4dc-31be-4341-988f-a9e269b94bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:04.000173 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 180.41 MiB, peak 188.76 MiB, free memory in arenas 0.00 B, will set to 182.45 MiB (RSS), difference: 2.04 MiB 2026.03.31 01:57:04.438172 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:04.438355 [ 5 ] {aa42f3d9-501b-4fc0-abbb-e5603e75ee7a} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:04.438424 [ 5 ] {aa42f3d9-501b-4fc0-abbb-e5603e75ee7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:04.439136 [ 5 ] {aa42f3d9-501b-4fc0-abbb-e5603e75ee7a} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:04.439189 [ 5 ] {aa42f3d9-501b-4fc0-abbb-e5603e75ee7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:04.439770 [ 5 ] {aa42f3d9-501b-4fc0-abbb-e5603e75ee7a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:57:04.440237 [ 5 ] {aa42f3d9-501b-4fc0-abbb-e5603e75ee7a} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:04.440405 [ 5 ] {aa42f3d9-501b-4fc0-abbb-e5603e75ee7a} executeQuery: Read 76 rows, 6.39 KiB in 0.002101 sec., 36173.2508329367 rows/sec., 2.97 MiB/sec. 2026.03.31 01:57:04.440452 [ 5 ] {aa42f3d9-501b-4fc0-abbb-e5603e75ee7a} TCPHandler: Processed in 0.002411193 sec. 2026.03.31 01:57:04.440588 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:04.440692 [ 5 ] {7279f465-6c0a-40ff-afa3-9c950db648db} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:04.440736 [ 5 ] {7279f465-6c0a-40ff-afa3-9c950db648db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:04.441171 [ 5 ] {7279f465-6c0a-40ff-afa3-9c950db648db} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:04.441210 [ 5 ] {7279f465-6c0a-40ff-afa3-9c950db648db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:04.441641 [ 5 ] {7279f465-6c0a-40ff-afa3-9c950db648db} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:57:04.442077 [ 5 ] {7279f465-6c0a-40ff-afa3-9c950db648db} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:04.442239 [ 5 ] {7279f465-6c0a-40ff-afa3-9c950db648db} executeQuery: Read 10 rows, 770.00 B in 0.001572 sec., 6361.323155216285 rows/sec., 478.34 KiB/sec. 2026.03.31 01:57:04.442280 [ 5 ] {7279f465-6c0a-40ff-afa3-9c950db648db} TCPHandler: Processed in 0.001745771 sec. 2026.03.31 01:57:04.442395 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:04.442492 [ 5 ] {0defd0cf-28e7-48a2-9d60-fef03a4d921e} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:04.442533 [ 5 ] {0defd0cf-28e7-48a2-9d60-fef03a4d921e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:04.442950 [ 5 ] {0defd0cf-28e7-48a2-9d60-fef03a4d921e} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:04.442986 [ 5 ] {0defd0cf-28e7-48a2-9d60-fef03a4d921e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:04.443437 [ 5 ] {0defd0cf-28e7-48a2-9d60-fef03a4d921e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:57:04.443914 [ 5 ] {0defd0cf-28e7-48a2-9d60-fef03a4d921e} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:04.444046 [ 5 ] {0defd0cf-28e7-48a2-9d60-fef03a4d921e} executeQuery: Read 74 rows, 5.92 KiB in 0.001575 sec., 46984.12698412698 rows/sec., 3.67 MiB/sec. 2026.03.31 01:57:04.444084 [ 5 ] {0defd0cf-28e7-48a2-9d60-fef03a4d921e} TCPHandler: Processed in 0.001739351 sec. 2026.03.31 01:57:04.444236 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:04.444341 [ 5 ] {d714164f-416a-475d-8edf-ebd6bbbddd7d} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:04.444386 [ 5 ] {d714164f-416a-475d-8edf-ebd6bbbddd7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:04.444880 [ 5 ] {d714164f-416a-475d-8edf-ebd6bbbddd7d} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:04.444918 [ 5 ] {d714164f-416a-475d-8edf-ebd6bbbddd7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:04.445379 [ 5 ] {d714164f-416a-475d-8edf-ebd6bbbddd7d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:57:04.445810 [ 5 ] {d714164f-416a-475d-8edf-ebd6bbbddd7d} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:04.445947 [ 5 ] {d714164f-416a-475d-8edf-ebd6bbbddd7d} executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. 2026.03.31 01:57:04.445984 [ 5 ] {d714164f-416a-475d-8edf-ebd6bbbddd7d} TCPHandler: Processed in 0.001807922 sec. 2026.03.31 01:57:04.446102 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:04.446198 [ 5 ] {09b15cc3-6094-4b71-a66e-f0fd55584fee} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:04.446254 [ 5 ] {09b15cc3-6094-4b71-a66e-f0fd55584fee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:04.447038 [ 5 ] {09b15cc3-6094-4b71-a66e-f0fd55584fee} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:04.447075 [ 5 ] {09b15cc3-6094-4b71-a66e-f0fd55584fee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:04.447690 [ 5 ] {09b15cc3-6094-4b71-a66e-f0fd55584fee} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:57:04.448119 [ 5 ] {09b15cc3-6094-4b71-a66e-f0fd55584fee} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:04.448265 [ 5 ] {09b15cc3-6094-4b71-a66e-f0fd55584fee} executeQuery: Read 10 rows, 18.35 KiB in 0.002086 sec., 4793.8638542665385 rows/sec., 8.59 MiB/sec. 2026.03.31 01:57:04.448330 [ 5 ] {09b15cc3-6094-4b71-a66e-f0fd55584fee} TCPHandler: Processed in 0.002278331 sec. 2026.03.31 01:57:04.448445 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:04.448544 [ 5 ] {00047e58-d69b-46c6-9658-0cdb0abcc775} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:04.448588 [ 5 ] {00047e58-d69b-46c6-9658-0cdb0abcc775} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:04.448933 [ 5 ] {00047e58-d69b-46c6-9658-0cdb0abcc775} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:04.448970 [ 5 ] {00047e58-d69b-46c6-9658-0cdb0abcc775} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:04.449381 [ 5 ] {00047e58-d69b-46c6-9658-0cdb0abcc775} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:57:04.449785 [ 5 ] {00047e58-d69b-46c6-9658-0cdb0abcc775} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:04.449915 [ 5 ] {00047e58-d69b-46c6-9658-0cdb0abcc775} executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. 2026.03.31 01:57:04.449951 [ 5 ] {00047e58-d69b-46c6-9658-0cdb0abcc775} TCPHandler: Processed in 0.001555508 sec. 2026.03.31 01:57:09.434158 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.434407 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.434742 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:57:09.434781 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.435056 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:57:09.435125 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:57:09.435268 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.31 01:57:09.435401 [ 324 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:57:09.435410 [ 330 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:57:09.435401 [ 344 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:57:09.435563 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.31 01:57:09.435590 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:57:09.435673 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:57:09.435694 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 38 rows with 3 streams 2026.03.31 01:57:09.435728 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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.03.31 01:57:09.435771 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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.03.31 01:57:09.435807 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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.03.31 01:57:09.436692 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} executeQuery: Read 38 rows, 1.51 KiB in 0.002385 sec., 15932.914046121594 rows/sec., 634.25 KiB/sec. 2026.03.31 01:57:09.436817 [ 5 ] {4fea32f8-56d0-4f6b-b2e5-5b6f9ce56ced} TCPHandler: Processed in 0.00278965 sec. 2026.03.31 01:57:09.437106 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.437241 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.437459 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:57:09.437495 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.437701 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:57:09.437754 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:57:09.437858 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.31 01:57:09.437921 [ 344 ] {64961846-43dc-4631-9a3e-8b423056a59b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:57:09.437928 [ 330 ] {64961846-43dc-4631-9a3e-8b423056a59b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:57:09.437927 [ 327 ] {64961846-43dc-4631-9a3e-8b423056a59b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:57:09.438044 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.31 01:57:09.438066 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:57:09.438133 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:57:09.438150 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 38 rows with 3 streams 2026.03.31 01:57:09.438181 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.438213 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.438242 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.438870 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} executeQuery: Read 38 rows, 1.51 KiB in 0.001686 sec., 22538.55278766311 rows/sec., 897.21 KiB/sec. 2026.03.31 01:57:09.438982 [ 5 ] {64961846-43dc-4631-9a3e-8b423056a59b} TCPHandler: Processed in 0.001928184 sec. 2026.03.31 01:57:09.439192 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.439328 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.439544 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:57:09.439581 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.439785 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:57:09.439839 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:57:09.439936 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.31 01:57:09.439995 [ 330 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:57:09.440003 [ 344 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:57:09.440003 [ 324 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:57:09.440108 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.31 01:57:09.440133 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:57:09.440201 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:57:09.440219 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 38 rows with 3 streams 2026.03.31 01:57:09.440249 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.440278 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.440311 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.03.31 01:57:09.440973 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} executeQuery: Read 38 rows, 1.51 KiB in 0.001702 sec., 22326.674500587545 rows/sec., 888.78 KiB/sec. 2026.03.31 01:57:09.441100 [ 5 ] {b6435333-c1e3-4bb7-b954-0414caa82e16} TCPHandler: Processed in 0.001958825 sec. 2026.03.31 01:57:09.449244 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.449374 [ 5 ] {d8545b25-c82a-4a6a-b3f8-fdbd927f7c52} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.31 01:57:09.449423 [ 5 ] {d8545b25-c82a-4a6a-b3f8-fdbd927f7c52} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:57:09.450037 [ 5 ] {d8545b25-c82a-4a6a-b3f8-fdbd927f7c52} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.450084 [ 5 ] {d8545b25-c82a-4a6a-b3f8-fdbd927f7c52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.450510 [ 5 ] {d8545b25-c82a-4a6a-b3f8-fdbd927f7c52} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:57:09.450706 [ 5 ] {d8545b25-c82a-4a6a-b3f8-fdbd927f7c52} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.450851 [ 5 ] {d8545b25-c82a-4a6a-b3f8-fdbd927f7c52} executeQuery: Read 3 rows, 280.00 B in 0.001514 sec., 1981.5059445178335 rows/sec., 180.61 KiB/sec. 2026.03.31 01:57:09.450888 [ 5 ] {d8545b25-c82a-4a6a-b3f8-fdbd927f7c52} TCPHandler: Processed in 0.001705411 sec. 2026.03.31 01:57:09.450998 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.451092 [ 5 ] {461d4644-fc37-40b4-882a-f714fe4e5dbd} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:57:09.451133 [ 5 ] {461d4644-fc37-40b4-882a-f714fe4e5dbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:57:09.451550 [ 5 ] {461d4644-fc37-40b4-882a-f714fe4e5dbd} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.451586 [ 5 ] {461d4644-fc37-40b4-882a-f714fe4e5dbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.451890 [ 5 ] {461d4644-fc37-40b4-882a-f714fe4e5dbd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:57:09.452104 [ 5 ] {461d4644-fc37-40b4-882a-f714fe4e5dbd} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.452230 [ 5 ] {461d4644-fc37-40b4-882a-f714fe4e5dbd} executeQuery: Read 24 rows, 2.04 KiB in 0.001156 sec., 20761.245674740487 rows/sec., 1.72 MiB/sec. 2026.03.31 01:57:09.452266 [ 5 ] {461d4644-fc37-40b4-882a-f714fe4e5dbd} TCPHandler: Processed in 0.001317593 sec. 2026.03.31 01:57:09.452391 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.452514 [ 5 ] {0c706056-ea71-4a90-82f1-2f18ee6143a2} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:57:09.452564 [ 5 ] {0c706056-ea71-4a90-82f1-2f18ee6143a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:57:09.453048 [ 5 ] {0c706056-ea71-4a90-82f1-2f18ee6143a2} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.453092 [ 5 ] {0c706056-ea71-4a90-82f1-2f18ee6143a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.453411 [ 5 ] {0c706056-ea71-4a90-82f1-2f18ee6143a2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:57:09.453628 [ 5 ] {0c706056-ea71-4a90-82f1-2f18ee6143a2} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.453757 [ 5 ] {0c706056-ea71-4a90-82f1-2f18ee6143a2} executeQuery: Read 2 rows, 167.00 B in 0.001268 sec., 1577.2870662460568 rows/sec., 128.62 KiB/sec. 2026.03.31 01:57:09.453794 [ 5 ] {0c706056-ea71-4a90-82f1-2f18ee6143a2} TCPHandler: Processed in 0.001465797 sec. 2026.03.31 01:57:09.453924 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.454043 [ 5 ] {d7f8af44-f524-43ed-934a-3713fb4ebbcf} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:09.454090 [ 5 ] {d7f8af44-f524-43ed-934a-3713fb4ebbcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:09.454612 [ 5 ] {d7f8af44-f524-43ed-934a-3713fb4ebbcf} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.454647 [ 5 ] {d7f8af44-f524-43ed-934a-3713fb4ebbcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.454991 [ 5 ] {d7f8af44-f524-43ed-934a-3713fb4ebbcf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:57:09.455202 [ 5 ] {d7f8af44-f524-43ed-934a-3713fb4ebbcf} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.455328 [ 5 ] {d7f8af44-f524-43ed-934a-3713fb4ebbcf} executeQuery: Read 221 rows, 20.04 KiB in 0.001311 sec., 168573.60793287566 rows/sec., 14.92 MiB/sec. 2026.03.31 01:57:09.455365 [ 5 ] {d7f8af44-f524-43ed-934a-3713fb4ebbcf} TCPHandler: Processed in 0.001502847 sec. 2026.03.31 01:57:09.455477 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.455572 [ 5 ] {1accf4e8-08b7-4bbf-9977-982469531ff3} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:09.455611 [ 5 ] {1accf4e8-08b7-4bbf-9977-982469531ff3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:09.456006 [ 5 ] {1accf4e8-08b7-4bbf-9977-982469531ff3} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.456041 [ 5 ] {1accf4e8-08b7-4bbf-9977-982469531ff3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.456328 [ 5 ] {1accf4e8-08b7-4bbf-9977-982469531ff3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:57:09.456534 [ 5 ] {1accf4e8-08b7-4bbf-9977-982469531ff3} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.456637 [ 41 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.31 01:57:09.456658 [ 5 ] {1accf4e8-08b7-4bbf-9977-982469531ff3} executeQuery: Read 36 rows, 2.75 KiB in 0.001104 sec., 32608.695652173916 rows/sec., 2.44 MiB/sec. 2026.03.31 01:57:09.456690 [ 41 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.456698 [ 5 ] {1accf4e8-08b7-4bbf-9977-982469531ff3} TCPHandler: Processed in 0.001270313 sec. 2026.03.31 01:57:09.456720 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.456809 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.456845 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.31 01:57:09.456905 [ 5 ] {1fa29737-9765-4c36-b372-8e2e8abd4fdc} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:57:09.456948 [ 5 ] {1fa29737-9765-4c36-b372-8e2e8abd4fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:57:09.457032 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:09.457085 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 146 rows starting from the beginning of the part 2026.03.31 01:57:09.457166 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 142 rows starting from the beginning of the part 2026.03.31 01:57:09.457235 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2026.03.31 01:57:09.457300 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2026.03.31 01:57:09.457338 [ 5 ] {1fa29737-9765-4c36-b372-8e2e8abd4fdc} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.457354 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2026.03.31 01:57:09.457381 [ 5 ] {1fa29737-9765-4c36-b372-8e2e8abd4fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.457434 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2026.03.31 01:57:09.457713 [ 5 ] {1fa29737-9765-4c36-b372-8e2e8abd4fdc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:57:09.457974 [ 5 ] {1fa29737-9765-4c36-b372-8e2e8abd4fdc} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.458114 [ 5 ] {1fa29737-9765-4c36-b372-8e2e8abd4fdc} executeQuery: Read 24 rows, 2.04 KiB in 0.001227 sec., 19559.902200488996 rows/sec., 1.62 MiB/sec. 2026.03.31 01:57:09.458151 [ 5 ] {1fa29737-9765-4c36-b372-8e2e8abd4fdc} TCPHandler: Processed in 0.001390774 sec. 2026.03.31 01:57:09.458264 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.458357 [ 5 ] {566e5802-030b-44e5-94eb-df8300abcb81} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:57:09.458396 [ 5 ] {566e5802-030b-44e5-94eb-df8300abcb81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:57:09.458768 [ 188 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 5 columns (5 merged, 0 gathered) in 0.001981315 sec., 182706.9395830547 rows/sec., 12.03 MiB/sec. 2026.03.31 01:57:09.458781 [ 5 ] {566e5802-030b-44e5-94eb-df8300abcb81} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.458824 [ 5 ] {566e5802-030b-44e5-94eb-df8300abcb81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.458956 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.31 01:57:09.459150 [ 5 ] {566e5802-030b-44e5-94eb-df8300abcb81} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:57:09.459401 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.459416 [ 5 ] {566e5802-030b-44e5-94eb-df8300abcb81} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.459519 [ 186 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_6_1} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.31 01:57:09.459568 [ 5 ] {566e5802-030b-44e5-94eb-df8300abcb81} executeQuery: Read 12 rows, 960.00 B in 0.001229 sec., 9764.035801464604 rows/sec., 762.82 KiB/sec. 2026.03.31 01:57:09.459610 [ 5 ] {566e5802-030b-44e5-94eb-df8300abcb81} TCPHandler: Processed in 0.001394974 sec. 2026.03.31 01:57:09.459616 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.31 01:57:09.459709 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.459803 [ 5 ] {a2795343-9a66-40d7-9262-28e10b97313a} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:09.459843 [ 5 ] {a2795343-9a66-40d7-9262-28e10b97313a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:09.460286 [ 5 ] {a2795343-9a66-40d7-9262-28e10b97313a} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.460321 [ 5 ] {a2795343-9a66-40d7-9262-28e10b97313a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.460616 [ 5 ] {a2795343-9a66-40d7-9262-28e10b97313a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:57:09.460818 [ 5 ] {a2795343-9a66-40d7-9262-28e10b97313a} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.460951 [ 5 ] {a2795343-9a66-40d7-9262-28e10b97313a} executeQuery: Read 137 rows, 11.35 KiB in 0.001166 sec., 117495.71183533448 rows/sec., 9.51 MiB/sec. 2026.03.31 01:57:09.460988 [ 5 ] {a2795343-9a66-40d7-9262-28e10b97313a} TCPHandler: Processed in 0.001326184 sec. 2026.03.31 01:57:09.461091 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.461182 [ 5 ] {9f78e6bc-5105-4781-8e23-120b1ef8fdc4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:09.461223 [ 5 ] {9f78e6bc-5105-4781-8e23-120b1ef8fdc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:09.461596 [ 5 ] {9f78e6bc-5105-4781-8e23-120b1ef8fdc4} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.461630 [ 5 ] {9f78e6bc-5105-4781-8e23-120b1ef8fdc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.461949 [ 5 ] {9f78e6bc-5105-4781-8e23-120b1ef8fdc4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:57:09.462153 [ 5 ] {9f78e6bc-5105-4781-8e23-120b1ef8fdc4} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.462281 [ 5 ] {9f78e6bc-5105-4781-8e23-120b1ef8fdc4} executeQuery: Read 197 rows, 14.47 KiB in 0.001117 sec., 176365.2641002686 rows/sec., 12.65 MiB/sec. 2026.03.31 01:57:09.462316 [ 5 ] {9f78e6bc-5105-4781-8e23-120b1ef8fdc4} TCPHandler: Processed in 0.001274823 sec. 2026.03.31 01:57:09.462425 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.462516 [ 5 ] {713f0ffe-b821-44ff-bf75-988289e3df09} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:09.462570 [ 5 ] {713f0ffe-b821-44ff-bf75-988289e3df09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:09.463324 [ 5 ] {713f0ffe-b821-44ff-bf75-988289e3df09} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.463360 [ 5 ] {713f0ffe-b821-44ff-bf75-988289e3df09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.463862 [ 5 ] {713f0ffe-b821-44ff-bf75-988289e3df09} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:57:09.464085 [ 5 ] {713f0ffe-b821-44ff-bf75-988289e3df09} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.464222 [ 5 ] {713f0ffe-b821-44ff-bf75-988289e3df09} executeQuery: Read 22 rows, 40.37 KiB in 0.001723 sec., 12768.427161926873 rows/sec., 22.88 MiB/sec. 2026.03.31 01:57:09.464272 [ 5 ] {713f0ffe-b821-44ff-bf75-988289e3df09} TCPHandler: Processed in 0.001895303 sec. 2026.03.31 01:57:09.464380 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.464473 [ 5 ] {8e51a521-0fb4-45b0-b524-b30c03d22060} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.31 01:57:09.464515 [ 5 ] {8e51a521-0fb4-45b0-b524-b30c03d22060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.31 01:57:09.464824 [ 5 ] {8e51a521-0fb4-45b0-b524-b30c03d22060} oximeter.measurements_i64 (9efd2521-909a-4a4d-92ae-d7a5d06ce25d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.464860 [ 5 ] {8e51a521-0fb4-45b0-b524-b30c03d22060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.465164 [ 5 ] {8e51a521-0fb4-45b0-b524-b30c03d22060} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:57:09.465369 [ 5 ] {8e51a521-0fb4-45b0-b524-b30c03d22060} oximeter.measurements_i64 (9efd2521-909a-4a4d-92ae-d7a5d06ce25d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.465490 [ 5 ] {8e51a521-0fb4-45b0-b524-b30c03d22060} executeQuery: Read 21 rows, 1.57 KiB in 0.001035 sec., 20289.85507246377 rows/sec., 1.48 MiB/sec. 2026.03.31 01:57:09.465525 [ 5 ] {8e51a521-0fb4-45b0-b524-b30c03d22060} TCPHandler: Processed in 0.001194411 sec. 2026.03.31 01:57:09.465625 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:09.465717 [ 5 ] {5707b651-3f4c-4057-9945-87f5082eaf84} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:09.465757 [ 5 ] {5707b651-3f4c-4057-9945-87f5082eaf84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:09.466072 [ 5 ] {5707b651-3f4c-4057-9945-87f5082eaf84} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:09.466108 [ 5 ] {5707b651-3f4c-4057-9945-87f5082eaf84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:09.466400 [ 5 ] {5707b651-3f4c-4057-9945-87f5082eaf84} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:57:09.466610 [ 5 ] {5707b651-3f4c-4057-9945-87f5082eaf84} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:09.466734 [ 5 ] {5707b651-3f4c-4057-9945-87f5082eaf84} executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. 2026.03.31 01:57:09.466769 [ 5 ] {5707b651-3f4c-4057-9945-87f5082eaf84} TCPHandler: Processed in 0.001191871 sec. 2026.03.31 01:57:10.109053 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4272 2026.03.31 01:57:10.109568 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:10.109615 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:10.110114 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:57:10.110347 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:10.110492 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4272 2026.03.31 01:57:10.340077 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.31 01:57:10.356109 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:10.356176 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:10.362391 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:57:10.363101 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:10.366143 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.31 01:57:12.634018 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 324 2026.03.31 01:57:12.637983 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:12.638073 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:12.640157 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:57:12.640688 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:12.640929 [ 38 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.31 01:57:12.641016 [ 38 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:12.641041 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:12.641242 [ 192 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.31 01:57:12.641255 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 324 2026.03.31 01:57:12.642193 [ 192 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:12.642530 [ 192 ] {b8db6839-26a0-4787-8e19-b132c01ce574::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.03.31 01:57:12.643249 [ 192 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 86 rows starting from the beginning of the part 2026.03.31 01:57:12.643871 [ 192 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part 2026.03.31 01:57:12.644493 [ 192 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 18 rows starting from the beginning of the part 2026.03.31 01:57:12.645099 [ 192 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part 2026.03.31 01:57:12.645736 [ 192 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part 2026.03.31 01:57:12.656157 [ 188 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 72 columns (72 merged, 0 gathered) in 0.015012377 sec., 21582.191814127767 rows/sec., 21.91 MiB/sec. 2026.03.31 01:57:12.657252 [ 188 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.31 01:57:12.658291 [ 188 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:12.658417 [ 188 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_6_1} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.31 01:57:12.658698 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. 2026.03.31 01:57:12.994999 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64744 2026.03.31 01:57:12.995128 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:57:12.995168 [ 3 ] {} TCP-Session: 88a19871-f3a6-4cf9-b8a2-4dfecaa18ebf Authenticating user 'default' from [fd00:1122:3344:101::e]:64744 2026.03.31 01:57:12.995203 [ 3 ] {} TCP-Session: 88a19871-f3a6-4cf9-b8a2-4dfecaa18ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.995224 [ 3 ] {} TCP-Session: 88a19871-f3a6-4cf9-b8a2-4dfecaa18ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.995507 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46106 2026.03.31 01:57:12.995570 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52528 2026.03.31 01:57:12.995598 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38025 2026.03.31 01:57:12.995603 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50570 2026.03.31 01:57:12.995633 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39046 2026.03.31 01:57:12.995689 [ 3 ] {} TCP-Session: 88a19871-f3a6-4cf9-b8a2-4dfecaa18ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:12.995612 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42964 2026.03.31 01:57:12.995735 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:57:12.995750 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:57:12.995760 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:57:12.995779 [ 293 ] {} TCP-Session: ce7c53b6-e331-48f8-8c49-c9f388a6d814 Authenticating user 'default' from [fd00:1122:3344:101::e]:38025 2026.03.31 01:57:12.995801 [ 290 ] {} TCP-Session: eb077720-0e56-4175-b752-369f311a62c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:52528 2026.03.31 01:57:12.995813 [ 296 ] {} TCP-Session: c68ade8a-a010-4a7a-b501-2f2441ddd466 Authenticating user 'default' from [fd00:1122:3344:101::e]:39046 2026.03.31 01:57:12.995819 [ 293 ] {} TCP-Session: ce7c53b6-e331-48f8-8c49-c9f388a6d814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.995839 [ 290 ] {} TCP-Session: eb077720-0e56-4175-b752-369f311a62c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.995851 [ 296 ] {} TCP-Session: c68ade8a-a010-4a7a-b501-2f2441ddd466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.995870 [ 290 ] {} TCP-Session: eb077720-0e56-4175-b752-369f311a62c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.995883 [ 296 ] {} TCP-Session: c68ade8a-a010-4a7a-b501-2f2441ddd466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.995859 [ 293 ] {} TCP-Session: ce7c53b6-e331-48f8-8c49-c9f388a6d814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.995850 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:57:12.995944 [ 3 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} executeQuery: (from [fd00:1122:3344:101::e]:64744) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:57:12.995982 [ 294 ] {} TCP-Session: bae794a2-809a-4207-bade-fe7e4971ab80 Authenticating user 'default' from [fd00:1122:3344:101::e]:42964 2026.03.31 01:57:12.995760 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:57:12.996026 [ 294 ] {} TCP-Session: bae794a2-809a-4207-bade-fe7e4971ab80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.996048 [ 292 ] {} TCP-Session: 3a9b98dd-4eee-4c55-981d-3a8d9729b2ef Authenticating user 'default' from [fd00:1122:3344:101::e]:50570 2026.03.31 01:57:12.995598 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:57:12.996087 [ 292 ] {} TCP-Session: 3a9b98dd-4eee-4c55-981d-3a8d9729b2ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.996076 [ 294 ] {} TCP-Session: bae794a2-809a-4207-bade-fe7e4971ab80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.996121 [ 292 ] {} TCP-Session: 3a9b98dd-4eee-4c55-981d-3a8d9729b2ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.996125 [ 289 ] {} TCP-Session: 0706a3f7-94db-4be5-8f03-bc781ef10ad2 Authenticating user 'default' from [fd00:1122:3344:101::e]:46106 2026.03.31 01:57:12.995586 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38216 2026.03.31 01:57:12.996205 [ 289 ] {} TCP-Session: 0706a3f7-94db-4be5-8f03-bc781ef10ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.995622 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40156 2026.03.31 01:57:12.996259 [ 289 ] {} TCP-Session: 0706a3f7-94db-4be5-8f03-bc781ef10ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.996318 [ 3 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:57:12.996392 [ 3 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:57:12.996504 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:57:12.996510 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:57:12.996544 [ 295 ] {} TCP-Session: 2b6fe747-9b5f-4964-9d38-252035745867 Authenticating user 'default' from [fd00:1122:3344:101::e]:40156 2026.03.31 01:57:12.996549 [ 291 ] {} TCP-Session: 9ead2e45-19fd-4d7a-8f84-aebd66bdd57c Authenticating user 'default' from [fd00:1122:3344:101::e]:38216 2026.03.31 01:57:12.996568 [ 295 ] {} TCP-Session: 2b6fe747-9b5f-4964-9d38-252035745867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.996571 [ 291 ] {} TCP-Session: 9ead2e45-19fd-4d7a-8f84-aebd66bdd57c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.996582 [ 295 ] {} TCP-Session: 2b6fe747-9b5f-4964-9d38-252035745867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.996589 [ 291 ] {} TCP-Session: 9ead2e45-19fd-4d7a-8f84-aebd66bdd57c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:12.996778 [ 3 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:57:12.996889 [ 3 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} Aggregator: Compile expression max()(UInt64) 0 2026.03.31 01:57:13.515758 [ 330 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} AggregatingTransform: Aggregating 2026.03.31 01:57:13.515816 [ 330 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} Aggregator: Aggregation method: without_key 2026.03.31 01:57:13.515849 [ 330 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001197321 sec. (835.198 rows/sec., 32.62 KiB/sec.) 2026.03.31 01:57:13.515866 [ 330 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} Aggregator: Merging aggregated data 2026.03.31 01:57:13.516995 [ 3 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} executeQuery: Read 1 rows, 40.00 B in 0.521105 sec., 1.9189990500954701 rows/sec., 76.76 B/sec. 2026.03.31 01:57:13.517187 [ 3 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.31 01:57:13.517207 [ 3 ] {4d154151-3376-4d0b-8ff1-d9f9c90abd0f} TCPHandler: Processed in 0.521701698 sec. 2026.03.31 01:57:13.517358 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:13.517393 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:13.517408 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:13.517420 [ 296 ] {} TCP-Session: c68ade8a-a010-4a7a-b501-2f2441ddd466 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:13.517432 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:13.517467 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:13.517491 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:13.517515 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:13.517531 [ 289 ] {} TCP-Session: 0706a3f7-94db-4be5-8f03-bc781ef10ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:13.517549 [ 292 ] {} TCP-Session: 3a9b98dd-4eee-4c55-981d-3a8d9729b2ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:13.517559 [ 3 ] {} TCP-Session: 88a19871-f3a6-4cf9-b8a2-4dfecaa18ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:13.517508 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:13.517447 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:57:13.517509 [ 290 ] {} TCP-Session: eb077720-0e56-4175-b752-369f311a62c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:13.517631 [ 293 ] {} TCP-Session: ce7c53b6-e331-48f8-8c49-c9f388a6d814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:13.517655 [ 294 ] {} TCP-Session: bae794a2-809a-4207-bade-fe7e4971ab80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:13.517467 [ 291 ] {} TCP-Session: 9ead2e45-19fd-4d7a-8f84-aebd66bdd57c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:13.517465 [ 295 ] {} TCP-Session: 2b6fe747-9b5f-4964-9d38-252035745867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:57:14.000242 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 185.93 MiB, peak 197.06 MiB, free memory in arenas 0.00 B, will set to 204.41 MiB (RSS), difference: 18.49 MiB 2026.03.31 01:57:14.439562 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:14.439826 [ 5 ] {9fc685ad-f79c-4d0c-bd1f-50a023a433ce} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:14.439925 [ 5 ] {9fc685ad-f79c-4d0c-bd1f-50a023a433ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:14.440701 [ 5 ] {9fc685ad-f79c-4d0c-bd1f-50a023a433ce} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.440752 [ 5 ] {9fc685ad-f79c-4d0c-bd1f-50a023a433ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.441168 [ 5 ] {9fc685ad-f79c-4d0c-bd1f-50a023a433ce} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:57:14.441402 [ 5 ] {9fc685ad-f79c-4d0c-bd1f-50a023a433ce} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.441562 [ 5 ] {9fc685ad-f79c-4d0c-bd1f-50a023a433ce} executeQuery: Read 76 rows, 6.39 KiB in 0.001809 sec., 42012.16141514649 rows/sec., 3.45 MiB/sec. 2026.03.31 01:57:14.441556 [ 36 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.31 01:57:14.441610 [ 5 ] {9fc685ad-f79c-4d0c-bd1f-50a023a433ce} TCPHandler: Processed in 0.002218439 sec. 2026.03.31 01:57:14.441653 [ 36 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.441686 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.441751 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:14.441818 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::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.03.31 01:57:14.441859 [ 5 ] {d7667d9b-2672-4e06-b983-2ac48b344ed2} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:14.441909 [ 5 ] {d7667d9b-2672-4e06-b983-2ac48b344ed2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:14.441965 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:14.442018 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 916 rows starting from the beginning of the part 2026.03.31 01:57:14.442131 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part 2026.03.31 01:57:14.442196 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::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.03.31 01:57:14.442250 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part 2026.03.31 01:57:14.442301 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 221 rows starting from the beginning of the part 2026.03.31 01:57:14.442332 [ 5 ] {d7667d9b-2672-4e06-b983-2ac48b344ed2} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.442350 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part 2026.03.31 01:57:14.442377 [ 5 ] {d7667d9b-2672-4e06-b983-2ac48b344ed2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.442713 [ 5 ] {d7667d9b-2672-4e06-b983-2ac48b344ed2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:57:14.442946 [ 5 ] {d7667d9b-2672-4e06-b983-2ac48b344ed2} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.443088 [ 5 ] {d7667d9b-2672-4e06-b983-2ac48b344ed2} executeQuery: Read 10 rows, 770.00 B in 0.001252 sec., 7987.220447284344 rows/sec., 600.60 KiB/sec. 2026.03.31 01:57:14.443127 [ 5 ] {d7667d9b-2672-4e06-b983-2ac48b344ed2} TCPHandler: Processed in 0.001437065 sec. 2026.03.31 01:57:14.443252 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:14.443372 [ 5 ] {c73e9191-f15b-4cd1-bb06-a30298a44d67} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:14.443422 [ 5 ] {c73e9191-f15b-4cd1-bb06-a30298a44d67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:14.443497 [ 192 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1423 rows, containing 5 columns (5 merged, 0 gathered) in 0.001734731 sec., 820300.0926368411 rows/sec., 69.83 MiB/sec. 2026.03.31 01:57:14.443826 [ 200 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.31 01:57:14.443947 [ 5 ] {c73e9191-f15b-4cd1-bb06-a30298a44d67} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.443999 [ 5 ] {c73e9191-f15b-4cd1-bb06-a30298a44d67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.444221 [ 200 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.444331 [ 200 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_11_2} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.31 01:57:14.444403 [ 5 ] {c73e9191-f15b-4cd1-bb06-a30298a44d67} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:57:14.444432 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.31 01:57:14.444622 [ 5 ] {c73e9191-f15b-4cd1-bb06-a30298a44d67} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.444729 [ 36 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.31 01:57:14.444760 [ 5 ] {c73e9191-f15b-4cd1-bb06-a30298a44d67} executeQuery: Read 74 rows, 5.92 KiB in 0.001413 sec., 52370.84217975938 rows/sec., 4.09 MiB/sec. 2026.03.31 01:57:14.444762 [ 36 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.444802 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.444804 [ 5 ] {c73e9191-f15b-4cd1-bb06-a30298a44d67} TCPHandler: Processed in 0.001614679 sec. 2026.03.31 01:57:14.444864 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::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.03.31 01:57:14.444934 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:14.444957 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:14.444985 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 524 rows starting from the beginning of the part 2026.03.31 01:57:14.445033 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part 2026.03.31 01:57:14.445035 [ 5 ] {4ec68370-dd79-4851-9c99-587705303d14} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:14.445070 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::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.03.31 01:57:14.445090 [ 5 ] {4ec68370-dd79-4851-9c99-587705303d14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:14.445110 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part 2026.03.31 01:57:14.445152 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 137 rows starting from the beginning of the part 2026.03.31 01:57:14.445187 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 74 rows starting from the beginning of the part 2026.03.31 01:57:14.445495 [ 5 ] {4ec68370-dd79-4851-9c99-587705303d14} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.445536 [ 5 ] {4ec68370-dd79-4851-9c99-587705303d14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.445898 [ 5 ] {4ec68370-dd79-4851-9c99-587705303d14} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:57:14.446044 [ 192 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 951 rows, containing 5 columns (5 merged, 0 gathered) in 0.001206891 sec., 787975.0532566735 rows/sec., 61.93 MiB/sec. 2026.03.31 01:57:14.446129 [ 5 ] {4ec68370-dd79-4851-9c99-587705303d14} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.446216 [ 200 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.31 01:57:14.446239 [ 36 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.31 01:57:14.446266 [ 5 ] {4ec68370-dd79-4851-9c99-587705303d14} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.03.31 01:57:14.446270 [ 36 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.446312 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.446313 [ 5 ] {4ec68370-dd79-4851-9c99-587705303d14} TCPHandler: Processed in 0.001428615 sec. 2026.03.31 01:57:14.446421 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::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.03.31 01:57:14.446441 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:14.446496 [ 200 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.446544 [ 5 ] {7aa91998-ad1c-4ce1-858a-467b7035a6ba} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:14.446552 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:14.446577 [ 200 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_11_2} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.31 01:57:14.446605 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1173 rows starting from the beginning of the part 2026.03.31 01:57:14.446609 [ 5 ] {7aa91998-ad1c-4ce1-858a-467b7035a6ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:14.446654 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.03.31 01:57:14.446690 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 162 rows starting from the beginning of the part 2026.03.31 01:57:14.446746 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.03.31 01:57:14.446792 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::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.03.31 01:57:14.446837 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 197 rows starting from the beginning of the part 2026.03.31 01:57:14.446879 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.03.31 01:57:14.447367 [ 5 ] {7aa91998-ad1c-4ce1-858a-467b7035a6ba} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.447408 [ 5 ] {7aa91998-ad1c-4ce1-858a-467b7035a6ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.447930 [ 5 ] {7aa91998-ad1c-4ce1-858a-467b7035a6ba} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:57:14.448141 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2012 rows, containing 5 columns (5 merged, 0 gathered) in 0.001771322 sec., 1135874.7873057523 rows/sec., 79.60 MiB/sec. 2026.03.31 01:57:14.448175 [ 5 ] {7aa91998-ad1c-4ce1-858a-467b7035a6ba} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.448314 [ 5 ] {7aa91998-ad1c-4ce1-858a-467b7035a6ba} executeQuery: Read 10 rows, 18.35 KiB in 0.001789 sec., 5589.714924538848 rows/sec., 10.02 MiB/sec. 2026.03.31 01:57:14.448369 [ 5 ] {7aa91998-ad1c-4ce1-858a-467b7035a6ba} TCPHandler: Processed in 0.001978256 sec. 2026.03.31 01:57:14.448376 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.31 01:57:14.448482 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:14.448583 [ 5 ] {76834383-7c92-4ef3-975e-9ea7f45c02c9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:14.448628 [ 5 ] {76834383-7c92-4ef3-975e-9ea7f45c02c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:14.448672 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.448756 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_11_2} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.31 01:57:14.448823 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.31 01:57:14.448963 [ 5 ] {76834383-7c92-4ef3-975e-9ea7f45c02c9} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.449003 [ 5 ] {76834383-7c92-4ef3-975e-9ea7f45c02c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.449311 [ 5 ] {76834383-7c92-4ef3-975e-9ea7f45c02c9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:57:14.449520 [ 5 ] {76834383-7c92-4ef3-975e-9ea7f45c02c9} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.449616 [ 36 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.31 01:57:14.449646 [ 36 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:14.449646 [ 5 ] {76834383-7c92-4ef3-975e-9ea7f45c02c9} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.03.31 01:57:14.449664 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:14.449696 [ 5 ] {76834383-7c92-4ef3-975e-9ea7f45c02c9} TCPHandler: Processed in 0.001264332 sec. 2026.03.31 01:57:14.449748 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::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.03.31 01:57:14.449832 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:14.449861 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::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.03.31 01:57:14.449916 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.03.31 01:57:14.449956 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.03.31 01:57:14.449991 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::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.03.31 01:57:14.450027 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.03.31 01:57:14.450063 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::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.03.31 01:57:14.450803 [ 199 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.001085819 sec., 552578.2842260082 rows/sec., 36.70 MiB/sec. 2026.03.31 01:57:14.450926 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.31 01:57:14.451161 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_11_2} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:14.451229 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_11_2} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.31 01:57:14.451284 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.03.31 01:57:17.522873 [ 31 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:57:17.522952 [ 31 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:57:17.610573 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4720 2026.03.31 01:57:17.611385 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:17.611468 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:17.611972 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:57:17.612201 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:17.612356 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4720 2026.03.31 01:57:17.866197 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.31 01:57:17.883355 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:17.883407 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:17.889231 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:57:17.889908 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:17.892947 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.31 01:57:19.438831 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:19.439011 [ 5 ] {f91903f9-a3f4-44cf-876b-2d694ec7bb01} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:19.439078 [ 5 ] {f91903f9-a3f4-44cf-876b-2d694ec7bb01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:19.439739 [ 5 ] {f91903f9-a3f4-44cf-876b-2d694ec7bb01} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:19.439785 [ 5 ] {f91903f9-a3f4-44cf-876b-2d694ec7bb01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:19.440167 [ 5 ] {f91903f9-a3f4-44cf-876b-2d694ec7bb01} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:57:19.440385 [ 5 ] {f91903f9-a3f4-44cf-876b-2d694ec7bb01} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:19.440612 [ 5 ] {f91903f9-a3f4-44cf-876b-2d694ec7bb01} executeQuery: Read 102 rows, 8.72 KiB in 0.001648 sec., 61893.203883495145 rows/sec., 5.17 MiB/sec. 2026.03.31 01:57:19.440660 [ 5 ] {f91903f9-a3f4-44cf-876b-2d694ec7bb01} TCPHandler: Processed in 0.001955175 sec. 2026.03.31 01:57:19.440788 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:19.440892 [ 5 ] {f2a096c6-d530-47f4-a30e-65401830a35e} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:19.440937 [ 5 ] {f2a096c6-d530-47f4-a30e-65401830a35e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:19.441360 [ 5 ] {f2a096c6-d530-47f4-a30e-65401830a35e} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:19.441398 [ 5 ] {f2a096c6-d530-47f4-a30e-65401830a35e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:19.441707 [ 5 ] {f2a096c6-d530-47f4-a30e-65401830a35e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:57:19.441937 [ 5 ] {f2a096c6-d530-47f4-a30e-65401830a35e} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:19.442073 [ 5 ] {f2a096c6-d530-47f4-a30e-65401830a35e} executeQuery: Read 23 rows, 1.73 KiB in 0.001205 sec., 19087.136929460583 rows/sec., 1.40 MiB/sec. 2026.03.31 01:57:19.442111 [ 5 ] {f2a096c6-d530-47f4-a30e-65401830a35e} TCPHandler: Processed in 0.001374735 sec. 2026.03.31 01:57:19.442232 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:19.442354 [ 5 ] {5edf7781-7e62-4e34-9f48-dbb2d80d0044} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:19.442402 [ 5 ] {5edf7781-7e62-4e34-9f48-dbb2d80d0044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:19.442848 [ 5 ] {5edf7781-7e62-4e34-9f48-dbb2d80d0044} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:19.442884 [ 5 ] {5edf7781-7e62-4e34-9f48-dbb2d80d0044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:19.443198 [ 5 ] {5edf7781-7e62-4e34-9f48-dbb2d80d0044} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:57:19.443433 [ 5 ] {5edf7781-7e62-4e34-9f48-dbb2d80d0044} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:19.443560 [ 5 ] {5edf7781-7e62-4e34-9f48-dbb2d80d0044} executeQuery: Read 87 rows, 6.96 KiB in 0.001232 sec., 70616.88311688311 rows/sec., 5.51 MiB/sec. 2026.03.31 01:57:19.443596 [ 5 ] {5edf7781-7e62-4e34-9f48-dbb2d80d0044} TCPHandler: Processed in 0.001424306 sec. 2026.03.31 01:57:19.443704 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:19.443797 [ 5 ] {89f1bc2c-7741-4c23-9aaf-da69e0341f4c} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:19.443839 [ 5 ] {89f1bc2c-7741-4c23-9aaf-da69e0341f4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:19.444232 [ 5 ] {89f1bc2c-7741-4c23-9aaf-da69e0341f4c} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:19.444267 [ 5 ] {89f1bc2c-7741-4c23-9aaf-da69e0341f4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:19.444603 [ 5 ] {89f1bc2c-7741-4c23-9aaf-da69e0341f4c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:57:19.444809 [ 5 ] {89f1bc2c-7741-4c23-9aaf-da69e0341f4c} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:19.444941 [ 5 ] {89f1bc2c-7741-4c23-9aaf-da69e0341f4c} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.03.31 01:57:19.444977 [ 5 ] {89f1bc2c-7741-4c23-9aaf-da69e0341f4c} TCPHandler: Processed in 0.001320904 sec. 2026.03.31 01:57:19.445084 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:19.445175 [ 5 ] {d9398db6-b44a-48cd-b6f9-5ae2c2a47f63} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:19.445229 [ 5 ] {d9398db6-b44a-48cd-b6f9-5ae2c2a47f63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:19.445986 [ 5 ] {d9398db6-b44a-48cd-b6f9-5ae2c2a47f63} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:19.446022 [ 5 ] {d9398db6-b44a-48cd-b6f9-5ae2c2a47f63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:19.446555 [ 5 ] {d9398db6-b44a-48cd-b6f9-5ae2c2a47f63} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:57:19.446769 [ 5 ] {d9398db6-b44a-48cd-b6f9-5ae2c2a47f63} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:19.446906 [ 5 ] {d9398db6-b44a-48cd-b6f9-5ae2c2a47f63} executeQuery: Read 23 rows, 42.20 KiB in 0.001749 sec., 13150.37164093768 rows/sec., 23.56 MiB/sec. 2026.03.31 01:57:19.446962 [ 5 ] {d9398db6-b44a-48cd-b6f9-5ae2c2a47f63} TCPHandler: Processed in 0.001925424 sec. 2026.03.31 01:57:19.447072 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:19.447164 [ 5 ] {8a07b425-73ad-41c3-ab19-9bf3ec0b08f1} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:19.447205 [ 5 ] {8a07b425-73ad-41c3-ab19-9bf3ec0b08f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:19.447532 [ 5 ] {8a07b425-73ad-41c3-ab19-9bf3ec0b08f1} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:19.447567 [ 5 ] {8a07b425-73ad-41c3-ab19-9bf3ec0b08f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:19.447862 [ 5 ] {8a07b425-73ad-41c3-ab19-9bf3ec0b08f1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:57:19.448065 [ 5 ] {8a07b425-73ad-41c3-ab19-9bf3ec0b08f1} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:19.448190 [ 5 ] {8a07b425-73ad-41c3-ab19-9bf3ec0b08f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2026.03.31 01:57:19.448225 [ 5 ] {8a07b425-73ad-41c3-ab19-9bf3ec0b08f1} TCPHandler: Processed in 0.001200431 sec. 2026.03.31 01:57:22.641518 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 350 2026.03.31 01:57:22.643630 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:22.643687 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:22.644863 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:57:22.645135 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:22.645464 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 350 2026.03.31 01:57:24.439899 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:24.440080 [ 5 ] {bc2be725-73f9-41d5-825a-b815be7fe29b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:57:24.440149 [ 5 ] {bc2be725-73f9-41d5-825a-b815be7fe29b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:57:24.440782 [ 5 ] {bc2be725-73f9-41d5-825a-b815be7fe29b} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:24.440829 [ 5 ] {bc2be725-73f9-41d5-825a-b815be7fe29b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:24.441214 [ 5 ] {bc2be725-73f9-41d5-825a-b815be7fe29b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:57:24.441437 [ 5 ] {bc2be725-73f9-41d5-825a-b815be7fe29b} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:24.441596 [ 5 ] {bc2be725-73f9-41d5-825a-b815be7fe29b} executeQuery: Read 8 rows, 668.00 B in 0.001567 sec., 5105.2967453733245 rows/sec., 416.30 KiB/sec. 2026.03.31 01:57:24.441645 [ 5 ] {bc2be725-73f9-41d5-825a-b815be7fe29b} TCPHandler: Processed in 0.001873904 sec. 2026.03.31 01:57:24.441777 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:24.441880 [ 5 ] {d837ed4c-3fa9-4948-bddd-56fb858abcb9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:24.441925 [ 5 ] {d837ed4c-3fa9-4948-bddd-56fb858abcb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:24.442396 [ 5 ] {d837ed4c-3fa9-4948-bddd-56fb858abcb9} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:24.442434 [ 5 ] {d837ed4c-3fa9-4948-bddd-56fb858abcb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:24.442757 [ 5 ] {d837ed4c-3fa9-4948-bddd-56fb858abcb9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:57:24.442969 [ 5 ] {d837ed4c-3fa9-4948-bddd-56fb858abcb9} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:24.443099 [ 5 ] {d837ed4c-3fa9-4948-bddd-56fb858abcb9} executeQuery: Read 94 rows, 8.02 KiB in 0.001243 sec., 75623.4915526951 rows/sec., 6.30 MiB/sec. 2026.03.31 01:57:24.443136 [ 5 ] {d837ed4c-3fa9-4948-bddd-56fb858abcb9} TCPHandler: Processed in 0.001412455 sec. 2026.03.31 01:57:24.443249 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:24.443345 [ 5 ] {ff78427f-f767-459d-bb60-191630f1b414} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:24.443386 [ 5 ] {ff78427f-f767-459d-bb60-191630f1b414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:24.443784 [ 5 ] {ff78427f-f767-459d-bb60-191630f1b414} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:24.443821 [ 5 ] {ff78427f-f767-459d-bb60-191630f1b414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:24.444110 [ 5 ] {ff78427f-f767-459d-bb60-191630f1b414} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:57:24.444323 [ 5 ] {ff78427f-f767-459d-bb60-191630f1b414} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:24.444449 [ 5 ] {ff78427f-f767-459d-bb60-191630f1b414} executeQuery: Read 25 rows, 1.84 KiB in 0.001124 sec., 22241.992882562277 rows/sec., 1.60 MiB/sec. 2026.03.31 01:57:24.444486 [ 5 ] {ff78427f-f767-459d-bb60-191630f1b414} TCPHandler: Processed in 0.001286263 sec. 2026.03.31 01:57:24.444607 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:24.444728 [ 5 ] {f0e8b7f1-0fb2-40eb-9838-8cea9dcd55c9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:24.444778 [ 5 ] {f0e8b7f1-0fb2-40eb-9838-8cea9dcd55c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:24.445303 [ 5 ] {f0e8b7f1-0fb2-40eb-9838-8cea9dcd55c9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:24.445346 [ 5 ] {f0e8b7f1-0fb2-40eb-9838-8cea9dcd55c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:24.445704 [ 5 ] {f0e8b7f1-0fb2-40eb-9838-8cea9dcd55c9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:57:24.445913 [ 5 ] {f0e8b7f1-0fb2-40eb-9838-8cea9dcd55c9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:24.446041 [ 5 ] {f0e8b7f1-0fb2-40eb-9838-8cea9dcd55c9} executeQuery: Read 95 rows, 7.61 KiB in 0.001339 sec., 70948.46900672144 rows/sec., 5.55 MiB/sec. 2026.03.31 01:57:24.446078 [ 5 ] {f0e8b7f1-0fb2-40eb-9838-8cea9dcd55c9} TCPHandler: Processed in 0.001531568 sec. 2026.03.31 01:57:24.446190 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:24.446284 [ 5 ] {36f11d07-3c0b-4743-986d-0f5969bb53b6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:24.446328 [ 5 ] {36f11d07-3c0b-4743-986d-0f5969bb53b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:24.446736 [ 5 ] {36f11d07-3c0b-4743-986d-0f5969bb53b6} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:24.446771 [ 5 ] {36f11d07-3c0b-4743-986d-0f5969bb53b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:24.447090 [ 5 ] {36f11d07-3c0b-4743-986d-0f5969bb53b6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:57:24.447309 [ 5 ] {36f11d07-3c0b-4743-986d-0f5969bb53b6} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:24.447436 [ 5 ] {36f11d07-3c0b-4743-986d-0f5969bb53b6} executeQuery: Read 164 rows, 11.69 KiB in 0.001171 sec., 140051.23825789924 rows/sec., 9.75 MiB/sec. 2026.03.31 01:57:24.447472 [ 5 ] {36f11d07-3c0b-4743-986d-0f5969bb53b6} TCPHandler: Processed in 0.001332514 sec. 2026.03.31 01:57:24.447582 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:24.447674 [ 5 ] {5c015c41-66cd-410b-8db5-ade587d707b3} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:24.447728 [ 5 ] {5c015c41-66cd-410b-8db5-ade587d707b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:24.448482 [ 5 ] {5c015c41-66cd-410b-8db5-ade587d707b3} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:24.448519 [ 5 ] {5c015c41-66cd-410b-8db5-ade587d707b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:24.449028 [ 5 ] {5c015c41-66cd-410b-8db5-ade587d707b3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:57:24.449239 [ 5 ] {5c015c41-66cd-410b-8db5-ade587d707b3} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:24.449338 [ 67 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.31 01:57:24.449367 [ 5 ] {5c015c41-66cd-410b-8db5-ade587d707b3} executeQuery: Read 17 rows, 31.19 KiB in 0.001711 sec., 9935.710111046172 rows/sec., 17.80 MiB/sec. 2026.03.31 01:57:24.449408 [ 67 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:24.449427 [ 5 ] {5c015c41-66cd-410b-8db5-ade587d707b3} TCPHandler: Processed in 0.001894943 sec. 2026.03.31 01:57:24.449433 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:24.449553 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:24.449574 [ 200 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.31 01:57:24.449650 [ 5 ] {fc2190a7-6b40-4342-978d-78d1db853678} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.31 01:57:24.449695 [ 5 ] {fc2190a7-6b40-4342-978d-78d1db853678} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.31 01:57:24.449861 [ 200 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:24.449945 [ 200 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.03.31 01:57:24.450007 [ 5 ] {fc2190a7-6b40-4342-978d-78d1db853678} oximeter.measurements_i64 (9efd2521-909a-4a4d-92ae-d7a5d06ce25d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:24.450047 [ 5 ] {fc2190a7-6b40-4342-978d-78d1db853678} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:24.450135 [ 200 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.03.31 01:57:24.450272 [ 200 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2026.03.31 01:57:24.450338 [ 5 ] {fc2190a7-6b40-4342-978d-78d1db853678} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:57:24.450399 [ 200 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.03.31 01:57:24.450521 [ 200 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part 2026.03.31 01:57:24.450563 [ 5 ] {fc2190a7-6b40-4342-978d-78d1db853678} oximeter.measurements_i64 (9efd2521-909a-4a4d-92ae-d7a5d06ce25d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:24.450646 [ 200 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 17 rows starting from the beginning of the part 2026.03.31 01:57:24.450695 [ 5 ] {fc2190a7-6b40-4342-978d-78d1db853678} executeQuery: Read 6 rows, 434.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 398.71 KiB/sec. 2026.03.31 01:57:24.450735 [ 5 ] {fc2190a7-6b40-4342-978d-78d1db853678} TCPHandler: Processed in 0.001235882 sec. 2026.03.31 01:57:24.450858 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:24.450978 [ 5 ] {aac5299e-e00b-4431-9918-62c279dd1525} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:24.451030 [ 5 ] {aac5299e-e00b-4431-9918-62c279dd1525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:24.451434 [ 5 ] {aac5299e-e00b-4431-9918-62c279dd1525} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:24.451479 [ 5 ] {aac5299e-e00b-4431-9918-62c279dd1525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:24.451840 [ 5 ] {aac5299e-e00b-4431-9918-62c279dd1525} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:57:24.452067 [ 5 ] {aac5299e-e00b-4431-9918-62c279dd1525} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:24.452200 [ 5 ] {aac5299e-e00b-4431-9918-62c279dd1525} executeQuery: Read 60 rows, 4.14 KiB in 0.001247 sec., 48115.477145148354 rows/sec., 3.24 MiB/sec. 2026.03.31 01:57:24.452236 [ 5 ] {aac5299e-e00b-4431-9918-62c279dd1525} TCPHandler: Processed in 0.001439236 sec. 2026.03.31 01:57:24.452514 [ 199 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 92 rows, containing 19 columns (19 merged, 0 gathered) in 0.003004814 sec., 30617.535727668997 rows/sec., 54.87 MiB/sec. 2026.03.31 01:57:24.452943 [ 198 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.31 01:57:24.453367 [ 198 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:24.453444 [ 198 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_6_1} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.31 01:57:24.453576 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.03.31 01:57:25.112451 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5232 2026.03.31 01:57:25.113338 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:25.113417 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:25.114196 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:57:25.114425 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:25.114559 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5232 2026.03.31 01:57:25.114594 [ 90 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.31 01:57:25.114696 [ 90 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:25.114735 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:25.114877 [ 200 ] {fe625a4a-596f-4114-8172-c65c063c6262::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.03.31 01:57:25.115032 [ 200 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:25.115075 [ 200 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2026.03.31 01:57:25.115145 [ 200 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 506 rows starting from the beginning of the part 2026.03.31 01:57:25.115201 [ 200 ] {fe625a4a-596f-4114-8172-c65c063c6262::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.03.31 01:57:25.115245 [ 200 ] {fe625a4a-596f-4114-8172-c65c063c6262::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.03.31 01:57:25.115285 [ 200 ] {fe625a4a-596f-4114-8172-c65c063c6262::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.03.31 01:57:25.115330 [ 200 ] {fe625a4a-596f-4114-8172-c65c063c6262::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.03.31 01:57:25.116768 [ 199 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5232 rows, containing 4 columns (4 merged, 0 gathered) in 0.001951675 sec., 2680774.206771107 rows/sec., 38.35 MiB/sec. 2026.03.31 01:57:25.117720 [ 199 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.31 01:57:25.118052 [ 199 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_11_2} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:25.118136 [ 199 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_11_2} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.31 01:57:25.118231 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.31 01:57:25.393012 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.31 01:57:25.410026 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:25.410081 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:25.416184 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:57:25.416879 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:25.417139 [ 90 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.31 01:57:25.417178 [ 90 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:25.417197 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:25.417300 [ 195 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::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.03.31 01:57:25.419839 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.31 01:57:25.420314 [ 195 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:25.421008 [ 195 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::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.03.31 01:57:25.424487 [ 195 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::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.03.31 01:57:25.427993 [ 195 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::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.03.31 01:57:25.431970 [ 195 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::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.03.31 01:57:25.436568 [ 195 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::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.03.31 01:57:25.440796 [ 195 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::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.03.31 01:57:25.491868 [ 190 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.074604201 sec., 1112.5378850984546 rows/sec., 5.75 MiB/sec. 2026.03.31 01:57:25.494427 [ 190 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.31 01:57:25.496554 [ 190 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_11_2} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:25.496664 [ 190 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_11_2} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.31 01:57:25.498748 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.31 01:57:26.000171 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 207.52 MiB, peak 217.40 MiB, free memory in arenas 0.00 B, will set to 218.23 MiB (RSS), difference: 10.71 MiB 2026.03.31 01:57:29.440105 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:29.440368 [ 5 ] {4c6a6e29-634e-4e38-b8f4-53bd6746813f} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:29.440465 [ 5 ] {4c6a6e29-634e-4e38-b8f4-53bd6746813f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:29.441218 [ 5 ] {4c6a6e29-634e-4e38-b8f4-53bd6746813f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:29.441269 [ 5 ] {4c6a6e29-634e-4e38-b8f4-53bd6746813f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:29.441676 [ 5 ] {4c6a6e29-634e-4e38-b8f4-53bd6746813f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:57:29.441919 [ 5 ] {4c6a6e29-634e-4e38-b8f4-53bd6746813f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:29.442073 [ 5 ] {4c6a6e29-634e-4e38-b8f4-53bd6746813f} executeQuery: Read 102 rows, 8.72 KiB in 0.001777 sec., 57400.11254924029 rows/sec., 4.79 MiB/sec. 2026.03.31 01:57:29.442120 [ 5 ] {4c6a6e29-634e-4e38-b8f4-53bd6746813f} TCPHandler: Processed in 0.002185789 sec. 2026.03.31 01:57:29.442243 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:29.442345 [ 5 ] {726210a4-d2d3-407b-9c5d-64bc3cd92ea1} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:29.442388 [ 5 ] {726210a4-d2d3-407b-9c5d-64bc3cd92ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:29.442795 [ 5 ] {726210a4-d2d3-407b-9c5d-64bc3cd92ea1} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:29.442832 [ 5 ] {726210a4-d2d3-407b-9c5d-64bc3cd92ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:29.443144 [ 5 ] {726210a4-d2d3-407b-9c5d-64bc3cd92ea1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:57:29.443354 [ 5 ] {726210a4-d2d3-407b-9c5d-64bc3cd92ea1} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:29.443485 [ 5 ] {726210a4-d2d3-407b-9c5d-64bc3cd92ea1} executeQuery: Read 23 rows, 1.73 KiB in 0.001163 sec., 19776.440240756663 rows/sec., 1.45 MiB/sec. 2026.03.31 01:57:29.443522 [ 5 ] {726210a4-d2d3-407b-9c5d-64bc3cd92ea1} TCPHandler: Processed in 0.001332114 sec. 2026.03.31 01:57:29.443646 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:29.443770 [ 5 ] {d0c82a7e-21ed-4105-8c3c-573ec86dc70c} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:29.443820 [ 5 ] {d0c82a7e-21ed-4105-8c3c-573ec86dc70c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:29.444335 [ 5 ] {d0c82a7e-21ed-4105-8c3c-573ec86dc70c} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:29.444380 [ 5 ] {d0c82a7e-21ed-4105-8c3c-573ec86dc70c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:29.444766 [ 5 ] {d0c82a7e-21ed-4105-8c3c-573ec86dc70c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:57:29.444991 [ 5 ] {d0c82a7e-21ed-4105-8c3c-573ec86dc70c} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:29.445126 [ 5 ] {d0c82a7e-21ed-4105-8c3c-573ec86dc70c} executeQuery: Read 87 rows, 6.96 KiB in 0.001382 sec., 62952.24312590449 rows/sec., 4.92 MiB/sec. 2026.03.31 01:57:29.445164 [ 5 ] {d0c82a7e-21ed-4105-8c3c-573ec86dc70c} TCPHandler: Processed in 0.001580369 sec. 2026.03.31 01:57:29.445276 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:29.445372 [ 5 ] {c491d130-838b-4138-a3e1-f2c01d97f0d9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:29.445417 [ 5 ] {c491d130-838b-4138-a3e1-f2c01d97f0d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:29.445814 [ 5 ] {c491d130-838b-4138-a3e1-f2c01d97f0d9} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:29.445850 [ 5 ] {c491d130-838b-4138-a3e1-f2c01d97f0d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:29.446197 [ 5 ] {c491d130-838b-4138-a3e1-f2c01d97f0d9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:57:29.446411 [ 5 ] {c491d130-838b-4138-a3e1-f2c01d97f0d9} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:29.446542 [ 5 ] {c491d130-838b-4138-a3e1-f2c01d97f0d9} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.03.31 01:57:29.446579 [ 5 ] {c491d130-838b-4138-a3e1-f2c01d97f0d9} TCPHandler: Processed in 0.001353574 sec. 2026.03.31 01:57:29.446705 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:29.446829 [ 5 ] {26880749-75ea-4aae-8346-4e4ad897aa8b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:29.446897 [ 5 ] {26880749-75ea-4aae-8346-4e4ad897aa8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:29.447784 [ 5 ] {26880749-75ea-4aae-8346-4e4ad897aa8b} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:29.447823 [ 5 ] {26880749-75ea-4aae-8346-4e4ad897aa8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:29.448373 [ 5 ] {26880749-75ea-4aae-8346-4e4ad897aa8b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:57:29.448625 [ 5 ] {26880749-75ea-4aae-8346-4e4ad897aa8b} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:29.448768 [ 5 ] {26880749-75ea-4aae-8346-4e4ad897aa8b} executeQuery: Read 23 rows, 42.20 KiB in 0.001964 sec., 11710.794297352342 rows/sec., 20.99 MiB/sec. 2026.03.31 01:57:29.448826 [ 5 ] {26880749-75ea-4aae-8346-4e4ad897aa8b} TCPHandler: Processed in 0.002183839 sec. 2026.03.31 01:57:29.448941 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:29.449038 [ 5 ] {cbb7a815-c938-47a0-a038-3a7feb27e293} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:29.449081 [ 5 ] {cbb7a815-c938-47a0-a038-3a7feb27e293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:29.449418 [ 5 ] {cbb7a815-c938-47a0-a038-3a7feb27e293} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:29.449455 [ 5 ] {cbb7a815-c938-47a0-a038-3a7feb27e293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:29.449796 [ 5 ] {cbb7a815-c938-47a0-a038-3a7feb27e293} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:57:29.450012 [ 5 ] {cbb7a815-c938-47a0-a038-3a7feb27e293} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:29.450144 [ 5 ] {cbb7a815-c938-47a0-a038-3a7feb27e293} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.03.31 01:57:29.450181 [ 5 ] {cbb7a815-c938-47a0-a038-3a7feb27e293} TCPHandler: Processed in 0.001290673 sec. 2026.03.31 01:57:32.523003 [ 149 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:57:32.523073 [ 149 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:57:32.614644 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5680 2026.03.31 01:57:32.615128 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:32.615172 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:32.615794 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:57:32.616041 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:32.616193 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5680 2026.03.31 01:57:32.645583 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 378 2026.03.31 01:57:32.647808 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:32.647867 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:32.649088 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:57:32.649377 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:32.649734 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 378 2026.03.31 01:57:32.919911 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.31 01:57:32.937265 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:32.937327 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:32.943176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:57:32.943940 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:32.947019 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.31 01:57:34.439533 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:34.439732 [ 5 ] {26f88b17-b64b-4106-9d73-c43373f3e1bf} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:34.439802 [ 5 ] {26f88b17-b64b-4106-9d73-c43373f3e1bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:34.440464 [ 5 ] {26f88b17-b64b-4106-9d73-c43373f3e1bf} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:34.440508 [ 5 ] {26f88b17-b64b-4106-9d73-c43373f3e1bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:34.440898 [ 5 ] {26f88b17-b64b-4106-9d73-c43373f3e1bf} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:57:34.441116 [ 5 ] {26f88b17-b64b-4106-9d73-c43373f3e1bf} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:34.441260 [ 5 ] {26f88b17-b64b-4106-9d73-c43373f3e1bf} executeQuery: Read 90 rows, 7.73 KiB in 0.001583 sec., 56854.07454200884 rows/sec., 4.77 MiB/sec. 2026.03.31 01:57:34.441301 [ 5 ] {26f88b17-b64b-4106-9d73-c43373f3e1bf} TCPHandler: Processed in 0.001936024 sec. 2026.03.31 01:57:34.441433 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:34.441528 [ 5 ] {4a3d8c4f-2ba9-4a09-b8a8-e17e562f4e6a} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:34.441568 [ 5 ] {4a3d8c4f-2ba9-4a09-b8a8-e17e562f4e6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:34.441974 [ 5 ] {4a3d8c4f-2ba9-4a09-b8a8-e17e562f4e6a} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:34.442010 [ 5 ] {4a3d8c4f-2ba9-4a09-b8a8-e17e562f4e6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:34.442306 [ 5 ] {4a3d8c4f-2ba9-4a09-b8a8-e17e562f4e6a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:57:34.442529 [ 5 ] {4a3d8c4f-2ba9-4a09-b8a8-e17e562f4e6a} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:34.442634 [ 147 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.31 01:57:34.442657 [ 5 ] {4a3d8c4f-2ba9-4a09-b8a8-e17e562f4e6a} executeQuery: Read 17 rows, 1.28 KiB in 0.001148 sec., 14808.36236933798 rows/sec., 1.09 MiB/sec. 2026.03.31 01:57:34.442705 [ 147 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:34.442711 [ 5 ] {4a3d8c4f-2ba9-4a09-b8a8-e17e562f4e6a} TCPHandler: Processed in 0.001328773 sec. 2026.03.31 01:57:34.442734 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:34.442843 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:34.442863 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::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.03.31 01:57:34.442940 [ 5 ] {99c5a73e-d741-4506-b324-54d345dd405e} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:34.442984 [ 5 ] {99c5a73e-d741-4506-b324-54d345dd405e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:34.443019 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:34.443062 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 198 rows starting from the beginning of the part 2026.03.31 01:57:34.443137 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.03.31 01:57:34.443187 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part 2026.03.31 01:57:34.443236 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 25 rows starting from the beginning of the part 2026.03.31 01:57:34.443283 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part 2026.03.31 01:57:34.443328 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 17 rows starting from the beginning of the part 2026.03.31 01:57:34.443424 [ 5 ] {99c5a73e-d741-4506-b324-54d345dd405e} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:34.443467 [ 5 ] {99c5a73e-d741-4506-b324-54d345dd405e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:34.443808 [ 5 ] {99c5a73e-d741-4506-b324-54d345dd405e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:57:34.444039 [ 5 ] {99c5a73e-d741-4506-b324-54d345dd405e} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:34.444172 [ 5 ] {99c5a73e-d741-4506-b324-54d345dd405e} executeQuery: Read 81 rows, 6.48 KiB in 0.001251 sec., 64748.201438848926 rows/sec., 5.06 MiB/sec. 2026.03.31 01:57:34.444209 [ 5 ] {99c5a73e-d741-4506-b324-54d345dd405e} TCPHandler: Processed in 0.001414715 sec. 2026.03.31 01:57:34.444321 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001518547 sec., 194923.17327023792 rows/sec., 13.65 MiB/sec. 2026.03.31 01:57:34.444334 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:34.444439 [ 5 ] {b55a9002-b6d5-4ae2-b60b-48ac51b67cc7} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:34.444484 [ 5 ] {b55a9002-b6d5-4ae2-b60b-48ac51b67cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:34.444490 [ 200 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.31 01:57:34.444784 [ 200 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:34.444862 [ 200 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_11_2} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.31 01:57:34.444900 [ 5 ] {b55a9002-b6d5-4ae2-b60b-48ac51b67cc7} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:34.444937 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.31 01:57:34.444940 [ 5 ] {b55a9002-b6d5-4ae2-b60b-48ac51b67cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:34.445284 [ 5 ] {b55a9002-b6d5-4ae2-b60b-48ac51b67cc7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:57:34.445495 [ 5 ] {b55a9002-b6d5-4ae2-b60b-48ac51b67cc7} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:34.445625 [ 5 ] {b55a9002-b6d5-4ae2-b60b-48ac51b67cc7} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.03.31 01:57:34.445660 [ 5 ] {b55a9002-b6d5-4ae2-b60b-48ac51b67cc7} TCPHandler: Processed in 0.001376005 sec. 2026.03.31 01:57:34.445770 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:34.445862 [ 5 ] {1b5a0e64-0079-4fc9-8b16-601c7ddc15bf} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:34.445917 [ 5 ] {1b5a0e64-0079-4fc9-8b16-601c7ddc15bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:34.446671 [ 5 ] {1b5a0e64-0079-4fc9-8b16-601c7ddc15bf} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:34.446707 [ 5 ] {1b5a0e64-0079-4fc9-8b16-601c7ddc15bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:34.447221 [ 5 ] {1b5a0e64-0079-4fc9-8b16-601c7ddc15bf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:57:34.447451 [ 5 ] {1b5a0e64-0079-4fc9-8b16-601c7ddc15bf} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:34.447589 [ 5 ] {1b5a0e64-0079-4fc9-8b16-601c7ddc15bf} executeQuery: Read 17 rows, 31.19 KiB in 0.001745 sec., 9742.12034383954 rows/sec., 17.46 MiB/sec. 2026.03.31 01:57:34.447639 [ 5 ] {1b5a0e64-0079-4fc9-8b16-601c7ddc15bf} TCPHandler: Processed in 0.001917694 sec. 2026.03.31 01:57:34.447754 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:34.447847 [ 5 ] {8cb0c9a9-9e3b-4130-b409-f0612df0a5eb} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:34.447889 [ 5 ] {8cb0c9a9-9e3b-4130-b409-f0612df0a5eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:34.448244 [ 5 ] {8cb0c9a9-9e3b-4130-b409-f0612df0a5eb} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:34.448280 [ 5 ] {8cb0c9a9-9e3b-4130-b409-f0612df0a5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:34.448580 [ 5 ] {8cb0c9a9-9e3b-4130-b409-f0612df0a5eb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:57:34.448784 [ 5 ] {8cb0c9a9-9e3b-4130-b409-f0612df0a5eb} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:34.448909 [ 5 ] {8cb0c9a9-9e3b-4130-b409-f0612df0a5eb} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.03.31 01:57:34.448943 [ 5 ] {8cb0c9a9-9e3b-4130-b409-f0612df0a5eb} TCPHandler: Processed in 0.001237102 sec. 2026.03.31 01:57:37.287336 [ 144 ] {} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.31 01:57:37.287416 [ 144 ] {} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:37.287437 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:37.287552 [ 193 ] {8b5489de-94dc-456f-945b-19b433b5e668::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.03.31 01:57:37.287703 [ 193 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:37.287741 [ 193 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2026.03.31 01:57:37.287841 [ 193 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.03.31 01:57:37.287898 [ 193 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.03.31 01:57:37.287948 [ 193 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2026.03.31 01:57:37.287999 [ 193 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.03.31 01:57:37.288762 [ 200 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264172 sec., 15820.632002607239 rows/sec., 1.32 MiB/sec. 2026.03.31 01:57:37.288908 [ 200 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.31 01:57:37.289187 [ 200 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:37.289262 [ 200 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_5_1} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.31 01:57:37.289348 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.31 01:57:39.442325 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.442506 [ 5 ] {9c4f0eb6-c5d1-4d4d-968c-ef07eae0de38} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:57:39.442579 [ 5 ] {9c4f0eb6-c5d1-4d4d-968c-ef07eae0de38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:57:39.443293 [ 5 ] {9c4f0eb6-c5d1-4d4d-968c-ef07eae0de38} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.443339 [ 5 ] {9c4f0eb6-c5d1-4d4d-968c-ef07eae0de38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.443730 [ 5 ] {9c4f0eb6-c5d1-4d4d-968c-ef07eae0de38} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:57:39.443958 [ 5 ] {9c4f0eb6-c5d1-4d4d-968c-ef07eae0de38} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.444119 [ 5 ] {9c4f0eb6-c5d1-4d4d-968c-ef07eae0de38} executeQuery: Read 24 rows, 2.04 KiB in 0.001664 sec., 14423.076923076924 rows/sec., 1.20 MiB/sec. 2026.03.31 01:57:39.444169 [ 5 ] {9c4f0eb6-c5d1-4d4d-968c-ef07eae0de38} TCPHandler: Processed in 0.001973395 sec. 2026.03.31 01:57:39.444290 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.444400 [ 5 ] {c1b22d5e-c78f-4179-af9b-f965492fe6de} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:57:39.444445 [ 5 ] {c1b22d5e-c78f-4179-af9b-f965492fe6de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:57:39.444847 [ 5 ] {c1b22d5e-c78f-4179-af9b-f965492fe6de} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.444884 [ 5 ] {c1b22d5e-c78f-4179-af9b-f965492fe6de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.445180 [ 5 ] {c1b22d5e-c78f-4179-af9b-f965492fe6de} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:57:39.445396 [ 5 ] {c1b22d5e-c78f-4179-af9b-f965492fe6de} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.445527 [ 5 ] {c1b22d5e-c78f-4179-af9b-f965492fe6de} executeQuery: Read 2 rows, 167.00 B in 0.001153 sec., 1734.6053772766697 rows/sec., 141.44 KiB/sec. 2026.03.31 01:57:39.445566 [ 5 ] {c1b22d5e-c78f-4179-af9b-f965492fe6de} TCPHandler: Processed in 0.001328734 sec. 2026.03.31 01:57:39.445670 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.445765 [ 5 ] {0707f3e3-62cd-4111-add7-16c6f4f0108c} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:39.445807 [ 5 ] {0707f3e3-62cd-4111-add7-16c6f4f0108c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:39.446280 [ 5 ] {0707f3e3-62cd-4111-add7-16c6f4f0108c} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.446316 [ 5 ] {0707f3e3-62cd-4111-add7-16c6f4f0108c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.446645 [ 5 ] {0707f3e3-62cd-4111-add7-16c6f4f0108c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.31 01:57:39.446873 [ 5 ] {0707f3e3-62cd-4111-add7-16c6f4f0108c} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.446985 [ 143 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.31 01:57:39.447005 [ 5 ] {0707f3e3-62cd-4111-add7-16c6f4f0108c} executeQuery: Read 223 rows, 20.23 KiB in 0.001259 sec., 177124.70214455918 rows/sec., 15.69 MiB/sec. 2026.03.31 01:57:39.447055 [ 143 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.447062 [ 5 ] {0707f3e3-62cd-4111-add7-16c6f4f0108c} TCPHandler: Processed in 0.001442526 sec. 2026.03.31 01:57:39.447088 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.447188 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.447226 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.31 01:57:39.447287 [ 5 ] {61d31ff1-2575-47f0-b047-02a028e67f9d} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:39.447331 [ 5 ] {61d31ff1-2575-47f0-b047-02a028e67f9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:39.447376 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:39.447415 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 987 rows starting from the beginning of the part 2026.03.31 01:57:39.447480 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 102 rows starting from the beginning of the part 2026.03.31 01:57:39.447530 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 94 rows starting from the beginning of the part 2026.03.31 01:57:39.447576 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 102 rows starting from the beginning of the part 2026.03.31 01:57:39.447618 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2026.03.31 01:57:39.447660 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 223 rows starting from the beginning of the part 2026.03.31 01:57:39.447739 [ 5 ] {61d31ff1-2575-47f0-b047-02a028e67f9d} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.447781 [ 5 ] {61d31ff1-2575-47f0-b047-02a028e67f9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.448117 [ 5 ] {61d31ff1-2575-47f0-b047-02a028e67f9d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:57:39.448340 [ 5 ] {61d31ff1-2575-47f0-b047-02a028e67f9d} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.448474 [ 5 ] {61d31ff1-2575-47f0-b047-02a028e67f9d} executeQuery: Read 37 rows, 2.83 KiB in 0.001206 sec., 30679.93366500829 rows/sec., 2.29 MiB/sec. 2026.03.31 01:57:39.448512 [ 5 ] {61d31ff1-2575-47f0-b047-02a028e67f9d} TCPHandler: Processed in 0.001373055 sec. 2026.03.31 01:57:39.448636 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.448754 [ 5 ] {5dad0ebd-31bb-490d-9bbf-3b5b4ee39327} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:57:39.448798 [ 200 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.001630879 sec., 979839.7060726149 rows/sec., 84.52 MiB/sec. 2026.03.31 01:57:39.448804 [ 5 ] {5dad0ebd-31bb-490d-9bbf-3b5b4ee39327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:57:39.449090 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.31 01:57:39.449291 [ 5 ] {5dad0ebd-31bb-490d-9bbf-3b5b4ee39327} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.449335 [ 5 ] {5dad0ebd-31bb-490d-9bbf-3b5b4ee39327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.449393 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.449481 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_16_3} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.31 01:57:39.449580 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.31 01:57:39.449662 [ 5 ] {5dad0ebd-31bb-490d-9bbf-3b5b4ee39327} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:57:39.449884 [ 5 ] {5dad0ebd-31bb-490d-9bbf-3b5b4ee39327} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.450021 [ 5 ] {5dad0ebd-31bb-490d-9bbf-3b5b4ee39327} executeQuery: Read 24 rows, 2.04 KiB in 0.001291 sec., 18590.240123934935 rows/sec., 1.54 MiB/sec. 2026.03.31 01:57:39.450067 [ 5 ] {5dad0ebd-31bb-490d-9bbf-3b5b4ee39327} TCPHandler: Processed in 0.001492537 sec. 2026.03.31 01:57:39.450197 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.450293 [ 5 ] {a612800c-3ce7-4132-863c-b425c39d75c0} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:57:39.450334 [ 5 ] {a612800c-3ce7-4132-863c-b425c39d75c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:57:39.450732 [ 5 ] {a612800c-3ce7-4132-863c-b425c39d75c0} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.450769 [ 5 ] {a612800c-3ce7-4132-863c-b425c39d75c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.451070 [ 5 ] {a612800c-3ce7-4132-863c-b425c39d75c0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:57:39.451284 [ 5 ] {a612800c-3ce7-4132-863c-b425c39d75c0} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.451413 [ 5 ] {a612800c-3ce7-4132-863c-b425c39d75c0} executeQuery: Read 12 rows, 960.00 B in 0.001139 sec., 10535.557506584722 rows/sec., 823.09 KiB/sec. 2026.03.31 01:57:39.451451 [ 5 ] {a612800c-3ce7-4132-863c-b425c39d75c0} TCPHandler: Processed in 0.001303753 sec. 2026.03.31 01:57:39.451553 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.451647 [ 5 ] {4f5c9080-91e1-4396-ac45-71c7479c8fe4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:39.451688 [ 5 ] {4f5c9080-91e1-4396-ac45-71c7479c8fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:39.452125 [ 5 ] {4f5c9080-91e1-4396-ac45-71c7479c8fe4} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.452161 [ 5 ] {4f5c9080-91e1-4396-ac45-71c7479c8fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.452487 [ 5 ] {4f5c9080-91e1-4396-ac45-71c7479c8fe4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.31 01:57:39.452718 [ 5 ] {4f5c9080-91e1-4396-ac45-71c7479c8fe4} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.452809 [ 142 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.31 01:57:39.452844 [ 5 ] {4f5c9080-91e1-4396-ac45-71c7479c8fe4} executeQuery: Read 125 rows, 10.38 KiB in 0.001216 sec., 102796.05263157895 rows/sec., 8.33 MiB/sec. 2026.03.31 01:57:39.452844 [ 142 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.452877 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.452882 [ 5 ] {4f5c9080-91e1-4396-ac45-71c7479c8fe4} TCPHandler: Processed in 0.001378725 sec. 2026.03.31 01:57:39.452955 [ 187 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.31 01:57:39.452998 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.453061 [ 187 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:39.453095 [ 187 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 583 rows starting from the beginning of the part 2026.03.31 01:57:39.453098 [ 5 ] {f1561a35-f41a-493e-beee-e4cff3014c47} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:39.453151 [ 5 ] {f1561a35-f41a-493e-beee-e4cff3014c47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:39.453180 [ 187 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 87 rows starting from the beginning of the part 2026.03.31 01:57:39.453236 [ 187 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 95 rows starting from the beginning of the part 2026.03.31 01:57:39.453280 [ 187 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 87 rows starting from the beginning of the part 2026.03.31 01:57:39.453320 [ 187 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 81 rows starting from the beginning of the part 2026.03.31 01:57:39.453365 [ 187 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 125 rows starting from the beginning of the part 2026.03.31 01:57:39.453545 [ 5 ] {f1561a35-f41a-493e-beee-e4cff3014c47} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.453586 [ 5 ] {f1561a35-f41a-493e-beee-e4cff3014c47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.453945 [ 5 ] {f1561a35-f41a-493e-beee-e4cff3014c47} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.31 01:57:39.454174 [ 5 ] {f1561a35-f41a-493e-beee-e4cff3014c47} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.454271 [ 142 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.31 01:57:39.454301 [ 142 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.454304 [ 5 ] {f1561a35-f41a-493e-beee-e4cff3014c47} executeQuery: Read 197 rows, 14.47 KiB in 0.001225 sec., 160816.32653061225 rows/sec., 11.54 MiB/sec. 2026.03.31 01:57:39.454318 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.454344 [ 200 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 5 columns (5 merged, 0 gathered) in 0.001424385 sec., 742776.7071402746 rows/sec., 58.65 MiB/sec. 2026.03.31 01:57:39.454345 [ 5 ] {f1561a35-f41a-493e-beee-e4cff3014c47} TCPHandler: Processed in 0.001395995 sec. 2026.03.31 01:57:39.454384 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.31 01:57:39.454478 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:39.454478 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.454511 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2012 rows starting from the beginning of the part 2026.03.31 01:57:39.454550 [ 189 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.31 01:57:39.454578 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.03.31 01:57:39.454591 [ 5 ] {a2bde022-b325-4aaa-9c66-75b09221bd44} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:39.454629 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 164 rows starting from the beginning of the part 2026.03.31 01:57:39.454654 [ 5 ] {a2bde022-b325-4aaa-9c66-75b09221bd44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:39.454673 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.03.31 01:57:39.454714 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.03.31 01:57:39.454750 [ 200 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 197 rows starting from the beginning of the part 2026.03.31 01:57:39.454871 [ 189 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.454958 [ 189 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_16_3} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.31 01:57:39.455066 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.31 01:57:39.455421 [ 5 ] {a2bde022-b325-4aaa-9c66-75b09221bd44} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.455461 [ 5 ] {a2bde022-b325-4aaa-9c66-75b09221bd44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.455963 [ 202 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2853 rows, containing 5 columns (5 merged, 0 gathered) in 0.001605669 sec., 1776829.4710802785 rows/sec., 124.55 MiB/sec. 2026.03.31 01:57:39.456003 [ 5 ] {a2bde022-b325-4aaa-9c66-75b09221bd44} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:57:39.456240 [ 5 ] {a2bde022-b325-4aaa-9c66-75b09221bd44} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.456315 [ 189 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.31 01:57:39.456380 [ 5 ] {a2bde022-b325-4aaa-9c66-75b09221bd44} executeQuery: Read 23 rows, 42.20 KiB in 0.001808 sec., 12721.238938053099 rows/sec., 22.80 MiB/sec. 2026.03.31 01:57:39.456437 [ 5 ] {a2bde022-b325-4aaa-9c66-75b09221bd44} TCPHandler: Processed in 0.002008756 sec. 2026.03.31 01:57:39.456552 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:39.456594 [ 189 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.456650 [ 5 ] {5eb92b2d-861f-46c0-89a1-ff3ce17b4fb0} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:39.456672 [ 189 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_16_3} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.31 01:57:39.456698 [ 5 ] {5eb92b2d-861f-46c0-89a1-ff3ce17b4fb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:39.456766 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.03.31 01:57:39.457031 [ 5 ] {5eb92b2d-861f-46c0-89a1-ff3ce17b4fb0} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.457070 [ 5 ] {5eb92b2d-861f-46c0-89a1-ff3ce17b4fb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.457387 [ 5 ] {5eb92b2d-861f-46c0-89a1-ff3ce17b4fb0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.31 01:57:39.457618 [ 5 ] {5eb92b2d-861f-46c0-89a1-ff3ce17b4fb0} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.457710 [ 142 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.31 01:57:39.457738 [ 142 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:39.457745 [ 5 ] {5eb92b2d-861f-46c0-89a1-ff3ce17b4fb0} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.03.31 01:57:39.457755 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:39.457780 [ 5 ] {5eb92b2d-861f-46c0-89a1-ff3ce17b4fb0} TCPHandler: Processed in 0.001278433 sec. 2026.03.31 01:57:39.457847 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.31 01:57:39.457971 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:39.458002 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part 2026.03.31 01:57:39.458076 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.03.31 01:57:39.458125 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.03.31 01:57:39.458169 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.03.31 01:57:39.458214 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.03.31 01:57:39.458256 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.03.31 01:57:39.459092 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001291534 sec., 696845.7663522601 rows/sec., 46.50 MiB/sec. 2026.03.31 01:57:39.459233 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.31 01:57:39.459463 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:39.459525 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_16_3} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.31 01:57:39.459579 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.31 01:57:40.116265 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6192 2026.03.31 01:57:40.116858 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:40.116915 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:40.117437 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:57:40.117672 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:40.117815 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6192 2026.03.31 01:57:40.447082 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.31 01:57:40.462734 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:40.462792 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:40.469063 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:57:40.469810 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:40.472451 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.31 01:57:42.649848 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 410 2026.03.31 01:57:42.652145 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:42.652203 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:42.653412 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:57:42.653707 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:42.654035 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 410 2026.03.31 01:57:44.438544 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:44.438734 [ 5 ] {fd6ecd1d-9990-4512-828a-6f3ff806e5f4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:44.438803 [ 5 ] {fd6ecd1d-9990-4512-828a-6f3ff806e5f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:44.439459 [ 5 ] {fd6ecd1d-9990-4512-828a-6f3ff806e5f4} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:44.439497 [ 5 ] {fd6ecd1d-9990-4512-828a-6f3ff806e5f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:44.439884 [ 5 ] {fd6ecd1d-9990-4512-828a-6f3ff806e5f4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.31 01:57:44.440110 [ 5 ] {fd6ecd1d-9990-4512-828a-6f3ff806e5f4} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:44.440252 [ 5 ] {fd6ecd1d-9990-4512-828a-6f3ff806e5f4} executeQuery: Read 90 rows, 7.73 KiB in 0.001572 sec., 57251.908396946565 rows/sec., 4.80 MiB/sec. 2026.03.31 01:57:44.440292 [ 5 ] {fd6ecd1d-9990-4512-828a-6f3ff806e5f4} TCPHandler: Processed in 0.001881844 sec. 2026.03.31 01:57:44.440409 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:44.440506 [ 5 ] {372a0dfe-6ee6-4633-aa89-5e3c051ccfcf} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:44.440546 [ 5 ] {372a0dfe-6ee6-4633-aa89-5e3c051ccfcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:44.440934 [ 5 ] {372a0dfe-6ee6-4633-aa89-5e3c051ccfcf} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:44.440968 [ 5 ] {372a0dfe-6ee6-4633-aa89-5e3c051ccfcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:44.441259 [ 5 ] {372a0dfe-6ee6-4633-aa89-5e3c051ccfcf} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:57:44.441463 [ 5 ] {372a0dfe-6ee6-4633-aa89-5e3c051ccfcf} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:44.441586 [ 5 ] {372a0dfe-6ee6-4633-aa89-5e3c051ccfcf} executeQuery: Read 17 rows, 1.28 KiB in 0.001104 sec., 15398.550724637682 rows/sec., 1.13 MiB/sec. 2026.03.31 01:57:44.441621 [ 5 ] {372a0dfe-6ee6-4633-aa89-5e3c051ccfcf} TCPHandler: Processed in 0.001260162 sec. 2026.03.31 01:57:44.441719 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:44.441809 [ 5 ] {cbb34744-7b1e-450f-bbdf-f995bf4e49d9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:44.441848 [ 5 ] {cbb34744-7b1e-450f-bbdf-f995bf4e49d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:44.442248 [ 5 ] {cbb34744-7b1e-450f-bbdf-f995bf4e49d9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:44.442282 [ 5 ] {cbb34744-7b1e-450f-bbdf-f995bf4e49d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:44.442578 [ 5 ] {cbb34744-7b1e-450f-bbdf-f995bf4e49d9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.31 01:57:44.442793 [ 5 ] {cbb34744-7b1e-450f-bbdf-f995bf4e49d9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:44.442913 [ 5 ] {cbb34744-7b1e-450f-bbdf-f995bf4e49d9} executeQuery: Read 81 rows, 6.48 KiB in 0.001122 sec., 72192.51336898396 rows/sec., 5.64 MiB/sec. 2026.03.31 01:57:44.442948 [ 5 ] {cbb34744-7b1e-450f-bbdf-f995bf4e49d9} TCPHandler: Processed in 0.001275383 sec. 2026.03.31 01:57:44.443055 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:44.443146 [ 5 ] {b7ef2e28-1292-48a3-9716-4f60689299e9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:44.443190 [ 5 ] {b7ef2e28-1292-48a3-9716-4f60689299e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:44.443595 [ 5 ] {b7ef2e28-1292-48a3-9716-4f60689299e9} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:44.443630 [ 5 ] {b7ef2e28-1292-48a3-9716-4f60689299e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:44.443960 [ 5 ] {b7ef2e28-1292-48a3-9716-4f60689299e9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.31 01:57:44.444172 [ 5 ] {b7ef2e28-1292-48a3-9716-4f60689299e9} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:44.444327 [ 5 ] {b7ef2e28-1292-48a3-9716-4f60689299e9} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.03.31 01:57:44.444369 [ 5 ] {b7ef2e28-1292-48a3-9716-4f60689299e9} TCPHandler: Processed in 0.001360644 sec. 2026.03.31 01:57:44.444482 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:44.444584 [ 5 ] {4cfad6da-a60c-4d0e-b768-a4d176ab5d8d} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:44.444642 [ 5 ] {4cfad6da-a60c-4d0e-b768-a4d176ab5d8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:44.445390 [ 5 ] {4cfad6da-a60c-4d0e-b768-a4d176ab5d8d} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:44.445425 [ 5 ] {4cfad6da-a60c-4d0e-b768-a4d176ab5d8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:44.445995 [ 5 ] {4cfad6da-a60c-4d0e-b768-a4d176ab5d8d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:57:44.446220 [ 5 ] {4cfad6da-a60c-4d0e-b768-a4d176ab5d8d} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:44.446357 [ 5 ] {4cfad6da-a60c-4d0e-b768-a4d176ab5d8d} executeQuery: Read 17 rows, 31.19 KiB in 0.001791 sec., 9491.903964265774 rows/sec., 17.01 MiB/sec. 2026.03.31 01:57:44.446419 [ 5 ] {4cfad6da-a60c-4d0e-b768-a4d176ab5d8d} TCPHandler: Processed in 0.001986976 sec. 2026.03.31 01:57:44.446537 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:44.446632 [ 5 ] {605280b4-ef6d-4108-bd6e-00034a648913} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:44.446673 [ 5 ] {605280b4-ef6d-4108-bd6e-00034a648913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:44.447012 [ 5 ] {605280b4-ef6d-4108-bd6e-00034a648913} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:44.447046 [ 5 ] {605280b4-ef6d-4108-bd6e-00034a648913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:44.447350 [ 5 ] {605280b4-ef6d-4108-bd6e-00034a648913} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.31 01:57:44.447574 [ 5 ] {605280b4-ef6d-4108-bd6e-00034a648913} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:44.447705 [ 5 ] {605280b4-ef6d-4108-bd6e-00034a648913} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.03.31 01:57:44.447739 [ 5 ] {605280b4-ef6d-4108-bd6e-00034a648913} TCPHandler: Processed in 0.001256682 sec. 2026.03.31 01:57:47.523125 [ 134 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:57:47.523227 [ 134 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:57:47.618854 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6640 2026.03.31 01:57:47.619326 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:47.619368 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:47.619904 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:57:47.620143 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:47.620285 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6640 2026.03.31 01:57:47.973499 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.31 01:57:47.990454 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:47.990508 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:47.996343 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:57:47.997035 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:47.999965 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.31 01:57:49.439625 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:49.439904 [ 5 ] {14dd87cf-2fa2-4f91-956d-c1ddbcbd54d7} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:49.440006 [ 5 ] {14dd87cf-2fa2-4f91-956d-c1ddbcbd54d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:49.440951 [ 5 ] {14dd87cf-2fa2-4f91-956d-c1ddbcbd54d7} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:49.440996 [ 5 ] {14dd87cf-2fa2-4f91-956d-c1ddbcbd54d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:49.441421 [ 5 ] {14dd87cf-2fa2-4f91-956d-c1ddbcbd54d7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.31 01:57:49.441641 [ 5 ] {14dd87cf-2fa2-4f91-956d-c1ddbcbd54d7} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:49.441799 [ 5 ] {14dd87cf-2fa2-4f91-956d-c1ddbcbd54d7} executeQuery: Read 104 rows, 8.91 KiB in 0.001972 sec., 52738.33671399595 rows/sec., 4.41 MiB/sec. 2026.03.31 01:57:49.441845 [ 5 ] {14dd87cf-2fa2-4f91-956d-c1ddbcbd54d7} TCPHandler: Processed in 0.002410763 sec. 2026.03.31 01:57:49.441973 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:49.442073 [ 5 ] {1eb6569e-9afe-4b34-a7cc-e9905fd833c8} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:49.442115 [ 5 ] {1eb6569e-9afe-4b34-a7cc-e9905fd833c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:49.442606 [ 5 ] {1eb6569e-9afe-4b34-a7cc-e9905fd833c8} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:49.442644 [ 5 ] {1eb6569e-9afe-4b34-a7cc-e9905fd833c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:49.442934 [ 5 ] {1eb6569e-9afe-4b34-a7cc-e9905fd833c8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:57:49.443142 [ 5 ] {1eb6569e-9afe-4b34-a7cc-e9905fd833c8} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:49.443269 [ 5 ] {1eb6569e-9afe-4b34-a7cc-e9905fd833c8} executeQuery: Read 24 rows, 1.80 KiB in 0.001219 sec., 19688.269073010662 rows/sec., 1.45 MiB/sec. 2026.03.31 01:57:49.443305 [ 5 ] {1eb6569e-9afe-4b34-a7cc-e9905fd833c8} TCPHandler: Processed in 0.001382515 sec. 2026.03.31 01:57:49.443424 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:49.443518 [ 5 ] {22b9fe3f-be6a-4f64-aa8c-89d6fcbfce59} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:49.443557 [ 5 ] {22b9fe3f-be6a-4f64-aa8c-89d6fcbfce59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:49.444048 [ 5 ] {22b9fe3f-be6a-4f64-aa8c-89d6fcbfce59} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:49.444084 [ 5 ] {22b9fe3f-be6a-4f64-aa8c-89d6fcbfce59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:49.444388 [ 5 ] {22b9fe3f-be6a-4f64-aa8c-89d6fcbfce59} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.31 01:57:49.444594 [ 5 ] {22b9fe3f-be6a-4f64-aa8c-89d6fcbfce59} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:49.444729 [ 5 ] {22b9fe3f-be6a-4f64-aa8c-89d6fcbfce59} executeQuery: Read 88 rows, 7.04 KiB in 0.00123 sec., 71544.71544715448 rows/sec., 5.59 MiB/sec. 2026.03.31 01:57:49.444766 [ 5 ] {22b9fe3f-be6a-4f64-aa8c-89d6fcbfce59} TCPHandler: Processed in 0.001389675 sec. 2026.03.31 01:57:49.444888 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:49.444980 [ 5 ] {c28def35-7cb3-4ad1-a2f6-cb734df32179} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:49.445022 [ 5 ] {c28def35-7cb3-4ad1-a2f6-cb734df32179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:49.445474 [ 5 ] {c28def35-7cb3-4ad1-a2f6-cb734df32179} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:49.445511 [ 5 ] {c28def35-7cb3-4ad1-a2f6-cb734df32179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:49.445837 [ 5 ] {c28def35-7cb3-4ad1-a2f6-cb734df32179} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.31 01:57:49.446085 [ 5 ] {c28def35-7cb3-4ad1-a2f6-cb734df32179} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:49.446227 [ 5 ] {c28def35-7cb3-4ad1-a2f6-cb734df32179} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2026.03.31 01:57:49.446264 [ 5 ] {c28def35-7cb3-4ad1-a2f6-cb734df32179} TCPHandler: Processed in 0.001424306 sec. 2026.03.31 01:57:49.446396 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:49.446489 [ 5 ] {f2b06cf7-5b12-4736-8af4-bb92c9e0d339} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:49.446543 [ 5 ] {f2b06cf7-5b12-4736-8af4-bb92c9e0d339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:49.447346 [ 5 ] {f2b06cf7-5b12-4736-8af4-bb92c9e0d339} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:49.447383 [ 5 ] {f2b06cf7-5b12-4736-8af4-bb92c9e0d339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:49.447914 [ 5 ] {f2b06cf7-5b12-4736-8af4-bb92c9e0d339} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:57:49.448140 [ 5 ] {f2b06cf7-5b12-4736-8af4-bb92c9e0d339} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:49.448260 [ 133 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.31 01:57:49.448279 [ 5 ] {f2b06cf7-5b12-4736-8af4-bb92c9e0d339} executeQuery: Read 24 rows, 44.04 KiB in 0.001807 sec., 13281.682346430547 rows/sec., 23.80 MiB/sec. 2026.03.31 01:57:49.448351 [ 133 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:49.448382 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:49.448385 [ 5 ] {f2b06cf7-5b12-4736-8af4-bb92c9e0d339} TCPHandler: Processed in 0.002036847 sec. 2026.03.31 01:57:49.448495 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::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.03.31 01:57:49.448527 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:49.448624 [ 5 ] {10ff9371-f2ab-458c-bc3d-423d15446ab5} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:49.448665 [ 5 ] {10ff9371-f2ab-458c-bc3d-423d15446ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:49.448724 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:49.448788 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 92 rows starting from the beginning of the part 2026.03.31 01:57:49.448919 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part 2026.03.31 01:57:49.449004 [ 5 ] {10ff9371-f2ab-458c-bc3d-423d15446ab5} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:49.449029 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 17 rows starting from the beginning of the part 2026.03.31 01:57:49.449045 [ 5 ] {10ff9371-f2ab-458c-bc3d-423d15446ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:49.449138 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part 2026.03.31 01:57:49.449242 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 17 rows starting from the beginning of the part 2026.03.31 01:57:49.449341 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.03.31 01:57:49.449365 [ 5 ] {10ff9371-f2ab-458c-bc3d-423d15446ab5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.31 01:57:49.449583 [ 5 ] {10ff9371-f2ab-458c-bc3d-423d15446ab5} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:49.449730 [ 5 ] {10ff9371-f2ab-458c-bc3d-423d15446ab5} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.03.31 01:57:49.449768 [ 5 ] {10ff9371-f2ab-458c-bc3d-423d15446ab5} TCPHandler: Processed in 0.001296423 sec. 2026.03.31 01:57:49.451834 [ 197 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 19 columns (19 merged, 0 gathered) in 0.00338455 sec., 57910.20962904965 rows/sec., 103.77 MiB/sec. 2026.03.31 01:57:49.452327 [ 197 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.31 01:57:49.452653 [ 197 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:49.452730 [ 197 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_11_2} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.31 01:57:49.452817 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.03.31 01:57:50.221673 [ 132 ] {} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.31 01:57:50.221748 [ 132 ] {} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:50.221771 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:50.221882 [ 197 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::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.03.31 01:57:50.222016 [ 197 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:50.222049 [ 197 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.03.31 01:57:50.222115 [ 197 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.03.31 01:57:50.222161 [ 197 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.03.31 01:57:50.222201 [ 197 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.31 01:57:50.222237 [ 197 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.31 01:57:50.223078 [ 197 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 5 columns (5 merged, 0 gathered) in 0.001245252 sec., 297128.6133248531 rows/sec., 21.39 MiB/sec. 2026.03.31 01:57:50.223282 [ 186 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.31 01:57:50.223629 [ 186 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:50.223715 [ 186 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_5_1} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.31 01:57:50.223813 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.31 01:57:51.494829 [ 131 ] {} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.31 01:57:51.494930 [ 131 ] {} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:51.494969 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:51.495119 [ 187 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::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.03.31 01:57:51.495290 [ 187 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:51.495328 [ 187 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.03.31 01:57:51.495402 [ 187 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.03.31 01:57:51.495453 [ 187 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.03.31 01:57:51.495498 [ 187 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.31 01:57:51.495541 [ 187 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.31 01:57:51.496363 [ 186 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001354634 sec., 472452.3376794027 rows/sec., 32.84 MiB/sec. 2026.03.31 01:57:51.496598 [ 186 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.31 01:57:51.496875 [ 186 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:51.496948 [ 186 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_5_1} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.31 01:57:51.497031 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.31 01:57:52.654301 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 434 2026.03.31 01:57:52.656644 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:52.656703 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:52.657873 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:57:52.658140 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:52.658463 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 434 2026.03.31 01:57:53.056367 [ 130 ] {} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.31 01:57:53.056434 [ 130 ] {} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:53.056456 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:53.056562 [ 188 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::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.03.31 01:57:53.056749 [ 188 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:53.056805 [ 188 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.03.31 01:57:53.056951 [ 188 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.03.31 01:57:53.057031 [ 188 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.03.31 01:57:53.057107 [ 188 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.31 01:57:53.057187 [ 188 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.03.31 01:57:53.058244 [ 186 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 5 columns (5 merged, 0 gathered) in 0.001725591 sec., 192397.85093918547 rows/sec., 12.08 MiB/sec. 2026.03.31 01:57:53.058450 [ 197 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.31 01:57:53.058755 [ 197 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:53.058831 [ 197 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_5_1} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.31 01:57:53.058919 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.31 01:57:54.440070 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:54.440328 [ 5 ] {0448920a-7ca3-48c8-a97b-759e429e9650} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:57:54.440424 [ 5 ] {0448920a-7ca3-48c8-a97b-759e429e9650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:57:54.441194 [ 5 ] {0448920a-7ca3-48c8-a97b-759e429e9650} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:54.441239 [ 5 ] {0448920a-7ca3-48c8-a97b-759e429e9650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:54.441611 [ 5 ] {0448920a-7ca3-48c8-a97b-759e429e9650} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:57:54.441861 [ 5 ] {0448920a-7ca3-48c8-a97b-759e429e9650} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:54.442014 [ 5 ] {0448920a-7ca3-48c8-a97b-759e429e9650} executeQuery: Read 4 rows, 334.00 B in 0.001757 sec., 2276.607854297097 rows/sec., 185.64 KiB/sec. 2026.03.31 01:57:54.442054 [ 5 ] {0448920a-7ca3-48c8-a97b-759e429e9650} TCPHandler: Processed in 0.002148769 sec. 2026.03.31 01:57:54.442175 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:54.442268 [ 5 ] {d0c75584-f026-41a2-a5d7-4a1384f2443f} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:54.442307 [ 5 ] {d0c75584-f026-41a2-a5d7-4a1384f2443f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:54.442764 [ 5 ] {d0c75584-f026-41a2-a5d7-4a1384f2443f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:54.442802 [ 5 ] {d0c75584-f026-41a2-a5d7-4a1384f2443f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:54.443121 [ 5 ] {d0c75584-f026-41a2-a5d7-4a1384f2443f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.31 01:57:54.443332 [ 5 ] {d0c75584-f026-41a2-a5d7-4a1384f2443f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:54.443455 [ 5 ] {d0c75584-f026-41a2-a5d7-4a1384f2443f} executeQuery: Read 92 rows, 7.88 KiB in 0.001205 sec., 76348.54771784233 rows/sec., 6.38 MiB/sec. 2026.03.31 01:57:54.443491 [ 5 ] {d0c75584-f026-41a2-a5d7-4a1384f2443f} TCPHandler: Processed in 0.001364014 sec. 2026.03.31 01:57:54.443601 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:54.443694 [ 5 ] {12787661-863c-41b1-91c9-0579db2236c7} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:54.443734 [ 5 ] {12787661-863c-41b1-91c9-0579db2236c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:54.444127 [ 5 ] {12787661-863c-41b1-91c9-0579db2236c7} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:54.444163 [ 5 ] {12787661-863c-41b1-91c9-0579db2236c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:54.444442 [ 5 ] {12787661-863c-41b1-91c9-0579db2236c7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:57:54.444643 [ 5 ] {12787661-863c-41b1-91c9-0579db2236c7} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:54.444768 [ 5 ] {12787661-863c-41b1-91c9-0579db2236c7} executeQuery: Read 21 rows, 1.56 KiB in 0.001093 sec., 19213.174748398902 rows/sec., 1.39 MiB/sec. 2026.03.31 01:57:54.444803 [ 5 ] {12787661-863c-41b1-91c9-0579db2236c7} TCPHandler: Processed in 0.001250122 sec. 2026.03.31 01:57:54.444902 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:54.444994 [ 5 ] {f71a35d6-4a4e-4e09-9682-cbefd84abf08} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:54.445031 [ 5 ] {f71a35d6-4a4e-4e09-9682-cbefd84abf08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:54.445432 [ 5 ] {f71a35d6-4a4e-4e09-9682-cbefd84abf08} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:54.445468 [ 5 ] {f71a35d6-4a4e-4e09-9682-cbefd84abf08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:54.445764 [ 5 ] {f71a35d6-4a4e-4e09-9682-cbefd84abf08} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.31 01:57:54.445991 [ 5 ] {f71a35d6-4a4e-4e09-9682-cbefd84abf08} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:54.446115 [ 5 ] {f71a35d6-4a4e-4e09-9682-cbefd84abf08} executeQuery: Read 85 rows, 6.80 KiB in 0.001139 sec., 74626.86567164179 rows/sec., 5.83 MiB/sec. 2026.03.31 01:57:54.446150 [ 5 ] {f71a35d6-4a4e-4e09-9682-cbefd84abf08} TCPHandler: Processed in 0.001294623 sec. 2026.03.31 01:57:54.446257 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:54.446349 [ 5 ] {d8fc4ceb-7abc-4809-9940-f44383e87e70} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:54.446391 [ 5 ] {d8fc4ceb-7abc-4809-9940-f44383e87e70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:54.446784 [ 5 ] {d8fc4ceb-7abc-4809-9940-f44383e87e70} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:54.446818 [ 5 ] {d8fc4ceb-7abc-4809-9940-f44383e87e70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:54.447132 [ 5 ] {d8fc4ceb-7abc-4809-9940-f44383e87e70} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.31 01:57:54.447342 [ 5 ] {d8fc4ceb-7abc-4809-9940-f44383e87e70} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:54.447468 [ 5 ] {d8fc4ceb-7abc-4809-9940-f44383e87e70} executeQuery: Read 162 rows, 11.55 KiB in 0.001136 sec., 142605.63380281688 rows/sec., 9.93 MiB/sec. 2026.03.31 01:57:54.447502 [ 5 ] {d8fc4ceb-7abc-4809-9940-f44383e87e70} TCPHandler: Processed in 0.001291753 sec. 2026.03.31 01:57:54.447609 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:54.447733 [ 5 ] {dc9b7989-1bed-45be-8fdd-0286e7469de3} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:54.447803 [ 5 ] {dc9b7989-1bed-45be-8fdd-0286e7469de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:54.448673 [ 5 ] {dc9b7989-1bed-45be-8fdd-0286e7469de3} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:54.448715 [ 5 ] {dc9b7989-1bed-45be-8fdd-0286e7469de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:54.449273 [ 5 ] {dc9b7989-1bed-45be-8fdd-0286e7469de3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:57:54.449499 [ 5 ] {dc9b7989-1bed-45be-8fdd-0286e7469de3} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:54.449636 [ 5 ] {dc9b7989-1bed-45be-8fdd-0286e7469de3} executeQuery: Read 17 rows, 31.19 KiB in 0.001931 sec., 8803.728638011393 rows/sec., 15.78 MiB/sec. 2026.03.31 01:57:54.449688 [ 5 ] {dc9b7989-1bed-45be-8fdd-0286e7469de3} TCPHandler: Processed in 0.002130128 sec. 2026.03.31 01:57:54.449803 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:54.449897 [ 5 ] {70a17ace-eac8-46e3-9e94-62c880cd2b3d} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:54.449939 [ 5 ] {70a17ace-eac8-46e3-9e94-62c880cd2b3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:54.450285 [ 5 ] {70a17ace-eac8-46e3-9e94-62c880cd2b3d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:54.450327 [ 5 ] {70a17ace-eac8-46e3-9e94-62c880cd2b3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:54.450634 [ 5 ] {70a17ace-eac8-46e3-9e94-62c880cd2b3d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.31 01:57:54.450833 [ 5 ] {70a17ace-eac8-46e3-9e94-62c880cd2b3d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:54.450950 [ 5 ] {70a17ace-eac8-46e3-9e94-62c880cd2b3d} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.03.31 01:57:54.450985 [ 5 ] {70a17ace-eac8-46e3-9e94-62c880cd2b3d} TCPHandler: Processed in 0.001248332 sec. 2026.03.31 01:57:55.120635 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7152 2026.03.31 01:57:55.121496 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:55.121567 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:55.122331 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:57:55.122559 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:55.122689 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7152 2026.03.31 01:57:55.500312 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.31 01:57:55.517151 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:55.517212 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:55.522629 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:57:55.523364 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:55.526218 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.31 01:57:59.440137 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:59.440410 [ 5 ] {d934a908-61e7-47ad-892e-c2fe64cae0ed} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:57:59.440509 [ 5 ] {d934a908-61e7-47ad-892e-c2fe64cae0ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:57:59.441523 [ 5 ] {d934a908-61e7-47ad-892e-c2fe64cae0ed} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:59.441560 [ 5 ] {d934a908-61e7-47ad-892e-c2fe64cae0ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:59.441977 [ 5 ] {d934a908-61e7-47ad-892e-c2fe64cae0ed} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.31 01:57:59.442197 [ 5 ] {d934a908-61e7-47ad-892e-c2fe64cae0ed} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:59.442343 [ 5 ] {d934a908-61e7-47ad-892e-c2fe64cae0ed} executeQuery: Read 104 rows, 8.91 KiB in 0.002009 sec., 51767.04828272773 rows/sec., 4.33 MiB/sec. 2026.03.31 01:57:59.442383 [ 5 ] {d934a908-61e7-47ad-892e-c2fe64cae0ed} TCPHandler: Processed in 0.002428494 sec. 2026.03.31 01:57:59.442522 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:59.442623 [ 5 ] {3fddd142-3757-4694-8d8b-25e241982d23} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:57:59.442662 [ 5 ] {3fddd142-3757-4694-8d8b-25e241982d23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:57:59.443129 [ 5 ] {3fddd142-3757-4694-8d8b-25e241982d23} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:59.443163 [ 5 ] {3fddd142-3757-4694-8d8b-25e241982d23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:59.443456 [ 5 ] {3fddd142-3757-4694-8d8b-25e241982d23} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.31 01:57:59.443658 [ 5 ] {3fddd142-3757-4694-8d8b-25e241982d23} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:59.443769 [ 122 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.31 01:57:59.443781 [ 5 ] {3fddd142-3757-4694-8d8b-25e241982d23} executeQuery: Read 24 rows, 1.80 KiB in 0.001177 sec., 20390.824129141885 rows/sec., 1.50 MiB/sec. 2026.03.31 01:57:59.443806 [ 122 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:59.443824 [ 5 ] {3fddd142-3757-4694-8d8b-25e241982d23} TCPHandler: Processed in 0.001359664 sec. 2026.03.31 01:57:59.443827 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:59.443933 [ 188 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.31 01:57:59.443943 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:59.444037 [ 188 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:57:59.444054 [ 5 ] {accfaf3c-8fe8-4bd8-9589-ae976033aa67} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:57:59.444069 [ 188 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 212 rows starting from the beginning of the part 2026.03.31 01:57:59.444093 [ 5 ] {accfaf3c-8fe8-4bd8-9589-ae976033aa67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:57:59.444134 [ 188 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 37 rows starting from the beginning of the part 2026.03.31 01:57:59.444190 [ 188 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 17 rows starting from the beginning of the part 2026.03.31 01:57:59.444233 [ 188 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.03.31 01:57:59.444277 [ 188 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 21 rows starting from the beginning of the part 2026.03.31 01:57:59.444318 [ 188 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.03.31 01:57:59.444565 [ 5 ] {accfaf3c-8fe8-4bd8-9589-ae976033aa67} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:59.444598 [ 5 ] {accfaf3c-8fe8-4bd8-9589-ae976033aa67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:57:59.444905 [ 5 ] {accfaf3c-8fe8-4bd8-9589-ae976033aa67} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.31 01:57:59.445116 [ 5 ] {accfaf3c-8fe8-4bd8-9589-ae976033aa67} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:59.445143 [ 197 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 335 rows, containing 5 columns (5 merged, 0 gathered) in 0.001244672 sec., 269147.2130810366 rows/sec., 19.11 MiB/sec. 2026.03.31 01:57:59.445247 [ 5 ] {accfaf3c-8fe8-4bd8-9589-ae976033aa67} executeQuery: Read 88 rows, 7.04 KiB in 0.001212 sec., 72607.2607260726 rows/sec., 5.67 MiB/sec. 2026.03.31 01:57:59.445286 [ 5 ] {accfaf3c-8fe8-4bd8-9589-ae976033aa67} TCPHandler: Processed in 0.001390434 sec. 2026.03.31 01:57:59.445383 [ 194 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.31 01:57:59.445404 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:59.445507 [ 5 ] {c14a3dd3-ed21-443c-8d6c-b5c80397e07b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:59.445550 [ 5 ] {c14a3dd3-ed21-443c-8d6c-b5c80397e07b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:57:59.445715 [ 194 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:59.445801 [ 194 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_16_3} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.31 01:57:59.445894 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.31 01:57:59.445967 [ 5 ] {c14a3dd3-ed21-443c-8d6c-b5c80397e07b} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:59.446010 [ 5 ] {c14a3dd3-ed21-443c-8d6c-b5c80397e07b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:59.446357 [ 5 ] {c14a3dd3-ed21-443c-8d6c-b5c80397e07b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.31 01:57:59.446562 [ 5 ] {c14a3dd3-ed21-443c-8d6c-b5c80397e07b} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:59.446688 [ 5 ] {c14a3dd3-ed21-443c-8d6c-b5c80397e07b} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.03.31 01:57:59.446723 [ 5 ] {c14a3dd3-ed21-443c-8d6c-b5c80397e07b} TCPHandler: Processed in 0.001366334 sec. 2026.03.31 01:57:59.446829 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:59.446929 [ 5 ] {9c478bb3-1ef8-4b3b-a60c-4242c11efef4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:57:59.446981 [ 5 ] {9c478bb3-1ef8-4b3b-a60c-4242c11efef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:57:59.447788 [ 5 ] {9c478bb3-1ef8-4b3b-a60c-4242c11efef4} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:59.447825 [ 5 ] {9c478bb3-1ef8-4b3b-a60c-4242c11efef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:59.448346 [ 5 ] {9c478bb3-1ef8-4b3b-a60c-4242c11efef4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:57:59.448564 [ 5 ] {9c478bb3-1ef8-4b3b-a60c-4242c11efef4} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:59.448695 [ 5 ] {9c478bb3-1ef8-4b3b-a60c-4242c11efef4} executeQuery: Read 24 rows, 44.04 KiB in 0.001784 sec., 13452.914798206279 rows/sec., 24.11 MiB/sec. 2026.03.31 01:57:59.448746 [ 5 ] {9c478bb3-1ef8-4b3b-a60c-4242c11efef4} TCPHandler: Processed in 0.001963425 sec. 2026.03.31 01:57:59.448857 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:57:59.448950 [ 5 ] {c0415922-afe6-4aa4-8f91-a5b1aedc8330} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:57:59.448990 [ 5 ] {c0415922-afe6-4aa4-8f91-a5b1aedc8330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:57:59.449322 [ 5 ] {c0415922-afe6-4aa4-8f91-a5b1aedc8330} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:57:59.449357 [ 5 ] {c0415922-afe6-4aa4-8f91-a5b1aedc8330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.31 01:57:59.449653 [ 5 ] {c0415922-afe6-4aa4-8f91-a5b1aedc8330} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.31 01:57:59.449858 [ 5 ] {c0415922-afe6-4aa4-8f91-a5b1aedc8330} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:57:59.449981 [ 5 ] {c0415922-afe6-4aa4-8f91-a5b1aedc8330} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.03.31 01:57:59.450014 [ 5 ] {c0415922-afe6-4aa4-8f91-a5b1aedc8330} TCPHandler: Processed in 0.001206612 sec. 2026.03.31 01:58:02.523292 [ 118 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:58:02.523373 [ 118 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:58:02.622839 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7600 2026.03.31 01:58:02.623321 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:02.623365 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:02.623854 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.31 01:58:02.624087 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:02.624224 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7600 2026.03.31 01:58:02.624236 [ 118 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.31 01:58:02.624304 [ 118 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:02.624327 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:02.624456 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.31 01:58:02.624613 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:02.624655 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5232 rows starting from the beginning of the part 2026.03.31 01:58:02.624725 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.03.31 01:58:02.624779 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.03.31 01:58:02.624827 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.03.31 01:58:02.624872 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.03.31 01:58:02.624916 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.03.31 01:58:02.626469 [ 197 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7600 rows, containing 4 columns (4 merged, 0 gathered) in 0.002076517 sec., 3659974.852120161 rows/sec., 52.36 MiB/sec. 2026.03.31 01:58:02.627219 [ 196 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.31 01:58:02.627538 [ 196 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:02.627618 [ 196 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_16_3} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.31 01:58:02.627718 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2026.03.31 01:58:02.658830 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 460 2026.03.31 01:58:02.660871 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:02.660911 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:02.662079 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:58:02.662349 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:02.662498 [ 118 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.31 01:58:02.662556 [ 118 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:02.662581 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:02.662601 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 460 2026.03.31 01:58:02.662676 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::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.03.31 01:58:02.663274 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:02.663423 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 324 rows starting from the beginning of the part 2026.03.31 01:58:02.663816 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.03.31 01:58:02.664182 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part 2026.03.31 01:58:02.664548 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part 2026.03.31 01:58:02.664898 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:02.665263 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.03.31 01:58:02.671459 [ 192 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 72 columns (72 merged, 0 gathered) in 0.008821758 sec., 52143.80172296723 rows/sec., 48.24 MiB/sec. 2026.03.31 01:58:02.672203 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.31 01:58:02.672733 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:02.672816 [ 194 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_11_2} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.31 01:58:02.672991 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. 2026.03.31 01:58:03.001266 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000901266 sec. 2026.03.31 01:58:03.026354 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.31 01:58:03.044696 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:03.044737 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:03.051094 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.31 01:58:03.051810 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:03.052111 [ 118 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.31 01:58:03.052153 [ 118 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:03.052175 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:03.052262 [ 192 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.31 01:58:03.054811 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.31 01:58:03.055256 [ 192 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:03.056126 [ 192 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.03.31 01:58:03.059664 [ 192 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.03.31 01:58:03.063125 [ 192 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.03.31 01:58:03.067076 [ 192 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.03.31 01:58:03.071022 [ 192 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.03.31 01:58:03.075362 [ 192 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.03.31 01:58:03.134153 [ 194 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081921601 sec., 1477.0219151356673 rows/sec., 7.64 MiB/sec. 2026.03.31 01:58:03.136796 [ 198 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.31 01:58:03.138989 [ 198 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:03.139105 [ 198 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_16_3} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.31 01:58:03.140983 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.31 01:58:04.000224 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 222.74 MiB, peak 232.72 MiB, free memory in arenas 0.00 B, will set to 233.70 MiB (RSS), difference: 10.96 MiB 2026.03.31 01:58:04.439589 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:04.439762 [ 5 ] {f5bc0c3c-331b-479b-928f-71bcd121fc34} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:04.439826 [ 5 ] {f5bc0c3c-331b-479b-928f-71bcd121fc34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:04.440444 [ 5 ] {f5bc0c3c-331b-479b-928f-71bcd121fc34} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.440490 [ 5 ] {f5bc0c3c-331b-479b-928f-71bcd121fc34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.440883 [ 5 ] {f5bc0c3c-331b-479b-928f-71bcd121fc34} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.31 01:58:04.441127 [ 5 ] {f5bc0c3c-331b-479b-928f-71bcd121fc34} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.441275 [ 5 ] {f5bc0c3c-331b-479b-928f-71bcd121fc34} executeQuery: Read 90 rows, 7.73 KiB in 0.001561 sec., 57655.34913516976 rows/sec., 4.84 MiB/sec. 2026.03.31 01:58:04.441279 [ 101 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.31 01:58:04.441315 [ 5 ] {f5bc0c3c-331b-479b-928f-71bcd121fc34} TCPHandler: Processed in 0.001847293 sec. 2026.03.31 01:58:04.441357 [ 101 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.441386 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.441452 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:04.441499 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.31 01:58:04.441551 [ 5 ] {af67d0aa-3196-4108-867e-ea24b5085c13} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:04.441595 [ 5 ] {af67d0aa-3196-4108-867e-ea24b5085c13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:04.441638 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:04.441679 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1006 rows starting from the beginning of the part 2026.03.31 01:58:04.441743 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 90 rows starting from the beginning of the part 2026.03.31 01:58:04.441784 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 104 rows starting from the beginning of the part 2026.03.31 01:58:04.441838 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 92 rows starting from the beginning of the part 2026.03.31 01:58:04.441896 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part 2026.03.31 01:58:04.441939 [ 194 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part 2026.03.31 01:58:04.442017 [ 5 ] {af67d0aa-3196-4108-867e-ea24b5085c13} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.442056 [ 5 ] {af67d0aa-3196-4108-867e-ea24b5085c13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.442523 [ 5 ] {af67d0aa-3196-4108-867e-ea24b5085c13} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.31 01:58:04.442750 [ 5 ] {af67d0aa-3196-4108-867e-ea24b5085c13} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.442890 [ 5 ] {af67d0aa-3196-4108-867e-ea24b5085c13} executeQuery: Read 17 rows, 1.28 KiB in 0.001357 sec., 12527.634487840825 rows/sec., 942.02 KiB/sec. 2026.03.31 01:58:04.442927 [ 5 ] {af67d0aa-3196-4108-867e-ea24b5085c13} TCPHandler: Processed in 0.001523047 sec. 2026.03.31 01:58:04.443035 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:04.443125 [ 5 ] {2665bceb-0867-40e8-b590-610be315ea14} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:04.443150 [ 198 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1486 rows, containing 5 columns (5 merged, 0 gathered) in 0.001703601 sec., 872269.9740138684 rows/sec., 74.63 MiB/sec. 2026.03.31 01:58:04.443164 [ 5 ] {2665bceb-0867-40e8-b590-610be315ea14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:04.443349 [ 198 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.31 01:58:04.443600 [ 5 ] {2665bceb-0867-40e8-b590-610be315ea14} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.443603 [ 198 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.443642 [ 5 ] {2665bceb-0867-40e8-b590-610be315ea14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.443703 [ 198 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_21_4} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.31 01:58:04.443788 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.31 01:58:04.443980 [ 5 ] {2665bceb-0867-40e8-b590-610be315ea14} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.31 01:58:04.444186 [ 5 ] {2665bceb-0867-40e8-b590-610be315ea14} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.444288 [ 101 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.31 01:58:04.444308 [ 5 ] {2665bceb-0867-40e8-b590-610be315ea14} executeQuery: Read 81 rows, 6.48 KiB in 0.001201 sec., 67443.79683597002 rows/sec., 5.27 MiB/sec. 2026.03.31 01:58:04.444329 [ 101 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.444349 [ 5 ] {2665bceb-0867-40e8-b590-610be315ea14} TCPHandler: Processed in 0.001361514 sec. 2026.03.31 01:58:04.444353 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.444465 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.31 01:58:04.444468 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:04.444574 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:04.444582 [ 5 ] {7524c83a-0ad6-45b8-98b6-ae005c12d7ba} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:04.444604 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 602 rows starting from the beginning of the part 2026.03.31 01:58:04.444627 [ 5 ] {7524c83a-0ad6-45b8-98b6-ae005c12d7ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:04.444661 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 81 rows starting from the beginning of the part 2026.03.31 01:58:04.444706 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 88 rows starting from the beginning of the part 2026.03.31 01:58:04.444746 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 85 rows starting from the beginning of the part 2026.03.31 01:58:04.444786 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 88 rows starting from the beginning of the part 2026.03.31 01:58:04.444824 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 81 rows starting from the beginning of the part 2026.03.31 01:58:04.445022 [ 5 ] {7524c83a-0ad6-45b8-98b6-ae005c12d7ba} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.445056 [ 5 ] {7524c83a-0ad6-45b8-98b6-ae005c12d7ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.445418 [ 5 ] {7524c83a-0ad6-45b8-98b6-ae005c12d7ba} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.31 01:58:04.445650 [ 5 ] {7524c83a-0ad6-45b8-98b6-ae005c12d7ba} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.445721 [ 191 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1025 rows, containing 5 columns (5 merged, 0 gathered) in 0.001290873 sec., 794036.2839721645 rows/sec., 62.33 MiB/sec. 2026.03.31 01:58:04.445752 [ 101 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.31 01:58:04.445774 [ 5 ] {7524c83a-0ad6-45b8-98b6-ae005c12d7ba} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2026.03.31 01:58:04.445786 [ 101 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.445812 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.445815 [ 5 ] {7524c83a-0ad6-45b8-98b6-ae005c12d7ba} TCPHandler: Processed in 0.001394195 sec. 2026.03.31 01:58:04.445884 [ 194 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.31 01:58:04.445902 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.31 01:58:04.445935 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:04.445992 [ 194 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:04.446026 [ 5 ] {fae74faa-f072-4601-947b-c7a9f351a75a} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:04.446028 [ 194 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2853 rows starting from the beginning of the part 2026.03.31 01:58:04.446097 [ 5 ] {fae74faa-f072-4601-947b-c7a9f351a75a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:04.446110 [ 194 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:04.446153 [ 194 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:04.446160 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.446192 [ 194 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 162 rows starting from the beginning of the part 2026.03.31 01:58:04.446230 [ 194 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:04.446232 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_21_4} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.31 01:58:04.446267 [ 194 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:04.446314 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.03.31 01:58:04.446857 [ 5 ] {fae74faa-f072-4601-947b-c7a9f351a75a} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.446893 [ 5 ] {fae74faa-f072-4601-947b-c7a9f351a75a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.447496 [ 5 ] {fae74faa-f072-4601-947b-c7a9f351a75a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:58:04.447721 [ 5 ] {fae74faa-f072-4601-947b-c7a9f351a75a} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.447736 [ 195 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3655 rows, containing 5 columns (5 merged, 0 gathered) in 0.001885484 sec., 1938494.3070320406 rows/sec., 135.69 MiB/sec. 2026.03.31 01:58:04.447853 [ 5 ] {fae74faa-f072-4601-947b-c7a9f351a75a} executeQuery: Read 17 rows, 31.19 KiB in 0.001843 sec., 9224.091155724362 rows/sec., 16.53 MiB/sec. 2026.03.31 01:58:04.447922 [ 5 ] {fae74faa-f072-4601-947b-c7a9f351a75a} TCPHandler: Processed in 0.002033256 sec. 2026.03.31 01:58:04.448044 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:04.448099 [ 190 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.31 01:58:04.448137 [ 5 ] {24447199-2cab-4103-8022-7b103fe39447} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:04.448182 [ 5 ] {24447199-2cab-4103-8022-7b103fe39447} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:04.448381 [ 190 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.448446 [ 190 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_21_4} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.31 01:58:04.448514 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. 2026.03.31 01:58:04.448514 [ 5 ] {24447199-2cab-4103-8022-7b103fe39447} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.448562 [ 5 ] {24447199-2cab-4103-8022-7b103fe39447} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.448894 [ 5 ] {24447199-2cab-4103-8022-7b103fe39447} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.31 01:58:04.449098 [ 5 ] {24447199-2cab-4103-8022-7b103fe39447} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.449198 [ 101 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.31 01:58:04.449222 [ 5 ] {24447199-2cab-4103-8022-7b103fe39447} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.03.31 01:58:04.449228 [ 101 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:04.449260 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:04.449263 [ 5 ] {24447199-2cab-4103-8022-7b103fe39447} TCPHandler: Processed in 0.001274363 sec. 2026.03.31 01:58:04.449344 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.31 01:58:04.449470 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:04.449505 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part 2026.03.31 01:58:04.449566 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:04.449607 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:04.449648 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:04.449685 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:04.449722 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:04.450661 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 4 columns (4 merged, 0 gathered) in 0.001352444 sec., 887282.5787980871 rows/sec., 59.36 MiB/sec. 2026.03.31 01:58:04.450864 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.31 01:58:04.451135 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:04.451197 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_21_4} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.31 01:58:04.451275 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.03.31 01:58:09.442113 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.442311 [ 5 ] {1fdc9c99-d665-4fcf-bee8-8e8a7dcea679} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:58:09.442378 [ 5 ] {1fdc9c99-d665-4fcf-bee8-8e8a7dcea679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:58:09.443037 [ 5 ] {1fdc9c99-d665-4fcf-bee8-8e8a7dcea679} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.443082 [ 5 ] {1fdc9c99-d665-4fcf-bee8-8e8a7dcea679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.443468 [ 5 ] {1fdc9c99-d665-4fcf-bee8-8e8a7dcea679} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:58:09.443726 [ 5 ] {1fdc9c99-d665-4fcf-bee8-8e8a7dcea679} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.443883 [ 5 ] {1fdc9c99-d665-4fcf-bee8-8e8a7dcea679} executeQuery: Read 24 rows, 2.04 KiB in 0.001622 sec., 14796.547472256474 rows/sec., 1.23 MiB/sec. 2026.03.31 01:58:09.443933 [ 5 ] {1fdc9c99-d665-4fcf-bee8-8e8a7dcea679} TCPHandler: Processed in 0.001952065 sec. 2026.03.31 01:58:09.444074 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.444178 [ 5 ] {26ded796-b12d-4ee4-a24d-d862792daeda} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:58:09.444223 [ 5 ] {26ded796-b12d-4ee4-a24d-d862792daeda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:58:09.444630 [ 5 ] {26ded796-b12d-4ee4-a24d-d862792daeda} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.444665 [ 5 ] {26ded796-b12d-4ee4-a24d-d862792daeda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.444969 [ 5 ] {26ded796-b12d-4ee4-a24d-d862792daeda} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:58:09.445174 [ 5 ] {26ded796-b12d-4ee4-a24d-d862792daeda} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.445304 [ 5 ] {26ded796-b12d-4ee4-a24d-d862792daeda} executeQuery: Read 2 rows, 167.00 B in 0.00115 sec., 1739.1304347826087 rows/sec., 141.81 KiB/sec. 2026.03.31 01:58:09.445340 [ 5 ] {26ded796-b12d-4ee4-a24d-d862792daeda} TCPHandler: Processed in 0.001319444 sec. 2026.03.31 01:58:09.445454 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.445549 [ 5 ] {efb1c1c9-df18-49b3-b8c4-d792c5a9ba00} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:09.445589 [ 5 ] {efb1c1c9-df18-49b3-b8c4-d792c5a9ba00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:09.446101 [ 5 ] {efb1c1c9-df18-49b3-b8c4-d792c5a9ba00} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.446137 [ 5 ] {efb1c1c9-df18-49b3-b8c4-d792c5a9ba00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.446459 [ 5 ] {efb1c1c9-df18-49b3-b8c4-d792c5a9ba00} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.31 01:58:09.446668 [ 5 ] {efb1c1c9-df18-49b3-b8c4-d792c5a9ba00} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.446793 [ 5 ] {efb1c1c9-df18-49b3-b8c4-d792c5a9ba00} executeQuery: Read 225 rows, 20.42 KiB in 0.001264 sec., 178006.32911392406 rows/sec., 15.77 MiB/sec. 2026.03.31 01:58:09.446830 [ 5 ] {efb1c1c9-df18-49b3-b8c4-d792c5a9ba00} TCPHandler: Processed in 0.001426045 sec. 2026.03.31 01:58:09.446943 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.447037 [ 5 ] {2f77aaf9-f709-4136-a677-21a074cca270} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:09.447076 [ 5 ] {2f77aaf9-f709-4136-a677-21a074cca270} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:09.447472 [ 5 ] {2f77aaf9-f709-4136-a677-21a074cca270} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.447508 [ 5 ] {2f77aaf9-f709-4136-a677-21a074cca270} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.447802 [ 5 ] {2f77aaf9-f709-4136-a677-21a074cca270} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.31 01:58:09.448020 [ 5 ] {2f77aaf9-f709-4136-a677-21a074cca270} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.448151 [ 5 ] {2f77aaf9-f709-4136-a677-21a074cca270} executeQuery: Read 38 rows, 2.91 KiB in 0.001133 sec., 33539.276257722864 rows/sec., 2.50 MiB/sec. 2026.03.31 01:58:09.448188 [ 5 ] {2f77aaf9-f709-4136-a677-21a074cca270} TCPHandler: Processed in 0.001292713 sec. 2026.03.31 01:58:09.448287 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.448379 [ 5 ] {02b57194-0b86-421d-8ed7-8e647754166d} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:58:09.448418 [ 5 ] {02b57194-0b86-421d-8ed7-8e647754166d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:58:09.448805 [ 5 ] {02b57194-0b86-421d-8ed7-8e647754166d} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.448841 [ 5 ] {02b57194-0b86-421d-8ed7-8e647754166d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.449144 [ 5 ] {02b57194-0b86-421d-8ed7-8e647754166d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:58:09.449351 [ 5 ] {02b57194-0b86-421d-8ed7-8e647754166d} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.449476 [ 5 ] {02b57194-0b86-421d-8ed7-8e647754166d} executeQuery: Read 24 rows, 2.04 KiB in 0.001115 sec., 21524.663677130044 rows/sec., 1.79 MiB/sec. 2026.03.31 01:58:09.449513 [ 5 ] {02b57194-0b86-421d-8ed7-8e647754166d} TCPHandler: Processed in 0.001273743 sec. 2026.03.31 01:58:09.449613 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.449706 [ 5 ] {917364d7-0feb-497f-83b6-226032152a6f} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:58:09.449745 [ 5 ] {917364d7-0feb-497f-83b6-226032152a6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:58:09.450128 [ 5 ] {917364d7-0feb-497f-83b6-226032152a6f} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.450165 [ 5 ] {917364d7-0feb-497f-83b6-226032152a6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.450454 [ 5 ] {917364d7-0feb-497f-83b6-226032152a6f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.31 01:58:09.450666 [ 5 ] {917364d7-0feb-497f-83b6-226032152a6f} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.450789 [ 5 ] {917364d7-0feb-497f-83b6-226032152a6f} executeQuery: Read 12 rows, 960.00 B in 0.0011 sec., 10909.090909090908 rows/sec., 852.27 KiB/sec. 2026.03.31 01:58:09.450825 [ 5 ] {917364d7-0feb-497f-83b6-226032152a6f} TCPHandler: Processed in 0.001259672 sec. 2026.03.31 01:58:09.450936 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.451029 [ 5 ] {869ba463-2f58-4f31-b275-a4645322a706} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:09.451068 [ 5 ] {869ba463-2f58-4f31-b275-a4645322a706} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:09.451495 [ 5 ] {869ba463-2f58-4f31-b275-a4645322a706} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.451531 [ 5 ] {869ba463-2f58-4f31-b275-a4645322a706} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.451854 [ 5 ] {869ba463-2f58-4f31-b275-a4645322a706} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.31 01:58:09.452062 [ 5 ] {869ba463-2f58-4f31-b275-a4645322a706} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.452191 [ 5 ] {869ba463-2f58-4f31-b275-a4645322a706} executeQuery: Read 126 rows, 10.46 KiB in 0.001179 sec., 106870.22900763359 rows/sec., 8.66 MiB/sec. 2026.03.31 01:58:09.452228 [ 5 ] {869ba463-2f58-4f31-b275-a4645322a706} TCPHandler: Processed in 0.001339214 sec. 2026.03.31 01:58:09.452336 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.452428 [ 5 ] {6d50c193-d20c-4bef-abc4-7858738be7b3} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:09.452470 [ 5 ] {6d50c193-d20c-4bef-abc4-7858738be7b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:09.452865 [ 5 ] {6d50c193-d20c-4bef-abc4-7858738be7b3} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.452903 [ 5 ] {6d50c193-d20c-4bef-abc4-7858738be7b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.453277 [ 5 ] {6d50c193-d20c-4bef-abc4-7858738be7b3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.31 01:58:09.453487 [ 5 ] {6d50c193-d20c-4bef-abc4-7858738be7b3} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.453610 [ 5 ] {6d50c193-d20c-4bef-abc4-7858738be7b3} executeQuery: Read 197 rows, 14.47 KiB in 0.0012 sec., 164166.6666666667 rows/sec., 11.78 MiB/sec. 2026.03.31 01:58:09.453647 [ 5 ] {6d50c193-d20c-4bef-abc4-7858738be7b3} TCPHandler: Processed in 0.001359054 sec. 2026.03.31 01:58:09.453757 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.453850 [ 5 ] {1bd976c6-8901-443d-8fc3-d5117fd35e7a} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:09.453903 [ 5 ] {1bd976c6-8901-443d-8fc3-d5117fd35e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:09.454678 [ 5 ] {1bd976c6-8901-443d-8fc3-d5117fd35e7a} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.454714 [ 5 ] {1bd976c6-8901-443d-8fc3-d5117fd35e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.455247 [ 5 ] {1bd976c6-8901-443d-8fc3-d5117fd35e7a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:58:09.455466 [ 5 ] {1bd976c6-8901-443d-8fc3-d5117fd35e7a} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.455602 [ 5 ] {1bd976c6-8901-443d-8fc3-d5117fd35e7a} executeQuery: Read 24 rows, 44.04 KiB in 0.001771 sec., 13551.665725578769 rows/sec., 24.28 MiB/sec. 2026.03.31 01:58:09.455655 [ 5 ] {1bd976c6-8901-443d-8fc3-d5117fd35e7a} TCPHandler: Processed in 0.001946465 sec. 2026.03.31 01:58:09.455765 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:09.455860 [ 5 ] {8862fe6d-1b3f-44bb-8ee0-26fd60a2f85d} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:09.455902 [ 5 ] {8862fe6d-1b3f-44bb-8ee0-26fd60a2f85d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:09.456236 [ 5 ] {8862fe6d-1b3f-44bb-8ee0-26fd60a2f85d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:09.456272 [ 5 ] {8862fe6d-1b3f-44bb-8ee0-26fd60a2f85d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:09.456593 [ 5 ] {8862fe6d-1b3f-44bb-8ee0-26fd60a2f85d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.31 01:58:09.456802 [ 5 ] {8862fe6d-1b3f-44bb-8ee0-26fd60a2f85d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:09.456927 [ 5 ] {8862fe6d-1b3f-44bb-8ee0-26fd60a2f85d} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.03.31 01:58:09.456963 [ 5 ] {8862fe6d-1b3f-44bb-8ee0-26fd60a2f85d} TCPHandler: Processed in 0.001246132 sec. 2026.03.31 01:58:10.125279 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8112 2026.03.31 01:58:10.125807 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:10.125862 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:10.126353 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.31 01:58:10.126589 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:10.126732 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8112 2026.03.31 01:58:10.555850 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.31 01:58:10.572239 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:10.572305 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:10.578690 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.31 01:58:10.579457 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:10.582201 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.31 01:58:11.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 234.97 MiB, peak 238.97 MiB, free memory in arenas 0.00 B, will set to 236.67 MiB (RSS), difference: 1.70 MiB 2026.03.31 01:58:12.662732 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 492 2026.03.31 01:58:12.666061 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:12.666148 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:12.667822 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:58:12.668190 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:12.668687 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 492 2026.03.31 01:58:12.930817 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39757 2026.03.31 01:58:12.930939 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.930966 [ 291 ] {} TCP-Session: 083a389b-2fdc-4bce-86a7-e6cea2aae39a Authenticating user 'default' from [fd00:1122:3344:101::e]:39757 2026.03.31 01:58:12.930988 [ 291 ] {} TCP-Session: 083a389b-2fdc-4bce-86a7-e6cea2aae39a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.931001 [ 291 ] {} TCP-Session: 083a389b-2fdc-4bce-86a7-e6cea2aae39a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.931227 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39745 2026.03.31 01:58:12.931228 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37233 2026.03.31 01:58:12.931301 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48983 2026.03.31 01:58:12.931324 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59239 2026.03.31 01:58:12.931360 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.931361 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44631 2026.03.31 01:58:12.931381 [ 291 ] {} TCP-Session: 083a389b-2fdc-4bce-86a7-e6cea2aae39a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:12.931397 [ 293 ] {} TCP-Session: 14bfb880-5d0f-483f-b752-ca1c81023665 Authenticating user 'default' from [fd00:1122:3344:101::e]:39745 2026.03.31 01:58:12.931331 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33137 2026.03.31 01:58:12.931469 [ 293 ] {} TCP-Session: 14bfb880-5d0f-483f-b752-ca1c81023665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.931288 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60973 2026.03.31 01:58:12.931493 [ 293 ] {} TCP-Session: 14bfb880-5d0f-483f-b752-ca1c81023665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.931293 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55414 2026.03.31 01:58:12.931606 [ 291 ] {f5d6b788-5a6b-439a-995f-f4224075019f} executeQuery: (from [fd00:1122:3344:101::e]:39757) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:58:12.931731 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.931776 [ 289 ] {} TCP-Session: 367fdd4e-e259-4a79-9607-f903a51b1b89 Authenticating user 'default' from [fd00:1122:3344:101::e]:44631 2026.03.31 01:58:12.931800 [ 289 ] {} TCP-Session: 367fdd4e-e259-4a79-9607-f903a51b1b89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.931816 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.931819 [ 289 ] {} TCP-Session: 367fdd4e-e259-4a79-9607-f903a51b1b89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.931849 [ 297 ] {} TCP-Session: 2c4f8d24-efea-4cef-8d30-b77e2a21baa3 Authenticating user 'default' from [fd00:1122:3344:101::e]:33137 2026.03.31 01:58:12.931872 [ 297 ] {} TCP-Session: 2c4f8d24-efea-4cef-8d30-b77e2a21baa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.931884 [ 297 ] {} TCP-Session: 2c4f8d24-efea-4cef-8d30-b77e2a21baa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.931938 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.931939 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.931978 [ 292 ] {} TCP-Session: 39fb9a93-f688-42e5-b2b0-937f80d73bc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:37233 2026.03.31 01:58:12.932003 [ 294 ] {} TCP-Session: a9b29bd8-d9cc-4247-921c-816d9b84d2c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55414 2026.03.31 01:58:12.932008 [ 292 ] {} TCP-Session: 39fb9a93-f688-42e5-b2b0-937f80d73bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932034 [ 294 ] {} TCP-Session: a9b29bd8-d9cc-4247-921c-816d9b84d2c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932042 [ 292 ] {} TCP-Session: 39fb9a93-f688-42e5-b2b0-937f80d73bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932056 [ 294 ] {} TCP-Session: a9b29bd8-d9cc-4247-921c-816d9b84d2c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932005 [ 291 ] {f5d6b788-5a6b-439a-995f-f4224075019f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:58:12.932086 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.932148 [ 291 ] {f5d6b788-5a6b-439a-995f-f4224075019f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:58:12.932152 [ 3 ] {} TCP-Session: d160282f-f670-45fa-8acb-a5215d893f4e Authenticating user 'default' from [fd00:1122:3344:101::e]:59239 2026.03.31 01:58:12.932187 [ 3 ] {} TCP-Session: d160282f-f670-45fa-8acb-a5215d893f4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932200 [ 3 ] {} TCP-Session: d160282f-f670-45fa-8acb-a5215d893f4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932207 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.932242 [ 296 ] {} TCP-Session: f6568ba8-f8a2-4dfa-a22b-6191eb65a127 Authenticating user 'default' from [fd00:1122:3344:101::e]:48983 2026.03.31 01:58:12.932251 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.932259 [ 296 ] {} TCP-Session: f6568ba8-f8a2-4dfa-a22b-6191eb65a127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932294 [ 295 ] {} TCP-Session: a6cc9c7e-2fde-4629-8c07-d6e999ce63c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:60973 2026.03.31 01:58:12.932295 [ 296 ] {} TCP-Session: f6568ba8-f8a2-4dfa-a22b-6191eb65a127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932326 [ 295 ] {} TCP-Session: a6cc9c7e-2fde-4629-8c07-d6e999ce63c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932344 [ 295 ] {} TCP-Session: a6cc9c7e-2fde-4629-8c07-d6e999ce63c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.932489 [ 291 ] {f5d6b788-5a6b-439a-995f-f4224075019f} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:58:12.933628 [ 298 ] {f5d6b788-5a6b-439a-995f-f4224075019f} AggregatingTransform: Aggregating 2026.03.31 01:58:12.933690 [ 298 ] {f5d6b788-5a6b-439a-995f-f4224075019f} Aggregator: Aggregation method: without_key 2026.03.31 01:58:12.933733 [ 298 ] {f5d6b788-5a6b-439a-995f-f4224075019f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00113602 sec. (880.266 rows/sec., 34.39 KiB/sec.) 2026.03.31 01:58:12.933753 [ 298 ] {f5d6b788-5a6b-439a-995f-f4224075019f} Aggregator: Merging aggregated data 2026.03.31 01:58:12.935035 [ 291 ] {f5d6b788-5a6b-439a-995f-f4224075019f} executeQuery: Read 1 rows, 40.00 B in 0.003505 sec., 285.30670470756064 rows/sec., 11.14 KiB/sec. 2026.03.31 01:58:12.935223 [ 291 ] {f5d6b788-5a6b-439a-995f-f4224075019f} TCPHandler: Processed in 0.003995422 sec. 2026.03.31 01:58:12.935375 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:12.935421 [ 291 ] {} TCP-Session: 083a389b-2fdc-4bce-86a7-e6cea2aae39a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.935424 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:12.935450 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:12.935468 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:12.935476 [ 292 ] {} TCP-Session: 39fb9a93-f688-42e5-b2b0-937f80d73bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.935484 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:12.935525 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:12.935536 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:12.935559 [ 295 ] {} TCP-Session: a6cc9c7e-2fde-4629-8c07-d6e999ce63c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.935595 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:12.935612 [ 296 ] {} TCP-Session: f6568ba8-f8a2-4dfa-a22b-6191eb65a127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.935607 [ 294 ] {} TCP-Session: a9b29bd8-d9cc-4247-921c-816d9b84d2c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.935644 [ 297 ] {} TCP-Session: 2c4f8d24-efea-4cef-8d30-b77e2a21baa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.935520 [ 289 ] {} TCP-Session: 367fdd4e-e259-4a79-9607-f903a51b1b89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.935505 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:12.935496 [ 3 ] {} TCP-Session: d160282f-f670-45fa-8acb-a5215d893f4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.935738 [ 293 ] {} TCP-Session: 14bfb880-5d0f-483f-b752-ca1c81023665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997003 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62933 2026.03.31 01:58:12.997116 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.997142 [ 291 ] {} TCP-Session: a465009f-aeff-40a6-afd5-1ec852d6ca3f Authenticating user 'default' from [fd00:1122:3344:101::e]:62933 2026.03.31 01:58:12.997169 [ 291 ] {} TCP-Session: a465009f-aeff-40a6-afd5-1ec852d6ca3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997182 [ 291 ] {} TCP-Session: a465009f-aeff-40a6-afd5-1ec852d6ca3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997431 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62720 2026.03.31 01:58:12.997449 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43014 2026.03.31 01:58:12.997473 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50205 2026.03.31 01:58:12.997500 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60690 2026.03.31 01:58:12.997520 [ 291 ] {} TCP-Session: a465009f-aeff-40a6-afd5-1ec852d6ca3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:12.997494 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45950 2026.03.31 01:58:12.997558 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.997579 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.997582 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.997607 [ 293 ] {} TCP-Session: 851d2de8-21f9-4e74-bc00-1bf79cb7fc35 Authenticating user 'default' from [fd00:1122:3344:101::e]:62720 2026.03.31 01:58:12.997612 [ 289 ] {} TCP-Session: 81579ddd-1882-4dc4-9e90-efa67964df17 Authenticating user 'default' from [fd00:1122:3344:101::e]:60690 2026.03.31 01:58:12.997628 [ 297 ] {} TCP-Session: 731f7c2c-0e3b-41f8-9ef3-19fbe0f0f7f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:50205 2026.03.31 01:58:12.997640 [ 293 ] {} TCP-Session: 851d2de8-21f9-4e74-bc00-1bf79cb7fc35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997642 [ 289 ] {} TCP-Session: 81579ddd-1882-4dc4-9e90-efa67964df17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997656 [ 293 ] {} TCP-Session: 851d2de8-21f9-4e74-bc00-1bf79cb7fc35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997654 [ 297 ] {} TCP-Session: 731f7c2c-0e3b-41f8-9ef3-19fbe0f0f7f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997662 [ 289 ] {} TCP-Session: 81579ddd-1882-4dc4-9e90-efa67964df17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997677 [ 297 ] {} TCP-Session: 731f7c2c-0e3b-41f8-9ef3-19fbe0f0f7f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997635 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.997705 [ 291 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} executeQuery: (from [fd00:1122:3344:101::e]:62933) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:58:12.997724 [ 3 ] {} TCP-Session: da21d923-072d-4659-babe-920e6703f0ec Authenticating user 'default' from [fd00:1122:3344:101::e]:45950 2026.03.31 01:58:12.997575 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.997752 [ 3 ] {} TCP-Session: da21d923-072d-4659-babe-920e6703f0ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997462 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62368 2026.03.31 01:58:12.997792 [ 295 ] {} TCP-Session: b6f8df39-cdd6-4a02-b607-72a1254b15bb Authenticating user 'default' from [fd00:1122:3344:101::e]:43014 2026.03.31 01:58:12.997791 [ 3 ] {} TCP-Session: da21d923-072d-4659-babe-920e6703f0ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997881 [ 295 ] {} TCP-Session: b6f8df39-cdd6-4a02-b607-72a1254b15bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997450 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62226 2026.03.31 01:58:12.997920 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.997921 [ 295 ] {} TCP-Session: b6f8df39-cdd6-4a02-b607-72a1254b15bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.997432 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56500 2026.03.31 01:58:12.997999 [ 291 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:58:12.998020 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.997992 [ 296 ] {} TCP-Session: 3ebc4705-7e2a-41db-b026-be5e12c93f4d Authenticating user 'default' from [fd00:1122:3344:101::e]:62368 2026.03.31 01:58:12.998070 [ 294 ] {} TCP-Session: e59eda8f-4c5a-4602-83e6-c754bbb7f8b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62226 2026.03.31 01:58:12.998077 [ 291 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:58:12.998107 [ 296 ] {} TCP-Session: 3ebc4705-7e2a-41db-b026-be5e12c93f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.998114 [ 294 ] {} TCP-Session: e59eda8f-4c5a-4602-83e6-c754bbb7f8b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.998136 [ 296 ] {} TCP-Session: 3ebc4705-7e2a-41db-b026-be5e12c93f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.998148 [ 294 ] {} TCP-Session: e59eda8f-4c5a-4602-83e6-c754bbb7f8b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.998078 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:12.998207 [ 292 ] {} TCP-Session: cd7dc424-4041-4f89-8aca-b5d9fc18f05f Authenticating user 'default' from [fd00:1122:3344:101::e]:56500 2026.03.31 01:58:12.998226 [ 292 ] {} TCP-Session: cd7dc424-4041-4f89-8aca-b5d9fc18f05f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.998245 [ 292 ] {} TCP-Session: cd7dc424-4041-4f89-8aca-b5d9fc18f05f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:12.998398 [ 291 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:58:12.999275 [ 326 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} AggregatingTransform: Aggregating 2026.03.31 01:58:12.999323 [ 326 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} Aggregator: Aggregation method: without_key 2026.03.31 01:58:12.999361 [ 326 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000857715 sec. (1165.888 rows/sec., 45.54 KiB/sec.) 2026.03.31 01:58:12.999378 [ 326 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} Aggregator: Merging aggregated data 2026.03.31 01:58:13.000838 [ 291 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} executeQuery: Read 1 rows, 40.00 B in 0.003193 sec., 313.18509238960223 rows/sec., 12.23 KiB/sec. 2026.03.31 01:58:13.000977 [ 291 ] {e4ac0522-2ac3-4729-a15f-7965065f947d} TCPHandler: Processed in 0.003577094 sec. 2026.03.31 01:58:13.001068 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.001097 [ 291 ] {} TCP-Session: a465009f-aeff-40a6-afd5-1ec852d6ca3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.001114 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.001143 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.001165 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.001186 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.001194 [ 289 ] {} TCP-Session: 81579ddd-1882-4dc4-9e90-efa67964df17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.001217 [ 293 ] {} TCP-Session: 851d2de8-21f9-4e74-bc00-1bf79cb7fc35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.001224 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.001242 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.001205 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.001302 [ 296 ] {} TCP-Session: 3ebc4705-7e2a-41db-b026-be5e12c93f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.001307 [ 3 ] {} TCP-Session: da21d923-072d-4659-babe-920e6703f0ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.001332 [ 295 ] {} TCP-Session: b6f8df39-cdd6-4a02-b607-72a1254b15bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.001122 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.001231 [ 297 ] {} TCP-Session: 731f7c2c-0e3b-41f8-9ef3-19fbe0f0f7f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.001203 [ 292 ] {} TCP-Session: cd7dc424-4041-4f89-8aca-b5d9fc18f05f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.001410 [ 294 ] {} TCP-Session: e59eda8f-4c5a-4602-83e6-c754bbb7f8b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.115790 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55370 2026.03.31 01:58:13.115894 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:13.115922 [ 291 ] {} TCP-Session: c23912c0-1a75-46ab-b20c-46477c85e44b Authenticating user 'default' from [fd00:1122:3344:101::e]:55370 2026.03.31 01:58:13.115944 [ 291 ] {} TCP-Session: c23912c0-1a75-46ab-b20c-46477c85e44b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.115957 [ 291 ] {} TCP-Session: c23912c0-1a75-46ab-b20c-46477c85e44b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116196 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36282 2026.03.31 01:58:13.116234 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49362 2026.03.31 01:58:13.116249 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49580 2026.03.31 01:58:13.116270 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52953 2026.03.31 01:58:13.116289 [ 291 ] {} TCP-Session: c23912c0-1a75-46ab-b20c-46477c85e44b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:13.116311 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:13.116261 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47923 2026.03.31 01:58:13.116352 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:13.116369 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:13.116353 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:13.116404 [ 293 ] {} TCP-Session: b94ebe51-726f-4c7c-b4f2-ec2a0d81b891 Authenticating user 'default' from [fd00:1122:3344:101::e]:49362 2026.03.31 01:58:13.116424 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:13.116442 [ 295 ] {} TCP-Session: 45949fd5-52a5-4c64-aa55-bf5717970cc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:49580 2026.03.31 01:58:13.116466 [ 296 ] {} TCP-Session: 1aee3531-6245-4f75-872c-c3dd5b8448e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:47923 2026.03.31 01:58:13.116488 [ 291 ] {1477b354-99b3-4a8c-8901-570094acdd51} executeQuery: (from [fd00:1122:3344:101::e]:55370) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:58:13.116501 [ 295 ] {} TCP-Session: 45949fd5-52a5-4c64-aa55-bf5717970cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116517 [ 296 ] {} TCP-Session: 1aee3531-6245-4f75-872c-c3dd5b8448e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116527 [ 295 ] {} TCP-Session: 45949fd5-52a5-4c64-aa55-bf5717970cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116542 [ 296 ] {} TCP-Session: 1aee3531-6245-4f75-872c-c3dd5b8448e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116453 [ 293 ] {} TCP-Session: b94ebe51-726f-4c7c-b4f2-ec2a0d81b891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116256 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51129 2026.03.31 01:58:13.116600 [ 293 ] {} TCP-Session: b94ebe51-726f-4c7c-b4f2-ec2a0d81b891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116411 [ 297 ] {} TCP-Session: 8a49e68d-e891-4718-a4cb-7283db06d315 Authenticating user 'default' from [fd00:1122:3344:101::e]:52953 2026.03.31 01:58:13.116368 [ 292 ] {} TCP-Session: fd569025-f590-438a-94d2-50da43209cf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:36282 2026.03.31 01:58:13.116696 [ 297 ] {} TCP-Session: 8a49e68d-e891-4718-a4cb-7283db06d315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116715 [ 292 ] {} TCP-Session: fd569025-f590-438a-94d2-50da43209cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116731 [ 297 ] {} TCP-Session: 8a49e68d-e891-4718-a4cb-7283db06d315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116737 [ 292 ] {} TCP-Session: fd569025-f590-438a-94d2-50da43209cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116735 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:13.116778 [ 291 ] {1477b354-99b3-4a8c-8901-570094acdd51} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:58:13.116802 [ 294 ] {} TCP-Session: 371e25f1-f7b3-4daa-9bfa-41fc89917d03 Authenticating user 'default' from [fd00:1122:3344:101::e]:51129 2026.03.31 01:58:13.116833 [ 294 ] {} TCP-Session: 371e25f1-f7b3-4daa-9bfa-41fc89917d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.116841 [ 291 ] {1477b354-99b3-4a8c-8901-570094acdd51} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:58:13.116846 [ 294 ] {} TCP-Session: 371e25f1-f7b3-4daa-9bfa-41fc89917d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.117140 [ 291 ] {1477b354-99b3-4a8c-8901-570094acdd51} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:58:13.118066 [ 318 ] {1477b354-99b3-4a8c-8901-570094acdd51} AggregatingTransform: Aggregating 2026.03.31 01:58:13.118118 [ 318 ] {1477b354-99b3-4a8c-8901-570094acdd51} Aggregator: Aggregation method: without_key 2026.03.31 01:58:13.118158 [ 318 ] {1477b354-99b3-4a8c-8901-570094acdd51} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000904906 sec. (1105.087 rows/sec., 43.17 KiB/sec.) 2026.03.31 01:58:13.118177 [ 318 ] {1477b354-99b3-4a8c-8901-570094acdd51} Aggregator: Merging aggregated data 2026.03.31 01:58:13.119701 [ 291 ] {1477b354-99b3-4a8c-8901-570094acdd51} executeQuery: Read 1 rows, 40.00 B in 0.003272 sec., 305.62347188264056 rows/sec., 11.94 KiB/sec. 2026.03.31 01:58:13.119843 [ 291 ] {1477b354-99b3-4a8c-8901-570094acdd51} TCPHandler: Processed in 0.003665955 sec. 2026.03.31 01:58:13.119962 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.119994 [ 291 ] {} TCP-Session: c23912c0-1a75-46ab-b20c-46477c85e44b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.120048 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.120065 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.120090 [ 293 ] {} TCP-Session: b94ebe51-726f-4c7c-b4f2-ec2a0d81b891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.120100 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.120123 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.120147 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.120177 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.31 01:58:13.120185 [ 296 ] {} TCP-Session: 1aee3531-6245-4f75-872c-c3dd5b8448e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.120216 [ 295 ] {} TCP-Session: 45949fd5-52a5-4c64-aa55-bf5717970cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.120224 [ 297 ] {} TCP-Session: 8a49e68d-e891-4718-a4cb-7283db06d315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.120161 [ 294 ] {} TCP-Session: 371e25f1-f7b3-4daa-9bfa-41fc89917d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.120117 [ 292 ] {} TCP-Session: fd569025-f590-438a-94d2-50da43209cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.121920 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44729 2026.03.31 01:58:13.121942 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44303 2026.03.31 01:58:13.121985 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:13.121998 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:58:13.122007 [ 289 ] {} TCP-Session: 82f1aac2-b515-4294-81bd-4a0a6065abda Authenticating user 'default' from [fd00:1122:3344:101::e]:44729 2026.03.31 01:58:13.122019 [ 3 ] {} TCP-Session: f4bc599c-e79a-445c-843d-8278019598c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44303 2026.03.31 01:58:13.122024 [ 289 ] {} TCP-Session: 82f1aac2-b515-4294-81bd-4a0a6065abda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.122035 [ 3 ] {} TCP-Session: f4bc599c-e79a-445c-843d-8278019598c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.122039 [ 289 ] {} TCP-Session: 82f1aac2-b515-4294-81bd-4a0a6065abda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.122049 [ 3 ] {} TCP-Session: f4bc599c-e79a-445c-843d-8278019598c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.145862 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:44729). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.31 01:58:13.146046 [ 289 ] {} TCP-Session: 82f1aac2-b515-4294-81bd-4a0a6065abda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:13.146061 [ 3 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:44303). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.31 01:58:13.146116 [ 3 ] {} TCP-Session: f4bc599c-e79a-445c-843d-8278019598c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:58:14.440347 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:14.440525 [ 5 ] {9a3bfc3f-2c63-490e-80d4-77d0dfd9fc06} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:14.440589 [ 5 ] {9a3bfc3f-2c63-490e-80d4-77d0dfd9fc06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:14.441270 [ 5 ] {9a3bfc3f-2c63-490e-80d4-77d0dfd9fc06} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:14.441312 [ 5 ] {9a3bfc3f-2c63-490e-80d4-77d0dfd9fc06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:14.441733 [ 5 ] {9a3bfc3f-2c63-490e-80d4-77d0dfd9fc06} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.31 01:58:14.441974 [ 5 ] {9a3bfc3f-2c63-490e-80d4-77d0dfd9fc06} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:14.442123 [ 5 ] {9a3bfc3f-2c63-490e-80d4-77d0dfd9fc06} executeQuery: Read 90 rows, 7.73 KiB in 0.001648 sec., 54611.6504854369 rows/sec., 4.58 MiB/sec. 2026.03.31 01:58:14.442165 [ 5 ] {9a3bfc3f-2c63-490e-80d4-77d0dfd9fc06} TCPHandler: Processed in 0.001944145 sec. 2026.03.31 01:58:14.442294 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:14.442391 [ 5 ] {a8e29718-0f3a-4802-b75e-314cc348f11e} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:14.442433 [ 5 ] {a8e29718-0f3a-4802-b75e-314cc348f11e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:14.442845 [ 5 ] {a8e29718-0f3a-4802-b75e-314cc348f11e} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:14.442883 [ 5 ] {a8e29718-0f3a-4802-b75e-314cc348f11e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:14.443183 [ 5 ] {a8e29718-0f3a-4802-b75e-314cc348f11e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.31 01:58:14.443394 [ 5 ] {a8e29718-0f3a-4802-b75e-314cc348f11e} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:14.443522 [ 5 ] {a8e29718-0f3a-4802-b75e-314cc348f11e} executeQuery: Read 17 rows, 1.28 KiB in 0.001151 sec., 14769.76542137272 rows/sec., 1.08 MiB/sec. 2026.03.31 01:58:14.443561 [ 5 ] {a8e29718-0f3a-4802-b75e-314cc348f11e} TCPHandler: Processed in 0.001316493 sec. 2026.03.31 01:58:14.443677 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:14.443771 [ 5 ] {e01c1a3d-1491-4d43-8aa0-53b8774cd8d4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:14.443811 [ 5 ] {e01c1a3d-1491-4d43-8aa0-53b8774cd8d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:14.444222 [ 5 ] {e01c1a3d-1491-4d43-8aa0-53b8774cd8d4} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:14.444258 [ 5 ] {e01c1a3d-1491-4d43-8aa0-53b8774cd8d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:14.444557 [ 5 ] {e01c1a3d-1491-4d43-8aa0-53b8774cd8d4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.31 01:58:14.444763 [ 5 ] {e01c1a3d-1491-4d43-8aa0-53b8774cd8d4} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:14.444887 [ 5 ] {e01c1a3d-1491-4d43-8aa0-53b8774cd8d4} executeQuery: Read 81 rows, 6.48 KiB in 0.001135 sec., 71365.63876651983 rows/sec., 5.57 MiB/sec. 2026.03.31 01:58:14.444923 [ 5 ] {e01c1a3d-1491-4d43-8aa0-53b8774cd8d4} TCPHandler: Processed in 0.001295243 sec. 2026.03.31 01:58:14.445044 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:14.445137 [ 5 ] {3cf440e8-3d06-4090-a5e1-ee8540508c23} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:14.445178 [ 5 ] {3cf440e8-3d06-4090-a5e1-ee8540508c23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:14.445569 [ 5 ] {3cf440e8-3d06-4090-a5e1-ee8540508c23} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:14.445602 [ 5 ] {3cf440e8-3d06-4090-a5e1-ee8540508c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:14.445936 [ 5 ] {3cf440e8-3d06-4090-a5e1-ee8540508c23} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.31 01:58:14.446151 [ 5 ] {3cf440e8-3d06-4090-a5e1-ee8540508c23} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:14.446280 [ 5 ] {3cf440e8-3d06-4090-a5e1-ee8540508c23} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.03.31 01:58:14.446319 [ 5 ] {3cf440e8-3d06-4090-a5e1-ee8540508c23} TCPHandler: Processed in 0.001322673 sec. 2026.03.31 01:58:14.446429 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:14.446522 [ 5 ] {f317b965-338f-44ad-9433-36493120af10} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:14.446583 [ 5 ] {f317b965-338f-44ad-9433-36493120af10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:14.447311 [ 5 ] {f317b965-338f-44ad-9433-36493120af10} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:14.447345 [ 5 ] {f317b965-338f-44ad-9433-36493120af10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:14.447862 [ 5 ] {f317b965-338f-44ad-9433-36493120af10} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.31 01:58:14.448125 [ 5 ] {f317b965-338f-44ad-9433-36493120af10} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:14.448227 [ 82 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.31 01:58:14.448258 [ 5 ] {f317b965-338f-44ad-9433-36493120af10} executeQuery: Read 17 rows, 31.19 KiB in 0.001754 sec., 9692.132269099202 rows/sec., 17.37 MiB/sec. 2026.03.31 01:58:14.448269 [ 82 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:14.448294 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:14.448309 [ 5 ] {f317b965-338f-44ad-9433-36493120af10} TCPHandler: Processed in 0.001927945 sec. 2026.03.31 01:58:14.448451 [ 191 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.31 01:58:14.448465 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:14.448589 [ 5 ] {2517b19c-846d-461e-8675-add07b4f289d} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:14.448638 [ 5 ] {2517b19c-846d-461e-8675-add07b4f289d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:14.448760 [ 191 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:14.448833 [ 191 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 196 rows starting from the beginning of the part 2026.03.31 01:58:14.448976 [ 191 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 17 rows starting from the beginning of the part 2026.03.31 01:58:14.449003 [ 5 ] {2517b19c-846d-461e-8675-add07b4f289d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:14.449091 [ 191 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:14.449092 [ 5 ] {2517b19c-846d-461e-8675-add07b4f289d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:14.449203 [ 191 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 17 rows starting from the beginning of the part 2026.03.31 01:58:14.449307 [ 191 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:14.449409 [ 191 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 17 rows starting from the beginning of the part 2026.03.31 01:58:14.449433 [ 5 ] {2517b19c-846d-461e-8675-add07b4f289d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.31 01:58:14.449651 [ 5 ] {2517b19c-846d-461e-8675-add07b4f289d} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:14.449785 [ 5 ] {2517b19c-846d-461e-8675-add07b4f289d} executeQuery: Read 60 rows, 4.14 KiB in 0.001219 sec., 49220.67268252666 rows/sec., 3.32 MiB/sec. 2026.03.31 01:58:14.449820 [ 5 ] {2517b19c-846d-461e-8675-add07b4f289d} TCPHandler: Processed in 0.001403985 sec. 2026.03.31 01:58:14.452291 [ 195 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 19 columns (19 merged, 0 gathered) in 0.00390009 sec., 75639.28011917674 rows/sec., 135.54 MiB/sec. 2026.03.31 01:58:14.453015 [ 193 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.31 01:58:14.453470 [ 193 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:14.453550 [ 193 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_16_3} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.31 01:58:14.453712 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2026.03.31 01:58:17.523426 [ 58 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:58:17.523526 [ 58 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:58:17.626846 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8560 2026.03.31 01:58:17.627279 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:17.627312 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:17.627780 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.31 01:58:17.628013 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:17.628140 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8560 2026.03.31 01:58:18.082310 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.03.31 01:58:18.098604 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:18.098665 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:18.105148 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.31 01:58:18.105810 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:18.108739 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.31 01:58:19.440210 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:19.440396 [ 5 ] {16420a15-902b-4042-aec1-e7ee1df76fbb} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:19.440469 [ 5 ] {16420a15-902b-4042-aec1-e7ee1df76fbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:19.441134 [ 5 ] {16420a15-902b-4042-aec1-e7ee1df76fbb} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:19.441189 [ 5 ] {16420a15-902b-4042-aec1-e7ee1df76fbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:19.441614 [ 5 ] {16420a15-902b-4042-aec1-e7ee1df76fbb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.31 01:58:19.441860 [ 5 ] {16420a15-902b-4042-aec1-e7ee1df76fbb} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:19.442021 [ 5 ] {16420a15-902b-4042-aec1-e7ee1df76fbb} executeQuery: Read 104 rows, 8.91 KiB in 0.001675 sec., 62089.55223880597 rows/sec., 5.19 MiB/sec. 2026.03.31 01:58:19.442072 [ 5 ] {16420a15-902b-4042-aec1-e7ee1df76fbb} TCPHandler: Processed in 0.001995005 sec. 2026.03.31 01:58:19.442196 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:19.442303 [ 5 ] {4bc4bc88-c144-439b-b013-de5e6d4b5aba} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:19.442348 [ 5 ] {4bc4bc88-c144-439b-b013-de5e6d4b5aba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:19.442778 [ 5 ] {4bc4bc88-c144-439b-b013-de5e6d4b5aba} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:19.442817 [ 5 ] {4bc4bc88-c144-439b-b013-de5e6d4b5aba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:19.443148 [ 5 ] {4bc4bc88-c144-439b-b013-de5e6d4b5aba} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.31 01:58:19.443382 [ 5 ] {4bc4bc88-c144-439b-b013-de5e6d4b5aba} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:19.443529 [ 5 ] {4bc4bc88-c144-439b-b013-de5e6d4b5aba} executeQuery: Read 24 rows, 1.80 KiB in 0.001252 sec., 19169.329073482426 rows/sec., 1.41 MiB/sec. 2026.03.31 01:58:19.443572 [ 5 ] {4bc4bc88-c144-439b-b013-de5e6d4b5aba} TCPHandler: Processed in 0.001427955 sec. 2026.03.31 01:58:19.443706 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:19.443813 [ 5 ] {26b74c28-98eb-44f6-862f-71ddebe3891c} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:19.443856 [ 5 ] {26b74c28-98eb-44f6-862f-71ddebe3891c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:19.444308 [ 5 ] {26b74c28-98eb-44f6-862f-71ddebe3891c} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:19.444348 [ 5 ] {26b74c28-98eb-44f6-862f-71ddebe3891c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:19.444702 [ 5 ] {26b74c28-98eb-44f6-862f-71ddebe3891c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.31 01:58:19.444941 [ 5 ] {26b74c28-98eb-44f6-862f-71ddebe3891c} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:19.445076 [ 5 ] {26b74c28-98eb-44f6-862f-71ddebe3891c} executeQuery: Read 88 rows, 7.04 KiB in 0.001289 sec., 68269.9767261443 rows/sec., 5.33 MiB/sec. 2026.03.31 01:58:19.445115 [ 5 ] {26b74c28-98eb-44f6-862f-71ddebe3891c} TCPHandler: Processed in 0.001462056 sec. 2026.03.31 01:58:19.445235 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:19.445334 [ 5 ] {1ad0335e-46e1-4fbf-aafb-a51640963d77} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:19.445378 [ 5 ] {1ad0335e-46e1-4fbf-aafb-a51640963d77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:19.445783 [ 5 ] {1ad0335e-46e1-4fbf-aafb-a51640963d77} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:19.445818 [ 5 ] {1ad0335e-46e1-4fbf-aafb-a51640963d77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:19.446212 [ 5 ] {1ad0335e-46e1-4fbf-aafb-a51640963d77} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.31 01:58:19.446436 [ 5 ] {1ad0335e-46e1-4fbf-aafb-a51640963d77} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:19.446570 [ 5 ] {1ad0335e-46e1-4fbf-aafb-a51640963d77} executeQuery: Read 160 rows, 11.41 KiB in 0.001259 sec., 127084.98808578237 rows/sec., 8.85 MiB/sec. 2026.03.31 01:58:19.446607 [ 5 ] {1ad0335e-46e1-4fbf-aafb-a51640963d77} TCPHandler: Processed in 0.001421835 sec. 2026.03.31 01:58:19.446708 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:19.446802 [ 5 ] {32b6acfa-d314-4edc-a430-8a0c81c16192} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:19.446859 [ 5 ] {32b6acfa-d314-4edc-a430-8a0c81c16192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:19.447647 [ 5 ] {32b6acfa-d314-4edc-a430-8a0c81c16192} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:19.447683 [ 5 ] {32b6acfa-d314-4edc-a430-8a0c81c16192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:19.448409 [ 5 ] {32b6acfa-d314-4edc-a430-8a0c81c16192} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.31 01:58:19.448738 [ 5 ] {32b6acfa-d314-4edc-a430-8a0c81c16192} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:19.448932 [ 5 ] {32b6acfa-d314-4edc-a430-8a0c81c16192} executeQuery: Read 24 rows, 44.04 KiB in 0.002148 sec., 11173.184357541899 rows/sec., 20.02 MiB/sec. 2026.03.31 01:58:19.448997 [ 5 ] {32b6acfa-d314-4edc-a430-8a0c81c16192} TCPHandler: Processed in 0.002337742 sec. 2026.03.31 01:58:19.449111 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:19.449208 [ 5 ] {fc195831-94f0-4c7e-906a-d35349c87eb4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:19.449251 [ 5 ] {fc195831-94f0-4c7e-906a-d35349c87eb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:19.449592 [ 5 ] {fc195831-94f0-4c7e-906a-d35349c87eb4} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:19.449630 [ 5 ] {fc195831-94f0-4c7e-906a-d35349c87eb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:19.449951 [ 5 ] {fc195831-94f0-4c7e-906a-d35349c87eb4} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.31 01:58:19.450170 [ 5 ] {fc195831-94f0-4c7e-906a-d35349c87eb4} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:19.450300 [ 5 ] {fc195831-94f0-4c7e-906a-d35349c87eb4} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.03.31 01:58:19.450335 [ 5 ] {fc195831-94f0-4c7e-906a-d35349c87eb4} TCPHandler: Processed in 0.001275043 sec. 2026.03.31 01:58:22.668877 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 522 2026.03.31 01:58:22.671008 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:22.671053 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:22.672214 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:58:22.672487 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:22.672726 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 522 2026.03.31 01:58:24.439475 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:24.439675 [ 5 ] {8424f58e-ccab-476d-84b0-801d290d8e60} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:58:24.439748 [ 5 ] {8424f58e-ccab-476d-84b0-801d290d8e60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:58:24.440375 [ 5 ] {8424f58e-ccab-476d-84b0-801d290d8e60} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:24.440423 [ 5 ] {8424f58e-ccab-476d-84b0-801d290d8e60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:24.440821 [ 5 ] {8424f58e-ccab-476d-84b0-801d290d8e60} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:58:24.441090 [ 5 ] {8424f58e-ccab-476d-84b0-801d290d8e60} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:24.441250 [ 5 ] {8424f58e-ccab-476d-84b0-801d290d8e60} executeQuery: Read 8 rows, 668.00 B in 0.00163 sec., 4907.9754601227 rows/sec., 400.21 KiB/sec. 2026.03.31 01:58:24.441299 [ 5 ] {8424f58e-ccab-476d-84b0-801d290d8e60} TCPHandler: Processed in 0.001961765 sec. 2026.03.31 01:58:24.441421 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:24.441526 [ 5 ] {4d27d861-79be-42ef-ba7b-57f3901b0241} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:24.441571 [ 5 ] {4d27d861-79be-42ef-ba7b-57f3901b0241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:24.442022 [ 5 ] {4d27d861-79be-42ef-ba7b-57f3901b0241} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:24.442061 [ 5 ] {4d27d861-79be-42ef-ba7b-57f3901b0241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:24.442397 [ 5 ] {4d27d861-79be-42ef-ba7b-57f3901b0241} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.31 01:58:24.442618 [ 5 ] {4d27d861-79be-42ef-ba7b-57f3901b0241} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:24.442760 [ 5 ] {4d27d861-79be-42ef-ba7b-57f3901b0241} executeQuery: Read 94 rows, 8.02 KiB in 0.001259 sec., 74662.43050039714 rows/sec., 6.22 MiB/sec. 2026.03.31 01:58:24.442799 [ 5 ] {4d27d861-79be-42ef-ba7b-57f3901b0241} TCPHandler: Processed in 0.001430616 sec. 2026.03.31 01:58:24.442914 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:24.443011 [ 5 ] {9f4d6692-3271-46d2-bec2-113e8804d4cb} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:24.443053 [ 5 ] {9f4d6692-3271-46d2-bec2-113e8804d4cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:24.443459 [ 5 ] {9f4d6692-3271-46d2-bec2-113e8804d4cb} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:24.443495 [ 5 ] {9f4d6692-3271-46d2-bec2-113e8804d4cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:24.443799 [ 5 ] {9f4d6692-3271-46d2-bec2-113e8804d4cb} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.31 01:58:24.444018 [ 5 ] {9f4d6692-3271-46d2-bec2-113e8804d4cb} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:24.444125 [ 61 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.31 01:58:24.444148 [ 5 ] {9f4d6692-3271-46d2-bec2-113e8804d4cb} executeQuery: Read 25 rows, 1.84 KiB in 0.001158 sec., 21588.946459412782 rows/sec., 1.55 MiB/sec. 2026.03.31 01:58:24.444194 [ 61 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:24.444203 [ 5 ] {9f4d6692-3271-46d2-bec2-113e8804d4cb} TCPHandler: Processed in 0.001339014 sec. 2026.03.31 01:58:24.444222 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:24.444315 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:24.444322 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.31 01:58:24.444417 [ 5 ] {8c6186b8-848b-47dd-a05c-48c685044db7} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:24.444455 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:24.444464 [ 5 ] {8c6186b8-848b-47dd-a05c-48c685044db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:24.444494 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 213 rows starting from the beginning of the part 2026.03.31 01:58:24.444567 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 17 rows starting from the beginning of the part 2026.03.31 01:58:24.444612 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 38 rows starting from the beginning of the part 2026.03.31 01:58:24.444653 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 17 rows starting from the beginning of the part 2026.03.31 01:58:24.444695 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:24.444732 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 25 rows starting from the beginning of the part 2026.03.31 01:58:24.444907 [ 5 ] {8c6186b8-848b-47dd-a05c-48c685044db7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:24.444949 [ 5 ] {8c6186b8-848b-47dd-a05c-48c685044db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:24.445288 [ 5 ] {8c6186b8-848b-47dd-a05c-48c685044db7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.31 01:58:24.445552 [ 5 ] {8c6186b8-848b-47dd-a05c-48c685044db7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:24.445559 [ 195 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 5 columns (5 merged, 0 gathered) in 0.001280153 sec., 260906.3135422094 rows/sec., 18.50 MiB/sec. 2026.03.31 01:58:24.445696 [ 5 ] {8c6186b8-848b-47dd-a05c-48c685044db7} executeQuery: Read 89 rows, 7.13 KiB in 0.001298 sec., 68567.02619414484 rows/sec., 5.36 MiB/sec. 2026.03.31 01:58:24.445722 [ 200 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.31 01:58:24.445736 [ 5 ] {8c6186b8-848b-47dd-a05c-48c685044db7} TCPHandler: Processed in 0.001470036 sec. 2026.03.31 01:58:24.445858 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:24.445958 [ 5 ] {bb57bbe4-852e-496f-aaf0-e9a4d0d0aa25} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:24.445981 [ 200 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:24.446002 [ 5 ] {bb57bbe4-852e-496f-aaf0-e9a4d0d0aa25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:24.446052 [ 200 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_21_4} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.31 01:58:24.446121 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.31 01:58:24.446412 [ 5 ] {bb57bbe4-852e-496f-aaf0-e9a4d0d0aa25} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:24.446452 [ 5 ] {bb57bbe4-852e-496f-aaf0-e9a4d0d0aa25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:24.446794 [ 5 ] {bb57bbe4-852e-496f-aaf0-e9a4d0d0aa25} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.31 01:58:24.447014 [ 5 ] {bb57bbe4-852e-496f-aaf0-e9a4d0d0aa25} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:24.447160 [ 5 ] {bb57bbe4-852e-496f-aaf0-e9a4d0d0aa25} executeQuery: Read 164 rows, 11.69 KiB in 0.001222 sec., 134206.2193126023 rows/sec., 9.34 MiB/sec. 2026.03.31 01:58:24.447197 [ 5 ] {bb57bbe4-852e-496f-aaf0-e9a4d0d0aa25} TCPHandler: Processed in 0.001387934 sec. 2026.03.31 01:58:24.447300 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:24.447393 [ 5 ] {b6a8ee12-3ded-47dc-93be-68e32d7a9faa} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:24.447449 [ 5 ] {b6a8ee12-3ded-47dc-93be-68e32d7a9faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:24.448213 [ 5 ] {b6a8ee12-3ded-47dc-93be-68e32d7a9faa} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:24.448250 [ 5 ] {b6a8ee12-3ded-47dc-93be-68e32d7a9faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:24.448787 [ 5 ] {b6a8ee12-3ded-47dc-93be-68e32d7a9faa} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.31 01:58:24.449014 [ 5 ] {b6a8ee12-3ded-47dc-93be-68e32d7a9faa} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:24.449165 [ 5 ] {b6a8ee12-3ded-47dc-93be-68e32d7a9faa} executeQuery: Read 17 rows, 31.19 KiB in 0.00179 sec., 9497.206703910615 rows/sec., 17.02 MiB/sec. 2026.03.31 01:58:24.449224 [ 5 ] {b6a8ee12-3ded-47dc-93be-68e32d7a9faa} TCPHandler: Processed in 0.001973466 sec. 2026.03.31 01:58:24.449337 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:24.449433 [ 5 ] {fe219d13-576e-4ba1-b81d-7473e957d349} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:24.449476 [ 5 ] {fe219d13-576e-4ba1-b81d-7473e957d349} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:24.449814 [ 5 ] {fe219d13-576e-4ba1-b81d-7473e957d349} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:24.449851 [ 5 ] {fe219d13-576e-4ba1-b81d-7473e957d349} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:24.450164 [ 5 ] {fe219d13-576e-4ba1-b81d-7473e957d349} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.31 01:58:24.450375 [ 5 ] {fe219d13-576e-4ba1-b81d-7473e957d349} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:24.450507 [ 5 ] {fe219d13-576e-4ba1-b81d-7473e957d349} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.03.31 01:58:24.450543 [ 5 ] {fe219d13-576e-4ba1-b81d-7473e957d349} TCPHandler: Processed in 0.001256262 sec. 2026.03.31 01:58:25.128238 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9072 2026.03.31 01:58:25.128973 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:25.129022 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:25.129522 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.31 01:58:25.129756 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:25.129898 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9072 2026.03.31 01:58:25.608832 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.31 01:58:25.626889 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:25.626959 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:25.633541 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.31 01:58:25.634263 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:25.637160 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.31 01:58:29.440332 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:29.440520 [ 5 ] {0c31fc72-ffe9-433e-9138-6f37344362e1} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:29.440587 [ 5 ] {0c31fc72-ffe9-433e-9138-6f37344362e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:29.441239 [ 5 ] {0c31fc72-ffe9-433e-9138-6f37344362e1} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.441287 [ 5 ] {0c31fc72-ffe9-433e-9138-6f37344362e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.441701 [ 5 ] {0c31fc72-ffe9-433e-9138-6f37344362e1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.31 01:58:29.441930 [ 5 ] {0c31fc72-ffe9-433e-9138-6f37344362e1} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.442086 [ 5 ] {0c31fc72-ffe9-433e-9138-6f37344362e1} executeQuery: Read 104 rows, 8.91 KiB in 0.001616 sec., 64356.43564356436 rows/sec., 5.38 MiB/sec. 2026.03.31 01:58:29.442104 [ 84 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.31 01:58:29.442128 [ 5 ] {0c31fc72-ffe9-433e-9138-6f37344362e1} TCPHandler: Processed in 0.001927165 sec. 2026.03.31 01:58:29.442173 [ 84 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.442199 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.442271 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:29.442301 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.31 01:58:29.442371 [ 5 ] {c02c8bd6-5b35-41bd-9475-6767adb20c0d} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:29.442415 [ 5 ] {c02c8bd6-5b35-41bd-9475-6767adb20c0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:29.442415 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:29.442464 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1008 rows starting from the beginning of the part 2026.03.31 01:58:29.442531 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 225 rows starting from the beginning of the part 2026.03.31 01:58:29.442576 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part 2026.03.31 01:58:29.442621 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 104 rows starting from the beginning of the part 2026.03.31 01:58:29.442658 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 94 rows starting from the beginning of the part 2026.03.31 01:58:29.442698 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part 2026.03.31 01:58:29.442825 [ 5 ] {c02c8bd6-5b35-41bd-9475-6767adb20c0d} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.442866 [ 5 ] {c02c8bd6-5b35-41bd-9475-6767adb20c0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.443213 [ 5 ] {c02c8bd6-5b35-41bd-9475-6767adb20c0d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.31 01:58:29.443448 [ 5 ] {c02c8bd6-5b35-41bd-9475-6767adb20c0d} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.443583 [ 5 ] {c02c8bd6-5b35-41bd-9475-6767adb20c0d} executeQuery: Read 24 rows, 1.80 KiB in 0.001231 sec., 19496.344435418356 rows/sec., 1.43 MiB/sec. 2026.03.31 01:58:29.443620 [ 5 ] {c02c8bd6-5b35-41bd-9475-6767adb20c0d} TCPHandler: Processed in 0.001399404 sec. 2026.03.31 01:58:29.443724 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:29.443787 [ 200 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1625 rows, containing 5 columns (5 merged, 0 gathered) in 0.001531647 sec., 1060949.4224191345 rows/sec., 91.66 MiB/sec. 2026.03.31 01:58:29.443819 [ 5 ] {1d42a0d7-21dd-44fe-98e4-823062230463} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:29.443864 [ 5 ] {1d42a0d7-21dd-44fe-98e4-823062230463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:29.443964 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.31 01:58:29.444207 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.444273 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_26_5} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.31 01:58:29.444281 [ 5 ] {1d42a0d7-21dd-44fe-98e4-823062230463} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.444322 [ 5 ] {1d42a0d7-21dd-44fe-98e4-823062230463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.444338 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.31 01:58:29.444666 [ 5 ] {1d42a0d7-21dd-44fe-98e4-823062230463} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.31 01:58:29.444888 [ 5 ] {1d42a0d7-21dd-44fe-98e4-823062230463} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.445006 [ 84 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.31 01:58:29.445021 [ 5 ] {1d42a0d7-21dd-44fe-98e4-823062230463} executeQuery: Read 88 rows, 7.04 KiB in 0.00122 sec., 72131.14754098361 rows/sec., 5.63 MiB/sec. 2026.03.31 01:58:29.445046 [ 84 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.445069 [ 5 ] {1d42a0d7-21dd-44fe-98e4-823062230463} TCPHandler: Processed in 0.001393015 sec. 2026.03.31 01:58:29.445070 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.445190 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:29.445203 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.31 01:58:29.445289 [ 5 ] {81213586-e3dc-4b01-8fdb-d69b8f71c612} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:29.445337 [ 5 ] {81213586-e3dc-4b01-8fdb-d69b8f71c612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:29.445349 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:29.445387 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 603 rows starting from the beginning of the part 2026.03.31 01:58:29.445457 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 126 rows starting from the beginning of the part 2026.03.31 01:58:29.445504 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 81 rows starting from the beginning of the part 2026.03.31 01:58:29.445546 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 88 rows starting from the beginning of the part 2026.03.31 01:58:29.445585 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 89 rows starting from the beginning of the part 2026.03.31 01:58:29.445623 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 88 rows starting from the beginning of the part 2026.03.31 01:58:29.445730 [ 5 ] {81213586-e3dc-4b01-8fdb-d69b8f71c612} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.445771 [ 5 ] {81213586-e3dc-4b01-8fdb-d69b8f71c612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.446134 [ 5 ] {81213586-e3dc-4b01-8fdb-d69b8f71c612} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.31 01:58:29.446366 [ 5 ] {81213586-e3dc-4b01-8fdb-d69b8f71c612} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.446478 [ 84 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.31 01:58:29.446504 [ 5 ] {81213586-e3dc-4b01-8fdb-d69b8f71c612} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2026.03.31 01:58:29.446512 [ 84 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.446541 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.446548 [ 5 ] {81213586-e3dc-4b01-8fdb-d69b8f71c612} TCPHandler: Processed in 0.001407015 sec. 2026.03.31 01:58:29.446598 [ 191 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.31 01:58:29.446662 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:29.446684 [ 191 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:29.446711 [ 200 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1075 rows, containing 5 columns (5 merged, 0 gathered) in 0.001570679 sec., 684417.3761793467 rows/sec., 54.07 MiB/sec. 2026.03.31 01:58:29.446714 [ 191 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3655 rows starting from the beginning of the part 2026.03.31 01:58:29.446761 [ 5 ] {0f4ebc59-4694-467c-9565-b56a3239c8ea} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:29.446774 [ 191 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 197 rows starting from the beginning of the part 2026.03.31 01:58:29.446826 [ 191 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:29.446842 [ 5 ] {0f4ebc59-4694-467c-9565-b56a3239c8ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:29.446862 [ 191 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:29.446876 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.31 01:58:29.446901 [ 191 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 164 rows starting from the beginning of the part 2026.03.31 01:58:29.446942 [ 191 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:29.447168 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.447251 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_26_5} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.31 01:58:29.447332 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.03.31 01:58:29.447702 [ 5 ] {0f4ebc59-4694-467c-9565-b56a3239c8ea} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.447744 [ 5 ] {0f4ebc59-4694-467c-9565-b56a3239c8ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.448348 [ 5 ] {0f4ebc59-4694-467c-9565-b56a3239c8ea} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.31 01:58:29.448555 [ 189 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001973415 sec., 2278284.0912833842 rows/sec., 159.53 MiB/sec. 2026.03.31 01:58:29.448580 [ 5 ] {0f4ebc59-4694-467c-9565-b56a3239c8ea} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.448739 [ 5 ] {0f4ebc59-4694-467c-9565-b56a3239c8ea} executeQuery: Read 24 rows, 44.04 KiB in 0.001996 sec., 12024.048096192386 rows/sec., 21.55 MiB/sec. 2026.03.31 01:58:29.448793 [ 5 ] {0f4ebc59-4694-467c-9565-b56a3239c8ea} TCPHandler: Processed in 0.002180159 sec. 2026.03.31 01:58:29.448905 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:29.449007 [ 5 ] {36657a3b-027a-4193-92c2-4cefb046ab2a} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:29.449048 [ 202 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.31 01:58:29.449052 [ 5 ] {36657a3b-027a-4193-92c2-4cefb046ab2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:29.449320 [ 202 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.449396 [ 202 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_26_5} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.31 01:58:29.449404 [ 5 ] {36657a3b-027a-4193-92c2-4cefb046ab2a} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.449446 [ 5 ] {36657a3b-027a-4193-92c2-4cefb046ab2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.449472 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.03.31 01:58:29.449782 [ 5 ] {36657a3b-027a-4193-92c2-4cefb046ab2a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.31 01:58:29.449998 [ 5 ] {36657a3b-027a-4193-92c2-4cefb046ab2a} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.450117 [ 110 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.31 01:58:29.450131 [ 5 ] {36657a3b-027a-4193-92c2-4cefb046ab2a} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.03.31 01:58:29.450159 [ 110 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:29.450171 [ 5 ] {36657a3b-027a-4193-92c2-4cefb046ab2a} TCPHandler: Processed in 0.001314893 sec. 2026.03.31 01:58:29.450183 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:29.450256 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.31 01:58:29.450345 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:29.450371 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1200 rows starting from the beginning of the part 2026.03.31 01:58:29.450413 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:29.450459 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:29.450494 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:29.450526 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:29.450559 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:29.451426 [ 187 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 4 columns (4 merged, 0 gathered) in 0.001197141 sec., 1252985.2373279338 rows/sec., 83.95 MiB/sec. 2026.03.31 01:58:29.451615 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.31 01:58:29.451840 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:29.451904 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_26_5} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.31 01:58:29.451960 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.31 01:58:32.523794 [ 113 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:58:32.523887 [ 113 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:58:32.630936 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9520 2026.03.31 01:58:32.631401 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:32.631441 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:32.631949 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.31 01:58:32.632183 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:32.632320 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9520 2026.03.31 01:58:32.673849 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 548 2026.03.31 01:58:32.676070 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:32.676132 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:32.677344 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:58:32.677625 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:32.678021 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 548 2026.03.31 01:58:33.138155 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.31 01:58:33.155866 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:33.155924 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:33.162041 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.31 01:58:33.162806 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:33.165855 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.31 01:58:34.439626 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:34.439850 [ 5 ] {6cccae13-9f07-4d07-9852-dec033d552c4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:34.439919 [ 5 ] {6cccae13-9f07-4d07-9852-dec033d552c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:34.440581 [ 5 ] {6cccae13-9f07-4d07-9852-dec033d552c4} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:34.440628 [ 5 ] {6cccae13-9f07-4d07-9852-dec033d552c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:34.441043 [ 5 ] {6cccae13-9f07-4d07-9852-dec033d552c4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.31 01:58:34.441280 [ 5 ] {6cccae13-9f07-4d07-9852-dec033d552c4} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:34.441446 [ 5 ] {6cccae13-9f07-4d07-9852-dec033d552c4} executeQuery: Read 90 rows, 7.73 KiB in 0.001658 sec., 54282.26779252111 rows/sec., 4.55 MiB/sec. 2026.03.31 01:58:34.441496 [ 5 ] {6cccae13-9f07-4d07-9852-dec033d552c4} TCPHandler: Processed in 0.002025436 sec. 2026.03.31 01:58:34.441623 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:34.441727 [ 5 ] {166b6120-8e69-47fa-a2b8-a6f492e1dc98} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:34.441772 [ 5 ] {166b6120-8e69-47fa-a2b8-a6f492e1dc98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:34.442186 [ 5 ] {166b6120-8e69-47fa-a2b8-a6f492e1dc98} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:34.442224 [ 5 ] {166b6120-8e69-47fa-a2b8-a6f492e1dc98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:34.442528 [ 5 ] {166b6120-8e69-47fa-a2b8-a6f492e1dc98} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.31 01:58:34.442735 [ 5 ] {166b6120-8e69-47fa-a2b8-a6f492e1dc98} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:34.442865 [ 5 ] {166b6120-8e69-47fa-a2b8-a6f492e1dc98} executeQuery: Read 17 rows, 1.28 KiB in 0.001162 sec., 14629.948364888123 rows/sec., 1.07 MiB/sec. 2026.03.31 01:58:34.442903 [ 5 ] {166b6120-8e69-47fa-a2b8-a6f492e1dc98} TCPHandler: Processed in 0.001332604 sec. 2026.03.31 01:58:34.443009 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:34.443106 [ 5 ] {f0bbe0c8-7765-4aa3-9fe0-6ff95e5b55a7} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:34.443147 [ 5 ] {f0bbe0c8-7765-4aa3-9fe0-6ff95e5b55a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:34.443552 [ 5 ] {f0bbe0c8-7765-4aa3-9fe0-6ff95e5b55a7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:34.443589 [ 5 ] {f0bbe0c8-7765-4aa3-9fe0-6ff95e5b55a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:34.443900 [ 5 ] {f0bbe0c8-7765-4aa3-9fe0-6ff95e5b55a7} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.31 01:58:34.444131 [ 5 ] {f0bbe0c8-7765-4aa3-9fe0-6ff95e5b55a7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:34.444259 [ 5 ] {f0bbe0c8-7765-4aa3-9fe0-6ff95e5b55a7} executeQuery: Read 81 rows, 6.48 KiB in 0.001174 sec., 68994.88926746168 rows/sec., 5.39 MiB/sec. 2026.03.31 01:58:34.444296 [ 5 ] {f0bbe0c8-7765-4aa3-9fe0-6ff95e5b55a7} TCPHandler: Processed in 0.001337744 sec. 2026.03.31 01:58:34.444403 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:34.444497 [ 5 ] {8d963775-7a78-4a82-b365-4980d36ece86} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:34.444540 [ 5 ] {8d963775-7a78-4a82-b365-4980d36ece86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:34.444948 [ 5 ] {8d963775-7a78-4a82-b365-4980d36ece86} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:34.444984 [ 5 ] {8d963775-7a78-4a82-b365-4980d36ece86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:34.445327 [ 5 ] {8d963775-7a78-4a82-b365-4980d36ece86} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.31 01:58:34.445537 [ 5 ] {8d963775-7a78-4a82-b365-4980d36ece86} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:34.445666 [ 5 ] {8d963775-7a78-4a82-b365-4980d36ece86} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.03.31 01:58:34.445703 [ 5 ] {8d963775-7a78-4a82-b365-4980d36ece86} TCPHandler: Processed in 0.001348774 sec. 2026.03.31 01:58:34.445808 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:34.445903 [ 5 ] {7dc18992-9d6d-4a25-9117-09da9b035fa5} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:34.445960 [ 5 ] {7dc18992-9d6d-4a25-9117-09da9b035fa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:34.446715 [ 5 ] {7dc18992-9d6d-4a25-9117-09da9b035fa5} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:34.446753 [ 5 ] {7dc18992-9d6d-4a25-9117-09da9b035fa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:34.447285 [ 5 ] {7dc18992-9d6d-4a25-9117-09da9b035fa5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.31 01:58:34.447507 [ 5 ] {7dc18992-9d6d-4a25-9117-09da9b035fa5} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:34.447643 [ 5 ] {7dc18992-9d6d-4a25-9117-09da9b035fa5} executeQuery: Read 17 rows, 31.19 KiB in 0.001758 sec., 9670.079635949944 rows/sec., 17.33 MiB/sec. 2026.03.31 01:58:34.447701 [ 5 ] {7dc18992-9d6d-4a25-9117-09da9b035fa5} TCPHandler: Processed in 0.001942525 sec. 2026.03.31 01:58:34.447839 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:34.447935 [ 5 ] {80c448d8-6cfe-4428-af84-423e0532aa30} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:34.447977 [ 5 ] {80c448d8-6cfe-4428-af84-423e0532aa30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:34.448291 [ 5 ] {80c448d8-6cfe-4428-af84-423e0532aa30} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:34.448327 [ 5 ] {80c448d8-6cfe-4428-af84-423e0532aa30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:34.448629 [ 5 ] {80c448d8-6cfe-4428-af84-423e0532aa30} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.31 01:58:34.448862 [ 5 ] {80c448d8-6cfe-4428-af84-423e0532aa30} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:34.448989 [ 5 ] {80c448d8-6cfe-4428-af84-423e0532aa30} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.03.31 01:58:34.449025 [ 5 ] {80c448d8-6cfe-4428-af84-423e0532aa30} TCPHandler: Processed in 0.001234932 sec. 2026.03.31 01:58:35.444164 [ 108 ] {} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.31 01:58:35.444239 [ 108 ] {} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:35.444262 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:35.444379 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.31 01:58:35.444526 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:35.444558 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.03.31 01:58:35.444632 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.03.31 01:58:35.444679 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2026.03.31 01:58:35.444718 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2026.03.31 01:58:35.444756 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2026.03.31 01:58:35.445445 [ 191 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.00112199 sec., 30303.300385921444 rows/sec., 2.53 MiB/sec. 2026.03.31 01:58:35.445561 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.31 01:58:35.445803 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:35.445877 [ 189 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_9_2} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.31 01:58:35.445965 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.31 01:58:39.441763 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.441942 [ 5 ] {96ba598c-ed46-4264-9055-6baf51c91cf9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:58:39.442006 [ 5 ] {96ba598c-ed46-4264-9055-6baf51c91cf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:58:39.442881 [ 5 ] {96ba598c-ed46-4264-9055-6baf51c91cf9} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.442926 [ 5 ] {96ba598c-ed46-4264-9055-6baf51c91cf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.443315 [ 5 ] {96ba598c-ed46-4264-9055-6baf51c91cf9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:58:39.443535 [ 5 ] {96ba598c-ed46-4264-9055-6baf51c91cf9} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.443690 [ 5 ] {96ba598c-ed46-4264-9055-6baf51c91cf9} executeQuery: Read 24 rows, 2.04 KiB in 0.001798 sec., 13348.164627363738 rows/sec., 1.11 MiB/sec. 2026.03.31 01:58:39.443731 [ 5 ] {96ba598c-ed46-4264-9055-6baf51c91cf9} TCPHandler: Processed in 0.002092397 sec. 2026.03.31 01:58:39.443877 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.443979 [ 5 ] {ea89f153-cd5c-4c24-8373-79de90ef2758} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:58:39.444020 [ 5 ] {ea89f153-cd5c-4c24-8373-79de90ef2758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:58:39.444458 [ 5 ] {ea89f153-cd5c-4c24-8373-79de90ef2758} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.444494 [ 5 ] {ea89f153-cd5c-4c24-8373-79de90ef2758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.444790 [ 5 ] {ea89f153-cd5c-4c24-8373-79de90ef2758} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:58:39.444998 [ 5 ] {ea89f153-cd5c-4c24-8373-79de90ef2758} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.445124 [ 5 ] {ea89f153-cd5c-4c24-8373-79de90ef2758} executeQuery: Read 2 rows, 167.00 B in 0.001163 sec., 1719.6904557179707 rows/sec., 140.23 KiB/sec. 2026.03.31 01:58:39.445159 [ 5 ] {ea89f153-cd5c-4c24-8373-79de90ef2758} TCPHandler: Processed in 0.001339453 sec. 2026.03.31 01:58:39.445277 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.445369 [ 5 ] {ae1ce62c-06cb-421b-8467-841868af8b72} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:39.445408 [ 5 ] {ae1ce62c-06cb-421b-8467-841868af8b72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:39.445953 [ 5 ] {ae1ce62c-06cb-421b-8467-841868af8b72} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.445988 [ 5 ] {ae1ce62c-06cb-421b-8467-841868af8b72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.446324 [ 5 ] {ae1ce62c-06cb-421b-8467-841868af8b72} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.31 01:58:39.446541 [ 5 ] {ae1ce62c-06cb-421b-8467-841868af8b72} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.446675 [ 5 ] {ae1ce62c-06cb-421b-8467-841868af8b72} executeQuery: Read 225 rows, 20.42 KiB in 0.001323 sec., 170068.02721088435 rows/sec., 15.07 MiB/sec. 2026.03.31 01:58:39.446711 [ 5 ] {ae1ce62c-06cb-421b-8467-841868af8b72} TCPHandler: Processed in 0.001481546 sec. 2026.03.31 01:58:39.446836 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.446931 [ 5 ] {2c410bc3-b840-4ade-9be5-9b64961309cc} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:39.446969 [ 5 ] {2c410bc3-b840-4ade-9be5-9b64961309cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:39.447393 [ 5 ] {2c410bc3-b840-4ade-9be5-9b64961309cc} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.447428 [ 5 ] {2c410bc3-b840-4ade-9be5-9b64961309cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.447713 [ 5 ] {2c410bc3-b840-4ade-9be5-9b64961309cc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.31 01:58:39.447910 [ 5 ] {2c410bc3-b840-4ade-9be5-9b64961309cc} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.448034 [ 5 ] {2c410bc3-b840-4ade-9be5-9b64961309cc} executeQuery: Read 38 rows, 2.91 KiB in 0.001121 sec., 33898.30508474576 rows/sec., 2.53 MiB/sec. 2026.03.31 01:58:39.448069 [ 5 ] {2c410bc3-b840-4ade-9be5-9b64961309cc} TCPHandler: Processed in 0.001280162 sec. 2026.03.31 01:58:39.448184 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.448278 [ 5 ] {9b347e8f-86a7-4113-ae89-5086f9a5dab7} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:58:39.448317 [ 5 ] {9b347e8f-86a7-4113-ae89-5086f9a5dab7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:58:39.448707 [ 5 ] {9b347e8f-86a7-4113-ae89-5086f9a5dab7} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.448742 [ 5 ] {9b347e8f-86a7-4113-ae89-5086f9a5dab7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.449033 [ 5 ] {9b347e8f-86a7-4113-ae89-5086f9a5dab7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:58:39.449233 [ 5 ] {9b347e8f-86a7-4113-ae89-5086f9a5dab7} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.449355 [ 5 ] {9b347e8f-86a7-4113-ae89-5086f9a5dab7} executeQuery: Read 24 rows, 2.04 KiB in 0.001095 sec., 21917.80821917808 rows/sec., 1.82 MiB/sec. 2026.03.31 01:58:39.449391 [ 5 ] {9b347e8f-86a7-4113-ae89-5086f9a5dab7} TCPHandler: Processed in 0.001253542 sec. 2026.03.31 01:58:39.449507 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.449598 [ 5 ] {dbefea71-cce2-4773-ba45-ac20909d71e6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:58:39.449636 [ 5 ] {dbefea71-cce2-4773-ba45-ac20909d71e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:58:39.450023 [ 5 ] {dbefea71-cce2-4773-ba45-ac20909d71e6} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.450056 [ 5 ] {dbefea71-cce2-4773-ba45-ac20909d71e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.450357 [ 5 ] {dbefea71-cce2-4773-ba45-ac20909d71e6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.31 01:58:39.450559 [ 5 ] {dbefea71-cce2-4773-ba45-ac20909d71e6} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.450680 [ 5 ] {dbefea71-cce2-4773-ba45-ac20909d71e6} executeQuery: Read 12 rows, 960.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 853.05 KiB/sec. 2026.03.31 01:58:39.450716 [ 5 ] {dbefea71-cce2-4773-ba45-ac20909d71e6} TCPHandler: Processed in 0.001263923 sec. 2026.03.31 01:58:39.450816 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.450906 [ 5 ] {0907a6cd-de8c-492d-aba4-c6dcefff9812} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:39.450944 [ 5 ] {0907a6cd-de8c-492d-aba4-c6dcefff9812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:39.451385 [ 5 ] {0907a6cd-de8c-492d-aba4-c6dcefff9812} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.451421 [ 5 ] {0907a6cd-de8c-492d-aba4-c6dcefff9812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.451738 [ 5 ] {0907a6cd-de8c-492d-aba4-c6dcefff9812} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.31 01:58:39.451939 [ 5 ] {0907a6cd-de8c-492d-aba4-c6dcefff9812} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.452061 [ 5 ] {0907a6cd-de8c-492d-aba4-c6dcefff9812} executeQuery: Read 126 rows, 10.46 KiB in 0.001173 sec., 107416.87979539642 rows/sec., 8.71 MiB/sec. 2026.03.31 01:58:39.452097 [ 5 ] {0907a6cd-de8c-492d-aba4-c6dcefff9812} TCPHandler: Processed in 0.001327473 sec. 2026.03.31 01:58:39.452207 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.452297 [ 5 ] {1d35ab67-59e0-4fea-ae2c-303a785dc850} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:39.452338 [ 5 ] {1d35ab67-59e0-4fea-ae2c-303a785dc850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:39.452754 [ 5 ] {1d35ab67-59e0-4fea-ae2c-303a785dc850} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.452788 [ 5 ] {1d35ab67-59e0-4fea-ae2c-303a785dc850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.453133 [ 5 ] {1d35ab67-59e0-4fea-ae2c-303a785dc850} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.31 01:58:39.453337 [ 5 ] {1d35ab67-59e0-4fea-ae2c-303a785dc850} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.453461 [ 5 ] {1d35ab67-59e0-4fea-ae2c-303a785dc850} executeQuery: Read 197 rows, 14.47 KiB in 0.001181 sec., 166807.79000846742 rows/sec., 11.96 MiB/sec. 2026.03.31 01:58:39.453496 [ 5 ] {1d35ab67-59e0-4fea-ae2c-303a785dc850} TCPHandler: Processed in 0.001336153 sec. 2026.03.31 01:58:39.453607 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.453699 [ 5 ] {462c05cf-a6db-4f84-aa65-14afd65b5864} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:39.453751 [ 5 ] {462c05cf-a6db-4f84-aa65-14afd65b5864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:39.454558 [ 5 ] {462c05cf-a6db-4f84-aa65-14afd65b5864} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.454593 [ 5 ] {462c05cf-a6db-4f84-aa65-14afd65b5864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.455133 [ 5 ] {462c05cf-a6db-4f84-aa65-14afd65b5864} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.31 01:58:39.455363 [ 5 ] {462c05cf-a6db-4f84-aa65-14afd65b5864} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.455492 [ 105 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.31 01:58:39.455504 [ 5 ] {462c05cf-a6db-4f84-aa65-14afd65b5864} executeQuery: Read 24 rows, 44.04 KiB in 0.001822 sec., 13172.338090010977 rows/sec., 23.60 MiB/sec. 2026.03.31 01:58:39.455566 [ 105 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.455591 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.455598 [ 5 ] {462c05cf-a6db-4f84-aa65-14afd65b5864} TCPHandler: Processed in 0.002036847 sec. 2026.03.31 01:58:39.455727 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:39.455737 [ 186 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.31 01:58:39.455829 [ 5 ] {cf3d79c4-58d6-46d6-894d-5bd2d1798119} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:39.455875 [ 5 ] {cf3d79c4-58d6-46d6-894d-5bd2d1798119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:39.456023 [ 186 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:39.456091 [ 186 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 295 rows starting from the beginning of the part 2026.03.31 01:58:39.456225 [ 186 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:39.456227 [ 5 ] {cf3d79c4-58d6-46d6-894d-5bd2d1798119} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:39.456278 [ 5 ] {cf3d79c4-58d6-46d6-894d-5bd2d1798119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:39.456338 [ 186 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 17 rows starting from the beginning of the part 2026.03.31 01:58:39.456459 [ 186 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:39.456566 [ 186 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 17 rows starting from the beginning of the part 2026.03.31 01:58:39.456606 [ 5 ] {cf3d79c4-58d6-46d6-894d-5bd2d1798119} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.31 01:58:39.456677 [ 186 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:39.456826 [ 5 ] {cf3d79c4-58d6-46d6-894d-5bd2d1798119} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.456960 [ 5 ] {cf3d79c4-58d6-46d6-894d-5bd2d1798119} executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. 2026.03.31 01:58:39.456999 [ 5 ] {cf3d79c4-58d6-46d6-894d-5bd2d1798119} TCPHandler: Processed in 0.001320644 sec. 2026.03.31 01:58:39.460591 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 401 rows, containing 19 columns (19 merged, 0 gathered) in 0.004918618 sec., 81526.96550128513 rows/sec., 146.09 MiB/sec. 2026.03.31 01:58:39.461221 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.31 01:58:39.461585 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:39.461659 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_21_4} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.31 01:58:39.461819 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. 2026.03.31 01:58:40.000196 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 243.03 MiB, peak 248.08 MiB, free memory in arenas 0.00 B, will set to 244.48 MiB (RSS), difference: 1.45 MiB 2026.03.31 01:58:40.133117 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10032 2026.03.31 01:58:40.133637 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:40.133671 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:40.134153 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.31 01:58:40.134378 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:40.134502 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10032 2026.03.31 01:58:40.134514 [ 105 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.31 01:58:40.134559 [ 105 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:40.134581 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:40.134718 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.31 01:58:40.134886 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:40.134929 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7600 rows starting from the beginning of the part 2026.03.31 01:58:40.134998 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.03.31 01:58:40.135047 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.03.31 01:58:40.135094 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.03.31 01:58:40.135136 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.03.31 01:58:40.135181 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.03.31 01:58:40.137148 [ 196 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10032 rows, containing 4 columns (4 merged, 0 gathered) in 0.002493375 sec., 4023462.1747631226 rows/sec., 57.56 MiB/sec. 2026.03.31 01:58:40.137358 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.31 01:58:40.137628 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:40.137703 [ 191 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_21_4} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.31 01:58:40.137786 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2026.03.31 01:58:40.666653 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.31 01:58:40.684136 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:40.684190 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:40.689980 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.31 01:58:40.690720 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:40.691058 [ 105 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.31 01:58:40.691157 [ 105 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:40.691200 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:40.691318 [ 188 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.31 01:58:40.693483 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.31 01:58:40.694152 [ 188 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:40.694842 [ 188 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.03.31 01:58:40.698086 [ 188 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.03.31 01:58:40.701387 [ 188 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.03.31 01:58:40.705030 [ 188 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.03.31 01:58:40.709281 [ 188 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.03.31 01:58:40.713356 [ 188 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.03.31 01:58:40.760699 [ 191 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.069414018 sec., 2290.6036068968087 rows/sec., 11.84 MiB/sec. 2026.03.31 01:58:40.762518 [ 199 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.31 01:58:40.764229 [ 199 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:40.764304 [ 199 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_21_4} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.31 01:58:40.765167 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.31 01:58:41.000241 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 245.57 MiB, peak 256.14 MiB, free memory in arenas 0.00 B, will set to 249.72 MiB (RSS), difference: 4.15 MiB 2026.03.31 01:58:42.678799 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 580 2026.03.31 01:58:42.681193 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:42.681256 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:42.682508 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:58:42.682813 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:42.683158 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 580 2026.03.31 01:58:44.439416 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:44.439615 [ 5 ] {1f42049d-4e32-47ce-a007-2cab535e2167} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:44.439690 [ 5 ] {1f42049d-4e32-47ce-a007-2cab535e2167} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:44.440352 [ 5 ] {1f42049d-4e32-47ce-a007-2cab535e2167} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:44.440404 [ 5 ] {1f42049d-4e32-47ce-a007-2cab535e2167} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:44.440834 [ 5 ] {1f42049d-4e32-47ce-a007-2cab535e2167} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.31 01:58:44.441059 [ 5 ] {1f42049d-4e32-47ce-a007-2cab535e2167} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:44.441220 [ 5 ] {1f42049d-4e32-47ce-a007-2cab535e2167} executeQuery: Read 90 rows, 7.73 KiB in 0.001659 sec., 54249.54792043399 rows/sec., 4.55 MiB/sec. 2026.03.31 01:58:44.441269 [ 5 ] {1f42049d-4e32-47ce-a007-2cab535e2167} TCPHandler: Processed in 0.001990905 sec. 2026.03.31 01:58:44.441389 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:44.441490 [ 5 ] {d3b13084-2ae2-4c5a-8171-aeb4e0e235e6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:44.441533 [ 5 ] {d3b13084-2ae2-4c5a-8171-aeb4e0e235e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:44.441941 [ 5 ] {d3b13084-2ae2-4c5a-8171-aeb4e0e235e6} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:44.441978 [ 5 ] {d3b13084-2ae2-4c5a-8171-aeb4e0e235e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:44.442294 [ 5 ] {d3b13084-2ae2-4c5a-8171-aeb4e0e235e6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.31 01:58:44.442500 [ 5 ] {d3b13084-2ae2-4c5a-8171-aeb4e0e235e6} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:44.442643 [ 5 ] {d3b13084-2ae2-4c5a-8171-aeb4e0e235e6} executeQuery: Read 17 rows, 1.28 KiB in 0.001176 sec., 14455.78231292517 rows/sec., 1.06 MiB/sec. 2026.03.31 01:58:44.442680 [ 5 ] {d3b13084-2ae2-4c5a-8171-aeb4e0e235e6} TCPHandler: Processed in 0.001341644 sec. 2026.03.31 01:58:44.442788 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:44.442882 [ 5 ] {eb5d2f48-cbb8-4c9d-ab74-6362b2c78ef4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:44.442921 [ 5 ] {eb5d2f48-cbb8-4c9d-ab74-6362b2c78ef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:44.443342 [ 5 ] {eb5d2f48-cbb8-4c9d-ab74-6362b2c78ef4} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:44.443377 [ 5 ] {eb5d2f48-cbb8-4c9d-ab74-6362b2c78ef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:44.443671 [ 5 ] {eb5d2f48-cbb8-4c9d-ab74-6362b2c78ef4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.31 01:58:44.443895 [ 5 ] {eb5d2f48-cbb8-4c9d-ab74-6362b2c78ef4} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:44.444018 [ 5 ] {eb5d2f48-cbb8-4c9d-ab74-6362b2c78ef4} executeQuery: Read 81 rows, 6.48 KiB in 0.001156 sec., 70069.20415224913 rows/sec., 5.47 MiB/sec. 2026.03.31 01:58:44.444054 [ 5 ] {eb5d2f48-cbb8-4c9d-ab74-6362b2c78ef4} TCPHandler: Processed in 0.001313433 sec. 2026.03.31 01:58:44.444163 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:44.444255 [ 5 ] {30cbbe2d-faaa-4c93-8d4a-82c84fb7684f} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:44.444297 [ 5 ] {30cbbe2d-faaa-4c93-8d4a-82c84fb7684f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:44.444696 [ 5 ] {30cbbe2d-faaa-4c93-8d4a-82c84fb7684f} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:44.444731 [ 5 ] {30cbbe2d-faaa-4c93-8d4a-82c84fb7684f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:44.445089 [ 5 ] {30cbbe2d-faaa-4c93-8d4a-82c84fb7684f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.31 01:58:44.445291 [ 5 ] {30cbbe2d-faaa-4c93-8d4a-82c84fb7684f} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:44.445413 [ 5 ] {30cbbe2d-faaa-4c93-8d4a-82c84fb7684f} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.03.31 01:58:44.445449 [ 5 ] {30cbbe2d-faaa-4c93-8d4a-82c84fb7684f} TCPHandler: Processed in 0.001332964 sec. 2026.03.31 01:58:44.445562 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:44.445653 [ 5 ] {46fb1049-80f1-4459-9a7d-527910136a80} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:44.445707 [ 5 ] {46fb1049-80f1-4459-9a7d-527910136a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:44.446470 [ 5 ] {46fb1049-80f1-4459-9a7d-527910136a80} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:44.446505 [ 5 ] {46fb1049-80f1-4459-9a7d-527910136a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:44.447040 [ 5 ] {46fb1049-80f1-4459-9a7d-527910136a80} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.31 01:58:44.447257 [ 5 ] {46fb1049-80f1-4459-9a7d-527910136a80} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:44.447388 [ 5 ] {46fb1049-80f1-4459-9a7d-527910136a80} executeQuery: Read 17 rows, 31.19 KiB in 0.001753 sec., 9697.661152310326 rows/sec., 17.38 MiB/sec. 2026.03.31 01:58:44.447440 [ 5 ] {46fb1049-80f1-4459-9a7d-527910136a80} TCPHandler: Processed in 0.001931045 sec. 2026.03.31 01:58:44.447549 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:44.447641 [ 5 ] {f71f2d5f-c0a4-4baf-a451-0587bdcee7fd} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:44.447682 [ 5 ] {f71f2d5f-c0a4-4baf-a451-0587bdcee7fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:44.448005 [ 5 ] {f71f2d5f-c0a4-4baf-a451-0587bdcee7fd} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:44.448040 [ 5 ] {f71f2d5f-c0a4-4baf-a451-0587bdcee7fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.31 01:58:44.448350 [ 5 ] {f71f2d5f-c0a4-4baf-a451-0587bdcee7fd} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.31 01:58:44.448554 [ 5 ] {f71f2d5f-c0a4-4baf-a451-0587bdcee7fd} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:44.448678 [ 5 ] {f71f2d5f-c0a4-4baf-a451-0587bdcee7fd} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2026.03.31 01:58:44.448714 [ 5 ] {f71f2d5f-c0a4-4baf-a451-0587bdcee7fd} TCPHandler: Processed in 0.001212512 sec. 2026.03.31 01:58:47.523942 [ 93 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:58:47.524037 [ 93 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:58:47.634561 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10480 2026.03.31 01:58:47.635092 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:47.635134 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:47.635696 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.31 01:58:47.635930 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:47.636058 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10480 2026.03.31 01:58:48.193541 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.31 01:58:48.208981 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:48.209049 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:48.216358 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.31 01:58:48.217072 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:48.220086 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.31 01:58:49.439974 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:49.440159 [ 5 ] {86ffe41e-ed63-48be-ab66-2fb613fa5ff9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:49.440227 [ 5 ] {86ffe41e-ed63-48be-ab66-2fb613fa5ff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:49.440877 [ 5 ] {86ffe41e-ed63-48be-ab66-2fb613fa5ff9} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:49.440923 [ 5 ] {86ffe41e-ed63-48be-ab66-2fb613fa5ff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:49.441347 [ 5 ] {86ffe41e-ed63-48be-ab66-2fb613fa5ff9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.31 01:58:49.441585 [ 5 ] {86ffe41e-ed63-48be-ab66-2fb613fa5ff9} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:49.441745 [ 5 ] {86ffe41e-ed63-48be-ab66-2fb613fa5ff9} executeQuery: Read 104 rows, 8.91 KiB in 0.001635 sec., 63608.5626911315 rows/sec., 5.32 MiB/sec. 2026.03.31 01:58:49.441794 [ 5 ] {86ffe41e-ed63-48be-ab66-2fb613fa5ff9} TCPHandler: Processed in 0.001957865 sec. 2026.03.31 01:58:49.441916 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:49.442017 [ 5 ] {83db1109-6252-42fc-b77c-08c7df9f4d5d} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:49.442060 [ 5 ] {83db1109-6252-42fc-b77c-08c7df9f4d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:49.442476 [ 5 ] {83db1109-6252-42fc-b77c-08c7df9f4d5d} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:49.442512 [ 5 ] {83db1109-6252-42fc-b77c-08c7df9f4d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:49.442832 [ 5 ] {83db1109-6252-42fc-b77c-08c7df9f4d5d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.31 01:58:49.443043 [ 5 ] {83db1109-6252-42fc-b77c-08c7df9f4d5d} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:49.443157 [ 92 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.31 01:58:49.443182 [ 5 ] {83db1109-6252-42fc-b77c-08c7df9f4d5d} executeQuery: Read 24 rows, 1.80 KiB in 0.001187 sec., 20219.03959561921 rows/sec., 1.48 MiB/sec. 2026.03.31 01:58:49.443226 [ 92 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:49.443238 [ 5 ] {83db1109-6252-42fc-b77c-08c7df9f4d5d} TCPHandler: Processed in 0.001374414 sec. 2026.03.31 01:58:49.443258 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:49.443385 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:49.443395 [ 197 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.31 01:58:49.443518 [ 5 ] {59e7a8ce-1b39-4921-9adc-123ab3b500c2} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:49.443562 [ 197 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:49.443575 [ 5 ] {59e7a8ce-1b39-4921-9adc-123ab3b500c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:49.443606 [ 197 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 213 rows starting from the beginning of the part 2026.03.31 01:58:49.443691 [ 197 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:49.443743 [ 197 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 17 rows starting from the beginning of the part 2026.03.31 01:58:49.443792 [ 197 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 38 rows starting from the beginning of the part 2026.03.31 01:58:49.443836 [ 197 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 17 rows starting from the beginning of the part 2026.03.31 01:58:49.443877 [ 197 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:49.444103 [ 5 ] {59e7a8ce-1b39-4921-9adc-123ab3b500c2} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:49.444145 [ 5 ] {59e7a8ce-1b39-4921-9adc-123ab3b500c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:49.444507 [ 5 ] {59e7a8ce-1b39-4921-9adc-123ab3b500c2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.31 01:58:49.444740 [ 5 ] {59e7a8ce-1b39-4921-9adc-123ab3b500c2} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:49.444776 [ 199 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 333 rows, containing 5 columns (5 merged, 0 gathered) in 0.001449056 sec., 229804.783251993 rows/sec., 16.32 MiB/sec. 2026.03.31 01:58:49.444878 [ 5 ] {59e7a8ce-1b39-4921-9adc-123ab3b500c2} executeQuery: Read 88 rows, 7.04 KiB in 0.001388 sec., 63400.576368876085 rows/sec., 4.95 MiB/sec. 2026.03.31 01:58:49.444919 [ 5 ] {59e7a8ce-1b39-4921-9adc-123ab3b500c2} TCPHandler: Processed in 0.001597918 sec. 2026.03.31 01:58:49.444974 [ 198 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.31 01:58:49.445041 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:49.445142 [ 5 ] {94d13b69-b61c-4bc8-995b-95b8348fec13} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:49.445189 [ 5 ] {94d13b69-b61c-4bc8-995b-95b8348fec13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:49.445302 [ 198 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:49.445389 [ 198 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_26_5} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.31 01:58:49.445499 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.31 01:58:49.445605 [ 5 ] {94d13b69-b61c-4bc8-995b-95b8348fec13} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:49.445647 [ 5 ] {94d13b69-b61c-4bc8-995b-95b8348fec13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:49.445998 [ 5 ] {94d13b69-b61c-4bc8-995b-95b8348fec13} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.31 01:58:49.446220 [ 5 ] {94d13b69-b61c-4bc8-995b-95b8348fec13} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:49.446353 [ 5 ] {94d13b69-b61c-4bc8-995b-95b8348fec13} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2026.03.31 01:58:49.446391 [ 5 ] {94d13b69-b61c-4bc8-995b-95b8348fec13} TCPHandler: Processed in 0.001400205 sec. 2026.03.31 01:58:49.446507 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:49.446620 [ 5 ] {b2e627b2-642f-4f02-817d-c31fba9945c2} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:49.446685 [ 5 ] {b2e627b2-642f-4f02-817d-c31fba9945c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:49.447554 [ 5 ] {b2e627b2-642f-4f02-817d-c31fba9945c2} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:49.447590 [ 5 ] {b2e627b2-642f-4f02-817d-c31fba9945c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:49.448158 [ 5 ] {b2e627b2-642f-4f02-817d-c31fba9945c2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.31 01:58:49.448380 [ 5 ] {b2e627b2-642f-4f02-817d-c31fba9945c2} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:49.448521 [ 5 ] {b2e627b2-642f-4f02-817d-c31fba9945c2} executeQuery: Read 24 rows, 44.04 KiB in 0.001926 sec., 12461.059190031152 rows/sec., 22.33 MiB/sec. 2026.03.31 01:58:49.448585 [ 5 ] {b2e627b2-642f-4f02-817d-c31fba9945c2} TCPHandler: Processed in 0.002137858 sec. 2026.03.31 01:58:49.448694 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:49.448790 [ 5 ] {c18b867f-39dc-49ff-bc3d-b8d1d908a01e} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:49.448832 [ 5 ] {c18b867f-39dc-49ff-bc3d-b8d1d908a01e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:49.449170 [ 5 ] {c18b867f-39dc-49ff-bc3d-b8d1d908a01e} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:49.449231 [ 5 ] {c18b867f-39dc-49ff-bc3d-b8d1d908a01e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:49.449543 [ 5 ] {c18b867f-39dc-49ff-bc3d-b8d1d908a01e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.31 01:58:49.449766 [ 5 ] {c18b867f-39dc-49ff-bc3d-b8d1d908a01e} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:49.449892 [ 5 ] {c18b867f-39dc-49ff-bc3d-b8d1d908a01e} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.03.31 01:58:49.449929 [ 5 ] {c18b867f-39dc-49ff-bc3d-b8d1d908a01e} TCPHandler: Processed in 0.001282763 sec. 2026.03.31 01:58:52.683323 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 604 2026.03.31 01:58:52.685402 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:52.685443 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:52.686629 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.31 01:58:52.686923 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:52.687048 [ 88 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.31 01:58:52.687081 [ 88 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:52.687099 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:52.687164 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 604 2026.03.31 01:58:52.687228 [ 197 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.31 01:58:52.688130 [ 197 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:52.688355 [ 197 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 460 rows starting from the beginning of the part 2026.03.31 01:58:52.688908 [ 197 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part 2026.03.31 01:58:52.689416 [ 197 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part 2026.03.31 01:58:52.689911 [ 197 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2026.03.31 01:58:52.690407 [ 197 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2026.03.31 01:58:52.690890 [ 197 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.03.31 01:58:52.697127 [ 199 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 72 columns (72 merged, 0 gathered) in 0.009958197 sec., 60653.550035212196 rows/sec., 53.05 MiB/sec. 2026.03.31 01:58:52.698351 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.31 01:58:52.698918 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:52.698982 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_16_3} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.31 01:58:52.699190 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. 2026.03.31 01:58:54.447171 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.447367 [ 5 ] {6e65b5f7-5546-4178-be8b-2025d7172e27} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:58:54.447440 [ 5 ] {6e65b5f7-5546-4178-be8b-2025d7172e27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:58:54.448268 [ 5 ] {6e65b5f7-5546-4178-be8b-2025d7172e27} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.448317 [ 5 ] {6e65b5f7-5546-4178-be8b-2025d7172e27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.448725 [ 5 ] {6e65b5f7-5546-4178-be8b-2025d7172e27} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:58:54.448961 [ 5 ] {6e65b5f7-5546-4178-be8b-2025d7172e27} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.449112 [ 5 ] {6e65b5f7-5546-4178-be8b-2025d7172e27} executeQuery: Read 284 rows, 18.47 KiB in 0.0018 sec., 157777.77777777778 rows/sec., 10.02 MiB/sec. 2026.03.31 01:58:54.449155 [ 5 ] {6e65b5f7-5546-4178-be8b-2025d7172e27} TCPHandler: Processed in 0.002121198 sec. 2026.03.31 01:58:54.449280 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.449375 [ 5 ] {433d8d2c-fcd7-4544-b189-d4dbed157a89} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:58:54.449419 [ 5 ] {433d8d2c-fcd7-4544-b189-d4dbed157a89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:58:54.449812 [ 5 ] {433d8d2c-fcd7-4544-b189-d4dbed157a89} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.449848 [ 5 ] {433d8d2c-fcd7-4544-b189-d4dbed157a89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.450147 [ 5 ] {433d8d2c-fcd7-4544-b189-d4dbed157a89} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:58:54.450357 [ 5 ] {433d8d2c-fcd7-4544-b189-d4dbed157a89} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.450493 [ 5 ] {433d8d2c-fcd7-4544-b189-d4dbed157a89} executeQuery: Read 4 rows, 334.00 B in 0.001136 sec., 3521.1267605633802 rows/sec., 287.12 KiB/sec. 2026.03.31 01:58:54.450531 [ 5 ] {433d8d2c-fcd7-4544-b189-d4dbed157a89} TCPHandler: Processed in 0.001301713 sec. 2026.03.31 01:58:54.450657 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.450777 [ 5 ] {7aab1caa-a19b-4589-a98b-65d377c6b3e1} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:54.450826 [ 5 ] {7aab1caa-a19b-4589-a98b-65d377c6b3e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:54.451649 [ 5 ] {7aab1caa-a19b-4589-a98b-65d377c6b3e1} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.451685 [ 5 ] {7aab1caa-a19b-4589-a98b-65d377c6b3e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.452085 [ 5 ] {7aab1caa-a19b-4589-a98b-65d377c6b3e1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.31 01:58:54.452307 [ 5 ] {7aab1caa-a19b-4589-a98b-65d377c6b3e1} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.452420 [ 87 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.31 01:58:54.452438 [ 5 ] {7aab1caa-a19b-4589-a98b-65d377c6b3e1} executeQuery: Read 833 rows, 66.95 KiB in 0.001685 sec., 494362.01780415425 rows/sec., 38.80 MiB/sec. 2026.03.31 01:58:54.452487 [ 87 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.452496 [ 5 ] {7aab1caa-a19b-4589-a98b-65d377c6b3e1} TCPHandler: Processed in 0.001901094 sec. 2026.03.31 01:58:54.452516 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.452612 [ 199 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.31 01:58:54.452624 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.452706 [ 199 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:54.452738 [ 199 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1008 rows starting from the beginning of the part 2026.03.31 01:58:54.452742 [ 5 ] {31fce218-8788-4c5c-b923-6861cf5e3682} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:54.452797 [ 5 ] {31fce218-8788-4c5c-b923-6861cf5e3682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:54.452830 [ 199 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2026.03.31 01:58:54.452878 [ 199 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 225 rows starting from the beginning of the part 2026.03.31 01:58:54.452922 [ 199 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 90 rows starting from the beginning of the part 2026.03.31 01:58:54.452969 [ 199 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part 2026.03.31 01:58:54.453011 [ 199 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 833 rows starting from the beginning of the part 2026.03.31 01:58:54.453291 [ 5 ] {31fce218-8788-4c5c-b923-6861cf5e3682} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.453327 [ 5 ] {31fce218-8788-4c5c-b923-6861cf5e3682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.453790 [ 5 ] {31fce218-8788-4c5c-b923-6861cf5e3682} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.31 01:58:54.454011 [ 5 ] {31fce218-8788-4c5c-b923-6861cf5e3682} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.454140 [ 5 ] {31fce218-8788-4c5c-b923-6861cf5e3682} executeQuery: Read 163 rows, 10.10 KiB in 0.001422 sec., 114627.28551336145 rows/sec., 6.94 MiB/sec. 2026.03.31 01:58:54.454178 [ 5 ] {31fce218-8788-4c5c-b923-6861cf5e3682} TCPHandler: Processed in 0.001612848 sec. 2026.03.31 01:58:54.454207 [ 191 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001629339 sec., 1442302.6761158973 rows/sec., 122.48 MiB/sec. 2026.03.31 01:58:54.454285 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.454382 [ 5 ] {501d6c8b-5c30-4ef6-9804-f7371660ec1b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:58:54.454423 [ 5 ] {501d6c8b-5c30-4ef6-9804-f7371660ec1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:58:54.454516 [ 190 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.31 01:58:54.454843 [ 5 ] {501d6c8b-5c30-4ef6-9804-f7371660ec1b} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.454884 [ 5 ] {501d6c8b-5c30-4ef6-9804-f7371660ec1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.454887 [ 190 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.455002 [ 190 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_31_6} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.31 01:58:54.455125 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.03.31 01:58:54.455236 [ 5 ] {501d6c8b-5c30-4ef6-9804-f7371660ec1b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:58:54.455463 [ 5 ] {501d6c8b-5c30-4ef6-9804-f7371660ec1b} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.455595 [ 5 ] {501d6c8b-5c30-4ef6-9804-f7371660ec1b} executeQuery: Read 149 rows, 9.86 KiB in 0.00123 sec., 121138.21138211382 rows/sec., 7.83 MiB/sec. 2026.03.31 01:58:54.455632 [ 5 ] {501d6c8b-5c30-4ef6-9804-f7371660ec1b} TCPHandler: Processed in 0.001395335 sec. 2026.03.31 01:58:54.455740 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.455833 [ 5 ] {8c844097-1802-4f21-8718-26658a8478e1} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:58:54.455873 [ 5 ] {8c844097-1802-4f21-8718-26658a8478e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:58:54.456290 [ 5 ] {8c844097-1802-4f21-8718-26658a8478e1} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.456327 [ 5 ] {8c844097-1802-4f21-8718-26658a8478e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.456651 [ 5 ] {8c844097-1802-4f21-8718-26658a8478e1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.31 01:58:54.456860 [ 5 ] {8c844097-1802-4f21-8718-26658a8478e1} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.456985 [ 5 ] {8c844097-1802-4f21-8718-26658a8478e1} executeQuery: Read 148 rows, 8.62 KiB in 0.00117 sec., 126495.72649572649 rows/sec., 7.19 MiB/sec. 2026.03.31 01:58:54.457024 [ 5 ] {8c844097-1802-4f21-8718-26658a8478e1} TCPHandler: Processed in 0.001331744 sec. 2026.03.31 01:58:54.457132 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.457223 [ 5 ] {3232ff25-70d1-47aa-bcb1-9f4b73b251d7} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:54.457262 [ 5 ] {3232ff25-70d1-47aa-bcb1-9f4b73b251d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:54.457846 [ 5 ] {3232ff25-70d1-47aa-bcb1-9f4b73b251d7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.457883 [ 5 ] {3232ff25-70d1-47aa-bcb1-9f4b73b251d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.458218 [ 5 ] {3232ff25-70d1-47aa-bcb1-9f4b73b251d7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.31 01:58:54.458430 [ 5 ] {3232ff25-70d1-47aa-bcb1-9f4b73b251d7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.458530 [ 87 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.31 01:58:54.458562 [ 5 ] {3232ff25-70d1-47aa-bcb1-9f4b73b251d7} executeQuery: Read 511 rows, 36.87 KiB in 0.001357 sec., 376565.9543109801 rows/sec., 26.53 MiB/sec. 2026.03.31 01:58:54.458563 [ 87 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.458601 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.458606 [ 5 ] {3232ff25-70d1-47aa-bcb1-9f4b73b251d7} TCPHandler: Processed in 0.001522037 sec. 2026.03.31 01:58:54.458675 [ 199 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.31 01:58:54.458714 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.458775 [ 199 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:54.458803 [ 199 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 603 rows starting from the beginning of the part 2026.03.31 01:58:54.458808 [ 5 ] {dd5769c9-0691-43e3-b7a3-1c341d12dac6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.31 01:58:54.458853 [ 5 ] {dd5769c9-0691-43e3-b7a3-1c341d12dac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.31 01:58:54.458858 [ 199 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 81 rows starting from the beginning of the part 2026.03.31 01:58:54.458903 [ 199 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 126 rows starting from the beginning of the part 2026.03.31 01:58:54.458944 [ 199 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 81 rows starting from the beginning of the part 2026.03.31 01:58:54.458982 [ 199 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part 2026.03.31 01:58:54.459020 [ 199 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 511 rows starting from the beginning of the part 2026.03.31 01:58:54.459174 [ 5 ] {dd5769c9-0691-43e3-b7a3-1c341d12dac6} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.459209 [ 5 ] {dd5769c9-0691-43e3-b7a3-1c341d12dac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.459535 [ 5 ] {dd5769c9-0691-43e3-b7a3-1c341d12dac6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:58:54.459745 [ 5 ] {dd5769c9-0691-43e3-b7a3-1c341d12dac6} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.459869 [ 5 ] {dd5769c9-0691-43e3-b7a3-1c341d12dac6} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2026.03.31 01:58:54.459906 [ 5 ] {dd5769c9-0691-43e3-b7a3-1c341d12dac6} TCPHandler: Processed in 0.001239882 sec. 2026.03.31 01:58:54.459925 [ 191 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.001280783 sec., 1163350.8564682698 rows/sec., 89.80 MiB/sec. 2026.03.31 01:58:54.460031 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.460122 [ 191 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.31 01:58:54.460159 [ 5 ] {c30e4a9a-796b-4d85-8104-d14dcde61a3b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:54.460210 [ 5 ] {c30e4a9a-796b-4d85-8104-d14dcde61a3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:54.460403 [ 191 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.460490 [ 191 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_31_6} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.31 01:58:54.460590 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.31 01:58:54.460640 [ 5 ] {c30e4a9a-796b-4d85-8104-d14dcde61a3b} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.460681 [ 5 ] {c30e4a9a-796b-4d85-8104-d14dcde61a3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.461046 [ 5 ] {c30e4a9a-796b-4d85-8104-d14dcde61a3b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.31 01:58:54.461266 [ 5 ] {c30e4a9a-796b-4d85-8104-d14dcde61a3b} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.461376 [ 87 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.31 01:58:54.461403 [ 5 ] {c30e4a9a-796b-4d85-8104-d14dcde61a3b} executeQuery: Read 267 rows, 18.17 KiB in 0.00127 sec., 210236.22047244094 rows/sec., 13.97 MiB/sec. 2026.03.31 01:58:54.461407 [ 87 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.461444 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.461449 [ 5 ] {c30e4a9a-796b-4d85-8104-d14dcde61a3b} TCPHandler: Processed in 0.001483516 sec. 2026.03.31 01:58:54.461509 [ 199 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.31 01:58:54.461574 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.461590 [ 199 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:54.461615 [ 199 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4496 rows starting from the beginning of the part 2026.03.31 01:58:54.461661 [ 199 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:54.461672 [ 5 ] {c78f4d49-ac2e-41e7-875d-7cb2f039ecdd} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.31 01:58:54.461698 [ 199 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 197 rows starting from the beginning of the part 2026.03.31 01:58:54.461717 [ 5 ] {c78f4d49-ac2e-41e7-875d-7cb2f039ecdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.31 01:58:54.461733 [ 199 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:54.461768 [ 199 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.03.31 01:58:54.461802 [ 199 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 267 rows starting from the beginning of the part 2026.03.31 01:58:54.462044 [ 5 ] {c78f4d49-ac2e-41e7-875d-7cb2f039ecdd} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.462079 [ 5 ] {c78f4d49-ac2e-41e7-875d-7cb2f039ecdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.462410 [ 5 ] {c78f4d49-ac2e-41e7-875d-7cb2f039ecdd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.31 01:58:54.462628 [ 5 ] {c78f4d49-ac2e-41e7-875d-7cb2f039ecdd} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.462758 [ 5 ] {c78f4d49-ac2e-41e7-875d-7cb2f039ecdd} executeQuery: Read 1 rows, 69.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 60.98 KiB/sec. 2026.03.31 01:58:54.462796 [ 5 ] {c78f4d49-ac2e-41e7-875d-7cb2f039ecdd} TCPHandler: Processed in 0.001275923 sec. 2026.03.31 01:58:54.462907 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.463001 [ 5 ] {160bfa0d-99d9-4e2f-9c2f-a300c3d2507b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:54.463056 [ 5 ] {160bfa0d-99d9-4e2f-9c2f-a300c3d2507b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:54.463841 [ 5 ] {160bfa0d-99d9-4e2f-9c2f-a300c3d2507b} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.463877 [ 5 ] {160bfa0d-99d9-4e2f-9c2f-a300c3d2507b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.464145 [ 193 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5440 rows, containing 5 columns (5 merged, 0 gathered) in 0.002657247 sec., 2047231.5896866191 rows/sec., 143.05 MiB/sec. 2026.03.31 01:58:54.464409 [ 5 ] {160bfa0d-99d9-4e2f-9c2f-a300c3d2507b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.31 01:58:54.464654 [ 5 ] {160bfa0d-99d9-4e2f-9c2f-a300c3d2507b} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.464699 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.31 01:58:54.464796 [ 5 ] {160bfa0d-99d9-4e2f-9c2f-a300c3d2507b} executeQuery: Read 17 rows, 31.19 KiB in 0.001813 sec., 9376.72366243795 rows/sec., 16.80 MiB/sec. 2026.03.31 01:58:54.464860 [ 5 ] {160bfa0d-99d9-4e2f-9c2f-a300c3d2507b} TCPHandler: Processed in 0.002002766 sec. 2026.03.31 01:58:54.464970 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:54.465002 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.465065 [ 5 ] {8a5f316e-219e-4bc0-bf33-192ab8476b2c} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:54.465084 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_31_6} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.31 01:58:54.465107 [ 5 ] {8a5f316e-219e-4bc0-bf33-192ab8476b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:54.465169 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2026.03.31 01:58:54.465446 [ 5 ] {8a5f316e-219e-4bc0-bf33-192ab8476b2c} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.465482 [ 5 ] {8a5f316e-219e-4bc0-bf33-192ab8476b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.465803 [ 5 ] {8a5f316e-219e-4bc0-bf33-192ab8476b2c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.31 01:58:54.466018 [ 5 ] {8a5f316e-219e-4bc0-bf33-192ab8476b2c} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.466122 [ 87 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.31 01:58:54.466146 [ 5 ] {8a5f316e-219e-4bc0-bf33-192ab8476b2c} executeQuery: Read 90 rows, 5.77 KiB in 0.0011 sec., 81818.18181818181 rows/sec., 5.12 MiB/sec. 2026.03.31 01:58:54.466153 [ 87 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:54.466186 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:54.466188 [ 5 ] {8a5f316e-219e-4bc0-bf33-192ab8476b2c} TCPHandler: Processed in 0.001266873 sec. 2026.03.31 01:58:54.466255 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.31 01:58:54.466337 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:58:54.466363 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1500 rows starting from the beginning of the part 2026.03.31 01:58:54.466413 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:54.466451 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:54.466487 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:54.466522 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.03.31 01:58:54.466557 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 90 rows starting from the beginning of the part 2026.03.31 01:58:54.467398 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1830 rows, containing 4 columns (4 merged, 0 gathered) in 0.001172431 sec., 1560859.445033439 rows/sec., 104.32 MiB/sec. 2026.03.31 01:58:54.467572 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.31 01:58:54.467821 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:54.467889 [ 195 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_31_6} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.31 01:58:54.467956 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.31 01:58:55.136139 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10992 2026.03.31 01:58:55.136681 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:55.136729 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:55.137218 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.31 01:58:55.137456 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:55.137598 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10992 2026.03.31 01:58:55.720164 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.31 01:58:55.736853 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:55.736914 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:55.743676 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.31 01:58:55.744384 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:55.747291 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.03.31 01:58:59.439169 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:59.439349 [ 5 ] {56b14975-d136-4c3d-bffc-3f173cdd7f2b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:58:59.439418 [ 5 ] {56b14975-d136-4c3d-bffc-3f173cdd7f2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:58:59.440074 [ 5 ] {56b14975-d136-4c3d-bffc-3f173cdd7f2b} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:59.440124 [ 5 ] {56b14975-d136-4c3d-bffc-3f173cdd7f2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:59.440527 [ 5 ] {56b14975-d136-4c3d-bffc-3f173cdd7f2b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.31 01:58:59.440765 [ 5 ] {56b14975-d136-4c3d-bffc-3f173cdd7f2b} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:59.440927 [ 5 ] {56b14975-d136-4c3d-bffc-3f173cdd7f2b} executeQuery: Read 104 rows, 8.91 KiB in 0.001627 sec., 63921.32759680394 rows/sec., 5.35 MiB/sec. 2026.03.31 01:58:59.440980 [ 5 ] {56b14975-d136-4c3d-bffc-3f173cdd7f2b} TCPHandler: Processed in 0.001941635 sec. 2026.03.31 01:58:59.441105 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:59.441208 [ 5 ] {0c639d71-5189-4d7a-a7b6-2d23d351589b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:58:59.441253 [ 5 ] {0c639d71-5189-4d7a-a7b6-2d23d351589b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:58:59.441671 [ 5 ] {0c639d71-5189-4d7a-a7b6-2d23d351589b} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:59.441706 [ 5 ] {0c639d71-5189-4d7a-a7b6-2d23d351589b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:59.442047 [ 5 ] {0c639d71-5189-4d7a-a7b6-2d23d351589b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.31 01:58:59.442272 [ 5 ] {0c639d71-5189-4d7a-a7b6-2d23d351589b} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:59.442409 [ 5 ] {0c639d71-5189-4d7a-a7b6-2d23d351589b} executeQuery: Read 24 rows, 1.80 KiB in 0.001224 sec., 19607.843137254902 rows/sec., 1.44 MiB/sec. 2026.03.31 01:58:59.442448 [ 5 ] {0c639d71-5189-4d7a-a7b6-2d23d351589b} TCPHandler: Processed in 0.001396645 sec. 2026.03.31 01:58:59.442553 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:59.442650 [ 5 ] {94ef9bfe-fdbf-4a5e-b2a9-0c4144631f18} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:58:59.442692 [ 5 ] {94ef9bfe-fdbf-4a5e-b2a9-0c4144631f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:58:59.443111 [ 5 ] {94ef9bfe-fdbf-4a5e-b2a9-0c4144631f18} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:59.443150 [ 5 ] {94ef9bfe-fdbf-4a5e-b2a9-0c4144631f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:59.443483 [ 5 ] {94ef9bfe-fdbf-4a5e-b2a9-0c4144631f18} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.31 01:58:59.443697 [ 5 ] {94ef9bfe-fdbf-4a5e-b2a9-0c4144631f18} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:59.443829 [ 5 ] {94ef9bfe-fdbf-4a5e-b2a9-0c4144631f18} executeQuery: Read 88 rows, 7.04 KiB in 0.001199 sec., 73394.49541284404 rows/sec., 5.73 MiB/sec. 2026.03.31 01:58:59.443867 [ 5 ] {94ef9bfe-fdbf-4a5e-b2a9-0c4144631f18} TCPHandler: Processed in 0.001364185 sec. 2026.03.31 01:58:59.443978 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:59.444072 [ 5 ] {f055d9e7-c496-4711-a411-7255089a9e00} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:59.444116 [ 5 ] {f055d9e7-c496-4711-a411-7255089a9e00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:58:59.444509 [ 5 ] {f055d9e7-c496-4711-a411-7255089a9e00} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:59.444546 [ 5 ] {f055d9e7-c496-4711-a411-7255089a9e00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:59.444901 [ 5 ] {f055d9e7-c496-4711-a411-7255089a9e00} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.31 01:58:59.445114 [ 5 ] {f055d9e7-c496-4711-a411-7255089a9e00} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:59.445245 [ 5 ] {f055d9e7-c496-4711-a411-7255089a9e00} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.03.31 01:58:59.445283 [ 5 ] {f055d9e7-c496-4711-a411-7255089a9e00} TCPHandler: Processed in 0.001354174 sec. 2026.03.31 01:58:59.445404 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:59.445524 [ 5 ] {638a594f-2e3a-4bac-b1f6-cf41470e1d32} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:58:59.445591 [ 5 ] {638a594f-2e3a-4bac-b1f6-cf41470e1d32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:58:59.446461 [ 5 ] {638a594f-2e3a-4bac-b1f6-cf41470e1d32} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:59.446499 [ 5 ] {638a594f-2e3a-4bac-b1f6-cf41470e1d32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:59.447057 [ 5 ] {638a594f-2e3a-4bac-b1f6-cf41470e1d32} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.31 01:58:59.447285 [ 5 ] {638a594f-2e3a-4bac-b1f6-cf41470e1d32} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:59.447434 [ 5 ] {638a594f-2e3a-4bac-b1f6-cf41470e1d32} executeQuery: Read 24 rows, 44.04 KiB in 0.001935 sec., 12403.100775193798 rows/sec., 22.23 MiB/sec. 2026.03.31 01:58:59.447495 [ 5 ] {638a594f-2e3a-4bac-b1f6-cf41470e1d32} TCPHandler: Processed in 0.002152578 sec. 2026.03.31 01:58:59.447609 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:58:59.447704 [ 5 ] {0d410942-7f86-4303-82db-89146adcf294} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:58:59.447749 [ 5 ] {0d410942-7f86-4303-82db-89146adcf294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:58:59.448082 [ 5 ] {0d410942-7f86-4303-82db-89146adcf294} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:58:59.448121 [ 5 ] {0d410942-7f86-4303-82db-89146adcf294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:58:59.448456 [ 5 ] {0d410942-7f86-4303-82db-89146adcf294} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.31 01:58:59.448668 [ 5 ] {0d410942-7f86-4303-82db-89146adcf294} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:58:59.448799 [ 5 ] {0d410942-7f86-4303-82db-89146adcf294} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.03.31 01:58:59.448834 [ 5 ] {0d410942-7f86-4303-82db-89146adcf294} TCPHandler: Processed in 0.001274093 sec. 2026.03.31 01:59:02.524110 [ 74 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:59:02.524185 [ 74 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:59:02.637712 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11440 2026.03.31 01:59:02.638529 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:02.638630 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:02.639253 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.31 01:59:02.639487 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:02.639631 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11440 2026.03.31 01:59:02.687327 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 640 2026.03.31 01:59:02.689775 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:02.689834 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:02.691067 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.31 01:59:02.691341 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:02.691705 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 640 2026.03.31 01:59:03.247379 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.03.31 01:59:03.265587 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:03.265651 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:03.271982 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.31 01:59:03.272719 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:03.275794 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.03.31 01:59:04.446624 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.446811 [ 5 ] {55d84b32-ab81-4e37-9407-dbfa447b84e0} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:59:04.446880 [ 5 ] {55d84b32-ab81-4e37-9407-dbfa447b84e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:59:04.447582 [ 5 ] {55d84b32-ab81-4e37-9407-dbfa447b84e0} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.447637 [ 5 ] {55d84b32-ab81-4e37-9407-dbfa447b84e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.448080 [ 5 ] {55d84b32-ab81-4e37-9407-dbfa447b84e0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:59:04.448310 [ 5 ] {55d84b32-ab81-4e37-9407-dbfa447b84e0} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.448472 [ 5 ] {55d84b32-ab81-4e37-9407-dbfa447b84e0} executeQuery: Read 284 rows, 18.47 KiB in 0.00171 sec., 166081.87134502924 rows/sec., 10.55 MiB/sec. 2026.03.31 01:59:04.448521 [ 5 ] {55d84b32-ab81-4e37-9407-dbfa447b84e0} TCPHandler: Processed in 0.002025976 sec. 2026.03.31 01:59:04.448645 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.448747 [ 5 ] {990319aa-ca4b-4152-8459-34bb1a6b2d49} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:04.448791 [ 5 ] {990319aa-ca4b-4152-8459-34bb1a6b2d49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:04.449554 [ 5 ] {990319aa-ca4b-4152-8459-34bb1a6b2d49} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.449593 [ 5 ] {990319aa-ca4b-4152-8459-34bb1a6b2d49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.449970 [ 5 ] {990319aa-ca4b-4152-8459-34bb1a6b2d49} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.31 01:59:04.450211 [ 5 ] {990319aa-ca4b-4152-8459-34bb1a6b2d49} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.450353 [ 5 ] {990319aa-ca4b-4152-8459-34bb1a6b2d49} executeQuery: Read 831 rows, 66.81 KiB in 0.001628 sec., 510442.2604422604 rows/sec., 40.07 MiB/sec. 2026.03.31 01:59:04.450392 [ 5 ] {990319aa-ca4b-4152-8459-34bb1a6b2d49} TCPHandler: Processed in 0.001797382 sec. 2026.03.31 01:59:04.450516 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.450624 [ 5 ] {676d450f-cd48-4b08-aaaf-0fbc015f11cd} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:04.450667 [ 5 ] {676d450f-cd48-4b08-aaaf-0fbc015f11cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:04.451127 [ 5 ] {676d450f-cd48-4b08-aaaf-0fbc015f11cd} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.451164 [ 5 ] {676d450f-cd48-4b08-aaaf-0fbc015f11cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.451512 [ 5 ] {676d450f-cd48-4b08-aaaf-0fbc015f11cd} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.31 01:59:04.451723 [ 5 ] {676d450f-cd48-4b08-aaaf-0fbc015f11cd} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.451855 [ 5 ] {676d450f-cd48-4b08-aaaf-0fbc015f11cd} executeQuery: Read 159 rows, 9.82 KiB in 0.001253 sec., 126895.4509177973 rows/sec., 7.65 MiB/sec. 2026.03.31 01:59:04.451893 [ 5 ] {676d450f-cd48-4b08-aaaf-0fbc015f11cd} TCPHandler: Processed in 0.001438396 sec. 2026.03.31 01:59:04.452008 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.452103 [ 5 ] {a1e0cf9d-d31d-4beb-97c7-6c48378127a4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:59:04.452144 [ 5 ] {a1e0cf9d-d31d-4beb-97c7-6c48378127a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:59:04.452600 [ 5 ] {a1e0cf9d-d31d-4beb-97c7-6c48378127a4} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.452636 [ 5 ] {a1e0cf9d-d31d-4beb-97c7-6c48378127a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.452948 [ 5 ] {a1e0cf9d-d31d-4beb-97c7-6c48378127a4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:59:04.453154 [ 5 ] {a1e0cf9d-d31d-4beb-97c7-6c48378127a4} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.453282 [ 5 ] {a1e0cf9d-d31d-4beb-97c7-6c48378127a4} executeQuery: Read 149 rows, 9.86 KiB in 0.001199 sec., 124270.22518765638 rows/sec., 8.03 MiB/sec. 2026.03.31 01:59:04.453319 [ 5 ] {a1e0cf9d-d31d-4beb-97c7-6c48378127a4} TCPHandler: Processed in 0.001361004 sec. 2026.03.31 01:59:04.453430 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.453524 [ 5 ] {650f543b-707b-493a-970a-40f5658a1e43} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:59:04.453565 [ 5 ] {650f543b-707b-493a-970a-40f5658a1e43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:59:04.454005 [ 5 ] {650f543b-707b-493a-970a-40f5658a1e43} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.454041 [ 5 ] {650f543b-707b-493a-970a-40f5658a1e43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.454365 [ 5 ] {650f543b-707b-493a-970a-40f5658a1e43} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.31 01:59:04.454569 [ 5 ] {650f543b-707b-493a-970a-40f5658a1e43} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.454698 [ 5 ] {650f543b-707b-493a-970a-40f5658a1e43} executeQuery: Read 148 rows, 8.62 KiB in 0.001192 sec., 124161.07382550336 rows/sec., 7.06 MiB/sec. 2026.03.31 01:59:04.454734 [ 5 ] {650f543b-707b-493a-970a-40f5658a1e43} TCPHandler: Processed in 0.001353894 sec. 2026.03.31 01:59:04.454843 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.454935 [ 5 ] {c9496075-87cb-420f-99e1-da63e71c165e} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:04.454976 [ 5 ] {c9496075-87cb-420f-99e1-da63e71c165e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:04.455561 [ 5 ] {c9496075-87cb-420f-99e1-da63e71c165e} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.455597 [ 5 ] {c9496075-87cb-420f-99e1-da63e71c165e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.455912 [ 5 ] {c9496075-87cb-420f-99e1-da63e71c165e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.31 01:59:04.456116 [ 5 ] {c9496075-87cb-420f-99e1-da63e71c165e} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.456244 [ 5 ] {c9496075-87cb-420f-99e1-da63e71c165e} executeQuery: Read 507 rows, 36.54 KiB in 0.001326 sec., 382352.9411764706 rows/sec., 26.91 MiB/sec. 2026.03.31 01:59:04.456281 [ 5 ] {c9496075-87cb-420f-99e1-da63e71c165e} TCPHandler: Processed in 0.001485816 sec. 2026.03.31 01:59:04.456404 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.456529 [ 5 ] {c6f2c544-71fe-44c4-9922-0cb0f47ce87b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.31 01:59:04.456580 [ 5 ] {c6f2c544-71fe-44c4-9922-0cb0f47ce87b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.31 01:59:04.456980 [ 5 ] {c6f2c544-71fe-44c4-9922-0cb0f47ce87b} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.457025 [ 5 ] {c6f2c544-71fe-44c4-9922-0cb0f47ce87b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.457416 [ 5 ] {c6f2c544-71fe-44c4-9922-0cb0f47ce87b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:59:04.457655 [ 5 ] {c6f2c544-71fe-44c4-9922-0cb0f47ce87b} oximeter.measurements_bool (9fafc465-2a86-4643-a66c-d167704f0678): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.457786 [ 5 ] {c6f2c544-71fe-44c4-9922-0cb0f47ce87b} executeQuery: Read 6 rows, 321.00 B in 0.001283 sec., 4676.539360872954 rows/sec., 244.33 KiB/sec. 2026.03.31 01:59:04.457823 [ 5 ] {c6f2c544-71fe-44c4-9922-0cb0f47ce87b} TCPHandler: Processed in 0.001481237 sec. 2026.03.31 01:59:04.457947 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.458071 [ 5 ] {f099904d-5c6d-4953-85ea-ec2315780dc1} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:04.458123 [ 5 ] {f099904d-5c6d-4953-85ea-ec2315780dc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:04.458590 [ 5 ] {f099904d-5c6d-4953-85ea-ec2315780dc1} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.458628 [ 5 ] {f099904d-5c6d-4953-85ea-ec2315780dc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.459006 [ 5 ] {f099904d-5c6d-4953-85ea-ec2315780dc1} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.31 01:59:04.459221 [ 5 ] {f099904d-5c6d-4953-85ea-ec2315780dc1} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.459360 [ 5 ] {f099904d-5c6d-4953-85ea-ec2315780dc1} executeQuery: Read 265 rows, 18.03 KiB in 0.001314 sec., 201674.27701674277 rows/sec., 13.40 MiB/sec. 2026.03.31 01:59:04.459398 [ 5 ] {f099904d-5c6d-4953-85ea-ec2315780dc1} TCPHandler: Processed in 0.001512227 sec. 2026.03.31 01:59:04.459510 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.459606 [ 5 ] {d22b361d-db69-4e3d-8f9a-be568143cdd3} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.31 01:59:04.459650 [ 5 ] {d22b361d-db69-4e3d-8f9a-be568143cdd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.31 01:59:04.459965 [ 5 ] {d22b361d-db69-4e3d-8f9a-be568143cdd3} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.460002 [ 5 ] {d22b361d-db69-4e3d-8f9a-be568143cdd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.460311 [ 5 ] {d22b361d-db69-4e3d-8f9a-be568143cdd3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.31 01:59:04.460525 [ 5 ] {d22b361d-db69-4e3d-8f9a-be568143cdd3} oximeter.measurements_f64 (12cb80a0-4f11-4464-8bcc-dc519fd3ff66): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.460659 [ 5 ] {d22b361d-db69-4e3d-8f9a-be568143cdd3} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.03.31 01:59:04.460696 [ 5 ] {d22b361d-db69-4e3d-8f9a-be568143cdd3} TCPHandler: Processed in 0.001236342 sec. 2026.03.31 01:59:04.460813 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.460928 [ 5 ] {cfac6b94-e780-4f1c-9f4a-2ff75b9176bf} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:04.460992 [ 5 ] {cfac6b94-e780-4f1c-9f4a-2ff75b9176bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:04.461846 [ 5 ] {cfac6b94-e780-4f1c-9f4a-2ff75b9176bf} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.461883 [ 5 ] {cfac6b94-e780-4f1c-9f4a-2ff75b9176bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.462416 [ 5 ] {cfac6b94-e780-4f1c-9f4a-2ff75b9176bf} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.31 01:59:04.462640 [ 5 ] {cfac6b94-e780-4f1c-9f4a-2ff75b9176bf} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.462755 [ 69 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.31 01:59:04.462779 [ 5 ] {cfac6b94-e780-4f1c-9f4a-2ff75b9176bf} executeQuery: Read 17 rows, 31.19 KiB in 0.001875 sec., 9066.666666666668 rows/sec., 16.25 MiB/sec. 2026.03.31 01:59:04.462835 [ 69 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.462857 [ 5 ] {cfac6b94-e780-4f1c-9f4a-2ff75b9176bf} TCPHandler: Processed in 0.002103467 sec. 2026.03.31 01:59:04.462863 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.462975 [ 192 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.31 01:59:04.462977 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:04.463107 [ 5 ] {f4a5820d-9e10-4112-8701-033073b52915} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:04.463147 [ 5 ] {f4a5820d-9e10-4112-8701-033073b52915} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:04.463195 [ 192 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:04.463254 [ 192 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 401 rows starting from the beginning of the part 2026.03.31 01:59:04.463391 [ 192 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:04.463481 [ 5 ] {f4a5820d-9e10-4112-8701-033073b52915} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:04.463510 [ 192 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:04.463518 [ 5 ] {f4a5820d-9e10-4112-8701-033073b52915} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:04.463607 [ 192 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:04.463700 [ 192 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:04.463791 [ 192 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:04.463831 [ 5 ] {f4a5820d-9e10-4112-8701-033073b52915} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.31 01:59:04.464044 [ 5 ] {f4a5820d-9e10-4112-8701-033073b52915} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.464170 [ 5 ] {f4a5820d-9e10-4112-8701-033073b52915} executeQuery: Read 90 rows, 5.77 KiB in 0.001082 sec., 83179.2975970425 rows/sec., 5.20 MiB/sec. 2026.03.31 01:59:04.464207 [ 5 ] {f4a5820d-9e10-4112-8701-033073b52915} TCPHandler: Processed in 0.001279292 sec. 2026.03.31 01:59:04.467937 [ 195 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 19 columns (19 merged, 0 gathered) in 0.005006989 sec., 99860.41511175678 rows/sec., 178.95 MiB/sec. 2026.03.31 01:59:04.468646 [ 195 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.31 01:59:04.468946 [ 195 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:04.469009 [ 195 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_26_5} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.31 01:59:04.469108 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2026.03.31 01:59:05.000184 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 256.21 MiB, peak 261.93 MiB, free memory in arenas 0.00 B, will set to 257.30 MiB (RSS), difference: 1.09 MiB 2026.03.31 01:59:05.103731 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.104104 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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.03.31 01:59:05.104649 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:59:05.104690 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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.03.31 01:59:05.104977 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.105056 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:05.105201 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.31 01:59:05.105308 [ 303 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:59:05.105308 [ 323 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:59:05.105359 [ 324 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:59:05.105380 [ 329 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.31 01:59:05.105513 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.31 01:59:05.105542 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:59:05.105641 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:59:05.105662 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.31 01:59:05.105703 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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.03.31 01:59:05.105742 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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.03.31 01:59:05.105780 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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.03.31 01:59:05.105818 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_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.03.31 01:59:05.106783 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} executeQuery: Read 41 rows, 1.65 KiB in 0.00285 sec., 14385.9649122807 rows/sec., 579.43 KiB/sec. 2026.03.31 01:59:05.106949 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} MemoryTracker: Peak memory usage (for query): 145.48 KiB. 2026.03.31 01:59:05.106965 [ 5 ] {322abe01-3ec3-4fec-95a5-227a7e9ebb35} TCPHandler: Processed in 0.003413551 sec. 2026.03.31 01:59:05.107291 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.107443 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.107717 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:59:05.107765 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.108007 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.108066 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:05.108189 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.31 01:59:05.108267 [ 336 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:59:05.108279 [ 303 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:59:05.108288 [ 329 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:59:05.108292 [ 324 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.31 01:59:05.108454 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.31 01:59:05.108486 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:59:05.108577 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:59:05.108598 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.31 01:59:05.108629 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.108661 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.108694 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.108724 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.109581 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} executeQuery: Read 41 rows, 1.65 KiB in 0.002205 sec., 18594.104308390022 rows/sec., 748.92 KiB/sec. 2026.03.31 01:59:05.109777 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} MemoryTracker: Peak memory usage (for query): 145.46 KiB. 2026.03.31 01:59:05.109796 [ 5 ] {03d64b0b-f7c1-41e9-8670-21f095e55c38} TCPHandler: Processed in 0.002560835 sec. 2026.03.31 01:59:05.110094 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.110283 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.110582 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:59:05.110631 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.110905 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.110972 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:05.111107 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.31 01:59:05.111187 [ 336 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:59:05.111209 [ 303 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:59:05.111216 [ 324 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.31 01:59:05.111215 [ 345 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:59:05.111376 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.31 01:59:05.111407 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:59:05.111506 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:59:05.111530 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.31 01:59:05.111571 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.111611 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.111650 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.111685 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.112491 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} executeQuery: Read 41 rows, 1.65 KiB in 0.002292 sec., 17888.307155322862 rows/sec., 720.49 KiB/sec. 2026.03.31 01:59:05.112707 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} MemoryTracker: Peak memory usage (for query): 145.86 KiB. 2026.03.31 01:59:05.112726 [ 5 ] {a8a7f8dc-7805-47eb-b456-7039af49859a} TCPHandler: Processed in 0.002696298 sec. 2026.03.31 01:59:05.113008 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.113184 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.113477 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:59:05.113525 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.113802 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.113869 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:05.113995 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.31 01:59:05.114081 [ 324 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:59:05.114092 [ 345 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.31 01:59:05.114093 [ 329 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:59:05.114092 [ 303 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:59:05.114259 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.31 01:59:05.114285 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:59:05.114385 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:59:05.114408 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.31 01:59:05.114446 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.114494 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.114536 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.114578 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.115547 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} executeQuery: Read 41 rows, 1.65 KiB in 0.002441 sec., 16796.394920114708 rows/sec., 676.51 KiB/sec. 2026.03.31 01:59:05.115732 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} MemoryTracker: Peak memory usage (for query): 147.70 KiB. 2026.03.31 01:59:05.115754 [ 5 ] {5dc6122d-3259-4cb0-90cb-766b1755f1c3} TCPHandler: Processed in 0.00280526 sec. 2026.03.31 01:59:05.116025 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.116253 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.116592 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:59:05.116645 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.116923 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.116986 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:05.117110 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.31 01:59:05.117187 [ 324 ] {65497ec0-8316-46ef-91dc-aea0e4032084} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:59:05.117205 [ 329 ] {65497ec0-8316-46ef-91dc-aea0e4032084} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:59:05.117211 [ 298 ] {65497ec0-8316-46ef-91dc-aea0e4032084} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:59:05.117204 [ 303 ] {65497ec0-8316-46ef-91dc-aea0e4032084} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.31 01:59:05.117376 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.31 01:59:05.117402 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:59:05.117497 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:59:05.117521 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.31 01:59:05.117560 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.117599 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.117636 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.117670 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.118512 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} executeQuery: Read 41 rows, 1.65 KiB in 0.002342 sec., 17506.404782237405 rows/sec., 705.11 KiB/sec. 2026.03.31 01:59:05.118715 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} MemoryTracker: Peak memory usage (for query): 146.29 KiB. 2026.03.31 01:59:05.118738 [ 5 ] {65497ec0-8316-46ef-91dc-aea0e4032084} TCPHandler: Processed in 0.00278138 sec. 2026.03.31 01:59:05.119017 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.119210 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.119498 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:59:05.119546 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.119830 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.119898 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:05.120028 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.31 01:59:05.120113 [ 344 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:59:05.120128 [ 345 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:59:05.120116 [ 298 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:59:05.120129 [ 303 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.31 01:59:05.120304 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.31 01:59:05.120332 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:59:05.120430 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:59:05.120456 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.31 01:59:05.120495 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.120537 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.120575 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.120621 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.121436 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} executeQuery: Read 41 rows, 1.65 KiB in 0.002307 sec., 17771.99826614651 rows/sec., 715.81 KiB/sec. 2026.03.31 01:59:05.121622 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} MemoryTracker: Peak memory usage (for query): 147.01 KiB. 2026.03.31 01:59:05.121642 [ 5 ] {5d9c37e7-cf6a-4ad6-a1d6-3ef912b7aec5} TCPHandler: Processed in 0.002698148 sec. 2026.03.31 01:59:05.203066 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.203336 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.203737 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:59:05.203791 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.204116 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.204197 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:05.204346 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.31 01:59:05.204468 [ 344 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:59:05.204492 [ 298 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.31 01:59:05.204481 [ 303 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:59:05.204469 [ 324 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:59:05.204730 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.31 01:59:05.204764 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:59:05.204879 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:59:05.204905 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.31 01:59:05.204955 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.205003 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.205039 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.205072 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.206055 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} executeQuery: Read 41 rows, 1.65 KiB in 0.002842 sec., 14426.46023926812 rows/sec., 581.06 KiB/sec. 2026.03.31 01:59:05.206263 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} MemoryTracker: Peak memory usage (for query): 146.91 KiB. 2026.03.31 01:59:05.206285 [ 5 ] {e280b082-c845-44ab-99e7-f8dc9c7c4a15} TCPHandler: Processed in 0.003321119 sec. 2026.03.31 01:59:05.268879 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.269064 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.269375 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:59:05.269422 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.269670 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.269726 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:05.269836 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.31 01:59:05.269913 [ 303 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:59:05.269933 [ 345 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:59:05.269939 [ 344 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.31 01:59:05.269939 [ 324 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:59:05.270089 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.31 01:59:05.270115 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:59:05.270196 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:59:05.270216 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.31 01:59:05.270247 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.270279 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.270309 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.270338 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.271046 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} executeQuery: Read 41 rows, 1.65 KiB in 0.002063 sec., 19873.96994667959 rows/sec., 800.47 KiB/sec. 2026.03.31 01:59:05.271208 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} MemoryTracker: Peak memory usage (for query): 146.95 KiB. 2026.03.31 01:59:05.271223 [ 5 ] {5346b4d5-da21-4e5e-8fe2-48518e3d06ef} TCPHandler: Processed in 0.002418863 sec. 2026.03.31 01:59:05.371966 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.372171 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} executeQuery: (from [fd00:1122:3344:101::d]:61137) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.372513 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.31 01:59:05.372555 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.372808 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.372867 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:05.372983 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.03.31 01:59:05.373069 [ 345 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.31 01:59:05.373069 [ 305 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.31 01:59:05.373094 [ 344 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.31 01:59:05.373086 [ 303 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.31 01:59:05.373242 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.31 01:59:05.373265 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.31 01:59:05.373350 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.31 01:59:05.373370 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.03.31 01:59:05.373402 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.373437 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.373469 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.373500 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.31 01:59:05.374246 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} executeQuery: Read 41 rows, 1.65 KiB in 0.002165 sec., 18937.644341801388 rows/sec., 762.76 KiB/sec. 2026.03.31 01:59:05.374391 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} MemoryTracker: Peak memory usage (for query): 147.20 KiB. 2026.03.31 01:59:05.374407 [ 5 ] {c6d965ab-d908-4c9b-bdb8-b3970ff147ea} TCPHandler: Processed in 0.002530215 sec. 2026.03.31 01:59:05.376918 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.377047 [ 5 ] {eb011fb3-e507-4ebc-a898-6024025213cd} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.31 01:59:05.377098 [ 5 ] {eb011fb3-e507-4ebc-a898-6024025213cd} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.31 01:59:05.377663 [ 5 ] {eb011fb3-e507-4ebc-a898-6024025213cd} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.377704 [ 5 ] {eb011fb3-e507-4ebc-a898-6024025213cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.378127 [ 5 ] {eb011fb3-e507-4ebc-a898-6024025213cd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.31 01:59:05.378332 [ 5 ] {eb011fb3-e507-4ebc-a898-6024025213cd} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.378480 [ 5 ] {eb011fb3-e507-4ebc-a898-6024025213cd} executeQuery: Read 9 rows, 1.88 KiB in 0.001471 sec., 6118.286879673691 rows/sec., 1.25 MiB/sec. 2026.03.31 01:59:05.378520 [ 5 ] {eb011fb3-e507-4ebc-a898-6024025213cd} TCPHandler: Processed in 0.00166249 sec. 2026.03.31 01:59:05.378639 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.378737 [ 5 ] {fd1dc3d7-3c57-409b-9d09-e6cb3f238dbc} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:59:05.378777 [ 5 ] {fd1dc3d7-3c57-409b-9d09-e6cb3f238dbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:59:05.379208 [ 5 ] {fd1dc3d7-3c57-409b-9d09-e6cb3f238dbc} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.379245 [ 5 ] {fd1dc3d7-3c57-409b-9d09-e6cb3f238dbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.379546 [ 5 ] {fd1dc3d7-3c57-409b-9d09-e6cb3f238dbc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:59:05.379756 [ 5 ] {fd1dc3d7-3c57-409b-9d09-e6cb3f238dbc} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.379860 [ 68 ] {} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.31 01:59:05.379886 [ 5 ] {fd1dc3d7-3c57-409b-9d09-e6cb3f238dbc} executeQuery: Read 24 rows, 2.04 KiB in 0.001169 sec., 20530.36783575706 rows/sec., 1.70 MiB/sec. 2026.03.31 01:59:05.379921 [ 68 ] {} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.379932 [ 5 ] {fd1dc3d7-3c57-409b-9d09-e6cb3f238dbc} TCPHandler: Processed in 0.001344444 sec. 2026.03.31 01:59:05.379951 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.380043 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.380055 [ 192 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::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.03.31 01:59:05.380140 [ 5 ] {95e14cc3-7f37-42bc-8618-b1e94d9972bd} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:59:05.380163 [ 192 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:05.380180 [ 5 ] {95e14cc3-7f37-42bc-8618-b1e94d9972bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:59:05.380197 [ 192 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 308 rows starting from the beginning of the part 2026.03.31 01:59:05.380261 [ 192 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:05.380314 [ 192 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:05.380361 [ 192 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.03.31 01:59:05.380407 [ 192 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.03.31 01:59:05.380454 [ 192 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:05.380570 [ 5 ] {95e14cc3-7f37-42bc-8618-b1e94d9972bd} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.380607 [ 5 ] {95e14cc3-7f37-42bc-8618-b1e94d9972bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.380918 [ 5 ] {95e14cc3-7f37-42bc-8618-b1e94d9972bd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.31 01:59:05.381127 [ 5 ] {95e14cc3-7f37-42bc-8618-b1e94d9972bd} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.381257 [ 5 ] {95e14cc3-7f37-42bc-8618-b1e94d9972bd} executeQuery: Read 4 rows, 334.00 B in 0.001136 sec., 3521.1267605633802 rows/sec., 287.12 KiB/sec. 2026.03.31 01:59:05.381294 [ 5 ] {95e14cc3-7f37-42bc-8618-b1e94d9972bd} TCPHandler: Processed in 0.001300163 sec. 2026.03.31 01:59:05.381297 [ 200 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 5 columns (5 merged, 0 gathered) in 0.001283793 sec., 738436.8040642065 rows/sec., 51.17 MiB/sec. 2026.03.31 01:59:05.381418 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.381504 [ 202 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.31 01:59:05.381544 [ 5 ] {bf156dc2-1a67-428e-8655-2fbe9573f685} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:05.381601 [ 5 ] {bf156dc2-1a67-428e-8655-2fbe9573f685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:05.381833 [ 202 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.381928 [ 202 ] {ca3f516a-45b0-4ff0-8f47-fbcd90092b3b::all_1_10_2} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.31 01:59:05.382030 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.03.31 01:59:05.383923 [ 5 ] {bf156dc2-1a67-428e-8655-2fbe9573f685} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.383966 [ 5 ] {bf156dc2-1a67-428e-8655-2fbe9573f685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.384468 [ 5 ] {bf156dc2-1a67-428e-8655-2fbe9573f685} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.31 01:59:05.384688 [ 5 ] {bf156dc2-1a67-428e-8655-2fbe9573f685} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.384824 [ 5 ] {bf156dc2-1a67-428e-8655-2fbe9573f685} executeQuery: Read 2573 rows, 196.47 KiB in 0.003305 sec., 778517.3978819969 rows/sec., 58.05 MiB/sec. 2026.03.31 01:59:05.384863 [ 5 ] {bf156dc2-1a67-428e-8655-2fbe9573f685} TCPHandler: Processed in 0.003506093 sec. 2026.03.31 01:59:05.384979 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.385074 [ 5 ] {3c79f6b8-0b64-4bd1-b553-5bd3f001a1e8} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:05.385116 [ 5 ] {3c79f6b8-0b64-4bd1-b553-5bd3f001a1e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:05.385544 [ 5 ] {3c79f6b8-0b64-4bd1-b553-5bd3f001a1e8} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.385583 [ 5 ] {3c79f6b8-0b64-4bd1-b553-5bd3f001a1e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.385884 [ 5 ] {3c79f6b8-0b64-4bd1-b553-5bd3f001a1e8} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.31 01:59:05.386101 [ 5 ] {3c79f6b8-0b64-4bd1-b553-5bd3f001a1e8} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.386230 [ 5 ] {3c79f6b8-0b64-4bd1-b553-5bd3f001a1e8} executeQuery: Read 49 rows, 3.72 KiB in 0.001175 sec., 41702.127659574464 rows/sec., 3.09 MiB/sec. 2026.03.31 01:59:05.386269 [ 5 ] {3c79f6b8-0b64-4bd1-b553-5bd3f001a1e8} TCPHandler: Processed in 0.001340304 sec. 2026.03.31 01:59:05.386388 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.386511 [ 5 ] {9406bb45-2ee3-4e3b-9862-aba9e91cd393} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:59:05.386561 [ 5 ] {9406bb45-2ee3-4e3b-9862-aba9e91cd393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:59:05.387436 [ 5 ] {9406bb45-2ee3-4e3b-9862-aba9e91cd393} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.387480 [ 5 ] {9406bb45-2ee3-4e3b-9862-aba9e91cd393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.387838 [ 5 ] {9406bb45-2ee3-4e3b-9862-aba9e91cd393} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:59:05.388057 [ 5 ] {9406bb45-2ee3-4e3b-9862-aba9e91cd393} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.388152 [ 68 ] {} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.31 01:59:05.388184 [ 68 ] {} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.388186 [ 5 ] {9406bb45-2ee3-4e3b-9862-aba9e91cd393} executeQuery: Read 825 rows, 49.42 KiB in 0.001699 sec., 485579.7527957622 rows/sec., 28.40 MiB/sec. 2026.03.31 01:59:05.388202 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.388235 [ 5 ] {9406bb45-2ee3-4e3b-9862-aba9e91cd393} TCPHandler: Processed in 0.001908594 sec. 2026.03.31 01:59:05.388286 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::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.03.31 01:59:05.388360 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.388376 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:05.388411 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 173 rows starting from the beginning of the part 2026.03.31 01:59:05.388463 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:05.388482 [ 5 ] {0eef37d0-8dcd-4ca7-a585-a7be01556a10} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:05.388508 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:05.388531 [ 5 ] {0eef37d0-8dcd-4ca7-a585-a7be01556a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.31 01:59:05.388551 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 149 rows starting from the beginning of the part 2026.03.31 01:59:05.388593 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 149 rows starting from the beginning of the part 2026.03.31 01:59:05.388635 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 825 rows starting from the beginning of the part 2026.03.31 01:59:05.388989 [ 5 ] {0eef37d0-8dcd-4ca7-a585-a7be01556a10} oximeter.fields_u64 (21de6bf0-045d-4fe4-af46-77bfd858539f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.389031 [ 5 ] {0eef37d0-8dcd-4ca7-a585-a7be01556a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.389387 [ 5 ] {0eef37d0-8dcd-4ca7-a585-a7be01556a10} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.31 01:59:05.389612 [ 202 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1344 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355634 sec., 991418.0376119218 rows/sec., 65.09 MiB/sec. 2026.03.31 01:59:05.389623 [ 5 ] {0eef37d0-8dcd-4ca7-a585-a7be01556a10} oximeter.fields_u64 (21de6bf0-045d-4fe4-af46-77bfd858539f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.389757 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.31 01:59:05.389760 [ 5 ] {0eef37d0-8dcd-4ca7-a585-a7be01556a10} executeQuery: Read 2 rows, 144.00 B in 0.001302 sec., 1536.0983102918588 rows/sec., 108.01 KiB/sec. 2026.03.31 01:59:05.389807 [ 5 ] {0eef37d0-8dcd-4ca7-a585-a7be01556a10} TCPHandler: Processed in 0.001508027 sec. 2026.03.31 01:59:05.389908 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.389992 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.390001 [ 5 ] {b82772d9-59f8-4f69-8326-71cca718855a} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:59:05.390042 [ 5 ] {b82772d9-59f8-4f69-8326-71cca718855a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:59:05.390055 [ 192 ] {f77ccfda-73c2-400e-9c90-7b69a339c705::all_1_10_2} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.31 01:59:05.390113 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.03.31 01:59:05.390434 [ 5 ] {b82772d9-59f8-4f69-8326-71cca718855a} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.390469 [ 5 ] {b82772d9-59f8-4f69-8326-71cca718855a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.390757 [ 5 ] {b82772d9-59f8-4f69-8326-71cca718855a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.31 01:59:05.390958 [ 5 ] {b82772d9-59f8-4f69-8326-71cca718855a} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.391057 [ 68 ] {} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.31 01:59:05.391081 [ 5 ] {b82772d9-59f8-4f69-8326-71cca718855a} executeQuery: Read 12 rows, 960.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 853.83 KiB/sec. 2026.03.31 01:59:05.391091 [ 68 ] {} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.391122 [ 5 ] {b82772d9-59f8-4f69-8326-71cca718855a} TCPHandler: Processed in 0.001263002 sec. 2026.03.31 01:59:05.391132 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.391226 [ 187 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::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.03.31 01:59:05.391235 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.391337 [ 187 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:05.391348 [ 5 ] {874765c1-b3ec-4759-93df-33b6702ac699} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:05.391374 [ 187 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 160 rows starting from the beginning of the part 2026.03.31 01:59:05.391396 [ 5 ] {874765c1-b3ec-4759-93df-33b6702ac699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:05.391444 [ 187 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.03.31 01:59:05.391490 [ 187 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.03.31 01:59:05.391531 [ 187 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.03.31 01:59:05.391570 [ 187 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.03.31 01:59:05.391613 [ 187 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.03.31 01:59:05.392405 [ 5 ] {874765c1-b3ec-4759-93df-33b6702ac699} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.392445 [ 5 ] {874765c1-b3ec-4759-93df-33b6702ac699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.392482 [ 192 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001294763 sec., 379992.3229193296 rows/sec., 23.78 MiB/sec. 2026.03.31 01:59:05.392646 [ 202 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.31 01:59:05.392854 [ 5 ] {874765c1-b3ec-4759-93df-33b6702ac699} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.31 01:59:05.392985 [ 202 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.393078 [ 202 ] {5b4a1083-2a9b-4deb-add2-ee0a26f536e9::all_1_10_2} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.31 01:59:05.393117 [ 5 ] {874765c1-b3ec-4759-93df-33b6702ac699} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.393167 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.31 01:59:05.393257 [ 5 ] {874765c1-b3ec-4759-93df-33b6702ac699} executeQuery: Read 1352 rows, 93.46 KiB in 0.001927 sec., 701608.7182148418 rows/sec., 47.36 MiB/sec. 2026.03.31 01:59:05.393302 [ 5 ] {874765c1-b3ec-4759-93df-33b6702ac699} TCPHandler: Processed in 0.002117318 sec. 2026.03.31 01:59:05.393405 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.393500 [ 5 ] {beb7ab40-72d0-4425-9358-ff2eab710e25} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:05.393547 [ 5 ] {beb7ab40-72d0-4425-9358-ff2eab710e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:05.396178 [ 5 ] {beb7ab40-72d0-4425-9358-ff2eab710e25} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.396222 [ 5 ] {beb7ab40-72d0-4425-9358-ff2eab710e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.397012 [ 5 ] {beb7ab40-72d0-4425-9358-ff2eab710e25} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.31 01:59:05.397265 [ 5 ] {beb7ab40-72d0-4425-9358-ff2eab710e25} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.397403 [ 5 ] {beb7ab40-72d0-4425-9358-ff2eab710e25} executeQuery: Read 6447 rows, 428.69 KiB in 0.003921 sec., 1644223.4123947972 rows/sec., 106.77 MiB/sec. 2026.03.31 01:59:05.397443 [ 5 ] {beb7ab40-72d0-4425-9358-ff2eab710e25} MemoryTracker: Peak memory usage (for query): 4.17 MiB. 2026.03.31 01:59:05.397457 [ 5 ] {beb7ab40-72d0-4425-9358-ff2eab710e25} TCPHandler: Processed in 0.004102323 sec. 2026.03.31 01:59:05.397570 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.397671 [ 5 ] {721b5567-57a2-4754-bf67-e23e766ba857} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:05.397728 [ 5 ] {721b5567-57a2-4754-bf67-e23e766ba857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:05.398547 [ 5 ] {721b5567-57a2-4754-bf67-e23e766ba857} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.398584 [ 5 ] {721b5567-57a2-4754-bf67-e23e766ba857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.399132 [ 5 ] {721b5567-57a2-4754-bf67-e23e766ba857} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.31 01:59:05.399373 [ 5 ] {721b5567-57a2-4754-bf67-e23e766ba857} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.399513 [ 5 ] {721b5567-57a2-4754-bf67-e23e766ba857} executeQuery: Read 33 rows, 60.55 KiB in 0.001862 sec., 17722.878625134264 rows/sec., 31.76 MiB/sec. 2026.03.31 01:59:05.399566 [ 5 ] {721b5567-57a2-4754-bf67-e23e766ba857} TCPHandler: Processed in 0.002045787 sec. 2026.03.31 01:59:05.399678 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:05.399774 [ 5 ] {507365be-baa7-4a66-b6cc-828ae05cdb42} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:05.399816 [ 5 ] {507365be-baa7-4a66-b6cc-828ae05cdb42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:05.400135 [ 5 ] {507365be-baa7-4a66-b6cc-828ae05cdb42} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:05.400169 [ 5 ] {507365be-baa7-4a66-b6cc-828ae05cdb42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:05.400480 [ 5 ] {507365be-baa7-4a66-b6cc-828ae05cdb42} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.31 01:59:05.400700 [ 5 ] {507365be-baa7-4a66-b6cc-828ae05cdb42} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:05.400828 [ 5 ] {507365be-baa7-4a66-b6cc-828ae05cdb42} executeQuery: Read 12 rows, 848.00 B in 0.001072 sec., 11194.029850746268 rows/sec., 772.50 KiB/sec. 2026.03.31 01:59:05.400864 [ 5 ] {507365be-baa7-4a66-b6cc-828ae05cdb42} TCPHandler: Processed in 0.001235282 sec. 2026.03.31 01:59:06.000262 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 258.95 MiB, peak 262.83 MiB, free memory in arenas 0.00 B, will set to 257.71 MiB (RSS), difference: -1.24 MiB 2026.03.31 01:59:09.436857 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:09.437138 [ 5 ] {6cad3aae-207c-4009-9a85-cfbe92d13443} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:09.437241 [ 5 ] {6cad3aae-207c-4009-9a85-cfbe92d13443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:09.438136 [ 5 ] {6cad3aae-207c-4009-9a85-cfbe92d13443} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:09.438173 [ 5 ] {6cad3aae-207c-4009-9a85-cfbe92d13443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:09.438561 [ 5 ] {6cad3aae-207c-4009-9a85-cfbe92d13443} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.31 01:59:09.438801 [ 5 ] {6cad3aae-207c-4009-9a85-cfbe92d13443} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:09.438953 [ 5 ] {6cad3aae-207c-4009-9a85-cfbe92d13443} executeQuery: Read 56 rows, 4.38 KiB in 0.001891 sec., 29613.960867265996 rows/sec., 2.26 MiB/sec. 2026.03.31 01:59:09.438993 [ 5 ] {6cad3aae-207c-4009-9a85-cfbe92d13443} TCPHandler: Processed in 0.002316572 sec. 2026.03.31 01:59:09.439121 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:09.439216 [ 5 ] {182f335f-82e9-44c9-8aaf-e3e201bb4e46} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:09.439255 [ 5 ] {182f335f-82e9-44c9-8aaf-e3e201bb4e46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:09.439700 [ 5 ] {182f335f-82e9-44c9-8aaf-e3e201bb4e46} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:09.439736 [ 5 ] {182f335f-82e9-44c9-8aaf-e3e201bb4e46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:09.440033 [ 5 ] {182f335f-82e9-44c9-8aaf-e3e201bb4e46} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.31 01:59:09.440237 [ 5 ] {182f335f-82e9-44c9-8aaf-e3e201bb4e46} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:09.440362 [ 5 ] {182f335f-82e9-44c9-8aaf-e3e201bb4e46} executeQuery: Read 64 rows, 5.12 KiB in 0.001164 sec., 54982.817869415805 rows/sec., 4.29 MiB/sec. 2026.03.31 01:59:09.440399 [ 5 ] {182f335f-82e9-44c9-8aaf-e3e201bb4e46} TCPHandler: Processed in 0.001328894 sec. 2026.03.31 01:59:09.440513 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:09.440607 [ 5 ] {36fbf369-3b26-4181-8336-077318d994e9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:09.440649 [ 5 ] {36fbf369-3b26-4181-8336-077318d994e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:09.441035 [ 5 ] {36fbf369-3b26-4181-8336-077318d994e9} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:09.441071 [ 5 ] {36fbf369-3b26-4181-8336-077318d994e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:09.441390 [ 5 ] {36fbf369-3b26-4181-8336-077318d994e9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.31 01:59:09.441596 [ 5 ] {36fbf369-3b26-4181-8336-077318d994e9} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:09.441720 [ 5 ] {36fbf369-3b26-4181-8336-077318d994e9} executeQuery: Read 128 rows, 9.13 KiB in 0.001132 sec., 113074.20494699647 rows/sec., 7.88 MiB/sec. 2026.03.31 01:59:09.441757 [ 5 ] {36fbf369-3b26-4181-8336-077318d994e9} TCPHandler: Processed in 0.001294133 sec. 2026.03.31 01:59:09.441871 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:09.441964 [ 5 ] {0ce4719b-d25a-4b55-b18b-32584f69e753} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:09.442005 [ 5 ] {0ce4719b-d25a-4b55-b18b-32584f69e753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:09.442337 [ 5 ] {0ce4719b-d25a-4b55-b18b-32584f69e753} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:09.442372 [ 5 ] {0ce4719b-d25a-4b55-b18b-32584f69e753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:09.442676 [ 5 ] {0ce4719b-d25a-4b55-b18b-32584f69e753} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.31 01:59:09.442890 [ 5 ] {0ce4719b-d25a-4b55-b18b-32584f69e753} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:09.443016 [ 5 ] {0ce4719b-d25a-4b55-b18b-32584f69e753} executeQuery: Read 48 rows, 3.31 KiB in 0.001069 sec., 44901.77736202058 rows/sec., 3.03 MiB/sec. 2026.03.31 01:59:09.443052 [ 5 ] {0ce4719b-d25a-4b55-b18b-32584f69e753} TCPHandler: Processed in 0.001230512 sec. 2026.03.31 01:59:10.139706 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11952 2026.03.31 01:59:10.140565 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:10.140645 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:10.141285 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.31 01:59:10.141517 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:10.141657 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11952 2026.03.31 01:59:10.775838 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.03.31 01:59:10.793069 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:10.793130 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:10.798904 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.31 01:59:10.799581 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:10.802524 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.03.31 01:59:12.692889 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 712 2026.03.31 01:59:12.696309 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:12.696378 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:12.697830 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.31 01:59:12.698156 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:12.698594 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 712 2026.03.31 01:59:12.976182 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41438 2026.03.31 01:59:12.976282 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:12.976309 [ 289 ] {} TCP-Session: 908a3b4a-e51d-4e75-8eb4-ca2d2ccc7303 Authenticating user 'default' from [fd00:1122:3344:101::e]:41438 2026.03.31 01:59:12.976330 [ 289 ] {} TCP-Session: 908a3b4a-e51d-4e75-8eb4-ca2d2ccc7303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976343 [ 289 ] {} TCP-Session: 908a3b4a-e51d-4e75-8eb4-ca2d2ccc7303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976509 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40409 2026.03.31 01:59:12.976561 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57235 2026.03.31 01:59:12.976594 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33761 2026.03.31 01:59:12.976606 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35310 2026.03.31 01:59:12.976635 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:12.976670 [ 289 ] {} TCP-Session: 908a3b4a-e51d-4e75-8eb4-ca2d2ccc7303 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:12.976687 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:12.976692 [ 291 ] {} TCP-Session: de32745a-d1a8-4617-a4f4-4524efd4a217 Authenticating user 'default' from [fd00:1122:3344:101::e]:40409 2026.03.31 01:59:12.976615 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33629 2026.03.31 01:59:12.976742 [ 291 ] {} TCP-Session: de32745a-d1a8-4617-a4f4-4524efd4a217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976729 [ 292 ] {} TCP-Session: ea1fdd2e-4d7f-493e-a504-a18e4ae19254 Authenticating user 'default' from [fd00:1122:3344:101::e]:57235 2026.03.31 01:59:12.976780 [ 291 ] {} TCP-Session: de32745a-d1a8-4617-a4f4-4524efd4a217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976616 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54707 2026.03.31 01:59:12.976813 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:12.976811 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:12.976863 [ 296 ] {} TCP-Session: 631551da-d9c8-4a7a-ac58-cac17af3da8a Authenticating user 'default' from [fd00:1122:3344:101::e]:35310 2026.03.31 01:59:12.976889 [ 295 ] {} TCP-Session: 012da1ca-978d-4d92-a370-87524c1238c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:33761 2026.03.31 01:59:12.976916 [ 296 ] {} TCP-Session: 631551da-d9c8-4a7a-ac58-cac17af3da8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976917 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:12.976933 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:12.976939 [ 296 ] {} TCP-Session: 631551da-d9c8-4a7a-ac58-cac17af3da8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976977 [ 3 ] {} TCP-Session: 354f0926-5470-486b-a06a-0f4517827209 Authenticating user 'default' from [fd00:1122:3344:101::e]:54707 2026.03.31 01:59:12.976971 [ 297 ] {} TCP-Session: ef417730-a9d2-417b-bbb8-db04ff76ba2e Authenticating user 'default' from [fd00:1122:3344:101::e]:33629 2026.03.31 01:59:12.977005 [ 3 ] {} TCP-Session: 354f0926-5470-486b-a06a-0f4517827209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976932 [ 295 ] {} TCP-Session: 012da1ca-978d-4d92-a370-87524c1238c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.977026 [ 3 ] {} TCP-Session: 354f0926-5470-486b-a06a-0f4517827209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.977021 [ 297 ] {} TCP-Session: ef417730-a9d2-417b-bbb8-db04ff76ba2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.977042 [ 295 ] {} TCP-Session: 012da1ca-978d-4d92-a370-87524c1238c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.977065 [ 297 ] {} TCP-Session: ef417730-a9d2-417b-bbb8-db04ff76ba2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976848 [ 289 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} executeQuery: (from [fd00:1122:3344:101::e]:41438) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:59:12.976810 [ 292 ] {} TCP-Session: ea1fdd2e-4d7f-493e-a504-a18e4ae19254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976596 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60385 2026.03.31 01:59:12.977134 [ 292 ] {} TCP-Session: ea1fdd2e-4d7f-493e-a504-a18e4ae19254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.976573 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36758 2026.03.31 01:59:12.977348 [ 289 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:59:12.977397 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:12.977404 [ 289 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:12.977419 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:12.977445 [ 294 ] {} TCP-Session: 68e91d1e-f9e1-4111-bfea-a0c4c097e77b Authenticating user 'default' from [fd00:1122:3344:101::e]:60385 2026.03.31 01:59:12.977458 [ 293 ] {} TCP-Session: 02a90c3f-a3f7-4f13-b383-54d674c98fb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:36758 2026.03.31 01:59:12.977481 [ 294 ] {} TCP-Session: 68e91d1e-f9e1-4111-bfea-a0c4c097e77b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.977483 [ 293 ] {} TCP-Session: 02a90c3f-a3f7-4f13-b383-54d674c98fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.977505 [ 294 ] {} TCP-Session: 68e91d1e-f9e1-4111-bfea-a0c4c097e77b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.977517 [ 293 ] {} TCP-Session: 02a90c3f-a3f7-4f13-b383-54d674c98fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.977706 [ 289 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:59:12.978875 [ 303 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} AggregatingTransform: Aggregating 2026.03.31 01:59:12.978919 [ 303 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} Aggregator: Aggregation method: without_key 2026.03.31 01:59:12.978958 [ 303 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001150541 sec. (869.156 rows/sec., 33.95 KiB/sec.) 2026.03.31 01:59:12.978978 [ 303 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} Aggregator: Merging aggregated data 2026.03.31 01:59:12.980253 [ 289 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} executeQuery: Read 1 rows, 40.00 B in 0.00346 sec., 289.01734104046244 rows/sec., 11.29 KiB/sec. 2026.03.31 01:59:12.980399 [ 289 ] {0107319c-6934-4135-adaf-6a0a79fa3e45} TCPHandler: Processed in 0.003844869 sec. 2026.03.31 01:59:12.980510 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:12.980540 [ 289 ] {} TCP-Session: 908a3b4a-e51d-4e75-8eb4-ca2d2ccc7303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.980540 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:12.980560 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:12.980590 [ 291 ] {} TCP-Session: de32745a-d1a8-4617-a4f4-4524efd4a217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.980596 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:12.980605 [ 3 ] {} TCP-Session: 354f0926-5470-486b-a06a-0f4517827209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.980627 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:12.980652 [ 292 ] {} TCP-Session: ea1fdd2e-4d7f-493e-a504-a18e4ae19254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.980645 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:12.980676 [ 296 ] {} TCP-Session: 631551da-d9c8-4a7a-ac58-cac17af3da8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.980666 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:12.980734 [ 295 ] {} TCP-Session: 012da1ca-978d-4d92-a370-87524c1238c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.980753 [ 297 ] {} TCP-Session: ef417730-a9d2-417b-bbb8-db04ff76ba2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.980595 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:12.980608 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:12.980839 [ 294 ] {} TCP-Session: 68e91d1e-f9e1-4111-bfea-a0c4c097e77b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:12.980847 [ 293 ] {} TCP-Session: 02a90c3f-a3f7-4f13-b383-54d674c98fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.002484 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39269 2026.03.31 01:59:13.002576 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.002601 [ 289 ] {} TCP-Session: 3268ae45-b733-4e13-b7d3-c5f5474d8bab Authenticating user 'default' from [fd00:1122:3344:101::e]:39269 2026.03.31 01:59:13.002620 [ 289 ] {} TCP-Session: 3268ae45-b733-4e13-b7d3-c5f5474d8bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.002633 [ 289 ] {} TCP-Session: 3268ae45-b733-4e13-b7d3-c5f5474d8bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.002817 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58909 2026.03.31 01:59:13.002860 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51064 2026.03.31 01:59:13.002878 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62972 2026.03.31 01:59:13.002910 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50114 2026.03.31 01:59:13.002946 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60660 2026.03.31 01:59:13.002977 [ 289 ] {} TCP-Session: 3268ae45-b733-4e13-b7d3-c5f5474d8bab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:13.002996 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.003012 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.003034 [ 293 ] {} TCP-Session: 610ab65e-e33a-42b9-9547-e5d4ea8a6ae9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62972 2026.03.31 01:59:13.003040 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.003061 [ 292 ] {} TCP-Session: e85b19e6-74f8-4def-97c5-22f8fbe6d372 Authenticating user 'default' from [fd00:1122:3344:101::e]:51064 2026.03.31 01:59:13.003064 [ 293 ] {} TCP-Session: 610ab65e-e33a-42b9-9547-e5d4ea8a6ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003083 [ 294 ] {} TCP-Session: af389897-467a-4055-a40a-41ea5668e3a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:50114 2026.03.31 01:59:13.003104 [ 292 ] {} TCP-Session: e85b19e6-74f8-4def-97c5-22f8fbe6d372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003115 [ 293 ] {} TCP-Session: 610ab65e-e33a-42b9-9547-e5d4ea8a6ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003131 [ 294 ] {} TCP-Session: af389897-467a-4055-a40a-41ea5668e3a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003142 [ 292 ] {} TCP-Session: e85b19e6-74f8-4def-97c5-22f8fbe6d372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003166 [ 294 ] {} TCP-Session: af389897-467a-4055-a40a-41ea5668e3a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003178 [ 289 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} executeQuery: (from [fd00:1122:3344:101::e]:39269) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:59:13.003050 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.002940 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59788 2026.03.31 01:59:13.003246 [ 3 ] {} TCP-Session: 88b4a407-7275-458a-b556-5b128c7f1799 Authenticating user 'default' from [fd00:1122:3344:101::e]:60660 2026.03.31 01:59:13.002929 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64352 2026.03.31 01:59:13.003281 [ 3 ] {} TCP-Session: 88b4a407-7275-458a-b556-5b128c7f1799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003317 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.003331 [ 3 ] {} TCP-Session: 88b4a407-7275-458a-b556-5b128c7f1799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.002926 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.003376 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.003351 [ 297 ] {} TCP-Session: 90081744-2521-4095-8ff1-da50221badcc Authenticating user 'default' from [fd00:1122:3344:101::e]:59788 2026.03.31 01:59:13.003419 [ 296 ] {} TCP-Session: 25f97f2f-4646-4fde-8a0b-c4643ac76d8a Authenticating user 'default' from [fd00:1122:3344:101::e]:64352 2026.03.31 01:59:13.003437 [ 297 ] {} TCP-Session: 90081744-2521-4095-8ff1-da50221badcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003414 [ 291 ] {} TCP-Session: 68c8a000-2585-49d3-8490-f03c6d9b6a21 Authenticating user 'default' from [fd00:1122:3344:101::e]:58909 2026.03.31 01:59:13.003460 [ 296 ] {} TCP-Session: 25f97f2f-4646-4fde-8a0b-c4643ac76d8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003462 [ 297 ] {} TCP-Session: 90081744-2521-4095-8ff1-da50221badcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003496 [ 289 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:59:13.003506 [ 296 ] {} TCP-Session: 25f97f2f-4646-4fde-8a0b-c4643ac76d8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.002913 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53444 2026.03.31 01:59:13.003584 [ 289 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:13.003501 [ 291 ] {} TCP-Session: 68c8a000-2585-49d3-8490-f03c6d9b6a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003641 [ 291 ] {} TCP-Session: 68c8a000-2585-49d3-8490-f03c6d9b6a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003666 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.003700 [ 295 ] {} TCP-Session: 0cc798ca-b82d-4133-9943-7b0bee32779e Authenticating user 'default' from [fd00:1122:3344:101::e]:53444 2026.03.31 01:59:13.003722 [ 295 ] {} TCP-Session: 0cc798ca-b82d-4133-9943-7b0bee32779e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003740 [ 295 ] {} TCP-Session: 0cc798ca-b82d-4133-9943-7b0bee32779e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.003953 [ 289 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:59:13.005200 [ 334 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} AggregatingTransform: Aggregating 2026.03.31 01:59:13.005259 [ 334 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} Aggregator: Aggregation method: without_key 2026.03.31 01:59:13.005299 [ 334 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001216402 sec. (822.097 rows/sec., 32.11 KiB/sec.) 2026.03.31 01:59:13.005353 [ 334 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} Aggregator: Merging aggregated data 2026.03.31 01:59:13.006816 [ 289 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} executeQuery: Read 1 rows, 40.00 B in 0.003705 sec., 269.9055330634278 rows/sec., 10.54 KiB/sec. 2026.03.31 01:59:13.006968 [ 289 ] {08f37e84-20a9-4625-b4d3-dfc9a9d83a1a} TCPHandler: Processed in 0.004136734 sec. 2026.03.31 01:59:13.007092 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.007122 [ 289 ] {} TCP-Session: 3268ae45-b733-4e13-b7d3-c5f5474d8bab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.007133 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.007164 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.007181 [ 3 ] {} TCP-Session: 88b4a407-7275-458a-b556-5b128c7f1799 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.007186 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.007212 [ 295 ] {} TCP-Session: 0cc798ca-b82d-4133-9943-7b0bee32779e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.007233 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.007252 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.007267 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.007291 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.007312 [ 292 ] {} TCP-Session: e85b19e6-74f8-4def-97c5-22f8fbe6d372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.007297 [ 294 ] {} TCP-Session: af389897-467a-4055-a40a-41ea5668e3a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.007358 [ 296 ] {} TCP-Session: 25f97f2f-4646-4fde-8a0b-c4643ac76d8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.007249 [ 291 ] {} TCP-Session: 68c8a000-2585-49d3-8490-f03c6d9b6a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.007389 [ 297 ] {} TCP-Session: 90081744-2521-4095-8ff1-da50221badcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.007207 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.007449 [ 293 ] {} TCP-Session: 610ab65e-e33a-42b9-9547-e5d4ea8a6ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170103 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52660 2026.03.31 01:59:13.170207 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.170233 [ 289 ] {} TCP-Session: 65d54ee5-3d01-4f73-bfad-a44a7d6ff99c Authenticating user 'default' from [fd00:1122:3344:101::e]:52660 2026.03.31 01:59:13.170256 [ 289 ] {} TCP-Session: 65d54ee5-3d01-4f73-bfad-a44a7d6ff99c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170270 [ 289 ] {} TCP-Session: 65d54ee5-3d01-4f73-bfad-a44a7d6ff99c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170469 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51946 2026.03.31 01:59:13.170512 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61014 2026.03.31 01:59:13.170517 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40558 2026.03.31 01:59:13.170547 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41647 2026.03.31 01:59:13.170580 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59201 2026.03.31 01:59:13.170597 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.170591 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.170634 [ 293 ] {} TCP-Session: e6f3e7b7-24d0-4638-b335-31444cc998f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:61014 2026.03.31 01:59:13.170654 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.170654 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.170671 [ 293 ] {} TCP-Session: e6f3e7b7-24d0-4638-b335-31444cc998f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170695 [ 296 ] {} TCP-Session: aa1fde95-d0fb-4c20-aa83-94af8f4fc138 Authenticating user 'default' from [fd00:1122:3344:101::e]:41647 2026.03.31 01:59:13.170697 [ 292 ] {} TCP-Session: 691f61d8-6711-4e69-9f01-6505b9e87476 Authenticating user 'default' from [fd00:1122:3344:101::e]:40558 2026.03.31 01:59:13.170714 [ 293 ] {} TCP-Session: e6f3e7b7-24d0-4638-b335-31444cc998f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170733 [ 296 ] {} TCP-Session: aa1fde95-d0fb-4c20-aa83-94af8f4fc138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170744 [ 292 ] {} TCP-Session: 691f61d8-6711-4e69-9f01-6505b9e87476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170765 [ 296 ] {} TCP-Session: aa1fde95-d0fb-4c20-aa83-94af8f4fc138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170667 [ 291 ] {} TCP-Session: 6a6c5464-f032-4fa9-8e0b-5b3b082d8ff0 Authenticating user 'default' from [fd00:1122:3344:101::e]:51946 2026.03.31 01:59:13.170776 [ 292 ] {} TCP-Session: 691f61d8-6711-4e69-9f01-6505b9e87476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170656 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.170822 [ 291 ] {} TCP-Session: 6a6c5464-f032-4fa9-8e0b-5b3b082d8ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170845 [ 3 ] {} TCP-Session: e3a6a7f5-ab35-41ed-80aa-2e8662b56707 Authenticating user 'default' from [fd00:1122:3344:101::e]:59201 2026.03.31 01:59:13.170858 [ 291 ] {} TCP-Session: 6a6c5464-f032-4fa9-8e0b-5b3b082d8ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170874 [ 3 ] {} TCP-Session: e3a6a7f5-ab35-41ed-80aa-2e8662b56707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170549 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35349 2026.03.31 01:59:13.170902 [ 3 ] {} TCP-Session: e3a6a7f5-ab35-41ed-80aa-2e8662b56707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.170539 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43075 2026.03.31 01:59:13.170958 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.170537 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62103 2026.03.31 01:59:13.171000 [ 297 ] {} TCP-Session: 73e82d71-bcef-4d8b-b25a-d27b777d8f51 Authenticating user 'default' from [fd00:1122:3344:101::e]:35349 2026.03.31 01:59:13.170667 [ 289 ] {} TCP-Session: 65d54ee5-3d01-4f73-bfad-a44a7d6ff99c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:13.171019 [ 297 ] {} TCP-Session: 73e82d71-bcef-4d8b-b25a-d27b777d8f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.171051 [ 297 ] {} TCP-Session: 73e82d71-bcef-4d8b-b25a-d27b777d8f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.171052 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.171093 [ 294 ] {} TCP-Session: 62e30a65-c1c2-4eed-a71a-2b9d4ff70c94 Authenticating user 'default' from [fd00:1122:3344:101::e]:43075 2026.03.31 01:59:13.171099 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.31 01:59:13.171116 [ 294 ] {} TCP-Session: 62e30a65-c1c2-4eed-a71a-2b9d4ff70c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.171144 [ 295 ] {} TCP-Session: 6d17ae0c-bffc-41bf-94dc-9f548c61d99f Authenticating user 'default' from [fd00:1122:3344:101::e]:62103 2026.03.31 01:59:13.171145 [ 294 ] {} TCP-Session: 62e30a65-c1c2-4eed-a71a-2b9d4ff70c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.171170 [ 295 ] {} TCP-Session: 6d17ae0c-bffc-41bf-94dc-9f548c61d99f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.171189 [ 295 ] {} TCP-Session: 6d17ae0c-bffc-41bf-94dc-9f548c61d99f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.171190 [ 289 ] {d00328c8-22ed-4a2d-8830-347072a08118} executeQuery: (from [fd00:1122:3344:101::e]:52660) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.31 01:59:13.171458 [ 289 ] {d00328c8-22ed-4a2d-8830-347072a08118} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.31 01:59:13.171513 [ 289 ] {d00328c8-22ed-4a2d-8830-347072a08118} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.31 01:59:13.171801 [ 289 ] {d00328c8-22ed-4a2d-8830-347072a08118} oximeter.version (c8ac3c3f-610d-4e04-962e-2ac1da2791d2) (SelectExecutor): Key condition: unknown 2026.03.31 01:59:13.172753 [ 314 ] {d00328c8-22ed-4a2d-8830-347072a08118} AggregatingTransform: Aggregating 2026.03.31 01:59:13.172808 [ 314 ] {d00328c8-22ed-4a2d-8830-347072a08118} Aggregator: Aggregation method: without_key 2026.03.31 01:59:13.172849 [ 314 ] {d00328c8-22ed-4a2d-8830-347072a08118} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000946387 sec. (1056.650 rows/sec., 41.28 KiB/sec.) 2026.03.31 01:59:13.172874 [ 314 ] {d00328c8-22ed-4a2d-8830-347072a08118} Aggregator: Merging aggregated data 2026.03.31 01:59:13.174208 [ 289 ] {d00328c8-22ed-4a2d-8830-347072a08118} executeQuery: Read 1 rows, 40.00 B in 0.003073 sec., 325.4149040026033 rows/sec., 12.71 KiB/sec. 2026.03.31 01:59:13.174384 [ 289 ] {d00328c8-22ed-4a2d-8830-347072a08118} TCPHandler: Processed in 0.003835239 sec. 2026.03.31 01:59:13.174506 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.174532 [ 289 ] {} TCP-Session: 65d54ee5-3d01-4f73-bfad-a44a7d6ff99c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.174547 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.174580 [ 295 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.174592 [ 292 ] {} TCP-Session: 691f61d8-6711-4e69-9f01-6505b9e87476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.174600 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.174630 [ 295 ] {} TCP-Session: 6d17ae0c-bffc-41bf-94dc-9f548c61d99f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.174641 [ 3 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.174660 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.174658 [ 291 ] {} TCP-Session: 6a6c5464-f032-4fa9-8e0b-5b3b082d8ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.174688 [ 3 ] {} TCP-Session: e3a6a7f5-ab35-41ed-80aa-2e8662b56707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.174702 [ 293 ] {} TCP-Session: e6f3e7b7-24d0-4638-b335-31444cc998f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.174714 [ 297 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.174689 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.174749 [ 297 ] {} TCP-Session: 73e82d71-bcef-4d8b-b25a-d27b777d8f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.174625 [ 296 ] {} TCPHandler: Done processing connection. 2026.03.31 01:59:13.174780 [ 294 ] {} TCP-Session: 62e30a65-c1c2-4eed-a71a-2b9d4ff70c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:13.174821 [ 296 ] {} TCP-Session: aa1fde95-d0fb-4c20-aa83-94af8f4fc138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.31 01:59:14.440639 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:14.440899 [ 5 ] {f40596f8-a902-4fde-b034-91654c03aa74} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:14.440998 [ 5 ] {f40596f8-a902-4fde-b034-91654c03aa74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:14.441920 [ 5 ] {f40596f8-a902-4fde-b034-91654c03aa74} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.441974 [ 5 ] {f40596f8-a902-4fde-b034-91654c03aa74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.442385 [ 5 ] {f40596f8-a902-4fde-b034-91654c03aa74} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.31 01:59:14.442623 [ 5 ] {f40596f8-a902-4fde-b034-91654c03aa74} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.442794 [ 5 ] {f40596f8-a902-4fde-b034-91654c03aa74} executeQuery: Read 90 rows, 7.73 KiB in 0.001967 sec., 45754.956786985254 rows/sec., 3.84 MiB/sec. 2026.03.31 01:59:14.442803 [ 52 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.31 01:59:14.442847 [ 5 ] {f40596f8-a902-4fde-b034-91654c03aa74} TCPHandler: Processed in 0.002381322 sec. 2026.03.31 01:59:14.442899 [ 52 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.442942 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.443008 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:14.443052 [ 192 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.31 01:59:14.443116 [ 5 ] {5cb89ac9-1960-4770-8b47-8b9ae7a5b22b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:14.443147 [ 192 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:14.443163 [ 5 ] {5cb89ac9-1960-4770-8b47-8b9ae7a5b22b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:14.443176 [ 192 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1008 rows starting from the beginning of the part 2026.03.31 01:59:14.443238 [ 192 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 104 rows starting from the beginning of the part 2026.03.31 01:59:14.443287 [ 192 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 831 rows starting from the beginning of the part 2026.03.31 01:59:14.443328 [ 192 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2573 rows starting from the beginning of the part 2026.03.31 01:59:14.443368 [ 192 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2026.03.31 01:59:14.443407 [ 192 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part 2026.03.31 01:59:14.443628 [ 5 ] {5cb89ac9-1960-4770-8b47-8b9ae7a5b22b} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.443664 [ 5 ] {5cb89ac9-1960-4770-8b47-8b9ae7a5b22b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.443982 [ 5 ] {5cb89ac9-1960-4770-8b47-8b9ae7a5b22b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.31 01:59:14.444192 [ 5 ] {5cb89ac9-1960-4770-8b47-8b9ae7a5b22b} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.444305 [ 52 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.31 01:59:14.444330 [ 5 ] {5cb89ac9-1960-4770-8b47-8b9ae7a5b22b} executeQuery: Read 17 rows, 1.28 KiB in 0.001238 sec., 13731.825525040389 rows/sec., 1.01 MiB/sec. 2026.03.31 01:59:14.444337 [ 52 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.444369 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.444377 [ 5 ] {5cb89ac9-1960-4770-8b47-8b9ae7a5b22b} TCPHandler: Processed in 0.001428886 sec. 2026.03.31 01:59:14.444459 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.31 01:59:14.444506 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:14.444582 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:14.444609 [ 5 ] {c112e0d6-0fac-49de-bd4a-d0a6152ec0d6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:14.444620 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 213 rows starting from the beginning of the part 2026.03.31 01:59:14.444661 [ 5 ] {c112e0d6-0fac-49de-bd4a-d0a6152ec0d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:14.444703 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 163 rows starting from the beginning of the part 2026.03.31 01:59:14.444758 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:14.444799 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 159 rows starting from the beginning of the part 2026.03.31 01:59:14.444839 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 49 rows starting from the beginning of the part 2026.03.31 01:59:14.444881 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:14.445105 [ 5 ] {c112e0d6-0fac-49de-bd4a-d0a6152ec0d6} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.445149 [ 5 ] {c112e0d6-0fac-49de-bd4a-d0a6152ec0d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.445244 [ 186 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4662 rows, containing 5 columns (5 merged, 0 gathered) in 0.00223206 sec., 2088653.530819064 rows/sec., 168.85 MiB/sec. 2026.03.31 01:59:14.445496 [ 5 ] {c112e0d6-0fac-49de-bd4a-d0a6152ec0d6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.31 01:59:14.445614 [ 189 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.31 01:59:14.445748 [ 5 ] {c112e0d6-0fac-49de-bd4a-d0a6152ec0d6} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.445824 [ 192 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 625 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411385 sec., 442827.43546232954 rows/sec., 29.76 MiB/sec. 2026.03.31 01:59:14.445874 [ 52 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.31 01:59:14.445897 [ 5 ] {c112e0d6-0fac-49de-bd4a-d0a6152ec0d6} executeQuery: Read 81 rows, 6.48 KiB in 0.001309 sec., 61879.297173414816 rows/sec., 4.83 MiB/sec. 2026.03.31 01:59:14.445909 [ 52 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.445945 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.445945 [ 5 ] {c112e0d6-0fac-49de-bd4a-d0a6152ec0d6} TCPHandler: Processed in 0.001490467 sec. 2026.03.31 01:59:14.445971 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.31 01:59:14.446049 [ 189 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.446052 [ 196 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.31 01:59:14.446097 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:14.446160 [ 189 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_36_7} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.31 01:59:14.446200 [ 196 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:14.446201 [ 5 ] {ce31081f-37e2-446e-bb8a-a42843300a9b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:14.446242 [ 196 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 603 rows starting from the beginning of the part 2026.03.31 01:59:14.446258 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.446266 [ 5 ] {ce31081f-37e2-446e-bb8a-a42843300a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:14.446288 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.03.31 01:59:14.446312 [ 196 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 88 rows starting from the beginning of the part 2026.03.31 01:59:14.446350 [ 202 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_31_6} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.31 01:59:14.446363 [ 196 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 507 rows starting from the beginning of the part 2026.03.31 01:59:14.446410 [ 196 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1352 rows starting from the beginning of the part 2026.03.31 01:59:14.446435 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.31 01:59:14.446447 [ 196 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.03.31 01:59:14.446493 [ 196 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 81 rows starting from the beginning of the part 2026.03.31 01:59:14.446711 [ 5 ] {ce31081f-37e2-446e-bb8a-a42843300a9b} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.446755 [ 5 ] {ce31081f-37e2-446e-bb8a-a42843300a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.447106 [ 5 ] {ce31081f-37e2-446e-bb8a-a42843300a9b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.31 01:59:14.447325 [ 5 ] {ce31081f-37e2-446e-bb8a-a42843300a9b} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.447442 [ 52 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.31 01:59:14.447457 [ 5 ] {ce31081f-37e2-446e-bb8a-a42843300a9b} executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. 2026.03.31 01:59:14.447474 [ 52 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.447499 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.447503 [ 5 ] {ce31081f-37e2-446e-bb8a-a42843300a9b} TCPHandler: Processed in 0.001455626 sec. 2026.03.31 01:59:14.447575 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.31 01:59:14.447629 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:14.447653 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:14.447678 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5440 rows starting from the beginning of the part 2026.03.31 01:59:14.447722 [ 5 ] {68eefc63-8249-4a17-a161-5d270bd513a8} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:14.447723 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2026.03.31 01:59:14.447771 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 265 rows starting from the beginning of the part 2026.03.31 01:59:14.447777 [ 5 ] {68eefc63-8249-4a17-a161-5d270bd513a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:14.447799 [ 196 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2695 rows, containing 5 columns (5 merged, 0 gathered) in 0.001796542 sec., 1500104.088855145 rows/sec., 110.78 MiB/sec. 2026.03.31 01:59:14.447809 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6447 rows starting from the beginning of the part 2026.03.31 01:59:14.447866 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 128 rows starting from the beginning of the part 2026.03.31 01:59:14.447903 [ 192 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.03.31 01:59:14.448029 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.31 01:59:14.448320 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.448391 [ 194 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_36_7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.31 01:59:14.448469 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.31 01:59:14.448580 [ 5 ] {68eefc63-8249-4a17-a161-5d270bd513a8} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.448621 [ 5 ] {68eefc63-8249-4a17-a161-5d270bd513a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.449170 [ 5 ] {68eefc63-8249-4a17-a161-5d270bd513a8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.31 01:59:14.449399 [ 5 ] {68eefc63-8249-4a17-a161-5d270bd513a8} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.449536 [ 5 ] {68eefc63-8249-4a17-a161-5d270bd513a8} executeQuery: Read 17 rows, 31.19 KiB in 0.001831 sec., 9284.543965046423 rows/sec., 16.64 MiB/sec. 2026.03.31 01:59:14.449592 [ 5 ] {68eefc63-8249-4a17-a161-5d270bd513a8} TCPHandler: Processed in 0.002012005 sec. 2026.03.31 01:59:14.449709 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:14.449804 [ 5 ] {1cd65e52-26cd-4730-8882-def18c581edf} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:14.449847 [ 5 ] {1cd65e52-26cd-4730-8882-def18c581edf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:14.450181 [ 5 ] {1cd65e52-26cd-4730-8882-def18c581edf} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.450217 [ 5 ] {1cd65e52-26cd-4730-8882-def18c581edf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.450538 [ 5 ] {1cd65e52-26cd-4730-8882-def18c581edf} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.31 01:59:14.450750 [ 5 ] {1cd65e52-26cd-4730-8882-def18c581edf} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.450871 [ 51 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.31 01:59:14.450881 [ 5 ] {1cd65e52-26cd-4730-8882-def18c581edf} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.03.31 01:59:14.450910 [ 51 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:14.450925 [ 5 ] {1cd65e52-26cd-4730-8882-def18c581edf} TCPHandler: Processed in 0.001264872 sec. 2026.03.31 01:59:14.450931 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:14.451018 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.31 01:59:14.451130 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:14.451160 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1830 rows starting from the beginning of the part 2026.03.31 01:59:14.451215 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:14.451221 [ 194 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12600 rows, containing 5 columns (5 merged, 0 gathered) in 0.003673776 sec., 3429713.7332270667 rows/sec., 230.71 MiB/sec. 2026.03.31 01:59:14.451260 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 90 rows starting from the beginning of the part 2026.03.31 01:59:14.451299 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part 2026.03.31 01:59:14.451337 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part 2026.03.31 01:59:14.451375 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:14.451643 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.31 01:59:14.451920 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.452000 [ 196 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_36_7} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.31 01:59:14.452087 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.03.31 01:59:14.452438 [ 192 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 4 columns (4 merged, 0 gathered) in 0.001461306 sec., 1437070.6751358032 rows/sec., 95.85 MiB/sec. 2026.03.31 01:59:14.452705 [ 196 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.31 01:59:14.452950 [ 196 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:14.453018 [ 196 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_36_7} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.31 01:59:14.453092 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.03.31 01:59:17.524427 [ 49 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:59:17.524498 [ 49 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:59:17.642674 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12400 2026.03.31 01:59:17.643170 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:17.643220 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:17.643742 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.31 01:59:17.643986 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:17.644128 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12400 2026.03.31 01:59:17.644129 [ 49 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.31 01:59:17.644205 [ 49 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:17.644230 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:17.644363 [ 202 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.31 01:59:17.644540 [ 202 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:17.644584 [ 202 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10032 rows starting from the beginning of the part 2026.03.31 01:59:17.644656 [ 202 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.03.31 01:59:17.644707 [ 202 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.03.31 01:59:17.644757 [ 202 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.03.31 01:59:17.644799 [ 202 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.03.31 01:59:17.644839 [ 202 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.03.31 01:59:17.649532 [ 192 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12400 rows, containing 4 columns (4 merged, 0 gathered) in 0.005227533 sec., 2372055.8052909467 rows/sec., 33.93 MiB/sec. 2026.03.31 01:59:17.650019 [ 188 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.31 01:59:17.650390 [ 188 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:17.650485 [ 188 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_26_5} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.31 01:59:17.650625 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.31 01:59:18.123799 [ 47 ] {} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.31 01:59:18.123863 [ 47 ] {} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:18.123893 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:18.124028 [ 202 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::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.03.31 01:59:18.124327 [ 202 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:18.124370 [ 202 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2026.03.31 01:59:18.124455 [ 202 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.03.31 01:59:18.124541 [ 202 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 5 rows starting from the beginning of the part 2026.03.31 01:59:18.124603 [ 202 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part 2026.03.31 01:59:18.124662 [ 202 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2026.03.31 01:59:18.126224 [ 192 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 6 columns (6 merged, 0 gathered) in 0.00225806 sec., 22142.90142866 rows/sec., 5.30 MiB/sec. 2026.03.31 01:59:18.126405 [ 198 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.31 01:59:18.126808 [ 198 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:18.126885 [ 198 ] {1b6d98d3-df38-477c-ad00-763471a55c1a::all_1_5_1} oximeter.timeseries_schema (1b6d98d3-df38-477c-ad00-763471a55c1a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.31 01:59:18.126982 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.31 01:59:18.303538 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.03.31 01:59:18.321552 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:18.321597 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:18.327530 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.31 01:59:18.328216 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:18.328490 [ 47 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.31 01:59:18.328527 [ 47 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:18.328546 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:18.328633 [ 202 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.31 01:59:18.331367 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.03.31 01:59:18.332862 [ 202 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:18.334377 [ 202 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.03.31 01:59:18.339033 [ 202 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.03.31 01:59:18.343765 [ 202 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.03.31 01:59:18.348202 [ 202 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.03.31 01:59:18.352948 [ 202 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.03.31 01:59:18.357085 [ 202 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.03.31 01:59:18.409865 [ 192 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.08127053 sec., 2411.6983117988775 rows/sec., 12.47 MiB/sec. 2026.03.31 01:59:18.412476 [ 197 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.31 01:59:18.414770 [ 197 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:18.414882 [ 197 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_26_5} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.31 01:59:18.417668 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.31 01:59:19.000173 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 261.03 MiB, peak 271.57 MiB, free memory in arenas 0.00 B, will set to 268.32 MiB (RSS), difference: 7.29 MiB 2026.03.31 01:59:19.440663 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:19.440942 [ 5 ] {045a5d4e-ab22-41c2-94b9-f41cfc58aab6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:19.441009 [ 5 ] {045a5d4e-ab22-41c2-94b9-f41cfc58aab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:19.441840 [ 5 ] {045a5d4e-ab22-41c2-94b9-f41cfc58aab6} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:19.441888 [ 5 ] {045a5d4e-ab22-41c2-94b9-f41cfc58aab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:19.442311 [ 5 ] {045a5d4e-ab22-41c2-94b9-f41cfc58aab6} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.31 01:59:19.442536 [ 5 ] {045a5d4e-ab22-41c2-94b9-f41cfc58aab6} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:19.442695 [ 5 ] {045a5d4e-ab22-41c2-94b9-f41cfc58aab6} executeQuery: Read 104 rows, 8.91 KiB in 0.001828 sec., 56892.77899343545 rows/sec., 4.76 MiB/sec. 2026.03.31 01:59:19.442744 [ 5 ] {045a5d4e-ab22-41c2-94b9-f41cfc58aab6} TCPHandler: Processed in 0.002270571 sec. 2026.03.31 01:59:19.442891 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:19.442992 [ 5 ] {ce59df95-4be6-4cfc-a1db-6d87ce576384} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:19.443034 [ 5 ] {ce59df95-4be6-4cfc-a1db-6d87ce576384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:19.443467 [ 5 ] {ce59df95-4be6-4cfc-a1db-6d87ce576384} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:19.443504 [ 5 ] {ce59df95-4be6-4cfc-a1db-6d87ce576384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:19.443811 [ 5 ] {ce59df95-4be6-4cfc-a1db-6d87ce576384} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.31 01:59:19.444021 [ 5 ] {ce59df95-4be6-4cfc-a1db-6d87ce576384} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:19.444153 [ 5 ] {ce59df95-4be6-4cfc-a1db-6d87ce576384} executeQuery: Read 24 rows, 1.80 KiB in 0.001183 sec., 20287.404902789516 rows/sec., 1.49 MiB/sec. 2026.03.31 01:59:19.444191 [ 5 ] {ce59df95-4be6-4cfc-a1db-6d87ce576384} TCPHandler: Processed in 0.001351024 sec. 2026.03.31 01:59:19.444308 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:19.444401 [ 5 ] {a5d33bfb-ea7b-4575-9dc8-1e2c86c6db0c} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:19.444441 [ 5 ] {a5d33bfb-ea7b-4575-9dc8-1e2c86c6db0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:19.444868 [ 5 ] {a5d33bfb-ea7b-4575-9dc8-1e2c86c6db0c} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:19.444904 [ 5 ] {a5d33bfb-ea7b-4575-9dc8-1e2c86c6db0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:19.445197 [ 5 ] {a5d33bfb-ea7b-4575-9dc8-1e2c86c6db0c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.31 01:59:19.445407 [ 5 ] {a5d33bfb-ea7b-4575-9dc8-1e2c86c6db0c} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:19.445531 [ 5 ] {a5d33bfb-ea7b-4575-9dc8-1e2c86c6db0c} executeQuery: Read 88 rows, 7.04 KiB in 0.001149 sec., 76588.33768494343 rows/sec., 5.98 MiB/sec. 2026.03.31 01:59:19.445568 [ 5 ] {a5d33bfb-ea7b-4575-9dc8-1e2c86c6db0c} TCPHandler: Processed in 0.001307573 sec. 2026.03.31 01:59:19.445682 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:19.445775 [ 5 ] {efaa95f9-d8a6-4cac-a9af-83c58a6d43d2} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:19.445816 [ 5 ] {efaa95f9-d8a6-4cac-a9af-83c58a6d43d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:19.446200 [ 5 ] {efaa95f9-d8a6-4cac-a9af-83c58a6d43d2} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:19.446235 [ 5 ] {efaa95f9-d8a6-4cac-a9af-83c58a6d43d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:19.446563 [ 5 ] {efaa95f9-d8a6-4cac-a9af-83c58a6d43d2} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.31 01:59:19.446781 [ 5 ] {efaa95f9-d8a6-4cac-a9af-83c58a6d43d2} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:19.446910 [ 5 ] {efaa95f9-d8a6-4cac-a9af-83c58a6d43d2} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2026.03.31 01:59:19.446947 [ 5 ] {efaa95f9-d8a6-4cac-a9af-83c58a6d43d2} TCPHandler: Processed in 0.001311853 sec. 2026.03.31 01:59:19.447046 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:19.447137 [ 5 ] {e0236bed-cdf3-471c-9115-0756fb677a1c} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:19.447192 [ 5 ] {e0236bed-cdf3-471c-9115-0756fb677a1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:19.447931 [ 5 ] {e0236bed-cdf3-471c-9115-0756fb677a1c} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:19.447967 [ 5 ] {e0236bed-cdf3-471c-9115-0756fb677a1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:19.448488 [ 5 ] {e0236bed-cdf3-471c-9115-0756fb677a1c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.31 01:59:19.448714 [ 5 ] {e0236bed-cdf3-471c-9115-0756fb677a1c} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:19.448851 [ 5 ] {e0236bed-cdf3-471c-9115-0756fb677a1c} executeQuery: Read 24 rows, 44.04 KiB in 0.001731 sec., 13864.818024263432 rows/sec., 24.85 MiB/sec. 2026.03.31 01:59:19.448903 [ 5 ] {e0236bed-cdf3-471c-9115-0756fb677a1c} TCPHandler: Processed in 0.001904704 sec. 2026.03.31 01:59:19.449012 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:19.449105 [ 5 ] {8ca900e8-a9e3-4cc4-8d55-e6bd57ab47c8} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:19.449146 [ 5 ] {8ca900e8-a9e3-4cc4-8d55-e6bd57ab47c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:19.449468 [ 5 ] {8ca900e8-a9e3-4cc4-8d55-e6bd57ab47c8} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:19.449502 [ 5 ] {8ca900e8-a9e3-4cc4-8d55-e6bd57ab47c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:19.449806 [ 5 ] {8ca900e8-a9e3-4cc4-8d55-e6bd57ab47c8} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.31 01:59:19.450009 [ 5 ] {8ca900e8-a9e3-4cc4-8d55-e6bd57ab47c8} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:19.450132 [ 5 ] {8ca900e8-a9e3-4cc4-8d55-e6bd57ab47c8} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2026.03.31 01:59:19.450168 [ 5 ] {8ca900e8-a9e3-4cc4-8d55-e6bd57ab47c8} TCPHandler: Processed in 0.001202832 sec. 2026.03.31 01:59:22.699870 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 742 2026.03.31 01:59:22.702022 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:22.702059 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:22.703207 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.31 01:59:22.703462 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:22.703711 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 742 2026.03.31 01:59:24.439623 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:24.439825 [ 5 ] {b712109d-4f00-4ffc-9297-a68c6ce942af} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:59:24.439900 [ 5 ] {b712109d-4f00-4ffc-9297-a68c6ce942af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:59:24.440530 [ 5 ] {b712109d-4f00-4ffc-9297-a68c6ce942af} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:24.440574 [ 5 ] {b712109d-4f00-4ffc-9297-a68c6ce942af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:24.440969 [ 5 ] {b712109d-4f00-4ffc-9297-a68c6ce942af} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.31 01:59:24.441205 [ 5 ] {b712109d-4f00-4ffc-9297-a68c6ce942af} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:24.441356 [ 5 ] {b712109d-4f00-4ffc-9297-a68c6ce942af} executeQuery: Read 8 rows, 668.00 B in 0.001587 sec., 5040.957781978575 rows/sec., 411.05 KiB/sec. 2026.03.31 01:59:24.441398 [ 5 ] {b712109d-4f00-4ffc-9297-a68c6ce942af} TCPHandler: Processed in 0.001914844 sec. 2026.03.31 01:59:24.441525 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:24.441621 [ 5 ] {dbf901bb-3138-43a7-856d-457faa903924} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:24.441661 [ 5 ] {dbf901bb-3138-43a7-856d-457faa903924} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:24.442100 [ 5 ] {dbf901bb-3138-43a7-856d-457faa903924} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:24.442136 [ 5 ] {dbf901bb-3138-43a7-856d-457faa903924} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:24.442447 [ 5 ] {dbf901bb-3138-43a7-856d-457faa903924} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.31 01:59:24.442663 [ 5 ] {dbf901bb-3138-43a7-856d-457faa903924} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:24.442801 [ 5 ] {dbf901bb-3138-43a7-856d-457faa903924} executeQuery: Read 94 rows, 8.02 KiB in 0.001199 sec., 78398.66555462885 rows/sec., 6.53 MiB/sec. 2026.03.31 01:59:24.442838 [ 5 ] {dbf901bb-3138-43a7-856d-457faa903924} TCPHandler: Processed in 0.001364564 sec. 2026.03.31 01:59:24.442951 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:24.443046 [ 5 ] {99222cb5-b794-4d3e-8d04-4fa29c726a19} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:24.443085 [ 5 ] {99222cb5-b794-4d3e-8d04-4fa29c726a19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:24.443472 [ 5 ] {99222cb5-b794-4d3e-8d04-4fa29c726a19} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:24.443507 [ 5 ] {99222cb5-b794-4d3e-8d04-4fa29c726a19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:24.443804 [ 5 ] {99222cb5-b794-4d3e-8d04-4fa29c726a19} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.31 01:59:24.444011 [ 5 ] {99222cb5-b794-4d3e-8d04-4fa29c726a19} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:24.444138 [ 5 ] {99222cb5-b794-4d3e-8d04-4fa29c726a19} executeQuery: Read 25 rows, 1.84 KiB in 0.001111 sec., 22502.2502250225 rows/sec., 1.61 MiB/sec. 2026.03.31 01:59:24.444177 [ 5 ] {99222cb5-b794-4d3e-8d04-4fa29c726a19} TCPHandler: Processed in 0.001275623 sec. 2026.03.31 01:59:24.444297 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:24.444421 [ 5 ] {fa6707e5-b443-41e0-96b3-dd8bad22c8b9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:24.444469 [ 5 ] {fa6707e5-b443-41e0-96b3-dd8bad22c8b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:24.444990 [ 5 ] {fa6707e5-b443-41e0-96b3-dd8bad22c8b9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:24.445025 [ 5 ] {fa6707e5-b443-41e0-96b3-dd8bad22c8b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:24.445347 [ 5 ] {fa6707e5-b443-41e0-96b3-dd8bad22c8b9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.31 01:59:24.445557 [ 5 ] {fa6707e5-b443-41e0-96b3-dd8bad22c8b9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:24.445689 [ 5 ] {fa6707e5-b443-41e0-96b3-dd8bad22c8b9} executeQuery: Read 89 rows, 7.13 KiB in 0.001293 sec., 68832.17324052591 rows/sec., 5.38 MiB/sec. 2026.03.31 01:59:24.445727 [ 5 ] {fa6707e5-b443-41e0-96b3-dd8bad22c8b9} TCPHandler: Processed in 0.001491586 sec. 2026.03.31 01:59:24.445845 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:24.445939 [ 5 ] {8d3fb3e8-e045-4f64-bbe2-c9ba3b43de3e} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:24.445981 [ 5 ] {8d3fb3e8-e045-4f64-bbe2-c9ba3b43de3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:24.446398 [ 5 ] {8d3fb3e8-e045-4f64-bbe2-c9ba3b43de3e} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:24.446432 [ 5 ] {8d3fb3e8-e045-4f64-bbe2-c9ba3b43de3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:24.446755 [ 5 ] {8d3fb3e8-e045-4f64-bbe2-c9ba3b43de3e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.31 01:59:24.446959 [ 5 ] {8d3fb3e8-e045-4f64-bbe2-c9ba3b43de3e} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:24.447090 [ 5 ] {8d3fb3e8-e045-4f64-bbe2-c9ba3b43de3e} executeQuery: Read 164 rows, 11.69 KiB in 0.00117 sec., 140170.94017094016 rows/sec., 9.76 MiB/sec. 2026.03.31 01:59:24.447126 [ 5 ] {8d3fb3e8-e045-4f64-bbe2-c9ba3b43de3e} TCPHandler: Processed in 0.001330953 sec. 2026.03.31 01:59:24.447236 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:24.447330 [ 5 ] {1250dc1e-01ac-4574-86b9-c6ca271f647e} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:24.447385 [ 5 ] {1250dc1e-01ac-4574-86b9-c6ca271f647e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:24.448169 [ 5 ] {1250dc1e-01ac-4574-86b9-c6ca271f647e} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:24.448203 [ 5 ] {1250dc1e-01ac-4574-86b9-c6ca271f647e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:24.448710 [ 5 ] {1250dc1e-01ac-4574-86b9-c6ca271f647e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.31 01:59:24.448929 [ 5 ] {1250dc1e-01ac-4574-86b9-c6ca271f647e} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:24.449062 [ 5 ] {1250dc1e-01ac-4574-86b9-c6ca271f647e} executeQuery: Read 17 rows, 31.19 KiB in 0.00175 sec., 9714.285714285714 rows/sec., 17.41 MiB/sec. 2026.03.31 01:59:24.449115 [ 5 ] {1250dc1e-01ac-4574-86b9-c6ca271f647e} TCPHandler: Processed in 0.001927664 sec. 2026.03.31 01:59:24.449224 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:24.449317 [ 5 ] {34e85f38-3e63-4758-8340-e73740e01f28} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:24.449357 [ 5 ] {34e85f38-3e63-4758-8340-e73740e01f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:24.449706 [ 5 ] {34e85f38-3e63-4758-8340-e73740e01f28} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:24.449740 [ 5 ] {34e85f38-3e63-4758-8340-e73740e01f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:24.450045 [ 5 ] {34e85f38-3e63-4758-8340-e73740e01f28} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.31 01:59:24.450250 [ 5 ] {34e85f38-3e63-4758-8340-e73740e01f28} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:24.450381 [ 5 ] {34e85f38-3e63-4758-8340-e73740e01f28} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.03.31 01:59:24.450417 [ 5 ] {34e85f38-3e63-4758-8340-e73740e01f28} TCPHandler: Processed in 0.001242542 sec. 2026.03.31 01:59:25.145171 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12912 2026.03.31 01:59:25.145703 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:25.145748 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:25.146374 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.31 01:59:25.146600 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:25.146727 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12912 2026.03.31 01:59:25.832415 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.03.31 01:59:25.849501 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:25.849574 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:25.855462 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.31 01:59:25.856249 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:25.859931 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.03.31 01:59:29.440299 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:29.440582 [ 5 ] {16a9c8ca-e459-433f-886d-68f877518ac7} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:29.440683 [ 5 ] {16a9c8ca-e459-433f-886d-68f877518ac7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:29.441606 [ 5 ] {16a9c8ca-e459-433f-886d-68f877518ac7} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:29.441644 [ 5 ] {16a9c8ca-e459-433f-886d-68f877518ac7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:29.442031 [ 5 ] {16a9c8ca-e459-433f-886d-68f877518ac7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.31 01:59:29.442250 [ 5 ] {16a9c8ca-e459-433f-886d-68f877518ac7} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:29.442400 [ 5 ] {16a9c8ca-e459-433f-886d-68f877518ac7} executeQuery: Read 104 rows, 8.91 KiB in 0.001902 sec., 54679.28496319663 rows/sec., 4.57 MiB/sec. 2026.03.31 01:59:29.442441 [ 5 ] {16a9c8ca-e459-433f-886d-68f877518ac7} TCPHandler: Processed in 0.002323031 sec. 2026.03.31 01:59:29.442594 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:29.442698 [ 5 ] {3453349e-1a6f-4528-af81-c70f6ad1c5fe} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:29.442739 [ 5 ] {3453349e-1a6f-4528-af81-c70f6ad1c5fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:29.443223 [ 5 ] {3453349e-1a6f-4528-af81-c70f6ad1c5fe} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:29.443259 [ 5 ] {3453349e-1a6f-4528-af81-c70f6ad1c5fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:29.443552 [ 5 ] {3453349e-1a6f-4528-af81-c70f6ad1c5fe} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.31 01:59:29.443760 [ 5 ] {3453349e-1a6f-4528-af81-c70f6ad1c5fe} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:29.443886 [ 5 ] {3453349e-1a6f-4528-af81-c70f6ad1c5fe} executeQuery: Read 24 rows, 1.80 KiB in 0.001206 sec., 19900.49751243781 rows/sec., 1.46 MiB/sec. 2026.03.31 01:59:29.443923 [ 5 ] {3453349e-1a6f-4528-af81-c70f6ad1c5fe} TCPHandler: Processed in 0.001386295 sec. 2026.03.31 01:59:29.444053 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:29.444146 [ 5 ] {a7fac257-d57d-4c84-9503-cd2260c822cd} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:29.444184 [ 5 ] {a7fac257-d57d-4c84-9503-cd2260c822cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:29.444693 [ 5 ] {a7fac257-d57d-4c84-9503-cd2260c822cd} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:29.444729 [ 5 ] {a7fac257-d57d-4c84-9503-cd2260c822cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:29.445033 [ 5 ] {a7fac257-d57d-4c84-9503-cd2260c822cd} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.31 01:59:29.445245 [ 5 ] {a7fac257-d57d-4c84-9503-cd2260c822cd} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:29.445369 [ 5 ] {a7fac257-d57d-4c84-9503-cd2260c822cd} executeQuery: Read 88 rows, 7.04 KiB in 0.001242 sec., 70853.46215780998 rows/sec., 5.53 MiB/sec. 2026.03.31 01:59:29.445405 [ 5 ] {a7fac257-d57d-4c84-9503-cd2260c822cd} TCPHandler: Processed in 0.001410155 sec. 2026.03.31 01:59:29.445537 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:29.445630 [ 5 ] {a30abfff-be42-46c5-8e6a-f50f39c32e45} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:29.445672 [ 5 ] {a30abfff-be42-46c5-8e6a-f50f39c32e45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:29.446149 [ 5 ] {a30abfff-be42-46c5-8e6a-f50f39c32e45} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:29.446184 [ 5 ] {a30abfff-be42-46c5-8e6a-f50f39c32e45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:29.446517 [ 5 ] {a30abfff-be42-46c5-8e6a-f50f39c32e45} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.31 01:59:29.446724 [ 5 ] {a30abfff-be42-46c5-8e6a-f50f39c32e45} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:29.446850 [ 5 ] {a30abfff-be42-46c5-8e6a-f50f39c32e45} executeQuery: Read 160 rows, 11.41 KiB in 0.001239 sec., 129136.40032284099 rows/sec., 8.99 MiB/sec. 2026.03.31 01:59:29.446887 [ 5 ] {a30abfff-be42-46c5-8e6a-f50f39c32e45} TCPHandler: Processed in 0.001406755 sec. 2026.03.31 01:59:29.447009 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:29.447101 [ 5 ] {ce61b4c3-0684-46a8-9488-b82e876ecdc0} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:29.447155 [ 5 ] {ce61b4c3-0684-46a8-9488-b82e876ecdc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:29.447974 [ 5 ] {ce61b4c3-0684-46a8-9488-b82e876ecdc0} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:29.448009 [ 5 ] {ce61b4c3-0684-46a8-9488-b82e876ecdc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:29.448512 [ 5 ] {ce61b4c3-0684-46a8-9488-b82e876ecdc0} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.31 01:59:29.448733 [ 5 ] {ce61b4c3-0684-46a8-9488-b82e876ecdc0} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:29.448868 [ 5 ] {ce61b4c3-0684-46a8-9488-b82e876ecdc0} executeQuery: Read 24 rows, 44.04 KiB in 0.001786 sec., 13437.849944008958 rows/sec., 24.08 MiB/sec. 2026.03.31 01:59:29.448881 [ 33 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.31 01:59:29.448921 [ 5 ] {ce61b4c3-0684-46a8-9488-b82e876ecdc0} TCPHandler: Processed in 0.001959485 sec. 2026.03.31 01:59:29.448958 [ 33 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:29.448988 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:29.449050 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:29.449112 [ 190 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.31 01:59:29.449147 [ 5 ] {3693dc3b-d5c6-47c0-b8d7-3cc54dbda757} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:29.449197 [ 5 ] {3693dc3b-d5c6-47c0-b8d7-3cc54dbda757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:29.449388 [ 190 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:29.449462 [ 190 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 500 rows starting from the beginning of the part 2026.03.31 01:59:29.449536 [ 5 ] {3693dc3b-d5c6-47c0-b8d7-3cc54dbda757} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:29.449576 [ 5 ] {3693dc3b-d5c6-47c0-b8d7-3cc54dbda757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:29.449627 [ 190 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part 2026.03.31 01:59:29.449749 [ 190 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:29.449861 [ 190 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:29.449896 [ 5 ] {3693dc3b-d5c6-47c0-b8d7-3cc54dbda757} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.31 01:59:29.449968 [ 190 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:29.450079 [ 190 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:29.450140 [ 5 ] {3693dc3b-d5c6-47c0-b8d7-3cc54dbda757} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:29.450274 [ 5 ] {3693dc3b-d5c6-47c0-b8d7-3cc54dbda757} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2026.03.31 01:59:29.450310 [ 5 ] {3693dc3b-d5c6-47c0-b8d7-3cc54dbda757} TCPHandler: Processed in 0.001311544 sec. 2026.03.31 01:59:29.474121 [ 192 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 615 rows, containing 19 columns (19 merged, 0 gathered) in 0.025071157 sec., 24530.180238590503 rows/sec., 43.96 MiB/sec. 2026.03.31 01:59:29.475280 [ 199 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.31 01:59:29.475627 [ 199 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:29.475702 [ 199 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_31_6} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.31 01:59:29.475825 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. 2026.03.31 01:59:30.000193 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 269.89 MiB, peak 277.26 MiB, free memory in arenas 0.00 B, will set to 272.50 MiB (RSS), difference: 2.61 MiB 2026.03.31 01:59:32.524543 [ 31 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:59:32.524606 [ 31 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:59:32.646859 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13360 2026.03.31 01:59:32.647681 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:32.647729 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:32.648334 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.31 01:59:32.648586 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:32.648733 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13360 2026.03.31 01:59:32.703913 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 768 2026.03.31 01:59:32.706151 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:32.706216 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:32.707435 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.31 01:59:32.707706 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:32.708063 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2026.03.31 01:59:33.360054 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.03.31 01:59:33.377758 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:33.377815 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:33.383878 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.31 01:59:33.384595 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:33.387536 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.03.31 01:59:34.439919 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.440199 [ 5 ] {de77b924-0bcb-4964-a019-4969de8be870} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:34.440301 [ 5 ] {de77b924-0bcb-4964-a019-4969de8be870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:34.441071 [ 5 ] {de77b924-0bcb-4964-a019-4969de8be870} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.441115 [ 5 ] {de77b924-0bcb-4964-a019-4969de8be870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.441506 [ 5 ] {de77b924-0bcb-4964-a019-4969de8be870} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.31 01:59:34.441735 [ 5 ] {de77b924-0bcb-4964-a019-4969de8be870} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.441889 [ 5 ] {de77b924-0bcb-4964-a019-4969de8be870} executeQuery: Read 90 rows, 7.73 KiB in 0.001767 sec., 50933.78607809848 rows/sec., 4.27 MiB/sec. 2026.03.31 01:59:34.441931 [ 5 ] {de77b924-0bcb-4964-a019-4969de8be870} TCPHandler: Processed in 0.002188919 sec. 2026.03.31 01:59:34.442056 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.442151 [ 5 ] {0b9dfacb-3fb1-4ee2-afe8-ae26d8d67073} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.442191 [ 5 ] {0b9dfacb-3fb1-4ee2-afe8-ae26d8d67073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:34.442589 [ 5 ] {0b9dfacb-3fb1-4ee2-afe8-ae26d8d67073} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.442625 [ 5 ] {0b9dfacb-3fb1-4ee2-afe8-ae26d8d67073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.442920 [ 5 ] {0b9dfacb-3fb1-4ee2-afe8-ae26d8d67073} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.31 01:59:34.443130 [ 5 ] {0b9dfacb-3fb1-4ee2-afe8-ae26d8d67073} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.443262 [ 5 ] {0b9dfacb-3fb1-4ee2-afe8-ae26d8d67073} executeQuery: Read 17 rows, 1.28 KiB in 0.00113 sec., 15044.24778761062 rows/sec., 1.10 MiB/sec. 2026.03.31 01:59:34.443299 [ 5 ] {0b9dfacb-3fb1-4ee2-afe8-ae26d8d67073} TCPHandler: Processed in 0.001291893 sec. 2026.03.31 01:59:34.443406 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.443498 [ 5 ] {7bc7b777-c57a-458b-a619-957cc2fdfdf6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:34.443536 [ 5 ] {7bc7b777-c57a-458b-a619-957cc2fdfdf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:34.443961 [ 5 ] {7bc7b777-c57a-458b-a619-957cc2fdfdf6} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.443996 [ 5 ] {7bc7b777-c57a-458b-a619-957cc2fdfdf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.444291 [ 5 ] {7bc7b777-c57a-458b-a619-957cc2fdfdf6} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.31 01:59:34.444504 [ 5 ] {7bc7b777-c57a-458b-a619-957cc2fdfdf6} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.444626 [ 5 ] {7bc7b777-c57a-458b-a619-957cc2fdfdf6} executeQuery: Read 81 rows, 6.48 KiB in 0.001147 sec., 70619.00610287707 rows/sec., 5.51 MiB/sec. 2026.03.31 01:59:34.444663 [ 5 ] {7bc7b777-c57a-458b-a619-957cc2fdfdf6} TCPHandler: Processed in 0.001303233 sec. 2026.03.31 01:59:34.444768 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.444860 [ 5 ] {a7c9d170-f038-46cd-a138-e47332758c39} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.444901 [ 5 ] {a7c9d170-f038-46cd-a138-e47332758c39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:34.445321 [ 5 ] {a7c9d170-f038-46cd-a138-e47332758c39} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.445358 [ 5 ] {a7c9d170-f038-46cd-a138-e47332758c39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.445694 [ 5 ] {a7c9d170-f038-46cd-a138-e47332758c39} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.31 01:59:34.445902 [ 5 ] {a7c9d170-f038-46cd-a138-e47332758c39} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.446029 [ 5 ] {a7c9d170-f038-46cd-a138-e47332758c39} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2026.03.31 01:59:34.446066 [ 5 ] {a7c9d170-f038-46cd-a138-e47332758c39} TCPHandler: Processed in 0.001344833 sec. 2026.03.31 01:59:34.446210 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.446339 [ 5 ] {b87a87b9-9311-4ed8-ba96-60242c0d3659} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.446405 [ 5 ] {b87a87b9-9311-4ed8-ba96-60242c0d3659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:34.447327 [ 5 ] {b87a87b9-9311-4ed8-ba96-60242c0d3659} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.447364 [ 5 ] {b87a87b9-9311-4ed8-ba96-60242c0d3659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.447906 [ 5 ] {b87a87b9-9311-4ed8-ba96-60242c0d3659} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.31 01:59:34.448131 [ 5 ] {b87a87b9-9311-4ed8-ba96-60242c0d3659} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.448281 [ 5 ] {b87a87b9-9311-4ed8-ba96-60242c0d3659} executeQuery: Read 17 rows, 31.19 KiB in 0.001966 sec., 8646.998982706004 rows/sec., 15.50 MiB/sec. 2026.03.31 01:59:34.448333 [ 5 ] {b87a87b9-9311-4ed8-ba96-60242c0d3659} TCPHandler: Processed in 0.002182379 sec. 2026.03.31 01:59:34.448454 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.448547 [ 5 ] {65ae2360-ec40-49d9-b963-7f093243fbc0} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.448588 [ 5 ] {65ae2360-ec40-49d9-b963-7f093243fbc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:34.448960 [ 5 ] {65ae2360-ec40-49d9-b963-7f093243fbc0} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.448996 [ 5 ] {65ae2360-ec40-49d9-b963-7f093243fbc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.449286 [ 5 ] {65ae2360-ec40-49d9-b963-7f093243fbc0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.31 01:59:34.449495 [ 5 ] {65ae2360-ec40-49d9-b963-7f093243fbc0} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.449622 [ 5 ] {65ae2360-ec40-49d9-b963-7f093243fbc0} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.03.31 01:59:34.449657 [ 5 ] {65ae2360-ec40-49d9-b963-7f093243fbc0} TCPHandler: Processed in 0.001256513 sec. 2026.03.31 01:59:34.893165 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.893358 [ 5 ] {025276c3-74b4-4ab2-a47a-17a62e8ce3d6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.893431 [ 5 ] {025276c3-74b4-4ab2-a47a-17a62e8ce3d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.31 01:59:34.894134 [ 5 ] {025276c3-74b4-4ab2-a47a-17a62e8ce3d6} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.894189 [ 5 ] {025276c3-74b4-4ab2-a47a-17a62e8ce3d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.894606 [ 5 ] {025276c3-74b4-4ab2-a47a-17a62e8ce3d6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:59:34.894835 [ 5 ] {025276c3-74b4-4ab2-a47a-17a62e8ce3d6} oximeter.fields_i16 (ca3f516a-45b0-4ff0-8f47-fbcd90092b3b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.894995 [ 5 ] {025276c3-74b4-4ab2-a47a-17a62e8ce3d6} executeQuery: Read 24 rows, 2.04 KiB in 0.001687 sec., 14226.437462951986 rows/sec., 1.18 MiB/sec. 2026.03.31 01:59:34.895045 [ 5 ] {025276c3-74b4-4ab2-a47a-17a62e8ce3d6} TCPHandler: Processed in 0.002001336 sec. 2026.03.31 01:59:34.895170 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.895272 [ 5 ] {0c21626c-fe43-49d8-aa21-baffce8350c5} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:59:34.895317 [ 5 ] {0c21626c-fe43-49d8-aa21-baffce8350c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:59:34.895732 [ 5 ] {0c21626c-fe43-49d8-aa21-baffce8350c5} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.895769 [ 5 ] {0c21626c-fe43-49d8-aa21-baffce8350c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.896076 [ 5 ] {0c21626c-fe43-49d8-aa21-baffce8350c5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.31 01:59:34.896293 [ 5 ] {0c21626c-fe43-49d8-aa21-baffce8350c5} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.896429 [ 5 ] {0c21626c-fe43-49d8-aa21-baffce8350c5} executeQuery: Read 2 rows, 167.00 B in 0.001179 sec., 1696.3528413910094 rows/sec., 138.33 KiB/sec. 2026.03.31 01:59:34.896424 [ 28 ] {} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.03.31 01:59:34.896469 [ 5 ] {0c21626c-fe43-49d8-aa21-baffce8350c5} TCPHandler: Processed in 0.001350964 sec. 2026.03.31 01:59:34.896522 [ 28 ] {} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.896559 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.896598 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.896679 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.03.31 01:59:34.896698 [ 5 ] {1458b74a-2806-44bf-a04d-1e8c0474780a} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:34.896749 [ 5 ] {1458b74a-2806-44bf-a04d-1e8c0474780a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:34.896813 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:34.896855 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.03.31 01:59:34.896928 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2026.03.31 01:59:34.896983 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2026.03.31 01:59:34.897034 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.03.31 01:59:34.897078 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part 2026.03.31 01:59:34.897124 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.03.31 01:59:34.897937 [ 199 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310783 sec., 28990.305794322936 rows/sec., 2.42 MiB/sec. 2026.03.31 01:59:34.898066 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.03.31 01:59:34.898315 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.898330 [ 5 ] {1458b74a-2806-44bf-a04d-1e8c0474780a} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.898376 [ 5 ] {1458b74a-2806-44bf-a04d-1e8c0474780a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.898388 [ 190 ] {8b5489de-94dc-456f-945b-19b433b5e668::all_1_14_3} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.03.31 01:59:34.898468 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.31 01:59:34.898880 [ 5 ] {1458b74a-2806-44bf-a04d-1e8c0474780a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.31 01:59:34.899103 [ 5 ] {1458b74a-2806-44bf-a04d-1e8c0474780a} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.899229 [ 28 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.31 01:59:34.899238 [ 5 ] {1458b74a-2806-44bf-a04d-1e8c0474780a} executeQuery: Read 2570 rows, 196.24 KiB in 0.00256 sec., 1003906.2499999999 rows/sec., 74.86 MiB/sec. 2026.03.31 01:59:34.899270 [ 28 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.899295 [ 5 ] {1458b74a-2806-44bf-a04d-1e8c0474780a} TCPHandler: Processed in 0.00274724 sec. 2026.03.31 01:59:34.899295 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.899420 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.31 01:59:34.899427 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.899575 [ 5 ] {7d9cd112-3a1d-4524-ad93-e6a85ec9533b} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.899576 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:34.899620 [ 5 ] {7d9cd112-3a1d-4524-ad93-e6a85ec9533b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:34.899628 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3356 rows starting from the beginning of the part 2026.03.31 01:59:34.899704 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 104 rows starting from the beginning of the part 2026.03.31 01:59:34.899748 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 94 rows starting from the beginning of the part 2026.03.31 01:59:34.899787 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 104 rows starting from the beginning of the part 2026.03.31 01:59:34.899825 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 90 rows starting from the beginning of the part 2026.03.31 01:59:34.899862 [ 193 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2570 rows starting from the beginning of the part 2026.03.31 01:59:34.900066 [ 5 ] {7d9cd112-3a1d-4524-ad93-e6a85ec9533b} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.900109 [ 5 ] {7d9cd112-3a1d-4524-ad93-e6a85ec9533b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.900433 [ 5 ] {7d9cd112-3a1d-4524-ad93-e6a85ec9533b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.31 01:59:34.900656 [ 5 ] {7d9cd112-3a1d-4524-ad93-e6a85ec9533b} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.900785 [ 28 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.31 01:59:34.900796 [ 5 ] {7d9cd112-3a1d-4524-ad93-e6a85ec9533b} executeQuery: Read 47 rows, 3.58 KiB in 0.00124 sec., 37903.22580645161 rows/sec., 2.82 MiB/sec. 2026.03.31 01:59:34.900833 [ 28 ] {} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.900853 [ 5 ] {7d9cd112-3a1d-4524-ad93-e6a85ec9533b} TCPHandler: Processed in 0.001476397 sec. 2026.03.31 01:59:34.900863 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.900937 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.31 01:59:34.900968 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.901014 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:34.901043 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 224 rows starting from the beginning of the part 2026.03.31 01:59:34.901076 [ 5 ] {57ed7af1-924f-4ef2-a59f-9123cfcc7051} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.901090 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:34.901126 [ 5 ] {57ed7af1-924f-4ef2-a59f-9123cfcc7051} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.31 01:59:34.901137 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 25 rows starting from the beginning of the part 2026.03.31 01:59:34.901179 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:34.901212 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:34.901248 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 47 rows starting from the beginning of the part 2026.03.31 01:59:34.901826 [ 5 ] {57ed7af1-924f-4ef2-a59f-9123cfcc7051} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.901869 [ 5 ] {57ed7af1-924f-4ef2-a59f-9123cfcc7051} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:34.901956 [ 190 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 5 columns (5 merged, 0 gathered) in 0.001042889 sec., 346153.80927404546 rows/sec., 24.70 MiB/sec. 2026.03.31 01:59:34.902168 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.31 01:59:34.902504 [ 195 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6318 rows, containing 5 columns (5 merged, 0 gathered) in 0.003132396 sec., 2016986.3580466837 rows/sec., 160.24 MiB/sec. 2026.03.31 01:59:34.902525 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.902625 [ 191 ] {cde96ffd-778b-4150-9f33-8ec5022f2422::all_1_36_7} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.31 01:59:34.902637 [ 5 ] {57ed7af1-924f-4ef2-a59f-9123cfcc7051} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:59:34.902732 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.31 01:59:34.902828 [ 190 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.31 01:59:34.902969 [ 5 ] {57ed7af1-924f-4ef2-a59f-9123cfcc7051} oximeter.fields_u32 (f77ccfda-73c2-400e-9c90-7b69a339c705): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.903120 [ 190 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.903138 [ 5 ] {57ed7af1-924f-4ef2-a59f-9123cfcc7051} executeQuery: Read 825 rows, 49.42 KiB in 0.002081 sec., 396444.0172993753 rows/sec., 23.19 MiB/sec. 2026.03.31 01:59:34.903185 [ 5 ] {57ed7af1-924f-4ef2-a59f-9123cfcc7051} TCPHandler: Processed in 0.002265981 sec. 2026.03.31 01:59:34.903197 [ 190 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_41_8} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.31 01:59:34.903278 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.03.31 01:59:34.903293 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.903396 [ 5 ] {dd96a32f-36bc-4312-b662-da2aa9028114} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.903447 [ 5 ] {dd96a32f-36bc-4312-b662-da2aa9028114} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.31 01:59:34.903874 [ 5 ] {dd96a32f-36bc-4312-b662-da2aa9028114} oximeter.fields_u64 (21de6bf0-045d-4fe4-af46-77bfd858539f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.903910 [ 5 ] {dd96a32f-36bc-4312-b662-da2aa9028114} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.904206 [ 5 ] {dd96a32f-36bc-4312-b662-da2aa9028114} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.31 01:59:34.904414 [ 5 ] {dd96a32f-36bc-4312-b662-da2aa9028114} oximeter.fields_u64 (21de6bf0-045d-4fe4-af46-77bfd858539f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.904542 [ 5 ] {dd96a32f-36bc-4312-b662-da2aa9028114} executeQuery: Read 1 rows, 72.00 B in 0.001165 sec., 858.3690987124463 rows/sec., 60.35 KiB/sec. 2026.03.31 01:59:34.904582 [ 5 ] {dd96a32f-36bc-4312-b662-da2aa9028114} TCPHandler: Processed in 0.001339884 sec. 2026.03.31 01:59:34.904693 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.904786 [ 5 ] {4984170d-a2be-4a78-9213-1efc4a0b8a02} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.904826 [ 5 ] {4984170d-a2be-4a78-9213-1efc4a0b8a02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.31 01:59:34.905236 [ 5 ] {4984170d-a2be-4a78-9213-1efc4a0b8a02} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.905272 [ 5 ] {4984170d-a2be-4a78-9213-1efc4a0b8a02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.905565 [ 5 ] {4984170d-a2be-4a78-9213-1efc4a0b8a02} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.31 01:59:34.905783 [ 5 ] {4984170d-a2be-4a78-9213-1efc4a0b8a02} oximeter.fields_u8 (5b4a1083-2a9b-4deb-add2-ee0a26f536e9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.905915 [ 5 ] {4984170d-a2be-4a78-9213-1efc4a0b8a02} executeQuery: Read 12 rows, 960.00 B in 0.001147 sec., 10462.074978204011 rows/sec., 817.35 KiB/sec. 2026.03.31 01:59:34.905952 [ 5 ] {4984170d-a2be-4a78-9213-1efc4a0b8a02} TCPHandler: Processed in 0.001308813 sec. 2026.03.31 01:59:34.906075 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.906193 [ 5 ] {b435e9bb-e1b9-4473-938f-c72e84d0d70e} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:34.906242 [ 5 ] {b435e9bb-e1b9-4473-938f-c72e84d0d70e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:34.907101 [ 5 ] {b435e9bb-e1b9-4473-938f-c72e84d0d70e} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.907138 [ 5 ] {b435e9bb-e1b9-4473-938f-c72e84d0d70e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.907531 [ 5 ] {b435e9bb-e1b9-4473-938f-c72e84d0d70e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.31 01:59:34.907761 [ 5 ] {b435e9bb-e1b9-4473-938f-c72e84d0d70e} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.907872 [ 27 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.31 01:59:34.907895 [ 5 ] {b435e9bb-e1b9-4473-938f-c72e84d0d70e} executeQuery: Read 1350 rows, 93.30 KiB in 0.001726 sec., 782155.2723059095 rows/sec., 52.79 MiB/sec. 2026.03.31 01:59:34.907906 [ 27 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.907927 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.907934 [ 5 ] {b435e9bb-e1b9-4473-938f-c72e84d0d70e} TCPHandler: Processed in 0.001923824 sec. 2026.03.31 01:59:34.908009 [ 193 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.31 01:59:34.908042 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.908120 [ 193 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:34.908143 [ 5 ] {23a9f19d-750f-4f50-8b9d-dcbcc46d130a} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.908155 [ 193 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1829 rows starting from the beginning of the part 2026.03.31 01:59:34.908194 [ 5 ] {23a9f19d-750f-4f50-8b9d-dcbcc46d130a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:34.908223 [ 193 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 88 rows starting from the beginning of the part 2026.03.31 01:59:34.908271 [ 193 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 89 rows starting from the beginning of the part 2026.03.31 01:59:34.908312 [ 193 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 88 rows starting from the beginning of the part 2026.03.31 01:59:34.908344 [ 193 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 81 rows starting from the beginning of the part 2026.03.31 01:59:34.908378 [ 193 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1350 rows starting from the beginning of the part 2026.03.31 01:59:34.908854 [ 5 ] {23a9f19d-750f-4f50-8b9d-dcbcc46d130a} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.908922 [ 5 ] {23a9f19d-750f-4f50-8b9d-dcbcc46d130a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.909433 [ 5 ] {23a9f19d-750f-4f50-8b9d-dcbcc46d130a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.31 01:59:34.909611 [ 191 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3525 rows, containing 5 columns (5 merged, 0 gathered) in 0.0016394 sec., 2150176.8939856044 rows/sec., 156.30 MiB/sec. 2026.03.31 01:59:34.909660 [ 5 ] {23a9f19d-750f-4f50-8b9d-dcbcc46d130a} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.909770 [ 27 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.31 01:59:34.909796 [ 5 ] {23a9f19d-750f-4f50-8b9d-dcbcc46d130a} executeQuery: Read 1533 rows, 95.96 KiB in 0.001672 sec., 916866.028708134 rows/sec., 56.05 MiB/sec. 2026.03.31 01:59:34.909799 [ 27 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.909830 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.909837 [ 5 ] {23a9f19d-750f-4f50-8b9d-dcbcc46d130a} TCPHandler: Processed in 0.001844313 sec. 2026.03.31 01:59:34.909848 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.31 01:59:34.909928 [ 193 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.31 01:59:34.910002 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.910036 [ 193 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:34.910068 [ 193 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12600 rows starting from the beginning of the part 2026.03.31 01:59:34.910103 [ 5 ] {79840437-696e-4ff4-9928-706ee5b57026} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.910116 [ 193 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.03.31 01:59:34.910161 [ 193 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 164 rows starting from the beginning of the part 2026.03.31 01:59:34.910164 [ 5 ] {79840437-696e-4ff4-9928-706ee5b57026} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:34.910186 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.910197 [ 193 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.03.31 01:59:34.910238 [ 193 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2026.03.31 01:59:34.910270 [ 193 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1533 rows starting from the beginning of the part 2026.03.31 01:59:34.910276 [ 195 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_41_8} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.31 01:59:34.910382 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.03.31 01:59:34.911019 [ 5 ] {79840437-696e-4ff4-9928-706ee5b57026} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.911056 [ 5 ] {79840437-696e-4ff4-9928-706ee5b57026} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.911663 [ 5 ] {79840437-696e-4ff4-9928-706ee5b57026} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.31 01:59:34.911892 [ 5 ] {79840437-696e-4ff4-9928-706ee5b57026} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.912030 [ 5 ] {79840437-696e-4ff4-9928-706ee5b57026} executeQuery: Read 33 rows, 60.55 KiB in 0.001946 sec., 16957.862281603288 rows/sec., 30.39 MiB/sec. 2026.03.31 01:59:34.912090 [ 5 ] {79840437-696e-4ff4-9928-706ee5b57026} TCPHandler: Processed in 0.002137098 sec. 2026.03.31 01:59:34.912213 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:34.912308 [ 5 ] {ea93a327-7b1a-4ff5-a19c-8b9a834d5bdb} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:34.912349 [ 5 ] {ea93a327-7b1a-4ff5-a19c-8b9a834d5bdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:34.912687 [ 5 ] {ea93a327-7b1a-4ff5-a19c-8b9a834d5bdb} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.912720 [ 5 ] {ea93a327-7b1a-4ff5-a19c-8b9a834d5bdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.913052 [ 5 ] {ea93a327-7b1a-4ff5-a19c-8b9a834d5bdb} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.31 01:59:34.913260 [ 5 ] {ea93a327-7b1a-4ff5-a19c-8b9a834d5bdb} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.913363 [ 27 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.31 01:59:34.913389 [ 5 ] {ea93a327-7b1a-4ff5-a19c-8b9a834d5bdb} executeQuery: Read 12 rows, 848.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 753.53 KiB/sec. 2026.03.31 01:59:34.913402 [ 27 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:34.913424 [ 5 ] {ea93a327-7b1a-4ff5-a19c-8b9a834d5bdb} TCPHandler: Processed in 0.001261013 sec. 2026.03.31 01:59:34.913425 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:34.913510 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.31 01:59:34.913616 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:34.913646 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2100 rows starting from the beginning of the part 2026.03.31 01:59:34.913707 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:34.913749 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:34.913789 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:34.913825 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:34.913861 [ 191 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part 2026.03.31 01:59:34.913869 [ 187 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14777 rows, containing 5 columns (5 merged, 0 gathered) in 0.003967521 sec., 3724491.943457892 rows/sec., 248.55 MiB/sec. 2026.03.31 01:59:34.914549 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.31 01:59:34.914941 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.914995 [ 200 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2352 rows, containing 4 columns (4 merged, 0 gathered) in 0.001520168 sec., 1547197.4150225502 rows/sec., 103.31 MiB/sec. 2026.03.31 01:59:34.915045 [ 186 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_41_8} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.31 01:59:34.915150 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.73 MiB. 2026.03.31 01:59:34.915303 [ 187 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.31 01:59:34.915582 [ 187 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:34.915655 [ 187 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_41_8} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.31 01:59:34.915722 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.31 01:59:39.436592 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:39.436790 [ 5 ] {7b07925d-778d-469b-b3d8-8dfdd07816d6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:39.436864 [ 5 ] {7b07925d-778d-469b-b3d8-8dfdd07816d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:39.437572 [ 5 ] {7b07925d-778d-469b-b3d8-8dfdd07816d6} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:39.437619 [ 5 ] {7b07925d-778d-469b-b3d8-8dfdd07816d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:39.438009 [ 5 ] {7b07925d-778d-469b-b3d8-8dfdd07816d6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.31 01:59:39.438246 [ 5 ] {7b07925d-778d-469b-b3d8-8dfdd07816d6} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:39.438404 [ 5 ] {7b07925d-778d-469b-b3d8-8dfdd07816d6} executeQuery: Read 56 rows, 4.38 KiB in 0.001668 sec., 33573.14148681055 rows/sec., 2.56 MiB/sec. 2026.03.31 01:59:39.438452 [ 5 ] {7b07925d-778d-469b-b3d8-8dfdd07816d6} TCPHandler: Processed in 0.001993515 sec. 2026.03.31 01:59:39.438576 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:39.438675 [ 5 ] {f6cac37d-567c-42d3-87ef-d4e3df8fded7} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:39.438719 [ 5 ] {f6cac37d-567c-42d3-87ef-d4e3df8fded7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:39.439137 [ 5 ] {f6cac37d-567c-42d3-87ef-d4e3df8fded7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:39.439172 [ 5 ] {f6cac37d-567c-42d3-87ef-d4e3df8fded7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:39.439471 [ 5 ] {f6cac37d-567c-42d3-87ef-d4e3df8fded7} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.31 01:59:39.439681 [ 5 ] {f6cac37d-567c-42d3-87ef-d4e3df8fded7} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:39.439814 [ 5 ] {f6cac37d-567c-42d3-87ef-d4e3df8fded7} executeQuery: Read 64 rows, 5.12 KiB in 0.001161 sec., 55124.892334194665 rows/sec., 4.30 MiB/sec. 2026.03.31 01:59:39.439852 [ 5 ] {f6cac37d-567c-42d3-87ef-d4e3df8fded7} TCPHandler: Processed in 0.001326463 sec. 2026.03.31 01:59:39.439961 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:39.440057 [ 5 ] {294cf15d-7c38-4dd2-ad16-b55b32ad5a28} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:39.440100 [ 5 ] {294cf15d-7c38-4dd2-ad16-b55b32ad5a28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:39.440467 [ 5 ] {294cf15d-7c38-4dd2-ad16-b55b32ad5a28} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:39.440503 [ 5 ] {294cf15d-7c38-4dd2-ad16-b55b32ad5a28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:39.440825 [ 5 ] {294cf15d-7c38-4dd2-ad16-b55b32ad5a28} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.31 01:59:39.441031 [ 5 ] {294cf15d-7c38-4dd2-ad16-b55b32ad5a28} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:39.441157 [ 5 ] {294cf15d-7c38-4dd2-ad16-b55b32ad5a28} executeQuery: Read 128 rows, 9.13 KiB in 0.00112 sec., 114285.71428571429 rows/sec., 7.96 MiB/sec. 2026.03.31 01:59:39.441193 [ 5 ] {294cf15d-7c38-4dd2-ad16-b55b32ad5a28} TCPHandler: Processed in 0.001279212 sec. 2026.03.31 01:59:39.441298 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:39.441390 [ 5 ] {384826b6-daaa-41db-a1e9-b300a3704536} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:39.441431 [ 5 ] {384826b6-daaa-41db-a1e9-b300a3704536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:39.441749 [ 5 ] {384826b6-daaa-41db-a1e9-b300a3704536} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:39.441785 [ 5 ] {384826b6-daaa-41db-a1e9-b300a3704536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.31 01:59:39.442078 [ 5 ] {384826b6-daaa-41db-a1e9-b300a3704536} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.31 01:59:39.442292 [ 5 ] {384826b6-daaa-41db-a1e9-b300a3704536} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:39.442416 [ 5 ] {384826b6-daaa-41db-a1e9-b300a3704536} executeQuery: Read 48 rows, 3.31 KiB in 0.001045 sec., 45933.01435406699 rows/sec., 3.10 MiB/sec. 2026.03.31 01:59:39.442452 [ 5 ] {384826b6-daaa-41db-a1e9-b300a3704536} TCPHandler: Processed in 0.001201072 sec. 2026.03.31 01:59:40.148827 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13872 2026.03.31 01:59:40.149426 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:40.149469 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:40.149945 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.31 01:59:40.150173 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:40.150298 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13872 2026.03.31 01:59:40.887604 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.03.31 01:59:40.904878 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:40.904935 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:40.911176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.31 01:59:40.911885 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:40.914789 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.03.31 01:59:42.708236 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 810 2026.03.31 01:59:42.711647 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:42.711709 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:42.713253 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.31 01:59:42.713597 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:42.713776 [ 120 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.31 01:59:42.713823 [ 120 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:42.713845 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:42.713945 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.31 01:59:42.714037 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 810 2026.03.31 01:59:42.714522 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:42.714675 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 604 rows starting from the beginning of the part 2026.03.31 01:59:42.715087 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.03.31 01:59:42.715483 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 72 rows starting from the beginning of the part 2026.03.31 01:59:42.715911 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part 2026.03.31 01:59:42.716337 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2026.03.31 01:59:42.716846 [ 191 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2026.03.31 01:59:42.724870 [ 187 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 810 rows, containing 72 columns (72 merged, 0 gathered) in 0.010968036 sec., 73850.96110187822 rows/sec., 64.22 MiB/sec. 2026.03.31 01:59:42.726042 [ 187 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.31 01:59:42.726787 [ 187 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:42.726878 [ 187 ] {b8db6839-26a0-4787-8e19-b132c01ce574::all_1_21_4} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.31 01:59:42.727059 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. 2026.03.31 01:59:44.439880 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:44.440057 [ 5 ] {c804bd2c-69e8-4212-b42f-de9c873acc93} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:44.440124 [ 5 ] {c804bd2c-69e8-4212-b42f-de9c873acc93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:44.440832 [ 5 ] {c804bd2c-69e8-4212-b42f-de9c873acc93} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:44.440878 [ 5 ] {c804bd2c-69e8-4212-b42f-de9c873acc93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:44.441279 [ 5 ] {c804bd2c-69e8-4212-b42f-de9c873acc93} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.31 01:59:44.441513 [ 5 ] {c804bd2c-69e8-4212-b42f-de9c873acc93} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:44.441667 [ 5 ] {c804bd2c-69e8-4212-b42f-de9c873acc93} executeQuery: Read 90 rows, 7.73 KiB in 0.00166 sec., 54216.867469879515 rows/sec., 4.55 MiB/sec. 2026.03.31 01:59:44.441714 [ 5 ] {c804bd2c-69e8-4212-b42f-de9c873acc93} TCPHandler: Processed in 0.001962126 sec. 2026.03.31 01:59:44.441840 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:44.441941 [ 5 ] {d38fec0c-5256-49bc-91f0-261cf2a39b65} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:44.441984 [ 5 ] {d38fec0c-5256-49bc-91f0-261cf2a39b65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:44.442395 [ 5 ] {d38fec0c-5256-49bc-91f0-261cf2a39b65} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:44.442432 [ 5 ] {d38fec0c-5256-49bc-91f0-261cf2a39b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:44.442742 [ 5 ] {d38fec0c-5256-49bc-91f0-261cf2a39b65} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.31 01:59:44.442951 [ 5 ] {d38fec0c-5256-49bc-91f0-261cf2a39b65} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:44.443082 [ 5 ] {d38fec0c-5256-49bc-91f0-261cf2a39b65} executeQuery: Read 17 rows, 1.28 KiB in 0.001165 sec., 14592.274678111587 rows/sec., 1.07 MiB/sec. 2026.03.31 01:59:44.443119 [ 5 ] {d38fec0c-5256-49bc-91f0-261cf2a39b65} TCPHandler: Processed in 0.001329304 sec. 2026.03.31 01:59:44.443229 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:44.443323 [ 5 ] {037c06a9-8085-451c-a95a-5eedbcf2c2d3} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:44.443362 [ 5 ] {037c06a9-8085-451c-a95a-5eedbcf2c2d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:44.443786 [ 5 ] {037c06a9-8085-451c-a95a-5eedbcf2c2d3} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:44.443822 [ 5 ] {037c06a9-8085-451c-a95a-5eedbcf2c2d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:44.444127 [ 5 ] {037c06a9-8085-451c-a95a-5eedbcf2c2d3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.31 01:59:44.444365 [ 5 ] {037c06a9-8085-451c-a95a-5eedbcf2c2d3} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:44.444490 [ 5 ] {037c06a9-8085-451c-a95a-5eedbcf2c2d3} executeQuery: Read 81 rows, 6.48 KiB in 0.001188 sec., 68181.81818181818 rows/sec., 5.32 MiB/sec. 2026.03.31 01:59:44.444527 [ 5 ] {037c06a9-8085-451c-a95a-5eedbcf2c2d3} TCPHandler: Processed in 0.001346184 sec. 2026.03.31 01:59:44.444638 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:44.444730 [ 5 ] {b8999640-bfca-41cc-b074-db66eabd3ab4} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:44.444773 [ 5 ] {b8999640-bfca-41cc-b074-db66eabd3ab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:44.445176 [ 5 ] {b8999640-bfca-41cc-b074-db66eabd3ab4} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:44.445212 [ 5 ] {b8999640-bfca-41cc-b074-db66eabd3ab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:44.445545 [ 5 ] {b8999640-bfca-41cc-b074-db66eabd3ab4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.31 01:59:44.445762 [ 5 ] {b8999640-bfca-41cc-b074-db66eabd3ab4} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:44.445888 [ 5 ] {b8999640-bfca-41cc-b074-db66eabd3ab4} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.03.31 01:59:44.445924 [ 5 ] {b8999640-bfca-41cc-b074-db66eabd3ab4} TCPHandler: Processed in 0.001334054 sec. 2026.03.31 01:59:44.446045 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:44.446165 [ 5 ] {baaf1797-1563-4229-8df3-4b1523896ec9} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:44.446234 [ 5 ] {baaf1797-1563-4229-8df3-4b1523896ec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:44.447079 [ 5 ] {baaf1797-1563-4229-8df3-4b1523896ec9} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:44.447117 [ 5 ] {baaf1797-1563-4229-8df3-4b1523896ec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:44.447723 [ 5 ] {baaf1797-1563-4229-8df3-4b1523896ec9} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.31 01:59:44.447958 [ 5 ] {baaf1797-1563-4229-8df3-4b1523896ec9} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:44.448110 [ 5 ] {baaf1797-1563-4229-8df3-4b1523896ec9} executeQuery: Read 17 rows, 31.19 KiB in 0.001969 sec., 8633.824276282377 rows/sec., 15.47 MiB/sec. 2026.03.31 01:59:44.448177 [ 5 ] {baaf1797-1563-4229-8df3-4b1523896ec9} TCPHandler: Processed in 0.002193359 sec. 2026.03.31 01:59:44.448297 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:44.448390 [ 5 ] {4f026f34-5564-49a4-a5be-e22b72cbd0ce} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:44.448434 [ 5 ] {4f026f34-5564-49a4-a5be-e22b72cbd0ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:44.448779 [ 5 ] {4f026f34-5564-49a4-a5be-e22b72cbd0ce} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:44.448816 [ 5 ] {4f026f34-5564-49a4-a5be-e22b72cbd0ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:44.449125 [ 5 ] {4f026f34-5564-49a4-a5be-e22b72cbd0ce} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.31 01:59:44.449335 [ 5 ] {4f026f34-5564-49a4-a5be-e22b72cbd0ce} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:44.449465 [ 5 ] {4f026f34-5564-49a4-a5be-e22b72cbd0ce} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.03.31 01:59:44.449500 [ 5 ] {4f026f34-5564-49a4-a5be-e22b72cbd0ce} TCPHandler: Processed in 0.001252992 sec. 2026.03.31 01:59:47.524657 [ 149 ] {} DNSResolver: Updating DNS cache 2026.03.31 01:59:47.524730 [ 149 ] {} DNSResolver: Updated DNS cache 2026.03.31 01:59:47.650389 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14320 2026.03.31 01:59:47.650891 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:47.650926 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:47.651399 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.31 01:59:47.651684 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:47.651816 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14320 2026.03.31 01:59:48.414879 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.03.31 01:59:48.431728 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:48.431784 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:48.437626 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.31 01:59:48.438330 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:48.441021 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.03.31 01:59:49.439730 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:49.439924 [ 5 ] {03d7a2ea-4fe0-4d63-939c-6634855a0001} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:49.439996 [ 5 ] {03d7a2ea-4fe0-4d63-939c-6634855a0001} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:49.440862 [ 5 ] {03d7a2ea-4fe0-4d63-939c-6634855a0001} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:49.440909 [ 5 ] {03d7a2ea-4fe0-4d63-939c-6634855a0001} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:49.441312 [ 5 ] {03d7a2ea-4fe0-4d63-939c-6634855a0001} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.31 01:59:49.441538 [ 5 ] {03d7a2ea-4fe0-4d63-939c-6634855a0001} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:49.441694 [ 5 ] {03d7a2ea-4fe0-4d63-939c-6634855a0001} executeQuery: Read 104 rows, 8.91 KiB in 0.001825 sec., 56986.30136986302 rows/sec., 4.77 MiB/sec. 2026.03.31 01:59:49.441736 [ 5 ] {03d7a2ea-4fe0-4d63-939c-6634855a0001} TCPHandler: Processed in 0.002140818 sec. 2026.03.31 01:59:49.441866 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:49.441960 [ 5 ] {8a24fd97-b5c4-4343-a922-12748ef533f8} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:49.442001 [ 5 ] {8a24fd97-b5c4-4343-a922-12748ef533f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:49.442444 [ 5 ] {8a24fd97-b5c4-4343-a922-12748ef533f8} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:49.442479 [ 5 ] {8a24fd97-b5c4-4343-a922-12748ef533f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:49.442771 [ 5 ] {8a24fd97-b5c4-4343-a922-12748ef533f8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.31 01:59:49.442984 [ 5 ] {8a24fd97-b5c4-4343-a922-12748ef533f8} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:49.443117 [ 5 ] {8a24fd97-b5c4-4343-a922-12748ef533f8} executeQuery: Read 24 rows, 1.80 KiB in 0.001176 sec., 20408.163265306124 rows/sec., 1.50 MiB/sec. 2026.03.31 01:59:49.443155 [ 5 ] {8a24fd97-b5c4-4343-a922-12748ef533f8} TCPHandler: Processed in 0.001338054 sec. 2026.03.31 01:59:49.443271 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:49.443364 [ 5 ] {3532de13-6e20-4a54-bd3b-de269a228de2} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:49.443404 [ 5 ] {3532de13-6e20-4a54-bd3b-de269a228de2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:49.443830 [ 5 ] {3532de13-6e20-4a54-bd3b-de269a228de2} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:49.443866 [ 5 ] {3532de13-6e20-4a54-bd3b-de269a228de2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:49.444167 [ 5 ] {3532de13-6e20-4a54-bd3b-de269a228de2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.31 01:59:49.444372 [ 5 ] {3532de13-6e20-4a54-bd3b-de269a228de2} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:49.444495 [ 5 ] {3532de13-6e20-4a54-bd3b-de269a228de2} executeQuery: Read 88 rows, 7.04 KiB in 0.001148 sec., 76655.05226480837 rows/sec., 5.99 MiB/sec. 2026.03.31 01:59:49.444531 [ 5 ] {3532de13-6e20-4a54-bd3b-de269a228de2} TCPHandler: Processed in 0.001308453 sec. 2026.03.31 01:59:49.444645 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:49.444740 [ 5 ] {7baebeed-ea0d-434d-8b94-d4bb74b009c6} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:49.444782 [ 5 ] {7baebeed-ea0d-434d-8b94-d4bb74b009c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:49.445189 [ 5 ] {7baebeed-ea0d-434d-8b94-d4bb74b009c6} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:49.445225 [ 5 ] {7baebeed-ea0d-434d-8b94-d4bb74b009c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:49.445563 [ 5 ] {7baebeed-ea0d-434d-8b94-d4bb74b009c6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.31 01:59:49.445772 [ 5 ] {7baebeed-ea0d-434d-8b94-d4bb74b009c6} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:49.445902 [ 5 ] {7baebeed-ea0d-434d-8b94-d4bb74b009c6} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.03.31 01:59:49.445939 [ 5 ] {7baebeed-ea0d-434d-8b94-d4bb74b009c6} TCPHandler: Processed in 0.001342264 sec. 2026.03.31 01:59:49.446048 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:49.446141 [ 5 ] {be5f270c-9aa1-4a75-837d-dbee125187bd} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:49.446195 [ 5 ] {be5f270c-9aa1-4a75-837d-dbee125187bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:49.446974 [ 5 ] {be5f270c-9aa1-4a75-837d-dbee125187bd} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:49.447009 [ 5 ] {be5f270c-9aa1-4a75-837d-dbee125187bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:49.447540 [ 5 ] {be5f270c-9aa1-4a75-837d-dbee125187bd} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.31 01:59:49.447768 [ 5 ] {be5f270c-9aa1-4a75-837d-dbee125187bd} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:49.447906 [ 5 ] {be5f270c-9aa1-4a75-837d-dbee125187bd} executeQuery: Read 24 rows, 44.04 KiB in 0.001783 sec., 13460.45989904655 rows/sec., 24.12 MiB/sec. 2026.03.31 01:59:49.447957 [ 5 ] {be5f270c-9aa1-4a75-837d-dbee125187bd} TCPHandler: Processed in 0.001957815 sec. 2026.03.31 01:59:49.448094 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:49.448215 [ 5 ] {030dc8b7-6000-445c-a486-430e2c7eeee3} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:49.448265 [ 5 ] {030dc8b7-6000-445c-a486-430e2c7eeee3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:49.448676 [ 5 ] {030dc8b7-6000-445c-a486-430e2c7eeee3} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:49.448717 [ 5 ] {030dc8b7-6000-445c-a486-430e2c7eeee3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:49.449038 [ 5 ] {030dc8b7-6000-445c-a486-430e2c7eeee3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.31 01:59:49.449245 [ 5 ] {030dc8b7-6000-445c-a486-430e2c7eeee3} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:49.449371 [ 5 ] {030dc8b7-6000-445c-a486-430e2c7eeee3} executeQuery: Read 60 rows, 4.14 KiB in 0.001181 sec., 50804.40304826418 rows/sec., 3.42 MiB/sec. 2026.03.31 01:59:49.449406 [ 5 ] {030dc8b7-6000-445c-a486-430e2c7eeee3} TCPHandler: Processed in 0.001371524 sec. 2026.03.31 01:59:52.714282 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 834 2026.03.31 01:59:52.716508 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:52.716566 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:52.717769 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.31 01:59:52.718041 [ 242 ] {} system.query_log (b8db6839-26a0-4787-8e19-b132c01ce574): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:52.718405 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 834 2026.03.31 01:59:54.439614 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:54.439813 [ 5 ] {59ac7532-5fa1-461c-b4e0-253f5699f792} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.31 01:59:54.439884 [ 5 ] {59ac7532-5fa1-461c-b4e0-253f5699f792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.31 01:59:54.440484 [ 5 ] {59ac7532-5fa1-461c-b4e0-253f5699f792} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:54.440529 [ 5 ] {59ac7532-5fa1-461c-b4e0-253f5699f792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:54.440934 [ 5 ] {59ac7532-5fa1-461c-b4e0-253f5699f792} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.31 01:59:54.441161 [ 5 ] {59ac7532-5fa1-461c-b4e0-253f5699f792} oximeter.fields_ipaddr (8b5489de-94dc-456f-945b-19b433b5e668): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:54.441312 [ 5 ] {59ac7532-5fa1-461c-b4e0-253f5699f792} executeQuery: Read 4 rows, 334.00 B in 0.001553 sec., 2575.6600128783 rows/sec., 210.03 KiB/sec. 2026.03.31 01:59:54.441352 [ 5 ] {59ac7532-5fa1-461c-b4e0-253f5699f792} TCPHandler: Processed in 0.001872533 sec. 2026.03.31 01:59:54.441469 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:54.441565 [ 5 ] {8c340306-ccb4-433f-b9ec-d0f40d1a0b6f} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:54.441604 [ 5 ] {8c340306-ccb4-433f-b9ec-d0f40d1a0b6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:54.442071 [ 5 ] {8c340306-ccb4-433f-b9ec-d0f40d1a0b6f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:54.442110 [ 5 ] {8c340306-ccb4-433f-b9ec-d0f40d1a0b6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:54.442426 [ 5 ] {8c340306-ccb4-433f-b9ec-d0f40d1a0b6f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.31 01:59:54.442636 [ 5 ] {8c340306-ccb4-433f-b9ec-d0f40d1a0b6f} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:54.442772 [ 5 ] {8c340306-ccb4-433f-b9ec-d0f40d1a0b6f} executeQuery: Read 92 rows, 7.88 KiB in 0.001226 sec., 75040.78303425774 rows/sec., 6.27 MiB/sec. 2026.03.31 01:59:54.442809 [ 5 ] {8c340306-ccb4-433f-b9ec-d0f40d1a0b6f} TCPHandler: Processed in 0.001387185 sec. 2026.03.31 01:59:54.442926 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:54.443024 [ 5 ] {8fe3318f-d6f5-4369-95bd-714da9c09fde} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:54.443063 [ 5 ] {8fe3318f-d6f5-4369-95bd-714da9c09fde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:54.443470 [ 5 ] {8fe3318f-d6f5-4369-95bd-714da9c09fde} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:54.443505 [ 5 ] {8fe3318f-d6f5-4369-95bd-714da9c09fde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:54.443792 [ 5 ] {8fe3318f-d6f5-4369-95bd-714da9c09fde} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.31 01:59:54.443994 [ 5 ] {8fe3318f-d6f5-4369-95bd-714da9c09fde} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:54.444119 [ 5 ] {8fe3318f-d6f5-4369-95bd-714da9c09fde} executeQuery: Read 21 rows, 1.56 KiB in 0.001114 sec., 18850.987432675047 rows/sec., 1.37 MiB/sec. 2026.03.31 01:59:54.444154 [ 5 ] {8fe3318f-d6f5-4369-95bd-714da9c09fde} TCPHandler: Processed in 0.001275213 sec. 2026.03.31 01:59:54.444260 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:54.444350 [ 5 ] {fe688059-4933-4895-8eac-ee53ebe73759} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:54.444397 [ 5 ] {fe688059-4933-4895-8eac-ee53ebe73759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:54.444801 [ 5 ] {fe688059-4933-4895-8eac-ee53ebe73759} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:54.444836 [ 5 ] {fe688059-4933-4895-8eac-ee53ebe73759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:54.445133 [ 5 ] {fe688059-4933-4895-8eac-ee53ebe73759} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.31 01:59:54.445358 [ 5 ] {fe688059-4933-4895-8eac-ee53ebe73759} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:54.445489 [ 5 ] {fe688059-4933-4895-8eac-ee53ebe73759} executeQuery: Read 85 rows, 6.80 KiB in 0.001156 sec., 73529.41176470589 rows/sec., 5.75 MiB/sec. 2026.03.31 01:59:54.445526 [ 5 ] {fe688059-4933-4895-8eac-ee53ebe73759} TCPHandler: Processed in 0.001312364 sec. 2026.03.31 01:59:54.445636 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:54.445732 [ 5 ] {c29530b9-3d85-42bd-b28c-84220bb89a58} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:54.445774 [ 5 ] {c29530b9-3d85-42bd-b28c-84220bb89a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:54.446166 [ 5 ] {c29530b9-3d85-42bd-b28c-84220bb89a58} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:54.446201 [ 5 ] {c29530b9-3d85-42bd-b28c-84220bb89a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:54.446522 [ 5 ] {c29530b9-3d85-42bd-b28c-84220bb89a58} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.31 01:59:54.446730 [ 5 ] {c29530b9-3d85-42bd-b28c-84220bb89a58} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:54.446866 [ 5 ] {c29530b9-3d85-42bd-b28c-84220bb89a58} executeQuery: Read 162 rows, 11.55 KiB in 0.001151 sec., 140747.17636837534 rows/sec., 9.80 MiB/sec. 2026.03.31 01:59:54.446908 [ 5 ] {c29530b9-3d85-42bd-b28c-84220bb89a58} TCPHandler: Processed in 0.001318683 sec. 2026.03.31 01:59:54.447023 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:54.447114 [ 5 ] {0e9a2f3f-bc1b-413f-9b7e-320ee46864d2} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:54.447168 [ 5 ] {0e9a2f3f-bc1b-413f-9b7e-320ee46864d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:54.447956 [ 5 ] {0e9a2f3f-bc1b-413f-9b7e-320ee46864d2} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:54.447992 [ 5 ] {0e9a2f3f-bc1b-413f-9b7e-320ee46864d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:54.448511 [ 5 ] {0e9a2f3f-bc1b-413f-9b7e-320ee46864d2} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.31 01:59:54.448727 [ 5 ] {0e9a2f3f-bc1b-413f-9b7e-320ee46864d2} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:54.448849 [ 143 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.31 01:59:54.448860 [ 5 ] {0e9a2f3f-bc1b-413f-9b7e-320ee46864d2} executeQuery: Read 17 rows, 31.19 KiB in 0.001764 sec., 9637.18820861678 rows/sec., 17.27 MiB/sec. 2026.03.31 01:59:54.448927 [ 143 ] {} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:54.448952 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:54.448959 [ 5 ] {0e9a2f3f-bc1b-413f-9b7e-320ee46864d2} TCPHandler: Processed in 0.001982806 sec. 2026.03.31 01:59:54.449085 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.31 01:59:54.449090 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:54.449233 [ 5 ] {23b8c657-e391-469a-928e-0523533aa32c} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:54.449276 [ 5 ] {23b8c657-e391-469a-928e-0523533aa32c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:54.449337 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:54.449405 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 615 rows starting from the beginning of the part 2026.03.31 01:59:54.449607 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:54.449635 [ 5 ] {23b8c657-e391-469a-928e-0523533aa32c} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:54.449676 [ 5 ] {23b8c657-e391-469a-928e-0523533aa32c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:54.449799 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part 2026.03.31 01:59:54.449967 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:54.449986 [ 5 ] {23b8c657-e391-469a-928e-0523533aa32c} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.31 01:59:54.450108 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2026.03.31 01:59:54.450232 [ 5 ] {23b8c657-e391-469a-928e-0523533aa32c} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:54.450237 [ 189 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 17 rows starting from the beginning of the part 2026.03.31 01:59:54.450379 [ 5 ] {23b8c657-e391-469a-928e-0523533aa32c} executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. 2026.03.31 01:59:54.450418 [ 5 ] {23b8c657-e391-469a-928e-0523533aa32c} TCPHandler: Processed in 0.001375455 sec. 2026.03.31 01:59:54.455013 [ 187 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 19 columns (19 merged, 0 gathered) in 0.005995277 sec., 120594.9283077329 rows/sec., 216.10 MiB/sec. 2026.03.31 01:59:54.456002 [ 193 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.31 01:59:54.456326 [ 193 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:54.456397 [ 193 ] {faf171e6-785c-4c26-964b-5b402c41a2f1::all_1_36_7} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.31 01:59:54.456485 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2026.03.31 01:59:55.000255 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 276.04 MiB, peak 283.56 MiB, free memory in arenas 0.00 B, will set to 278.20 MiB (RSS), difference: 2.16 MiB 2026.03.31 01:59:55.151915 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14832 2026.03.31 01:59:55.152441 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:55.152489 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:55.153149 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.31 01:59:55.153384 [ 243 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:55.153522 [ 143 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.31 01:59:55.153536 [ 243 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14832 2026.03.31 01:59:55.153591 [ 143 ] {} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:55.153616 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:55.153713 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.31 01:59:55.153823 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:55.153860 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12400 rows starting from the beginning of the part 2026.03.31 01:59:55.153922 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.03.31 01:59:55.153965 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.03.31 01:59:55.154005 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.03.31 01:59:55.154041 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.03.31 01:59:55.154077 [ 194 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.03.31 01:59:55.155880 [ 187 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14832 rows, containing 4 columns (4 merged, 0 gathered) in 0.002205849 sec., 6723941.6659979895 rows/sec., 96.19 MiB/sec. 2026.03.31 01:59:55.156287 [ 187 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.31 01:59:55.156594 [ 187 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:55.156688 [ 187 ] {fe625a4a-596f-4114-8172-c65c063c6262::all_1_31_6} system.asynchronous_metric_log (fe625a4a-596f-4114-8172-c65c063c6262) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.31 01:59:55.156796 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.03.31 01:59:55.941112 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.03.31 01:59:55.959409 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:55.959467 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:55.965039 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.31 01:59:55.965799 [ 244 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:55.966080 [ 142 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.31 01:59:55.966121 [ 142 ] {} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:55.966143 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:55.966273 [ 196 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.31 01:59:55.969158 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.03.31 01:59:55.970491 [ 196 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:55.972036 [ 196 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.03.31 01:59:55.976818 [ 196 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.03.31 01:59:55.981285 [ 196 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.03.31 01:59:55.985716 [ 196 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.03.31 01:59:55.989921 [ 196 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.03.31 01:59:55.993769 [ 196 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.03.31 01:59:56.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 282.78 MiB, peak 284.69 MiB, free memory in arenas 0.00 B, will set to 279.66 MiB (RSS), difference: -3.11 MiB 2026.03.31 01:59:56.050310 [ 188 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.084102151 sec., 2782.3307396739474 rows/sec., 14.39 MiB/sec. 2026.03.31 01:59:56.053248 [ 198 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.31 01:59:56.055379 [ 198 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:56.055505 [ 198 ] {e9405a65-ab83-40cf-85e4-8ac2640ef083::all_1_31_6} system.metric_log (e9405a65-ab83-40cf-85e4-8ac2640ef083) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.31 01:59:56.057987 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2026.03.31 01:59:57.000194 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 276.16 MiB, peak 286.75 MiB, free memory in arenas 0.00 B, will set to 282.78 MiB (RSS), difference: 6.62 MiB 2026.03.31 01:59:59.439564 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:59.439746 [ 5 ] {e1b5adce-c0cc-447c-9e0f-3e17d9a38bd0} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.31 01:59:59.439817 [ 5 ] {e1b5adce-c0cc-447c-9e0f-3e17d9a38bd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.31 01:59:59.440503 [ 5 ] {e1b5adce-c0cc-447c-9e0f-3e17d9a38bd0} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.440551 [ 5 ] {e1b5adce-c0cc-447c-9e0f-3e17d9a38bd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.440963 [ 5 ] {e1b5adce-c0cc-447c-9e0f-3e17d9a38bd0} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.31 01:59:59.441206 [ 5 ] {e1b5adce-c0cc-447c-9e0f-3e17d9a38bd0} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.441368 [ 5 ] {e1b5adce-c0cc-447c-9e0f-3e17d9a38bd0} executeQuery: Read 104 rows, 8.91 KiB in 0.001673 sec., 62163.777644949194 rows/sec., 5.20 MiB/sec. 2026.03.31 01:59:59.441374 [ 137 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.31 01:59:59.441420 [ 5 ] {e1b5adce-c0cc-447c-9e0f-3e17d9a38bd0} TCPHandler: Processed in 0.001989685 sec. 2026.03.31 01:59:59.441453 [ 137 ] {} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.441485 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.441556 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:59.441609 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.31 01:59:59.441667 [ 5 ] {cb9ec25a-9df3-4550-a865-d890c5b27545} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.31 01:59:59.441718 [ 5 ] {cb9ec25a-9df3-4550-a865-d890c5b27545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.31 01:59:59.441758 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:59.441800 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3356 rows starting from the beginning of the part 2026.03.31 01:59:59.441868 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part 2026.03.31 01:59:59.441915 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 90 rows starting from the beginning of the part 2026.03.31 01:59:59.441957 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part 2026.03.31 01:59:59.441995 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 92 rows starting from the beginning of the part 2026.03.31 01:59:59.442034 [ 187 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 104 rows starting from the beginning of the part 2026.03.31 01:59:59.442193 [ 5 ] {cb9ec25a-9df3-4550-a865-d890c5b27545} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.442245 [ 5 ] {cb9ec25a-9df3-4550-a865-d890c5b27545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.442870 [ 5 ] {cb9ec25a-9df3-4550-a865-d890c5b27545} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.31 01:59:59.443097 [ 5 ] {cb9ec25a-9df3-4550-a865-d890c5b27545} oximeter.fields_u16 (cde96ffd-778b-4150-9f33-8ec5022f2422): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.443240 [ 5 ] {cb9ec25a-9df3-4550-a865-d890c5b27545} executeQuery: Read 24 rows, 1.80 KiB in 0.001598 sec., 15018.773466833542 rows/sec., 1.10 MiB/sec. 2026.03.31 01:59:59.443282 [ 5 ] {cb9ec25a-9df3-4550-a865-d890c5b27545} TCPHandler: Processed in 0.001778561 sec. 2026.03.31 01:59:59.443398 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:59.443496 [ 5 ] {6ce5835d-4fd8-42be-a4fe-92c304ac0dc8} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.31 01:59:59.443539 [ 5 ] {6ce5835d-4fd8-42be-a4fe-92c304ac0dc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.31 01:59:59.443538 [ 198 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3802 rows, containing 5 columns (5 merged, 0 gathered) in 0.001985026 sec., 1915340.151715897 rows/sec., 153.56 MiB/sec. 2026.03.31 01:59:59.443897 [ 202 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.31 01:59:59.443997 [ 5 ] {6ce5835d-4fd8-42be-a4fe-92c304ac0dc8} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.444041 [ 5 ] {6ce5835d-4fd8-42be-a4fe-92c304ac0dc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.444222 [ 202 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.444321 [ 202 ] {7b9e949f-4355-4370-9ae3-50c333341cd9::all_1_46_9} oximeter.fields_string (7b9e949f-4355-4370-9ae3-50c333341cd9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.31 01:59:59.444421 [ 5 ] {6ce5835d-4fd8-42be-a4fe-92c304ac0dc8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.31 01:59:59.444432 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.03.31 01:59:59.444669 [ 5 ] {6ce5835d-4fd8-42be-a4fe-92c304ac0dc8} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.444787 [ 137 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.31 01:59:59.444805 [ 5 ] {6ce5835d-4fd8-42be-a4fe-92c304ac0dc8} executeQuery: Read 88 rows, 7.04 KiB in 0.00133 sec., 66165.41353383458 rows/sec., 5.17 MiB/sec. 2026.03.31 01:59:59.444833 [ 137 ] {} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.444851 [ 5 ] {6ce5835d-4fd8-42be-a4fe-92c304ac0dc8} TCPHandler: Processed in 0.001504247 sec. 2026.03.31 01:59:59.444858 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.444956 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.31 01:59:59.444982 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:59.445057 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:59.445084 [ 5 ] {c83ca4ea-d878-4a73-a66d-59da9e933e10} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:59.445095 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1829 rows starting from the beginning of the part 2026.03.31 01:59:59.445135 [ 5 ] {c83ca4ea-d878-4a73-a66d-59da9e933e10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.31 01:59:59.445172 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2026.03.31 01:59:59.445221 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 81 rows starting from the beginning of the part 2026.03.31 01:59:59.445262 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 88 rows starting from the beginning of the part 2026.03.31 01:59:59.445301 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 85 rows starting from the beginning of the part 2026.03.31 01:59:59.445341 [ 202 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 88 rows starting from the beginning of the part 2026.03.31 01:59:59.445558 [ 5 ] {c83ca4ea-d878-4a73-a66d-59da9e933e10} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.445601 [ 5 ] {c83ca4ea-d878-4a73-a66d-59da9e933e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.445962 [ 5 ] {c83ca4ea-d878-4a73-a66d-59da9e933e10} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.31 01:59:59.446196 [ 5 ] {c83ca4ea-d878-4a73-a66d-59da9e933e10} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.446307 [ 137 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.31 01:59:59.446329 [ 5 ] {c83ca4ea-d878-4a73-a66d-59da9e933e10} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2026.03.31 01:59:59.446339 [ 137 ] {} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.446370 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.446375 [ 5 ] {c83ca4ea-d878-4a73-a66d-59da9e933e10} TCPHandler: Processed in 0.001441976 sec. 2026.03.31 01:59:59.446445 [ 198 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.31 01:59:59.446493 [ 197 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2235 rows, containing 5 columns (5 merged, 0 gathered) in 0.001572868 sec., 1420971.1177288876 rows/sec., 104.83 MiB/sec. 2026.03.31 01:59:59.446507 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:59.446544 [ 198 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:59.446585 [ 198 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14777 rows starting from the beginning of the part 2026.03.31 01:59:59.446643 [ 5 ] {9b8f6e9b-627e-447e-89ff-b26b67ade713} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.31 01:59:59.446664 [ 198 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 128 rows starting from the beginning of the part 2026.03.31 01:59:59.446716 [ 5 ] {9b8f6e9b-627e-447e-89ff-b26b67ade713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.31 01:59:59.446720 [ 192 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.31 01:59:59.446716 [ 198 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2026.03.31 01:59:59.446803 [ 198 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.03.31 01:59:59.446843 [ 198 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 162 rows starting from the beginning of the part 2026.03.31 01:59:59.446886 [ 198 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.03.31 01:59:59.447023 [ 192 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.447103 [ 192 ] {48ebb4a0-1517-4d8c-ae23-7abfaeab9460::all_1_46_9} oximeter.fields_uuid (48ebb4a0-1517-4d8c-ae23-7abfaeab9460) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.31 01:59:59.447189 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.03.31 01:59:59.447618 [ 5 ] {9b8f6e9b-627e-447e-89ff-b26b67ade713} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.447662 [ 5 ] {9b8f6e9b-627e-447e-89ff-b26b67ade713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.448439 [ 5 ] {9b8f6e9b-627e-447e-89ff-b26b67ade713} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.31 01:59:59.448689 [ 5 ] {9b8f6e9b-627e-447e-89ff-b26b67ade713} oximeter.measurements_histogramu64 (faf171e6-785c-4c26-964b-5b402c41a2f1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.448840 [ 5 ] {9b8f6e9b-627e-447e-89ff-b26b67ade713} executeQuery: Read 24 rows, 44.04 KiB in 0.002224 sec., 10791.366906474821 rows/sec., 19.34 MiB/sec. 2026.03.31 01:59:59.448917 [ 5 ] {9b8f6e9b-627e-447e-89ff-b26b67ade713} TCPHandler: Processed in 0.002471414 sec. 2026.03.31 01:59:59.449029 [ 5 ] {} TCP-Session: 2d2c00b8-4c21-456d-96dc-50035551b8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.31 01:59:59.449126 [ 5 ] {e57365cd-ccd8-4f31-bad6-1fc301140444} executeQuery: (from [fd00:1122:3344:101::d]:61137) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.31 01:59:59.449169 [ 5 ] {e57365cd-ccd8-4f31-bad6-1fc301140444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.31 01:59:59.449530 [ 5 ] {e57365cd-ccd8-4f31-bad6-1fc301140444} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.449567 [ 5 ] {e57365cd-ccd8-4f31-bad6-1fc301140444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.449985 [ 5 ] {e57365cd-ccd8-4f31-bad6-1fc301140444} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.31 01:59:59.450205 [ 5 ] {e57365cd-ccd8-4f31-bad6-1fc301140444} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.450311 [ 137 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.31 01:59:59.450332 [ 5 ] {e57365cd-ccd8-4f31-bad6-1fc301140444} executeQuery: Read 60 rows, 4.14 KiB in 0.001226 sec., 48939.64110929853 rows/sec., 3.30 MiB/sec. 2026.03.31 01:59:59.450341 [ 137 ] {} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.31 01:59:59.450372 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.31 01:59:59.450375 [ 5 ] {e57365cd-ccd8-4f31-bad6-1fc301140444} TCPHandler: Processed in 0.001395535 sec. 2026.03.31 01:59:59.450450 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.31 01:59:59.450561 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.31 01:59:59.450593 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2352 rows starting from the beginning of the part 2026.03.31 01:59:59.450653 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 48 rows starting from the beginning of the part 2026.03.31 01:59:59.450694 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:59.450732 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:59.450771 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:59.450805 [ 197 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2026.03.31 01:59:59.451693 [ 190 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 15547 rows, containing 5 columns (5 merged, 0 gathered) in 0.005280764 sec., 2944081.576074977 rows/sec., 196.90 MiB/sec. 2026.03.31 01:59:59.452128 [ 199 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2640 rows, containing 4 columns (4 merged, 0 gathered) in 0.001711261 sec., 1542722.0044166262 rows/sec., 103.12 MiB/sec. 2026.03.31 01:59:59.452251 [ 202 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.31 01:59:59.452450 [ 190 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.31 01:59:59.452543 [ 202 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.452615 [ 202 ] {8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf::all_1_46_9} oximeter.measurements_cumulativeu64 (8a50d3d3-1d2c-4bc8-be8e-1098bdfb5bcf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.31 01:59:59.452692 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2026.03.31 01:59:59.452723 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.31 01:59:59.452786 [ 202 ] {2e6bb0fa-f129-4ed4-b012-8e23cf898460::all_1_46_9} oximeter.measurements_u64 (2e6bb0fa-f129-4ed4-b012-8e23cf898460) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.31 01:59:59.452863 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.31 02:00:00.000192 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 283.31 MiB, peak 292.28 MiB, free memory in arenas 0.00 B, will set to 284.57 MiB (RSS), difference: 1.26 MiB